/*@font-face {
  font-family: 'Swis721';
  src: url('../fonts/Swiss721BT-Light.eot');
  src: url('../fonts/Swiss721BT-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Swiss721BT-Light.woff2') format('woff2'), url('../fonts/Swiss721BT-Light.woff') format('woff'), url('../fonts/Swiss721BT-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Swis721';
  src: url('../fonts/Swiss721BT-Roman_2.eot');
  src: url('../fonts/Swiss721BT-Roman_2?#iefix') format('embedded-opentype'), url('../fonts/Swiss721BT-Roman_2.woff2') format('woff2'), url('../fonts/Swiss721BT-Roman_2.woff') format('woff'), url('../fonts/Swiss721BT-Roman_2.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}*/
@font-face {
  font-family: 'Swis721';
  src: url('../fonts/Swiss721BT-Bold.eot');
  src: url('../fonts/Swiss721BT-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Swiss721BT-Bold.woff2') format('woff2'), url('../fonts/Swiss721BT-Bold.woff') format('woff'), url('../fonts/Swiss721BT-Bold.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: 'Swis721';
  src: url('../fonts/Swiss721BT-BoldCondensed.eot');
  src: url('../fonts/Swiss721BT-BoldCondensed.eot?#iefix') format('embedded-opentype'), url('../fonts/Swiss721BT-BoldCondensed.woff2') format('woff2'), url('../fonts/Swiss721BT-BoldCondensed.woff') format('woff'), url('../fonts/Swiss721BT-BoldCondensed.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
    font-family: 'Swis721';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/Poppins-Regular.woff2') format('woff2'), 
    url('../fonts/Poppins-Regular.woff') format('woff'), 
    url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Swis721';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/Poppins-Light.woff2') format('woff2'), 
    url('../fonts/Poppins-Light.woff') format('woff'), 
    url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
}
body {
  font-family: "Swis721";
  max-width: 1920px;
  --color: #033fa2;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1380px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 20px;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 15px 0;
}
#header .nav {
  max-width: 1920px;
  margin: auto;
}
#header .nav .ui.menu {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0 80px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .logo img{
  filter: brightness(0) invert(1);
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  margin: 0 45px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 16px;
  background: #fff;
  top: 100%;
  left: 0px;
  width: 220px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
  font-size: 25px;
  color: white;
}
#header .nav .ui.menu .yuy {
  font-size: 20px;
  color: white;
  margin-left: 35px;
}
#header .nav .ui.menu .yuy span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .yuy span i{
  font-size: 25px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
#header .nav .ui.menu .yuy span img {
  margin-right: 5px;
}
#header .nav .ui.menu .yuy ul {
  left: auto;
  right: 0;
}
#header.active {
  top: 0;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
 
#header.active .nav .ui.menu .logo img {
  filter: brightness(1) invert(0);
}
#header.active .nav .ui.menu .h-search,
#header.active .nav .ui.menu .yuy,
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: #01296a;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.fw-800 {
  font-weight: 800;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--color);
  color: white;
  height: 75px;
  border-radius: 8px;
  padding: 0 45px;
  font-size: 18px;
  font-weight: bold;
}
.more i {
  margin-left: 14px;
}
.more:hover {
  background: black;
}
#banner .ui.container {
  width: 100%;
  padding: 0 175px;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner li .content .left {
  width: 52%;
}
#banner li .content h2 {
  line-height: 1.1;
  text-shadow: 1px 3px black;
}
#banner li .content p {
  font-weight: 300;
}
#banner .page {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
}
#banner .page .pre {
  display: inline-block;
  padding: 0 35px;
}
#banner .page .btn {
  color: white;
  font-size: 30px;
}
#banner .page .btn .prev {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .page .btn .next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .page ul.slick-dots li {
  width: auto;
  height: auto;
  border-radius: 0;
  border: none;
  background-color: transparent;
  color: #d2d2d2;
  font-size: 24px;
  font-weight: bold;
  margin: 0 20px;
}
#banner .page ul.slick-dots li.slick-active {
  color: #3471d5;
}
#index-body .i-init1 .ui.container {
  width: 100%;
  padding: 0 45px;
}
#index-body .i-init1 ul li .h4 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  padding: 0 20px;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 800;
}
#index-body .i-init1 ul li .hover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(3, 63, 162, 0.7);
  color: white;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  transition: clip-path 0.7s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.7s cubic-bezier(0.33, 1, 0.68, 1);
  container-type: inline-size;
}
#index-body .i-init1 ul li:hover .h4 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
#index-body .i-init1 ul li:hover .hover {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#index-body .i-init1 .slickBtn div {
  border-radius: 0;
  background-color: #515151;
  width: 33px;
  height: 43px;
}
#index-body .i-init1 .slickBtn div.prev {
  left: -16px;
}
#index-body .i-init1 .slickBtn div.next {
  left: auto;
  right: -16px;
}
#index-body .i-init1 .slickBtn div:hover {
  background-color: var(--color);
}
#index-body .i-init2 .txt {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}
#index-body .i-init2 ul .slick-slide > div {
  height: unset !important;
}
#index-body .i-init2 ul li .hover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(3, 63, 162, 0.7);
  color: white;
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: clip-path 0.7s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.7s cubic-bezier(0.33, 1, 0.68, 1);
  container-type: inline-size;
}
#index-body .i-init2 ul li .hover i {
  font-size: 20px;
}
#index-body .i-init2 ul li .hover .des {
  line-height: 1.8;
}
#index-body .i-init2 ul li:hover .hover {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#index-body .i-init2 .more {
  background-color: transparent;
  border: 1px solid var(--color);
  color: black;
}
#index-body .i-init2 .more:hover {
  background-color: var(--color);
  color: white;
}
#index-body .i-about {
  overflow: hidden;
}
#index-body .i-about .top .h4 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  background-color: var(--color);
  color: white;
  border-radius: 0 104px 0 0;
  width: 70%;
  line-height: 1.2;
}
#index-body .i-about .top .h4 em {
  font-style: italic;
}
#index-body .i-about .top .h4::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: var(--color);
}
#index-body .i-about .center {
  background-repeat: no-repeat;
}
#index-body .i-about .center .ui.container {
  position: unset;
}
#index-body .i-about .center .left {
  width: 50%;
}
#index-body .i-about .center .left .content {
  line-height: 1.72;
}
#index-body .i-about .center .left .more {
  background-color: transparent;
  border: 1px solid var(--color);
  color: var(--color);
}
#index-body .i-about .center .left .more:hover {
  background-color: var(--color);
  color: white;
}
#index-body .i-about .center .right {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  border-radius: 0 0 0 155px;
}
#index-body .i-about .center .right > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-about .bottom {
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 480px;
}
#index-body .i-about ul li .h2 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.1;
  position: relative;
}
#index-body .i-about ul li .h2 i {
  position: absolute;
}
#index-body .i-about ul li p {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.7;
}
#index-body .i-about ul li:hover .h2,
#index-body .i-about ul li:hover p {
  color: var(--color);
  opacity: 1;
}
#index-body .i-init4 {
  overflow: hidden;
}
#index-body .i-init4 .ui.container {
  width: 100%;
  max-width: 1650px;
}
#index-body .i-init4 .txt {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.79;
  line-height: 31px;
}
#index-body .i-init4 ul li {
  width: -webkit-calc(44% / 3);
  width: -moz-calc(44% / 3);
  width: calc(44% / 3);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 635px;
  margin-right: 1px;
}
#index-body .i-init4 ul li > img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-init4 ul li .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 50px;
  color: white;
  z-index: 3;
  max-height: 240px;
  padding-left: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-init4 ul li .bottom .icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
#index-body .i-init4 ul li .bottom .des {
  line-height: 28px;
  opacity: 0.8;
  font-weight: 300;
  max-height: 60px;
  overflow: auto;
}
#index-body .i-init4 ul li .bottom .arrow{
  font-size: 30px;
}
#index-body .i-init4 ul li .bottom .text {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-init4 ul li .bottom::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
#index-body .i-init4 ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(7, 44, 105, 0.65);
}
#index-body .i-init4 ul li.active,
#index-body .i-init4 ul li:hover {
  width: 56%;
}
#index-body .i-init4 ul li.active .text,
#index-body .i-init4 ul li:hover .text {
  width: auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#index-body .i-init4 ul li.active .bottom,
#index-body .i-init4 ul li:hover .bottom {
  padding-left: 50px;
}
#index-body .i-init4 ul li.active .bottom::after,
#index-body .i-init4 ul li:hover .bottom::after {
  opacity: 1;
}
#index-body .i-init4 ul li.active::after,
#index-body .i-init4 ul li:hover::after {
  opacity: 0;
}
#index-body .i-init5 .box {
  background-color: #033fa2;
}
#index-body .i-init5 .box .left {
  color: white;
  width: 40%;
}
#index-body .i-init5 .box .left .des {
  line-height: 31px;
  opacity: 0.79;
  font-weight: 300;
}
#index-body .i-init5 .box .left .more {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
#index-body .i-init5 .box .left .more:hover {
  background-color: white;
  color: var(--color);
}
#index-body .i-init5 .box .right {
  width: 60%;
}
#index-body .i-init5 .box .right ul li {
  background-color: #033890;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 200px;
  z-index: 1;
}
#index-body .i-init5 .box .right ul li:nth-child(2n) {
  background-color: #0444ad;
}
#index-body .i-init5 .box .right ul li:hover {
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.34);
  z-index: 2;
}
#index-body .i-news .left {
  width: 42%;
}
#index-body .i-news .left ul li .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  z-index: 1;
}
#index-body .i-news .left ul li .text .time {
  font-style: italic;
  font-weight: 300;
}
#index-body .i-news .left ul li .text .time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .i-news .left ul li .text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(rgba(0, 0, 0, 0.6)), to(transparent));
  background: -webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0.6), transparent);
  background: -moz-linear-gradient(bottom, black, rgba(0, 0, 0, 0.6), transparent);
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0.6), transparent);
}
#index-body .i-news .left .slickDots ul li {
  width: 13px;
  height: 13px;
  background-color: #c4c4c4;
  border: none;
  border-radius: 20px;
}
#index-body .i-news .left .slickDots ul li.slick-active {
  width: 55px;
  background-color: var(--color);
  border-radius: 20px;
}
#index-body .i-news .right {
  width: 58%;
}
#index-body .i-news .right ul li {
  border-bottom: 1px dashed  #cccccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#index-body .i-news .right ul li .time {
  font-style: italic;
  font-weight: 300;
}
#index-body .i-news .right ul li .time img {
  margin-right: 10px;
}
#index-body .i-news .right ul li .des {
  line-height: 1.7;
}
#index-body .i-news .right ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.i-form {
  background: url(../images/form-bg.jpg) no-repeat;
  background-size: cover;
  color: white;
}
.i-form .h3 {
  line-height: 1.2;
  width: 65%;
}
.i-form p {
  font-weight: 300;
}
.i-form form ul li {
  width: 25%;
}
.i-form form ul li input {
  width: 100%;
  height: 65px;
  padding: 0 15px 0 50px;
  border: none;
  border-radius: 32px;
  font-size: 18px;
  background-color: #e1e1e1;
  background-repeat: no-repeat;
  background-position: 22px center;
  color: black;
}
.i-form form ul li button {
  width: 100%;
  height: 65px;
  padding: 0 15px;
  border: 1px solid #bcbcbc;
  border-radius: 32px;
  font-size: 18px;
  background-color: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.i-form form ul li button:hover {
  background-color: transparent;
}
.i-form form ul li input[name="name"] {
  background-image: url(../images/user.png);
}
.i-form form ul li input[name="mail"] {
  background-image: url(../images/email.png);
}
.i-form form ul li input[name="content"] {
  background-image: url(../images/msg.png);
}
.i-form form ul li:nth-child(3) {
  width: 30%;
}
.i-form form ul li:last-child {
  width: 20%;
}
#footer {
  background-color: #282828;
  color: white;
}
#footer .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .top ul li {
  font-size: 18px;
  opacity: 0.78;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-left: 60px;
}
#footer .top ul li:hover {
  color: var(--color);
  opacity: 1;
}
#footer .wrap .left ul li {
  font-size: 18px;
  opacity: 0.75;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 300;
  margin-bottom: 5px;
}
#footer .wrap .left ul li img {
  vertical-align: middle;
  margin-right: 5px;
}
#footer .wrap .right .item:nth-child(1) {
  width: 50%;
}
#footer .wrap .right .item:nth-child(2) {
  width: 45%;
  text-align: center;
}
#footer .wrap .right ul li {
  font-size: 18px;
  opacity: 0.75;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 300;
  margin-bottom: 18px;
  padding-left: 44px;
  position: relative;
}
#footer .wrap .right ul li img {
  position: absolute;
  left: 0;
  top: 3px;
}
#footer .wrap .right #ewm {
  width: 130px;
  height: 130px;
  border: 5px solid white;
  border-radius: 5px;
  margin: auto;
}
#footer .wrap .right .share a {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  border-radius: 50%;
  color: white;
  background-color: black;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  margin: 0 5px;
}
#footer .wrap .right .share a:hover {
  background-color: var(--color);
}
#footer .f-copy {
  font-weight: 300;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .f-copy p a {
  color: #163fa2;
}
#footer .f-copy svg {
  height: 27px;
  width: auto;
  fill: white;
  opacity: 0.7;
  vertical-align: middle;
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
    margin: 0 30px;
  }
  #banner .ui.container {
    padding: 0 65px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu {
    padding: 0 35px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 24px;
  }
  .font-72 {
    font-size: 50px;
  }
  #index-body .i-init1 ul li .hover {
    padding: 15px;
  }
  #index-body .i-about .center {
    background-size: cover;
  }
  #index-body .i-init4 ul li {
    height: 530px;
  }
  #footer .wrap .right .share a {
    margin: 0 2px;
  }
}
@media screen and (max-width: 1250px) {
  .font-72 {
    font-size: 42px;
  }
  #banner li .content .left {
    width: 55%;
  }
  .more {
    height: 55px;
    padding: 0 35px;
  }
  #index-body .i-about .bottom {
    padding-bottom: 270px;
  }
  #index-body .i-init4 ul li {
    height: 430px;
  }
  #index-body .i-init4 ul li .bottom {
    padding-bottom: 30px;
    max-height: 165px;
  }
  #index-body .i-init5 .box .right ul li {
    height: 155px;
  }
  #footer .wrap .right .item:nth-child(2) {
    width: 100%;
    text-align: left;
  }
  #footer .wrap .right .item:nth-child(1) {
    width: 100%;
  }
  #footer .wrap .right #ewm {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .font-72 {
    font-size: 36px;
  }
  #banner li .content .left {
    width: 100%;
  }
  #banner .page {
    bottom: 3%;
  }
  #index-body .i-about .top .h4 {
    border-radius: 0 50px 0 0;
  }
  #index-body .i-about .center .left {
    width: 100%;
  }
  #index-body .i-about .center .right {
    width: 100%;
    position: relative;
  }
  #index-body .i-about ul li {
    width: 33.33%;
    margin-bottom: 20px;
  }
  #index-body .i-about ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #index-body .i-init4 ul li {
    height: 350px;
  }
  #index-body .i-init4 ul li .bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .i-init4 ul li.active .bottom,
  #index-body .i-init4 ul li:hover .bottom {
    padding-left: 15px;
  }
  #index-body .i-init5 .box .left {
    width: 100%;
  }
  #index-body .i-init5 .box .right {
    width: 100%;
  }
  #index-body .i-news .left {
    width: 100%;
  }
  #index-body .i-news .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .i-form form ul li {
    width: 50%;
    margin-bottom: 15px;
  }
  .i-form form ul li:nth-child(3) {
    width: 70%;
  }
  .i-form form ul li:nth-child(4) {
    width: 30%;
  }
  #footer .top ul {
    display: none;
  }
  #footer .wrap .left {
    display: none;
  }
  #footer .wrap .right {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  #banner .ui.container {
    padding: 0 15px;
  }
  .font-72 {
    font-size: 25px;
  }
  .more {
    font-size: 16px;
    height: 45px;
    padding: 0 20px;
  }
  #index-body .i-init2 ul li .box > img {
    width: 100%;
  }
  #index-body .i-about .top .h4 {
    width: 100%;
  }
  #index-body .i-init5 .box .right ul li {
    padding: 10px;
    height: 130px;
  }
  .i-form form ul li input,
  .i-form form ul li button {
    height: 50px;
  }
  #footer .wrap .right ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  #banner .page {
    display: none !important;
  }
  #banner li .content p{
    display: none;
  }
  #banner li .content h2{
    margin-bottom: 20px;
  }
  .font-72 {
    font-size: 20px;
  }
  #banner li > img {
    min-height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .i-init1 .ui.container {
    padding: 0 20px;
  }
  #index-body .i-init2 ul li .hover {
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .i-about ul li {
    width: 50%;
  }
  #index-body .i-init4 {
    display: none;
  }
  #index-body .i-init5 {
    padding-top: 40px;
  }
  .i-form .h3 {
    width: 100%;
  }
  .i-form form ul li {
    width: 100% !important;
  }
}



.about-page .about-1 {
  margin-top: 100px;
      margin-bottom: 100px;
}
.about-page .about-1 .left {
  vertical-align: bottom;
  padding-right: 27px;
  margin-bottom: 15px;
  width: 100%;
  margin-top: 30px;
}
/*.about-page .about-1 .left .title {
  margin-top: -1%;
}*/
.about-page .about-1 .left .con {
  font-size: 18px;
  color: #404040;
  line-height: 32px;
  margin-top: 30px;  
}
.about-page .about-1 .right {
  /*padding-left: 59px;*/
  vertical-align: baseline;
  width: 100%;
}
.about-page .about-1 .img-box:hover img{
      -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    transform: scale(1.05, 1.05);
}
.about-page .about-1 .play{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  background: var(--color);
  color: white;
  font-size: 30px;
  transition: .5s
}
.about-page .about-1 .play:hover{
  background: #cca255
}
.about-page .about-1 .play i{
  position: relative;
  left: 3px;
}
.about-page .about-1 .right .data {
  margin-top: 46px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 24px 30px 13px 30px;
}
.about-page .about-1 .right .data ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-1 .right .data ul li {
  display: inline-block;
  font-weight: 600;
  color: var(--color);
  font-size: 18px;
  line-height: 32px;
}
.about-page .about-1 .right .data ul li span {
  line-height: 32px;
}
.about-page .about-1 .right .data ul li .num {
  font-size: 60px;
  line-height: 0.6;
  transition: .5s;
  margin-top: 10px;
  padding-bottom: 20px;
}
.about-page .about-1 .right .data ul li:hover .num{
  color: #cca255
}
.about-page .about-1 .right .data ul li p {
  margin-top: 12px;
}
.about-page .about-2 {
  padding: 11.41% 0 10%;
}
.about-page .about-2 .left {
  width: 35%;
  padding-top: 54px;
}
.about-page .about-2 .left ul li {
  padding-bottom: 45px;
}
.about-page .about-2 .left ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
}
.about-page .about-2 .left ul li span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 16px;
  font-size: 20px;
  color: #323232;
  font-weight: 600;
  line-height: 1.6;
  width: 88%;
}
.about-page .about-2 .left ul li:last-child {
  padding-bottom: 0;
}
.about-page .about-2 .right {
  width: 65%;
  position: relative;
}
.about-page .about-2 .right .title {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 900;
  max-width: 668px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .right .info {
  margin-top: -5.5%;
}
.about-page .about-2 .right .info .img-box {
  width: 50.81%;
}
.about-page .about-2 .right .info .text {
  width: 49.19%;
  padding: 13.21% 0 0 45px;
}
.about-page .about-2 .right .info .text .con {
  font-size: 20px;
  /*font-weight: 600;*/
  color: #323232;
  line-height: 1.5;
}
.about-page .about-2 .right .info .text .more {
  margin: 47px 0 0 88px;
}
.about-page .about-2 .right .bicycle {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -50px;
}
.about-page .about-2 .right .bicycle .tire {
  position: absolute;
  z-index: -1;
  bottom: -84px;
  -webkit-animation: xz 2s linear infinite;
  -moz-animation: xz 2s linear infinite;
  animation: xz 2s linear infinite;
}
.about-page .about-2 .right .bicycle .tire1 {
  left: -128px;
}
.about-page .about-2 .right .bicycle .tire2 {
  right: -141px;
}
.about-page .about-2 .right .shadow {
  position: absolute;
  bottom: -110px;
  left: -130px;
}
.about-page .about-3 {
  padding: 9.2% 0 8.24%;
  background: url(../images/about3-bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  color: white;
}
.about-page .about-3 .left {
  width: 32%;
}
.about-page .about-3 .left .title {
  font-size: 60px;
  line-height: 1.4;
  font-weight: 700;
}
.about-page .about-3 .left p {
  font-size: 16px;
  line-height: 1.8;  
  margin-top: 37px;
}
.about-page .about-3 .left .more {
  color: white;
  margin-top: 36px;
}
.about-page .about-3 .left .more::before {
  background: white;
}
.about-page .about-3 .left .more::after {
  background-color: var(--color);
}
.about-page .about-3 .right {
  width: 68%;
  padding-left: 8.21%;
}
/*.about-page .about-3 .right ul {
  margin-right: -63px;
  margin-left: -29px;
}*/
/*.about-page .about-3 .right ul .slick-slide {
  padding: 19px 20px 29px;
}*/
/*.about-page .about-3 .right ul .slick-current li .ig {
  -webkit-transform: scale(1.023);
  -moz-transform: scale(1.023);
  -ms-transform: scale(1.023);
  transform: scale(1.023);
  margin-left: 0;
}*/
/*.about-page .about-3 .right ul .slick-current li .ig .img-box {
  opacity: 1;
}*/
.about-page .about-3 .right ul li .ig {
  padding: 19px 17px;
  /*border: 1px solid rgba(255, 255, 255, 0.35);*/
  /*-webkit-transform: scale(0.908);
  -moz-transform: scale(0.908);
  -ms-transform: scale(0.908);
  transform: scale(0.908);*/
  margin-left: 17px;
}
.about-page .about-3 .right ul li .ig .img-box {
  display: block;
  /*border: 20px solid var(--color);*/
  position: relative;
  z-index: 1;
  /*opacity: .6;*/
}
.about-page .about-4 {
  padding-top: 8.1%;
}
.about-page .about-4 .left {
  width: 74.37%;
  vertical-align: bottom;
  padding-right: 82px;
}
.about-page .about-4 .left ul {
  margin-right: -80px;
}
.about-page .about-4 .left ul li {
  padding-right: 80px;
  color: #323232;
}
.about-page .about-4 .left ul li .top em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
}
.about-page .about-4 .left ul li .top span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 10px;
}
.about-page .about-4 .left ul li .con {
  font-size: 18px;
  line-height: 32px;
  margin-top: 34px; 
  font-weight: 400;
}
.about-page .about-4 .left ul li .img-box {
  margin-top: 39px;
}
.about-page .about-4 .right {
  vertical-align: bottom;
  color: #323232;
  width: 25.63%;
}
.about-page .about-4 .right .title {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1;
}
.about-page .about-4 .right .con {
  font-size: 20px;
  line-height: 1.8; 
  /*font-weight: 300;*/
  margin-top: 59px;
}
.about-page .about-4 .right a {
  display: block;
  background: var(--color);
  color: white;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  padding: 24px 0 23px;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 57px;
}
.about-page .about-4 .right a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .right a:hover::after {
  width: 100%;
}
.about-page .about-5 {
  padding: 8.5% 0 0%;
}
.about-page .about-5 .ui.container{
  max-width: 100%;
  padding: 0;
}
.about-page .about-5 .title {
  font-size: 60px;
  line-height: 1; 
  color: #323232; 
  font-weight: bold;
}
.about-page .about-5 .content {
  margin-top: 50px;
}
/*.about-page .about-5 .content ul {
  margin-right: -78px;
}
.about-page .about-5 .content ul li {
  padding-right: 78px;
}*/
.about-page .about-5 .content ul li .ig {
  position: relative;
  z-index: 1;
  /*padding-bottom: 65px;*/
}
.about-page .about-5 .content ul li .ig .img-box {
  display: block;
}
.about-page .about-5 .content ul li .ig .img-box img {
  width: 100%;
}
.about-page .about-5 .content ul li .ig .text {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color);
  width: 100%;
  height: 87%;
  z-index: -1;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 17px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-5 .content ul li .ig:hover .text {
  top: 50px;
  left: 53px;
  opacity: 1;
}
.about-page .about-6 ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.about-page .about-6 ul li{
  width: 33%;
  position: relative;
}
.about-page .about-6 ul li img{
  min-height: 500px;
  object-fit: cover;
}
.about-page .about-6 ul li .text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 80px ;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-page .about-6 ul li .text .box{
  flex: 1;
  display: flex;
    flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
}
.about-page .about-6 ul li .text .box .cont{
  /*height: 0px;
  overflow-y: hidden;*/
  /*transition: .5s;*/
  display: none;
}
/*.about-page .about-6 ul li .text:hover .box .cont{
  height: 13em;
  overflow-y: auto
}*/
.about-page .about-7{
  position: relative;
  
}
.about-page .about-7 .text{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 90px;
  color: #fff
}
.about-page .about-7 .text .box{
  width: 50%;
  margin: 0 0 0 auto;
  line-height: 1.3;
}

.about-page .about_process{
  padding-top: 80px;
}
.about-page .about_process ul{
  margin: -20px;
}
.about-page .about_process ul li{
  padding: 20px;
}
.about-page .about_process ul li .title{
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 20px;
}
.about-page .about_process ul li .des{
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 1680px) {
  .about-page .about-2 .left ul li span {
    width: 86%;
  }
  .about-page .about-2 .right .bicycle {
    zoom: .82;
  }
  .about-page .about-2 .right .shadow {
    zoom: .8;
  }
  .about-page .about-1 .right .data {
    padding: 24px 29px 13px;
  }
  .about-page .about-6 ul li .text{
    padding: 80px 
  }
}
@media screen and (max-width: 1440px) {
  .about-page .about-1 .right .data ul li .num {
    font-size: 50px;
    line-height: 1;
  }
  .about-page .about-2 .left ul li {
    padding-bottom: 50px;
  }
  .about-page .about-2 .left ul li span {
    font-size: 20px;
    width: 85%;
    padding-left: 10px;
  }
  .about-page .about-2 .right .info .text {
    padding: 12% 0 0 45px;
  }
  .about-page .about-2 .right .info .text .con {
    font-size: 20px;
  }
  .about-page .about-3 .left .title {
    font-size: 46px;
  }
  .about-page .about-4 .left {
    padding-right: 30px;
  }
  .about-page .about-4 .left ul {
    margin-right: -40px;
  }
  .about-page .about-4 .left ul li {
    padding-right: 40px;
  }
  .about-page .about-4 .left ul li .top span {
    font-size: 18px;
    width: 67%;
  }
  .about-page .about-4 .left ul li .con {
    font-size: 17px;
  }
  .about-page .about-4 .right .title {
    font-size: 50px;
  }
  .about-page .about-5 .content ul li .ig .text {
    height: 80%;
  }
  .about-page .about-6 ul li .text{
    padding: 80px 60px 
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-1 .left {
    padding-right: 0;
  }
  .about-page .about-1 .right {
    padding-left: 30px;
  }
  .about-page .about-1 .right .data {
    padding: 24px 15px 13px;
  }
  .about-page .about-2 .right .bicycle {
    zoom: .6;
  }
  .about-page .about-2 .left ul li span {
    font-size: 18px;
    width: 82%;
  }
  .about-page .about-2 .right .title {
    font-size: 40px;
  }
  .about-page .about-2 .right .shadow {
    zoom: .6;
  }
  .about-page .about-4 .right .title {
    font-size: 40px;
  }
  .about-page .about-4 .right .con {
    font-size: 18px;
    margin-top: 40px;
  }
  .about-page .about-4 .left ul {
    margin-right: -20px;
  }
  .about-page .about-4 .left ul li {
    padding-right: 20px;
  }
  .about-page .about-4 .left ul li .top em {
    font-size: 50px;
  }
  .about-page .about-4 .left ul li .con {
    font-size: 15px;
  }
  .about-page .about-5 .content ul li .ig:hover .text {
    left: 30px;
  }
  .about-page .about-6 ul li .text{
    padding: 80px 40px 
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-1 .left .con {
    margin-top: 30px;
  }
  .about-page .about-2 .left ul li {
    padding-bottom: 30px;
  }
  .about-page .about-2 .left ul li span {
    width: 80%;
    font-size: 16px;
  }
  .about-page .about-2 .right .info .text {
    padding: 7% 0 0 45px;
  }
  .about-page .about-2 .right .info .text .con {
    font-size: 18px;
    line-height: 1.6;
  }
  .about-page .about-2 .right .info .text .more {
    margin: 40px 0 0 70px;
  }
  .about-page .about-3 .left .title {
    font-size: 38px;
  }
   
  /*.about-page .about-4 .left ul li .con {
    height: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }*/
  .about-page .about-4 .right a {
    font-size: 18px;
  }
  .about-page .about-5 .content ul {
    margin-right: -40px;
  }
  .about-page .about-5 .content ul li {
    padding-right: 40px;
  }
    .about-page .about-6 ul li .text{
    padding: 80px 20px 
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-7 .text .box{
  width: 100%
}
  
  .about-page .about-1 {
    margin-top: 50px;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    display: none;
  }
  .about-page .about-2 .left {
    width: 100%;
    padding-top: 0;
  }
  .about-page .about-2 .right {
    width: 100%;
    padding-top: 20px;
  }
  .about-page .about-2 .right .bicycle {
    left: 130px;
    zoom: .55;
  }
  .about-page .about-2 .right .shadow {
    zoom: .55;
    left: 0;
  }
  .about-page .about-3 .left {
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding: 20px 0 0;
  }
  .about-page .about-4 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-4 .left ul li .top em {
    display: block;
  }
  .about-page .about-4 .left ul li .top span {
    width: 100%;
    display: block;
    padding: 0;
    height: 60px;
  }
  .about-page .about-4 .right {
    width: 100%;
    padding-top: 20px;
  }
  .about-page .about-4 .right .con {
    margin-top: 15px;
  }
  .about-page .about-4 .right a {
    margin-top: 20px;
  }
  .about-page .about-5 .title {
    font-size: 50px;
  }
  .about-page .about-5 .content {
    margin-top: 60px;
  }
      .about-page .about-6 ul li{
        width: 50%
      }
}
@media screen and (max-width: 700px) {
      .about-page .about-6 {
        display: none
      }
  .about-page .about-2 {
    padding: 7% 0 10%;
  }
  .about-page .about-2 .right {
    display: none;
  }
  .about-page .about-5 .title {
    font-size: 40px;
  }
  .about-page .about-5 .content {
    margin-top: 20px;
  }
  .about-page .about-5 .content ul {
    margin-right: -20px;
  }
  .about-page .about-5 .content ul li {
    padding-right: 20px;
  }
  .about-page .about-5 .content ul li .ig {
    padding-bottom: 0;
  }
  .about-page .about-5 .content ul li .ig .text {
    position: initial;
    height: auto;
    opacity: 1;
    background: var(--color);
    padding: 10px 0;
  }
  .about-page .about-5 .content ul li .ig:hover .text {
    left: 0;
    top: 0;
  }
  .about-page .about-7>img{
    height: 320px;
    object-fit: cover;
  }
  .about-page .about-7 .text{
    bottom: 40px
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-7>img{
    height: 420px
  }
  .about-page .about-2 .left ul li span {
    width: 78%;
  }
  .about-page .about-3 .left .title {
    font-size: 30px;
  }
  .about-page .about-3 .left p {
    font-size: 15px;
    margin-top: 15px;
  }
  .about-page .about-3 .left .more {
    margin-top: 20px;
  }
  
  .about-page .about-5 .title {
    font-size: 27px;
  }
}

#index-body .i-why {
  padding-top: 117px;
  padding-bottom: 130px;
  background: #f5f5f5
}
#index-body .i-why .top {
  margin-bottom: 54px;
}
#index-body .i-why .top .left .i-title {
  display: inline-block;
}
#index-body .i-why .top .left .i-title:after {
  left: 77%;
  top: 4%;
}
#index-body .i-why .top .right {
  padding-left: 70px;
}
#index-body .i-why .top .right .des {
  font-size: 18px;
  line-height: 32px;
  color: #494949;
  display: none
}
#index-body .i-why .top .right .des.active{
  display: block
}
#index-body .i-why .wrap .left {
  width: 55%;
  padding-right: 13px;
}
#index-body .i-why .wrap .left ul {
  margin: -13px;
}
#index-body .i-why .wrap .left ul li {
  padding: 13px;
}
#index-body .i-why .wrap .left ul li .box {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  padding: 25px;
  position: relative;
  height: 195px;
}
#index-body .i-why .wrap .left ul li .box .icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  line-height: 60px;
  -webkit-box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);
  box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);
}
#index-body .i-why .wrap .left ul li .box .icon img {
  vertical-align: middle;
}
#index-body .i-why .wrap .left ul li .box .h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-top: 23px;
  padding-right: 30px;
  min-height: 60px;
}
#index-body .i-why .wrap .left ul li .box .arrow {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
#index-body .i-why .wrap .left ul li .box .arrow img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-why .wrap .left ul li.active .box,
#index-body .i-why .wrap .left ul li .box:hover {
  background: #000;
  color: #fff;
}
#index-body .i-why .wrap .left ul li.active .box .arrow img,
#index-body .i-why .wrap .left ul li .box:hover .arrow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .i-why .wrap .right {
  width: 45%;
  padding-left: 13px;
}
#index-body .i-why .wrap .right ul li {
  height: 415px;
}
#index-body .i-why .wrap .right img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1680px){
    #index-body .i-why .wrap .left ul li .box .h4 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1440px){
    #index-body .i-why .wrap .left ul li .box .h4 {
    font-size: 17px;
  }
}
@media screen and (max-width: 1280px){
    #index-body .i-why .wrap .right {
    display: none;
  }
  #index-body .i-why .wrap .left {
    width: 100%;
  }
  #index-body .i-why {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1000px){
    #index-body .i-why .top .left {
    width: 100%;
  }
  #index-body .i-why .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #index-body .i-why {
    padding: 50px 0;
  }
  #index-body .i-why .wrap .left ul li .box {
    padding: 15px;
  }
  #index-body .i-why .wrap .left ul li .box .arrow {
    right: 10px;
    bottom: 20px;
  }
}
@media screen and (max-width: 700px){
   #index-body .i-why .top .right .des {
    font-size: 16px;
  }
}
.advantage .pr {
  position: relative;
}
.advantage .top .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.advantage .top .btn .more {
  position: relative;
}
.advantage .top .btn .m1 {
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.advantage .header {
  text-align: left;
}
.advantage .header .title {
  color: #030303;
  line-height: 1;
  font-weight: 700;
  margin-top: 5px;
}
.advantage .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
}
.advantage .content ul li {
  padding-right: 20px;
  width: 12%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.advantage2 .content ul li{
  width: 16%
}
.advantage .content ul li .ig {
  border: solid 1px var(--color);
  padding: 50px 60px 37px;
  height: 425px;
}
.advantage .content ul li .ig i {
  display: block;
}
.advantage .content ul li .ig .tit {
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg) translate(-50px, 50%);
  -moz-transform: rotate(90deg) translate(-50px, 50%);
  -ms-transform: rotate(90deg) translate(-50px, 50%);
  transform: rotate(90deg) translate(-50px, 50%);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  bottom: auto;
  left: 50%;
  line-height: 36px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
}
.advantage .content ul li .ig .box {
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -moz-transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -moz-transform 0.4s ease-out;
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -moz-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.advantage .content ul li .ig .num {
  position: absolute;
  bottom: 30px;
  right: 35px;
  color: #666666;
}
.advantage .content ul li.active {
  width: 50%;
}
.advantage .content ul li.active .box .t1{
  line-height: 1.2;
  font-weight: 800;
}
.advantage .content ul li.active .box {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.advantage .content ul li.active .tit {
  opacity: 0;
}
@media screen and (max-width: 1450px) {
   .advantage .content ul li .ig {
    padding: 40px 30px 30px;
  }
}
@media screen and (max-width: 1250px){
   .advantage .content ul li .ig {
    padding: 40px 20px 30px;
  }
}
@media screen and (max-width: 1000px) {
   .advantage .top .btn {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-top: 20px;
  }
   .advantage .content ul li .ig .tit {
    display: none;
  }
   .advantage .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .advantage .content ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .advantage .content ul li.active {
    width: 50%;
  }
  .advantage .content ul li .ig .box {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .advantage .content ul li .ig .box .t1{
    font-weight: 800;
  }
  .advantage .content ul li .ig {
    padding: 30px 20px 20px;
    height: 310px;
  }
}
@media screen and (max-width: 500px){
   .advantage .content ul li,
  .advantage .content ul li.active {
    width: 100%;
  }
  .advantage .content ul li .ig {
    height: auto;
    padding: 20px 15px;
  }
  .advantage .content ul li .ig .tit {
    line-height: 1.5;
  }
  .advantage .content ul li .ig .box {
    line-height: 1.8;
  }
  .advantage .content ul li .ig .num{
    right: 15px;
    bottom: 5px;
  }
}


/*why-us*/
.mana-page .mana-1 {
  padding-top: 4.688%;
}
.mana-page .mana-1 .left {
  vertical-align: middle;
  padding-right: 1.5%;
}
.mana-page .mana-1 .left .title::before {
  display: none;
}
.mana-page .mana-1 .left .con {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 37px;
  color:#585858;
}
.mana-page .mana-1 .right {
  vertical-align: middle;
}
.mana-page .mana-2 {
  padding-top: 3.386%;
}
.mana-page .mana-2 .top .left {
  width: 50%;
  padding-right: 3%;
}
.mana-page .mana-2 .top .left .title::before {
  display: none;
}
.mana-page .mana-2 .top .right {
  width: 50%;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 12px;
  padding-top: 60px;
}
.mana-page .mana-2 .top .right p {
  margin-top: 25px;
}
.mana-page .mana-2 .top .right p:first-child {
  margin-top: 0;
}
.mana-page .mana-2 .bottom {
  /*background: url(../images/mana2.jpg) no-repeat center top;*/
  background-size: 100% 100%;
  color: var(--white);
  margin-top: 89px;
  padding: 4.672% 0 5.922% 0;
  background: #000;
}
.mana-page .mana-2 .bottom .title {
  color: var(--white);
}
.mana-page .mana-2 .bottom .title::before {
  display: none;
}
.mana-page .mana-2 .bottom .ig {
  background: rgba(255, 255, 255, 0.04);
  max-width: 1122px;
  margin: 26px 0 0 10.593%;
  padding: 41px 105px 58px 70px;
}
.mana-page .mana-2 .bottom .ig ul li {
  position: relative;
  padding-top: 19px;
}
.mana-page .mana-2 .bottom .ig ul li i {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  background: var(--color);
}
.mana-page .mana-2 .bottom .ig ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.mana-page .mana-2 .bottom .ig ul li .text {
  display: inline-block;
  width: 82%;
  padding-left: 38px;
}
.mana-page .mana-2 .bottom .ig ul li .text span {
  font-size: 30px;
  line-height: 1.3; 
  font-weight: bold;
}
.mana-page .mana-2 .bottom .ig ul li .text p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 27px;
}
.mana-page .mana-2 .bottom .ig ul li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 31px;
  background: url(../images/mana-icon.png) no-repeat;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots {
  position: absolute;
  z-index: 2;
  right: -20%;
  top: 45%;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li {
  width: 18px;
  height: 18px;
  background: transparent;
  padding: 0;
  margin-bottom: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background: var(--color);
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li button {
  display: none;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li.slick-active {
  background: rgba(255, 255, 255, 0.77);
}
.mana-page .mana-3 {
  padding-top: 68px;
}
.mana-page .mana-3 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}
.mana-page .mana-3 ul li .img {
  background: url(../images/about-dots.png) no-repeat -20px top;
  width: 51.448%;
  padding-top: 46px;
}
.mana-page .mana-3 ul li .text {
  width: 48.552%;
  padding-left: 41px;
}
.mana-page .mana-3 ul li .text .title::before {
  display: none;
}
.mana-page .mana-3 ul li .text .title::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #c2c0c3;
  margin-top: 9px;
}
.mana-page .mana-3 ul li .text .con {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(40, 39, 39, 0.87);
  margin-top: 40px;
}
.mana-page .mana-3 ul li .text dl {
  margin-top: 47px;
}
.mana-page .mana-3 ul li .text dl dd {
  font-size: 18px; 
  font-weight: 500;
  line-height: 1.4;
  padding-left: 65px;
  position: relative;
  margin-bottom: 11px;
}
.mana-page .mana-3 ul li .text dl dd::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 32px;
  height: 26px;
  background: url(../images/mana-check.png) no-repeat;
}
.mana-page .mana-3 ul li .text dl dd:last-child {
  margin-bottom: 0;
}
.mana-page .mana-3 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mana-page .mana-3 ul li:nth-child(even) .text {
  padding: 0 20px 0 0;
}
.mana-page .mana-3 ul li:nth-child(even) .img {
  padding: 0 0 79px 22px;
  background: url(../images/about-dots1.png) no-repeat 20px 2px;
}
.mana-page .mana-3 ul li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-4 {
  padding: 4.063% 0 5.886%;
}
.mana-page .mana-4 .header {
  background: var(--color);
  padding: 30px 0 28px;
}
.mana-page .mana-4 .header .title {
  color: var(--white);
}
.mana-page .mana-4 .header .title::before {
  background: var(--white);
  top: 38px;
}
.mana-page .mana-4 .content {
  margin-top: 80px;
}
.mana-page .mana-4 .content ul {
  margin: 0 -36px -60px 0;
}
.mana-page .mana-4 .content ul li {
  padding: 0 36px 60px 0;
}
.mana-page .mana-4 .content ul li .img-box img {
  width: 100%;
}
.mana-page .i-partner {
  background: url(../images/partner-bg.png) no-repeat center bottom #f5f5f5;
  background-size: 100% auto;
  padding: 60px 79px 123px 50px;
}
.mana-page .i-partner .i-title {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.mana-page .i-partner .content {
  margin-top: 118px;
}
.mana-page .i-partner .content .item1 ul {
  margin-right: -45px;
}
.mana-page .i-partner .content .item1 ul li {
  padding-right: 45px;
}
.mana-page .i-partner .content .item2 {
  padding: 40px 0 0 0px;
}
.mana-page .i-partner .content .item2 ul {
  margin-right: -80px;
}
.mana-page .i-partner .content .item2 ul li {
  padding-right: 80px;
}
.mana-page .i-partner .content ul li img{
  width: 60%;
  margin: auto;
}
.mana-page .i-partner .rtl {
  direction: rtl;
}
@media screen and (max-width: 1440px) {
  .mana-page .mana-2 .top .left {
    padding-right: 2%;
  }
  .mana-page .mana-2 .bottom .ig {
    margin: 26px auto 0;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -11%;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 50px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 21px;
  }
  .mana-page .i-partner .content .item2 {
    padding: 43px 0 0 80px;
  }
  .mana-page .i-partner .content .item2 ul {
    margin-right: -40px;
  }
  .mana-page .i-partner .content .item2 ul li {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .mana-page .mana-1 .left {
    padding-right: 4%;
  }
  .mana-page .mana-1 .left .title {
    font-size: 40px;
  }
  .mana-page .mana-2 .top .left .title {
    font-size: 40px;
  }
  .mana-page .mana-3 ul li .text .title {
    font-size: 40px;
    line-height: 1.4;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 30px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 20px;
    padding-left: 45px;
  }
  .mana-page .mana-3 ul li .text dl dd::before {
    top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .mana-page .mana-1 .left {
    padding-right: 2%;
  }
  .mana-page .mana-1 .left .con {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .mana-page .mana-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-2 .top .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 40px;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 20px 40px 40px 30px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    padding-left: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -5%;
  }
  .mana-page .mana-3 ul li {
    margin-bottom: 30px;
  }
  .mana-page .mana-3 ul li .img {
    width: 100%;
  }
  .mana-page .mana-3 ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li .text .con,
  .mana-page .mana-3 ul li .text dl {
    margin-top: 20px;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0 0 79px 0;
  }
  .mana-page .mana-4 .content {
    margin-top: 40px;
  }
  .mana-page .mana-4 .content ul {
    margin: 0 -15px -25px 0;
  }
  .mana-page .mana-4 .content ul li {
    padding: 0 15px 25px 0;
  }
  .mana-page .i-partner {
    padding: 0 15px 60px;
  }
  .mana-page .i-partner .content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .mana-page .mana-1 .left .title,
  .mana-page .mana-2 .top .left .title {
    font-size: 36px;
    line-height: 1.5;
  }
  .mana-page .mana-2 .top .right {
    padding: 10px 0 0 0;
    margin-top: 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    margin-top: 10px;
  }
  .mana-page .mana-3 ul li .text .title {
    font-size: 36px;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0;
  }
  .mana-page .i-partner {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 500px) {
  .mana-page .mana-1 .left .title,
  .mana-page .mana-2 .top .left .title {
    font-size: 32px;
  }
  .mana-page .mana-1 .left .con {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .top .right {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 20px 20px 30px 20px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-3 ul li .text .con {
    font-size: 14px;
    line-height: 2;
  }
}


.news-page {
  padding-bottom: 110px;
}
.news-page .tips_title {
  font-weight: bold;
  padding-left: 60px;
  text-transform: uppercase; 
  padding-right: 25px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.news-page .tips_title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  left: 0;
  background-color: #a50f0f1f;
  z-index: -1;
}
.news-page .content {
  margin-top: 50px;
}
.news-page .content ul li {
  position: relative;
}
.news-page .content ul li .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f4f6;
}
.news-page .content ul li .box {
  position: relative;
  z-index: 1;
  border: 1px solid #eceef1;
  height: 330px;
  padding: 30px 50px;
  background-color: #fff;
}
.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.news-page .content ul li .box .title {
  display: block;
  font-weight: bold;
  font-size: 30px;
}
.news-page .content ul li .box .title::before{
  display: none;
}
.news-page .content ul li .box .title:hover {
  color: var(--color);
}
.news-page .content ul li .box .des {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  line-height: 2;
}
.news-page .content ul li .box .des:hover {
  color: var(--color);
}
.news-page .content ul li .box .info_c {
  margin-top: 15px;
}
.news-page .content ul li .box .info_c .cat_name {
  width: auto;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  background-color: var(--color);
  border-radius: 15px;
  padding: 4px 22px;
}
.news-page .content ul li .box .info_c .time {
  color: rgba(33, 33, 33, 0.7);
  margin-left: 30px;
  width: auto;
  font-size: 16px;
  vertical-align: middle;
}
.news-page .content ul li:hover {
  z-index: 2;
}
.news-page .content ul li:hover .box {
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  -o-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}
.newdet-page .init-1 .container .title {
  font-size: 30px;
}
.newdet-page .init-1 .container .title::before{
  display: none;
}
.newdet-page .init-1 .container .time {
  color: #9e9e9e;
  margin-top: 30px;
}
.newdet-page .init-1 .container .content {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: #767676;
  padding: 30px 0;
  line-height: 2;
}
.newdet-page .init-1 .container .bottom_cont {
  margin-top: 40px;
}
.newdet-page .init-1 .container .bottom_cont .left {
  width: calc(100% - 160px);
  padding-right: 20px;
}
.newdet-page .init-1 .container .bottom_cont .right {
  width: 160px;
}
.newdet-page .init-1 .container .bottom_cont .right .share_name {
  color: #767676;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a {
  display: inline-block;
  margin-top: 10px;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: var(--color);
  font-size: 16px;
  border-radius: 50%;
  margin-right: 12px;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a i {
  position: relative;
  z-index: 2;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a::before {
  background-color: #245e3e;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list2 {
  background-color: #00aced;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list3 {
  background-color: #cb2027;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list4 {
  background-color: #cc2366;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1000px){
   .news-page {
    text-align: center;
  }
  .seohide {
    display: none !important;
  }
  .news-page .tips_title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-page .content .grid-box li {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
   .newdet-page .init-1 .container .bottom_cont {
    margin-top: 20px;
  }
  .newdet-page .init-1 .container .bottom_cont .left {
    width: 100%;
    padding: 0;
  }
  .newdet-page .init-1 .container .bottom_cont .right {
    display: none;
  }
}
@media screen and (max-width:700px){
  .news-page .content ul li{
    width: 100%;
  }
}
@media screen and (max-width: 500px){
   .news-page .content ul li .box {
    padding: 20px 16px;
  }
  .news-page .content ul li .box .info_c .time {
    width: 100%;
    margin: 16px 0 0;
  }
  .news-page .content ul li .box .title {
    font-size: 20px;
  }
   .newdet-page .init-1 .container .bottom_cont {
    margin-top: 0;
  }
  .newdet-page .init-1 .container .time {
    margin-top: 16px;
  }
}

.contact-page {
  padding-top: 120px;
  background: #f8f8f8;
}
.contact-page .init-1 {
  padding-top: 0px;
  background: #fff;
}
.contact-page .init-1 h1 {
  border-bottom: 1px solid #6e6b70;
  padding: 50px 0 20px;
  text-transform: capitalize;
}
.contact-page .init-1 ul {
  padding: 80px 0;
}
.contact-page .init-1 ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.contact-page .init-1 ul li:hover i {
  color: var(--color);
  border: 2px solid var(--color);
}
.contact-page .init-1 ul li:hover .img {
  border: 2px solid var(--color);
}
.contact-page .init-1 ul li:hover .img img {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.contact-page .init-1 ul li i,
.contact-page .init-1 ul li .img {
  width: 100px;
  height: 100px;
  border: 2px solid #6e6b70;
  border-radius: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 44px;
  color: #6e6b70;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
}
.contact-page .init-1 ul li .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-page .init-1 ul li .img img {
  max-width: 50%;
  -webkit-filter: grayscale(1) brightness(0.6);
  filter: grayscale(1) brightness(0.6);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.contact-page .init-1 ul li h3 {
  font-size: 24px;
  color: #051524;
  padding: 20px 0 10px;
  text-transform: capitalize; 
  font-weight: bold;
}
.contact-page .init-1 ul li p {
  font-size: 16px;
  color: #414951;
  line-height: 2;
}
.contact-page .init-2 {
  padding-bottom: 110px;
}
.contact-page .init-2 .init-2-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .init-2 .init-2-box .left {
  width: 50%;
  padding-right: 8.5%;
}
.contact-page .init-2 .init-2-box .left h1 {
  background: var(--color);
  color: #fff;
  padding: 60px 0;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  line-height: 2; 
  font-weight: bold;
}
.contact-page .init-2 .init-2-box .left .content {
  padding-left: 30px;
}
.contact-page .init-2 .init-2-box .left .content p {
  margin-top: 20px;
  font-size: 16px;
  color: #8995a2;
  line-height: 2;
}
.contact-page .init-2 .init-2-box .left .content ul {
  margin-top: 10px;
}
.contact-page .init-2 .init-2-box .left .content ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e0e8f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.contact-page .init-2 .init-2-box .left .content ul li span {
  display: inline-block;
  width: 60px;
  text-align: center;
  margin-right: 20px;
}
.contact-page .init-2 .init-2-box .left .content ul li p {
  font-size: 20px;
  color: #242424;
  font-weight: bold;
}
.contact-page .init-2 .init-2-box .right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 70px;
}
.contact-page .contact-4 .box ul li {
  padding: 15px;
}
.contact-page .contact-4 .box ul li:nth-child(7) ~ li {
  display: none;
}
.contact-page h2.title {
  text-transform: none;
}
.contact-page .contact-1 {
  padding: 60px 0 80px;
  background: #f7f7f7;
}
.contact-page .contact-1 .left {
  width: 50%;
}
.contact-page .contact-1 .left h3 {
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.contact-page .contact-1 .left p {
  display: block;
  font-size: 16px;
  color: #635c5b;
}
.contact-page .contact-1 .left .form {
  padding-top: 36px;
}
.contact-page .contact-1 .left .form ul {
  margin: -7px;
}
.contact-page .contact-1 .left .form ul li {
  padding: 7px;
}
.contact-page .contact-1 .left .form ul li input,
.contact-page .contact-1 .left .form ul li textarea {
  display: block;
  width: 100%;
  border: 1px solid #c8c8c8;
  line-height: 28px;
  padding: 6px 10px;
  background: transparent;
  font-size: 16px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left .form ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-webkit-input-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input::-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-moz-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:-ms-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-ms-input-placeholder {
  color: black;
}
.contact-page .contact-1 .left .form ul li input:focus,
.contact-page .contact-1 .left .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-1 .left .form ul li textarea {
  height: 130px;
  resize: vertical;
  -webkit-transition: .5s all, 0s height;
  -moz-transition: .5s all, 0s height;
  transition: .5s all, 0s height;
}
.contact-page .contact-1 .left .form ul li input[type="submit"] {
  width: 130px;
  background: #222;
  color: white;
  margin-top: 20px;
}
.contact-page .contact-1 .left .form ul li input[type="submit"]:hover {
  background: var(--color);
}
.contact-page .contact-1 .left .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right {
  width: 50%;
  padding-left: 6%;
  padding-right: 3%;
}
.contact-page .contact-1 .right h3 {
  font-size: 30px;
  color: #4e4243;
  margin-bottom: 22px;
  font-weight: 600;
}
.contact-page .contact-1 .right ul {
  margin-bottom: 120px;
}
.contact-page .contact-1 .right ul li {
  font-size: 20px;
  color: #777;
  line-height: 35px;
}
.contact-page .contact-1 .right #ewm {
  max-width: 90px;
  border: 3px solid white;
}
.contact-page .contact-1 .right .share ul {
  margin: -2px;
}
.contact-page .contact-1 .right .share ul li {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  background: #eee;
  border-radius: 5px;
  color: black;
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .right .share ul li a {
  display: block;
  position: relative;
}
.contact-page .contact-1 .right .share ul li:hover {
  background: var(--color);
  color: white;
}
.contact-page .contact-1 .right .share ul li img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .right .share ul li.ewm #ewm {
  width: 120px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  border-radius: 5px;
  display: none;
  margin-bottom: 10px;
  max-width: none;
}
.contact-page .contact-1 .right .share ul li.ewm #ewm:after {
  content: '';
  border-top: 10px solid white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
}
.contact-page .contact-1 .right .share ul li.ewm:hover #ewm {
  display: block;
}
.contact-page .contact-2 {
  padding: 110px 0 80px;
}
.contact-page .contact-2 h2 {
  text-align: center;
}
.contact-page .contact-2 .box {
  padding-top: 50px;
}
.contact-page .contact-2 .box .left {
  vertical-align: middle;
}
.contact-page .contact-2 .box .right {
  vertical-align: middle;
  padding-left: 10%;
}
.contact-page .contact-2 .box .right ul {
  margin: -7px;
}
.contact-page .contact-2 .box .right ul li {
  padding: 7px;
}
.contact-page .contact-2 .box .right ul li .box {
  display: block;
  background: #f0f0f0;
  padding: 30px 15px;
  text-align: center;
}
.contact-page .contact-2 .box .right ul li .box p {
  display: block;
  font-size: 20px;
  color: black;
}
.contact-page .contact-2 .box .right ul li .box h3 {
  display: block;
  font-size: 33px;
  color: #95ba67;
  line-height: 60px;
}
.contact-page .contact-2 .box .right ul li .box h3 em,
.contact-page .contact-2 .box .right ul li .box h3 span {
  font-size: 60px;
}
.contact-page .contact-3 {
  padding: 80px 0;
  background: #f0f0f0;
}
.contact-page .contact-3 ul li {
  padding: 0 25px;
}
.contact-page .contact-3 ul li a.img-box {
  display: block;
  border-radius: 10px;
}
.contact-page .contact-3 ul li a.img-box img {
  width: 100%;
}
.contact-page .contact-3 ul li h4 {
  display: block;
  margin: 30px 0 10px;
  font-size: 20px;
  color: black;
}
.contact-page .contact-3 ul li .text {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin: -6px 0;
}
.contact-page .contact-3 ul li .text p {
  padding: 6px 0;
}
.contact-page .contact-4 {
  padding: 160px 0 80px;
  text-align: center;
}
.contact-page .contact-4 h2 small {
  max-width: 530px;
  margin: 0 auto;
}
.contact-page .contact-4 .box {
  padding: 70px 0 50px;
}
#addForm2 {
  padding-left: 25px;
  height: 670px;
  width: 720px;
  padding: 60px;
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
  box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
}
#addForm2 h4 {
  font-size: 36px;
  margin: 0 0 30px;
  color: #051524;
  text-transform: uppercase;
  line-height: 1.2; 
  font-weight: bold;
}
#addForm2 span {
  font-weight: 400;
  font-style: normal;
  color: #6b6b6b;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 7px;
  display: block;
}
#addForm2 input {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
}
#addForm2 textarea {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
  height: 100px;
}
#addForm2 .contact-submit {
  margin-top: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#addForm2 .contact-submit input[type="submit"] {
  display: inline-block;
  max-width: 200px;
  font-weight: 500;
  font-style: normal;
  line-height: 36px;
  font-size: 20px;
  color: #fff !important;
  background-color: var(--color);
  /*border-radius: 28px;*/
  text-align: center;
  margin-right: 0 !important;
  padding: 9px 30px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#addForm2 .contact-submit #ewm {
  padding: 4px;
  border: 1px solid #ccc;
  width: 130px;
}
#addForm2 .contact-submit input[type="submit"]:hover {
  background-color: var(--color);
}
@media screen and (max-width: 1500px) {
  .contact-page .contact-2,
  .contact-page .contact-4 {
    padding: 80px 0;
  }
  .contact-page .contact-1 .left .form ul li input,
  .contact-page .contact-1 .left .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .contact-1 .right h3,
  .contact-page .contact-1 .left h3 {
    font-size: 26px;
  }
  .contact-page .contact-1 .right ul li {
    font-size: 16px;
    line-height: 1.8;
  }
  .contact-page .contact-1 .right ul {
    margin-bottom: 80px;
  }
  .contact-page .contact-1 .right .share ul li img {
    vertical-align: top;
  }
  .contact-page .contact-4 {
    padding: 80px 0 50px;
  }
  .contact-page .contact-4 .box {
    padding: 40px 0 30px;
  }
  .contact-page .contact-3 ul li h4 {
    margin: 10px 0;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 24px;
  }
  .contact-page .contact-1 .right ul li {
    line-height: 30px;
  }
  .contact-page .contact-1 .left .form ul li input,
  .contact-page .contact-1 .left .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .contact-3 ul li {
    padding: 0 10px;
  }
  .contact-page .contact-3 ul {
    margin: 0 -10px;
  }
  .contact-page .contact-1 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1250px) {
  .contact-page .contact-3 ul li .text p {
    padding: 2px 0;
  }
  .contact-page .contact-1 .right {
    padding-left: 4%;
    padding-right: 0;
  }
  .contact-page .contact-2 .box .right {
    padding-left: 5%;
  }
  .contact-page .contact-2 .box .right ul li .box p {
    font-size: 16px;
  }
  .contact-page .contact-2 .box .right ul li .box h3 {
    font-size: 26px;
    line-height: 40px;
  }
  .contact-page .contact-2 .box .right ul li .box h3 em,
  .contact-page .contact-2 .box .right ul li .box h3 span {
    font-size: 40px;
  }
  .contact-page .contact-4 {
    padding: 60px 0 30px;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 22px;
  }
  .contact-page .contact-1 .right ul li {
    font-size: 14px;
  }
  .contact-page .contact-1 .left .form {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-4 .box .img {
    width: 100%;
    position: relative;
    left: -10px;
  }
  .contact-page .contact-4 .box .img:last-child {
    position: relative;
    left: 10px;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right #ewm {
    display: none;
  }
  .contact-page .contact-1 .left .form ul li input[type="submit"] {
    float: right;
  }
  .contact-page .contact-1 {
    padding: 50px 0;
  }
  .contact-page .contact-2 .box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .contact-page .contact-2 .box .left {
    width: 100%;
  }
  .contact-page .contact-2 .box .left img {
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }
  .contact-page .contact-2 .box {
    padding-top: 20px;
  }
  .contact-page .contact-2,
  .contact-page .contact-4,
  .contact-page .contact-3 {
    padding: 60px 0;
  }
  .contact-page .contact-4 .box ul li {
    width: 20%;
  }
  .contact-page .contact-1 .right ul {
    margin-bottom: 30px;
  }
  .contact-page .init-2 .init-2-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .init-2 .init-2-box .left .content {
    padding-left: 10px;
  }
  .contact-page .init-2 .init-2-box .left {
    width: 100% !important;
  }
  .contact-page .init-2 .init-2-box .right {
    width: 100% !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #addForm2 {
    width: 100%;
  }
  .contact-page .init-2 .init-2-box .right {
    padding-right: 0;
  }
  .contact-page .init-2 .init-2-box .left {
    padding-right: 0;
    margin-top: 20px;
  }
  .contact-page .init-1 ul li{
    width: 33.3%;
    margin-bottom: 20px;
  }
  .contact-page .init-1 ul li:first-child{
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-2 .box .left img {
    width: 100%;
  }
  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 20px;
  }
  .contact-page .contact-4 {
    padding: 40px 0;
  }
  .contact-page .contact-4 .box ul li {
    padding: 5px;
  }
  .contact-page .contact-4 .box ul {
    margin: -5px;
  }
  .contact-page .contact-4 .box ul li {
    width: 33.333%;
  }
  .contact-page .init-2 .init-2-box .left {
    display: none;
  }
}
@media screen and (max-width: 600px){

}
@media screen and (max-width: 500px) {
  .contact-page .init-1 ul li{
    width: 100%;
  }
  .contact-page .init-2 .init-2-box .left .content ul li p {
    font-size: 18px;
  }
  .contact-page .init-2 .init-2-box .right {
    padding-right: 0;
    margin-top: 30px;
  }
  .contact-page .init-2 .init-2-box .left .content ul li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-page .init-2 .init-2-box .left .content p {
    margin-top: 0;
    line-height: 1.4;
  }
  #addForm2 {
    width: 100%;
    padding: 10px;
  }
  #addForm2 .contact-submit {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@-webkit-keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
}
@-moz-keyframes scroll-icon {
  0% {
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -moz-transform: translateY(12px);
    transform: translateY(12px);
  }
}
@keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);
  }
}
.inner-banner {
  height: 520px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*padding-top: 315px; */
  color: #fff;
  text-align: center;
  position: relative;
   display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-banner .ui.container{
  width: 100%;
}
.inner-banner.product-banner{

}
.inner-banner .bg{
  position: absolute;
  left: 0;
  bottom: -2px; 
}
.inner-banner .mbx {
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
}
 
.inner-banner .tit {
  font-size: 50px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 17px;
  /*text-transform: uppercase;*/
}
.inner-banner .search{
  position: relative;
  max-width: 740px;
  margin: 50px auto 0;
}
.inner-banner .search form{
  width: 100%;
  position: relative;
}
.inner-banner .search input{
  width: 100%;
  height: 80px;
  border: none;
  padding: 0 65px;
  font-size: 18px;
  border-radius: 40px;
  color: black;
}
.inner-banner .search input[type="submit"]{
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 80px;
  height: 35px;
  background: url(../images/search1.png) no-repeat center;
  padding: 0;
  border-left: 1px solid rgba(0,0,0,0.3);
  border-radius: 0;
}
.inner-banner .arrow{
  position: absolute;
    left: 0;
    bottom: 12%;
    width: 100%;
    text-align: center;
    cursor: pointer;
    z-index: 3;
    -webkit-animation: scroll-icon 1.2s infinite alternate cubic-bezier(.65,.05,.36,1);
    -moz-animation: scroll-icon 1.2s infinite alternate cubic-bezier(.65, .05, .36, 1);
    animation: scroll-icon 1.2s infinite alternate cubic-bezier(.65,.05,.36,1);
}

.product-yd-page .top {
  padding: 4.4792% 0 1%;
  text-align: center;
}
.product-yd-page .top .ui.container {
  max-width: 1002px;
}
.product-yd-page .top .title::before {
  display: none;
}
.product-yd-page .top .con {
  font-size: 16px;
  line-height: 1.8;
  color: #0d0d0d;
  margin-top: 18px;
}
.product-yd-page .palallax_wrap {
  position: relative;
  margin: 60px 0 0 0;
  padding: 70px 0;
  background: url("../images/productyd-bg.jpg") no-repeat center fixed;
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
}
.product-yd-page .palallax_conts {
  display: none;
  max-width: 1140px;
  margin: 0 auto;
}
.product-yd-page .palallax_conts dl {
  position: relative;
  top: 0;
  min-height: 280px;
  margin-bottom: 120px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-yd-page .palallax_conts dl dt {
  position: absolute;
  top: 200px;
  left: 40%;
  opacity: 0;
}
.product-yd-page .palallax_conts dl dt span {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 70px;
  width: 0;
  height: 2px;
  background: var(--primary);
  z-index: 10;
}
.product-yd-page .palallax_conts dl:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product-yd-page .palallax_conts .description {
  position: relative;
  width: 53%;
  /*top: 200px;*/
  font-size: 18px;
  line-height: 1.8;
  color: white;
  /*opacity: 0;*/
  padding-left: 35px;
}
.product-yd-page .palallax_conts .description .tit {
  font-size: 48px;
  line-height: 1.2; 
  font-weight: bold;
  margin-bottom: 22px;
}
.product-yd-page .palallax_conts .img {
  width: 47%;
  /*opacity: 0;*/
}
.product-yd-page .palallax_conts .more {
  margin-top: 54px;
}
.product-yd-page .palallax_conts .right {
  text-align: right;
}
.product-yd-page .palallax_conts .right dt {
  right: 28%;
}
.product-yd-page .palallax_conts .right .description {
  padding-right: 34px;
}
.product-yd-page .bottom {
  background: url(../images/ipbg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 6.407% 0 7.292%;
  color: var(--white);
}
.product-yd-page .bottom .ui.container {
  max-width: 1170px;
}
.product-yd-page .bottom ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 120px;
}
.product-yd-page .bottom ul li .img {
  width: 47%;
  padding-left: 60px;
}
.product-yd-page .bottom ul li .img .img-box {
  overflow: unset;
}
.product-yd-page .bottom ul li .text {
  width: 53%;
  padding-left: 34px;
}
@-webkit-keyframes wid {
  0% {
    width: 0%;
  }
  50% {
    width: 100px;
  }
  100% {
    width: 210px;
  }
}
@-moz-keyframes wid {
  0% {
    width: 0%;
  }
  50% {
    width: 100px;
  }
  100% {
    width: 210px;
  }
}
@keyframes wid {
  0% {
    width: 0%;
  }
  50% {
    width: 100px;
  }
  100% {
    width: 210px;
  }
}
.product-yd-page .bottom ul li .text .title {
  color: var(--white);
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}
.product-yd-page .bottom ul li .text .title::before {
  left: -236px;
  background: var(--primary);
  animation: wid 6s linear;
}
.product-yd-page .bottom ul li .text .title:hover {
  color: var(--primary);
}
.product-yd-page .bottom ul li .text .con {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.product-yd-page .bottom ul li .text .more {
  margin-top: 54px;
}
.product-yd-page .bottom ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product-yd-page .bottom ul li:nth-child(even) .text {
  text-align: right;
  padding: 0 34px 0 0;
}
.product-yd-page .bottom ul li:nth-child(even) .text .title::before {
  right: -236px;
  left: initial;
}
.product-yd-page .bottom ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .product-yd-page .title {
    font-size: 40px;
  }
  .product-yd-page .palallax_conts dl{
     -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-yd-page .palallax_conts .img{
    width: 100%;
  }
  .product-yd-page .palallax_conts .description{
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .product-yd-page .palallax_conts{
    max-width: 700px;
    padding: 0 15px;
  }
  .product-yd-page .palallax_conts .right{
    text-align: left;
  }
  .product-yd-page .palallax_conts .description .tit{
    font-size: 35px;
  }
}
@media screen and (max-width: 700px) {
  .product-yd-page .bottom ul li {
    margin-bottom: 30px;
  }
  .product-yd-page .bottom ul li .img {
    width: 100%;
    padding-left: 0;
  }
  .product-yd-page .bottom ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .product-yd-page .bottom ul li:nth-child(even) .text {
    padding-right: 0;
  }
  .product-yd-page .title {
    font-size: 26px;
  }
  .product-yd-page .palallax_conts .description .tit{
    font-size: 28px;
  }
  .product-yd-page .palallax_conts .description{
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .product-yd-page .title {
    font-size: 26px;
  }
}

.product-page .category-desc {
  background-color: #f9f9f9;
  line-height: 2;
}
.product-page .productNav ul {
  position: relative;
}
.product-page .productNav ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.product-page .productNav ul li {
  width: auto;
  position: relative;
}
.product-page .productNav ul li + li {
  margin-left: 45px;
}
.product-page .productNav ul li a {
  padding: 15px 0;
}
.product-page .productNav ul li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  display: block;
  height: 3px;
  width: 0;
  background-color: var(--primary);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-page .productNav ul li.active a::after {
  width: 100%;
}
.productList ul {
  margin: -20px;
}
.productList ul li {
  padding: 20px;
}
.productList ul li .img img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.productList ul li .img img.on {
  opacity: 0;
  left: 0;
  top: 0;
}
.productList ul li .img:hover img.on {
  opacity: 1;
}
.productList ul li .img:hover img.def {
  opacity: 0;
}
.productList ul li .img .more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 47px;
  line-height: 47px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: var(--color);
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  opacity: 0; 
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  z-index: 15;
  padding: 0;
  display: block;
}
.productList ul li .img .more::after{
  background: #f6f5f1;
}
.productList ul li .img .more:hover {
  color: #000;
}
.productList ul li .img:hover .more {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  .product-page .productNav {
    display: none;
  }
  .productList ul {
    margin: -15px;
  }
  .productList ul li {
    padding: 15px;
    width: 50%;
  }
}
@media screen and (max-width: 600px){
  .productList ul li{
    width: 100%;
  }
}
.product-page .productBox .left {
  width: 25%;
}
.product-page .productBox .left #product-list li {
  position: relative;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 25px 30px;
}
.product-page .productBox .left #product-list li i {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 24px;
  color: #000;
  cursor: pointer;
}
.product-page .productBox .left #product-list li a {
  display: inline-block;
  font-size: 18px; 
  font-weight: bold;
  color: #000000;
  line-height: 1.5;
  text-transform: uppercase;
}
.product-page .productBox .left #product-list li a:hover,
.product-page .productBox .left #product-list li a.active {
  color: #014099;
}
.product-page .productBox .left #product-list li ul.children {
  margin-top: 20px;
}
.product-page .productBox .left #product-list li ul.children li {
  margin-bottom: 15px;
  padding: 0;
  border: none;
  border-radius: 0;
}
.product-page .productBox .left #product-list li ul.children li a {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  text-transform: capitalize
}
.product-page .productBox .left #product-list li ul.children li:last-child {
  margin-bottom: 0;
}


.product-page .productBox .right {
  width: 75%;
  padding-left: 60px;
}


@media (max-width: 1000px) {
  .product-page .productBox .left {
    display: none;
  }

  .product-page .productBox .right {
    width: 100%;
    padding-left: 0;
  }
}

.prodet-page {
  padding: 100px 0 10px 0;
}
.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.prodet-page .prodet-1 .box .left .big {
  width: 85%;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: var(--primary);
  font-family: FontAwesome;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: 20px;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: 40px;
}
.prodet-page .prodet-1 .box .left .small {
  width: 15%;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -5px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 5px;
}

.prodet-page .prodet-1 .box .left .small img {
  border: 1px solid #e6e6e6;
}

.prodet-page .prodet-1 .box .right .content h1{ 
  font-weight: bold;
}
.prodet-page .prodet-1 .box .right .content .text {
  line-height: 2;
  max-height: 300px;
  padding-right: 20px;
  margin-top: 10px;
  overflow: auto;
}
.prodet-page .prodet-1 .box .right .content a.msg {
  color: var(--white);
  background-color: var(--primary);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  text-align: center;
}
.prodet-page .prodet-1 .box .right .content a.msg:hover {
  color: white;
  background-color: #000000;
}
.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-2 {
  padding-top: 100px;
}
.prodet-page .prodet-2 form input,
.prodet-page .prodet-2 form textarea {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  margin-bottom: 17px;
  /*font-style: italic;*/
}
.prodet-page .prodet-2 form textarea {
  height: 170px;
}
.prodet-page .prodet-2 form button {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400; 
  color: #FFFFFF;
  background-color: var(--primary);
  border: none;
  padding: 10px 45px;
  text-transform: uppercase;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-2 form button:hover {
  background-color: #000000;
}
.prodet-page .prodet-2 .options ul {
  position: relative;
}
.prodet-page .prodet-2 .options ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.prodet-page .prodet-2 .options ul li {
  width: auto;
  position: relative;
}
.prodet-page .prodet-2 .options ul li + li {
  margin-left: 130px;
}
.prodet-page .prodet-2 .options ul li a {
  padding: 15px 40px; 
    font-size: 30px;
        text-transform: uppercase;
}
.prodet-page .prodet-2 .options ul li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  display: block;
  height: 3px;
  width: 0;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-2 .options ul li.active a::after {
  width: 100%;
}
.prodet-page .prodet-2 .ret ul li .content {
  /*padding-left: 90px;
  padding-right: 90px;*/
}
.prodet-page .prodet-2 .ret ul li .content.form {
  padding: 5%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.prodet-page .prodet-2 .ret ul li .content.form form{
  width: 100% !important;
}
.prodet-page .prodet-3 {
  padding-top: 100px;
}
.prodet-page .prodet-3 ul li .img img{
  width: 100%;
  border: 1px solid #efefef;
}
.prodet-page .prodet-3 .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #FFFFFF;
  background-color: var(--primary);
}
.prodet-page .prodet-3 .slick-arrow.slick-prev {
  left: -50px;
}
.prodet-page .prodet-3 .slick-arrow.slick-next {
  right: -50px;
}
@media screen and (max-width: 1200px) {
  .prodet-page .prodet-1 .box .right .content h1 {
    margin: 0;
  }
  .prodet-page .prodet-1 .box .right .content a.msg {
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .options ul li + li {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .prodet-page .prodet-2 {
    padding-top: 60px;
  }
  .prodet-page .prodet-3 {
    padding-top: 60px;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .prodet-page .prodet-2 .ret ul li .content.form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .prodet-page .prodet-2 .options ul li a{
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .box .left .big-small {
    display: block;
  }
  .prodet-page .prodet-1 .box .left .big {
    width: 100%;
    padding: 0;
  }
  .prodet-page .prodet-1 .box .left .small {
    width: 100%;
    margin-top: 10px;
  }
  .prodet-page .prodet-2 form input,
  .prodet-page .prodet-2 form textarea {
    padding: 10px;
  }
  .prodet-page .prodet-2 .options ul li {
    width: 100%;
  }
  .prodet-page .prodet-2 .options ul li + li {
    margin: 0;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    padding-left: 0;
    padding-right: 0;
  }
  .prodet-page .prodet-2 .ret ul li .content.form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .prodet-page .prodet-2 form textarea {
    height: 100px;
  }
  .prodet-page .prodet-2 .options ul li a{
    font-size: 16px;
  }
}
.inner-page .m-page {
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page span.current,
.inner-page .m-page a:hover {
  background: var(--color) none repeat scroll 0 0;
  color: #fff;
}


.sus-page .sus-banner{
  padding-top: 120px;
  padding-bottom: 30px;
}
.sus-page .sus-1 {
  padding: 80px 0;
}
.sus-page .sus-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sus-page .sus-1 .ui.container .left h5 {
  max-width: 750px;
}
.sus-page .sus-1 .ui.container .right {
  padding-left: 45px;
}
.sus-page .sus-1 .ui.container .right p {
  line-height: 2;
}
.sus-page .sus-2 {
  padding: 80px 0;
}
.sus-page .sus-2 .ui.container {
  text-align: left;
}
.sus-page .sus-2 .ui.container .honorbox {
  padding-top: 25px;
  margin-top: 30px;
  border-top: 1px solid #aaa;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist {
  margin: 0 -50px;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li {
  padding: 15px 50px;
  text-align: center;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item img {
  margin: 0 auto;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item h5 {
  margin-top: 20px;
  height: 75px;
  text-align: center;
  position: relative;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item h5:before {
  content: "";
  width: 65px;
  height: 1px;
  position: absolute;
  background: var(--base-color);
  bottom: 0;
  left: 50%;
  margin-left: -32.5px;
}
.sus-page .sus-3 {
  padding: 80px 0;
}
.sus-page .sus-3 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
 
.sus-page .sus-3 .top .left h5 {
  color: var(--color);
}
.sus-page .sus-3 .top .right p {
  max-width: 630px;
  margin: 0 auto;
  text-align: left;
}
.sus-page .sus-3 .main {
  margin-top: 150px;
  background: #f8f8f8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sus-page .sus-3 .main .left {
  padding-left: 100px;
  padding-right: 60px;
}
.sus-page .sus-3 .main .left h6 { 
  margin: 30px 0;
}
.sus-page .sus-3 .main .left p {
  line-height: 2;
  margin-bottom: 65px;
}
.sus-page .sus-4 {
  padding-top: 20px;
  padding-bottom: 80px;
}
.sus-page .sus-4 .ui.container {
  text-align: left;
}
.sus-page .sus-4 .ui.container .optionbox {
  margin-top: 25px;
  border-top: 1px solid #999;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist {
  margin: 0 -50px;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li {
  padding: 50px;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item {
  background: #f8f8f8;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text {
  padding: 65px 60px;
  text-align: left;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text h6 {
  color: #000;
  font-weight: 700;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text p {
  line-height: 2;
  margin-top: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1450px) {
   .sus-page .sus-3 .main .left {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px){
   .sus-page .sus-3 .top .left {
    padding-right: 40px;
  } 
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text {
    padding: 30px 15px;
    text-align: left;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist {
    margin: 0 -15px;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li {
    padding: 50px 15px;
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist{
    margin: -15px;
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist li{
    padding: 15px;
  }
  .sus-page .sus-1 .ui.container .column{
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .sus-page .sus-2{
    padding-top: 0;
  }
}
@media screen and (max-width: 700px){
   .sus-page .sus-1 .ui.container .left {
    width: 100%;
  }
  .sus-page .sus-1 .ui.container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .sus-page .sus-1 {
    padding: 20px 0;
  }
  .sus-page .sus-2 {
    padding: 20px 0;
  }
  .sus-page .sus-3 {
    padding: 20px 0;
  }
  .sus-page .sus-3 .top .left {
    width: 100%;
    text-align: center;
  }
  .sus-page .sus-3 .top .right {
    width: 100%;
    text-align: center;
  }
  .sus-page .sus-3 .main {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sus-page .sus-3 .main .left {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }
  .sus-page .sus-3 .main .right {
    width: 100%;
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist li{
    width: 50%;
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item{
    padding: 20px 0;
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item h5{
    height: auto;
  }
}

.faq-page {
    padding-bottom: 110px;
}

.faq-page .container .tips_title {
    font-weight: bold;
    padding-left: 60px;
    
    padding-right: 25px;
    display: inline-block;
    position: relative;
    line-height: 1;
    z-index: 2;
}

.faq-page .container .tips_title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 16px;
    bottom: 0;
    left: 0;
    background-color: #a50f0f1f;
    z-index: -1;
}

.faq-page .container .content {
    margin-top: 60px;
}

.faq-page .container .content ul {
    border-top: 1px solid #e5e8ec;
    border-left: 1px solid #e5e8ec;
    border-right: 1px solid #e5e8ec;
}

.faq-page .container .content ul li {
    border-bottom: 1px solid #e5e8ec;
    position: relative;
    cursor: pointer;
}

.faq-page .container .content ul li>i {
    position: absolute;
    top: 24px;
    right: 24px;
    line-height: 1;
    font-size: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #a50f0f;
}

.faq-page .container .content ul li .title {
    font-weight: bold;
    position: relative;
    padding: 20px 60px;
    font-size: 26px;
}

.faq-page .container .content ul li .title::before {
    display: none;
}

.faq-page .container .content ul li .des {
    display: none;
    padding: 20px 60px;
}

.faq-page .container .content ul li.active .title {
    background-color: var(--color);
    color: #fff;
}

.faq-page .container .content ul li.active>i {
    color: #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 1000px) {
    .faq-page {
        text-align: center;
    }

    .faq-page .container .tips_title {
        padding-left: 20px;
        padding-right: 20px;
    }

    .faq-page .container .content ul li .title {
        font-size: 20px;
    }

    .faq-page .container .content ul {
        text-align: left;
    }

    .faq-page .container .content {
        text-align: left;
    }
}

@media (max-width: 500px) {
    .faq-page .container .content {
        margin-top: 30px;
    }

    .faq-page .container .content ul li .title {
        padding: 20px 30px 20px 16px;
        font-size: 18px;
    }

    .faq-page .container .content ul li>i {
        font-size: 20px;
        width: 20px;
        height: 20px;
        right: 2px;
        top: 28px;
    }

    .faq-page .container .content ul li .des {
        padding: 20px 16px;
    }
}