@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins.ttf) format('truetype');
}
@font-face {
  font-family: 'Neothic';
  src: url(../fonts/Neothic.ttf) format('truetype');
}
@font-face {
  font-family: 'TomsRomanITCbyBT-Regular';
  src: url(../fonts/TomsRomanITCbyBT-Regular.OTF) format('truetype');
}
body {
  font-family: 'Poppins-Regular';
  max-width: 1920px;
  margin: 0 auto;
  color: #000;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
img {
  max-width: 100%;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody table td,
table tbody table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody table tr {
  width: auto !important;
  height: auto !important;
}
table tbody table tr:nth-child(even) {
  background: #eee;
}
.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;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #eb623a;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #eb623a;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#header{
  background-color: #ffffffab;
}
#header .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.title_cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.title_cont .subline {
  width: 200px;
  height: 1px;
  background-color: #626262;
  margin-right: 60px;
}
.title_cont .text {
  line-height: 1.6;
  font-family: 'TomsRomanITCbyBT-Regular';
  font-size: 50px;
}
#header {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #232323;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 20;
  padding: 40px 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0);
}
#header.active {
  background-color: #fff;
  border-color: #004d91;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  max-width: 100%;
  margin: auto;
  justify-content: center;
}
#header > .nav > .menu {
  padding: 0;
  width: 1650px;
}
#header > .nav > .menu .menu-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .logo {
  width: 155px;
}
#header > .nav > .menu .menu-box .logo img {
  width: 100%;
}
#header > .nav > .menu .menu-box .menu-menu-container {
  margin-left: auto;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item {
  margin-left: 100px;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:hover > a {
  color: #244d4d;
  font-weight: bold;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a {
  text-transform: uppercase;
  font-size: 18px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #333333;
  font-family: 'Poppins-Regular';
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 150px;
  perspective: 500px;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #004d91;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  font-size: 14px;
  background-color: #e7efff;
  padding: 10px;
  color: #000;
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .right {
  margin-left: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .right .search {
  width: 16px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .subline {
  background-color: #333333;
  width: 1px;
  height: 20px;
  margin: 0 25px;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-left: 20px;
  position: relative;
  cursor: pointer;
  color: #333;
  font-size: 18px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont i {
  margin-left: 8px;
}
#header > .nav > .menu .menu-box .right .lang_cont:hover .lang {
  opacity: 1;
  transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  width: 150px;
  position: absolute;
  top: 100%;
  left: 50%;
  perspective: 500px;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #142341;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang li a {
  background: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang li a:hover {
  background-color: #000;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang li a img {
  width: 20%;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang li a em {
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#banner {
  overflow: hidden;
  margin-top: 117px;
  position: relative;
}
#banner .container {
  position: relative;
  width: calc(100% - 130px);
  margin-left: 0;
  padding: 0;
}
#banner .container .sub_div {
  position: absolute;
  bottom: -50px;
  left: 22vw;
  width: 120px;
  height: 120px;
  border: #244d4d 2px solid;
}
#banner .container .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 50px;
}
#banner .container .swiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
  width: 100%;
}
#banner .container .swiper .swiper-wrapper .swiper-slide img {
  width: 74%;
  display: block;
  margin-left: auto;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 42%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div {
  width: 100%;
  padding: 6.6vw 6vw;
  background-color: #244d4d;
  color: #fff;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .title {
  font-family: 'Neothic';
  font-size: 50px;
  line-height: 1.6;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .des {
  font-family: 'Poppins-Regular';
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  line-height: 1.8;
}
#banner .n_r_page {
  background-color: #244d4d;
  padding: 17px 0;
  z-index: 3;
  position: absolute;
  right: 100px;
  bottom: 30px;
}
#banner .n_r_page .prev,
#banner .n_r_page .next {
  padding: 10px 0;
  font-size: 30px;
  width: 165px;
  background-color: #244d4d;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#banner .n_r_page .prev:hover,
#banner .n_r_page .next:hover {
  color: #fff;
}
#banner .s_page {
  left: inherit;
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#banner .s_page .swiper-pagination {
  position: relative;
  text-align: center;
}
#banner .s_page .swiper-pagination div {
  height: 65px;
  width: 1px;
  background-color: #9b9b9b;
  margin: 20px auto;
}
#banner .s_page .swiper-pagination span {
  font-family: 'TomsRomanITCbyBT-Regular';
  font-size: 20px;
}
#index-body img,
#index-body a {
  display: block;
}
#index-body .container {
  width: 1650px;
  max-width: 100%;
  padding: 0;
}
#index-body .init-1 {
  margin-top: 8vw;
}
#index-body .init-1 .container .title_cont .text {
  width: 610px;
}
#index-body .init-1 .container .list_cont {
  margin-top: 4vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-body .init-1 .container .list_cont .list {
  width: 28%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-body .init-1 .container .list_cont .list img {
  width: 9%;
}
#index-body .init-1 .container .list_cont .list .right {
  width: 80%;
}
#index-body .init-1 .container .list_cont .list .right .top {
  font-family: 'TomsRomanITCbyBT-Regular';
  font-size: 28px;
  line-height: 1.6;
}
#index-body .init-1 .container .list_cont .list .right .bottom {
  margin-top: 15px;
  font-size: 20px;
  line-height: 1.8;
  font-family: 'Poppins-Regular';
  color: rgba(0, 0, 0, 0.5);
}
#index-body .init-2 {
  overflow: hidden;
  margin-top: 8vw;
}
#index-body .init-2 .container {
  width: 100%;
  padding: 0 25px;
  position: relative;
}
#index-body .init-2 .container .title_cont {
  margin-left: 5.8vw;
}
#index-body .init-2 .container .sub_img {
  position: absolute;
  width: 460px;
  top: 0;
  right: -230px;
}
#index-body .init-2 .container .swiper {
  margin-top: 6vw;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  padding: 25px 40px;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide a:hover {
  color: #244d4d;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .sub_div {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20vw;
  background-color: #f6f6f6;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .img {
  position: relative;
  z-index: 2;
  height: 22vw;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: auto;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .title {
  margin-top: 40px;
  position: relative;
  z-index: 2;
  font-size: 26px;
  line-height: 1.6;
  font-family: 'TomsRomanITCbyBT-Regular';
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .more {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.5);
}
#index-body .init-3 {
  margin-top: 6vw;
}
#index-body .init-3 .container {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-body .init-3 .container .left {
  width: 50%;
}
#index-body .init-3 .container .right {
  width: 50%;
  padding: 0 130px;
}
#index-body .init-3 .container .right .title_cont .title_2 {
  font-size: 30px;
  line-height: 1.6;
  font-family: 'TomsRomanITCbyBT-Regular';
  margin-top: 10px;
}
#index-body .init-3 .container .right .des {
  font-family: 'Poppins-Regular';
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 30px;
  line-height: 1.8;
}
#index-body .init-3 .container .right .des h1{
  display: inline;
}
#index-body .init-3 .container .right .num_cont {
  margin-top: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#index-body .init-3 .container .right .num_cont .list {
  margin-left: 70px;
  width: 100px;
}
#index-body .init-3 .container .right .num_cont .list:first-child {
  margin-left: 0;
}
#index-body .init-3 .container .right .num_cont .list .top {
  font-family: 'TomsRomanITCbyBT-Regular';
  font-size: 60px;
  line-height: 1.2;
  margin-left: -10px;
}
#index-body .init-3 .container .right .num_cont .list .bottom {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.8;
  font-family: 'Poppins-Regular';
}
#index-body .init-3 .container .right .more {
  margin-top: 50px;
  color: #244d4d;
  border: 2px solid #244d4d;
  display: inline-block;
  padding: 10px 30px;
  font-family: 'Poppins-Regular';
  font-size: 20px;
  line-height: 1.8;
  position: relative;
}
#index-body .init-3 .container .right .more:hover span {
  color: #fff;
}
#index-body .init-3 .container .right .more:hover::before {
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  opacity: 1;
}
#index-body .init-3 .container .right .more span {
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-3 .container .right .more::before {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #244d4d;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  opacity: 0;
}
#index-body .init-4 {
  margin-top: 6vw;
  background-color: #f6f6f6;
}
#index-body .init-4 .container {
  width: 100%;
  padding: 8vw 0;
  padding-left: 130px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-body .init-4 .container .sub_div {
  width: 30vw;
  height: 26vw;
  background-color: #244d4d;
  position: absolute;
  right: 0;
  top: 0;
}
#index-body .init-4 .container .left {
  width: 22%;
  margin-top: 4vw;
}
#index-body .init-4 .container .left .list_cont {
  margin-top: 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#index-body .init-4 .container .left .list_cont .prev,
#index-body .init-4 .container .left .list_cont .next {
  width: 46px;
  height: 46px;
  border: 2px solid #a6a6a6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #a6a6a6;
  font-size: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
}
#index-body .init-4 .container .left .list_cont .prev:hover,
#index-body .init-4 .container .left .list_cont .next:hover {
  color: #244d4d;
  border-color: #244d4d;
}
#index-body .init-4 .container .left .list_cont .prev i,
#index-body .init-4 .container .left .list_cont .next i {
  margin-top: 3px;
}
#index-body .init-4 .container .left .list_cont .next {
  margin-left: 40px;
}
#index-body .init-4 .container .right {
  width: 76%;
  padding: 15px;
  padding-right: 0;
  margin-right: 0;
}
#index-body .init-4 .container .right .swiper-wrapper .swiper-slide {
  padding: 60px 15px;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-4 .container .right .swiper-wrapper .swiper-slide:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
#index-body .init-4 .container .right .swiper-wrapper .swiper-slide .img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 3vw 0;
  margin-top: calc(3vw - 15px);
  height: 12vw;
}
#index-body .init-4 .container .right .swiper-wrapper .swiper-slide .title {
  font-family: 'TomsRomanITCbyBT-Regular';
  font-size: 18px;  
  line-height: 1.8;
  text-align: center;
  padding: 0 20px;
  height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-4 .container .right .swiper-wrapper .swiper-slide .title:hover {
  color: #244d4d;
}
#index-body .init-5 {
  margin-top: 6vw;
}
#index-body .init-5 .container .swiper {
  margin-top: 4vw;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont {
  background-color: #244d4d;
  padding: 50px 25px;
  padding-top: 15px;
  color: #fff;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .time {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 15px;
  border-bottom: 1px solid #527373;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .time img {
  width: 28px;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .time span {
  margin-left: 25px;
  font-size: 18px;
  line-height: 1.8;
  font-family: 'TomsRomanITCbyBT-Regular';
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .title,
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .des {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .title:hover,
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .des:hover {
  color: #218d8d;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
  font-family: 'Poppins';
  font-size: 20px;  
  line-height: 1.8;
  margin-top: 15px;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .des {
  color: rgba(255, 255, 255, 0.4);
  font-family: 'Poppins-Regular';
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .init-6 {
  margin-top: 6vw;
}
.init-6_2{
    margin-top: 6vw;
}
.init-6_2 .container .title_cont {
  width: 850px;
  margin: auto;
}
.init-6_2 .container .title_cont .text {
  text-align: center;
}
.init-6_2 .container .title_cont .text_2 {
  width: 370px;
  margin: auto;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 15px;
  font-size: 20px;  
  line-height: 1.8;
}



#index-body .init-6 .container .title_cont {
  width: 850px;
  margin: auto;
}
#index-body .init-6 .container .title_cont .text {
  text-align: center;
}
#index-body .init-6 .container .title_cont .text_2 {
  width: 370px;
  margin: auto;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 15px;
  font-size: 20px;
}
#footer {
  margin-top: 30px;
  background-image: url(../images/index_12.jpg);
  background-position: 140px -16px;
  background-repeat: no-repeat;
  padding-top: 40px;
}
#footer .f-top {
  position: relative;
  z-index: 2;
  width: 960px;
  margin: auto;
  background-color: #f6f6f6;
  padding: 30px 25px;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .f-top input {
  margin-top: 30px;
  padding: 15px 20px;
  border: none;
  width: 48%;
  font-size: 16px;
  line-height: 30px;
}
#footer .f-top .submit_btn {
  background-color: #244d4d;
  color: #fff;
  padding: 10px 50px;
  margin: auto;
  margin-top: 35px;
  cursor: pointer;
  font-family: 'Poppins-Regular';
  font-size: 20px;
  line-height: 1.8;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#footer .f-top .submit_btn:hover {
  box-shadow: 0 0 5px 0 #218d8d;
  color: #218d8d;
}
#footer .f-top .submit_btn:hover::before {
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
}
#footer .f-top .submit_btn span {
  position: relative;
  z-index: 2;
}
#footer .f-top .submit_btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  left: 0;
  background-color: #fff;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
}
#footer .f-bottom {
  background-image: url(../images/index_13.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -115px;
  padding-top: 115px;
}
#footer .f-bottom .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 70px 0;
  width: 1650px;
  max-width: 100%;
}
#footer .f-bottom .container .list_cont {
  width: 18%;
}
#footer .f-bottom .container .list_cont:nth-child(1) .logo {
  width: 200px;
}
#footer .f-bottom .container .list_cont:nth-child(1) .logo img {
  width: 100%;
}
#footer .f-bottom .container .list_cont:nth-child(1) .des {
  margin-top: 50px;
  font-size: 18px;
  line-height: 1.8;
  font-family: 'Poppins-Regular';
  color: #fff;
}
#footer .f-bottom .container .list_cont:nth-child(2) {
  width: 9%;
}
#footer .f-bottom .container .list_cont:nth-child(3) {
  width: 12%;
}
#footer .f-bottom .container .list_cont:nth-child(4) {
  width: 19%;
}
#footer .f-bottom .container .list_cont:nth-child(4) .list {
  align-items: flex-start;
}
#footer .f-bottom .container .list_cont:nth-child(4) .list img {
  margin-top: 5px;
  width: 20px;
}
#footer .f-bottom .container .list_cont:nth-child(5) {
  width: 10%;
}
#footer .f-bottom .container .list_cont:nth-child(5) #ewm {
  margin-top: 90px;
  width: 100%;
  padding: 4px ;
  background-color: #fff;
}
#footer .f-bottom .container .list_cont:nth-child(5) #ewm img {
  width: 100%;
}
#footer .f-bottom .container .list_cont .first {
  font-family: 'TomsRomanITCbyBT-Regular';
  font-size: 30px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 60px;
}
#footer .f-bottom .container .list_cont .list {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Poppins-Regular';
  font-size: 18px;
  line-height: 1.8;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#footer .f-bottom .container .list_cont .list:hover {
  color: #31c4c4;
}
#footer .f-bottom .container .list_cont .list p {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: #d6dcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #218d8d;
  font-size: 14px;
}
#footer .f-bottom .container .list_cont .list p i {
  border-radius: 50%;
}
#footer .f-bottom .container .list_cont .list span {
  margin-left: 15px;
  font-size: 18px;
}
#footer .f-bottom .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 1.8;
  color: #ffffff;
}
#footer .f-bottom .copyright a {
  margin-left: 10px;
}
#footer .f-bottom .copyright a.foot-link{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 260px;
}
#footer .f-bottom .copyright a img {
  margin-top: 10px;
  height: 18px;
}
@media (max-width: 1700px) {
  #header {
    padding: 40px 20px;
  }
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item {
    margin-left: 5vw;
  }
  #header > .nav > .menu .menu-box .right {
    margin-left: 5vw;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .title {
    font-size: 3.5vw;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .des {
    font-size: 1.5vw;
  }
  #index-body .container {
    width: 100%;
    padding: 0 20px;
  }
  #index-body .init-1 .container .list_cont .list .right .top {
    font-size: 1.5vw;
  }
  #index-body .init-1 .container .list_cont .list .right .bottom {
    font-size: 1vw;
  }
  .title_cont .text {
    font-size: 3vw;
  }
  .title_cont .subline {
    width: 10vw;
    margin-right: 3vw;
  }
  #index-body .init-2 .container .sub_img {
    width: 30%;
    right: -16%;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .title {
    font-size: 2.5vw;
  }
  #index-body .init-3 .container .right {
    padding: 0 6vw;
  }
  #index-body .init-3 .container .right .num_cont .list .top {
    font-size: 3vw;
  }
  #index-body .init-3 .container .right .num_cont .list .bottom {
    font-size: 1.4vw;
  }
  #index-body .init-3 .container .right .num_cont .list {
    width: 30%;
    margin-left: 0;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 21vw;
  }
  #index-body .init-6 .container .title_cont {
    width: 100%;
  }
  #index-body .init-6 .container .title_cont .text {
    width: 100%;
  }

  .init-6_2 .container .title_cont {
    width: 100%;
  }
  .init-6_2 .container .title_cont .text {
    width: 100%;
  }
  #footer {
    background-position: right top;
  }
  #footer .f-bottom .container {
    padding: 70px 20px;
  }
  #footer .f-bottom .container .list_cont:nth-child(3) {
    width: 15%;
  }
  #footer .f-bottom {
    background-size: auto 100%;
  }
}
@media (max-width: 1024px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 40px;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 30vw;
  }
  #index-body .init-4 .container .right .swiper-wrapper .swiper-slide .img{
    height: 20vw;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 32vw;
  }
  
  #footer .f-top {
    width: 96%;
  }
  #footer .f-bottom .container .list_cont:nth-child(3) {
    width: 20%;
  }
}
@media (max-width: 768px) {
  #banner .container .sub_div {
    display: none;
  }
  #banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  #banner .container {
    width: 100%;
  }
  #banner .container .swiper {
    margin-bottom: 10px;
  }
  #banner .n_r_page {
    display: inline-block;
    position: relative;
    width: auto;
    left: 10px;
    top: 0;
  }
  #banner .s_page {
    display: inline-block;
    position: relative;
    width: auto;
    margin-left: auto;
    top: 0;
    right: 10px;
  }
  #banner .s_page .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  #banner .s_page .swiper-pagination div {
    width: 50px;
    height: 1px;
    margin: 0 10px;
  }
  #banner .n_r_page .prev,
  #banner .n_r_page {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: inherit;
  }
  #banner .n_r_page .prev,
  #banner .n_r_page .next {
    width: 40px;
    height: 40px;
    font-size: 25px;
    padding: 0;
    background-color: #244d4d;
  }
  #banner .n_r_page .next {
    margin-left: 10px;
  }
  #index-body .init-1 .container .title_cont .text {
    width: auto;
  }
  #index-body .init-1 .container .list_cont .list {
    width: 30%;
  }
  .title_cont {
    justify-content: center;
    width: 100%;
  }
  #index-body .init-3 .container .left {
    display: none;
  }
  #index-body .init-3 .container .right {
    text-align: center;
    width: 100%;
  }
  #index-body .init-3 .container .right .des {
    text-align: center;
  }
  #index-body .init-3 .container .right .title_cont {
    text-align: center;
  }
  #index-body .init-3 .container .right .title_cont .text {
    width: 100%;
  }
  #index-body .init-3 .container .right .num_cont {
    justify-content: space-around;
  }
  #index-body .init-3 .container .right .num_cont .list {
    width: auto;
  }
  #index-body .init-4 .container {
    padding: 8vw 20px;
  }
  #index-body .init-4 .container .left .list_cont .prev,
  #index-body .init-4 .container .left .list_cont .next {
    width: 30px;
    height: 30px;
  }
  #index-body .init-4 .container .left .list_cont .next {
    margin-left: 10px;
  }
  #index-body .init-4 .container .left .list_cont {
    margin-top: 20px;
  }
  #index-body .init-4 .container .right .swiper-wrapper .swiper-slide .title {
    padding: 0;
  }
  #footer .f-bottom .container .list_cont:nth-child(2) {
    display: none;
  }
  #footer .f-bottom .container .list_cont {
    width: 80%;
  }
  #footer .f-bottom .container {
    justify-content: center;
  }
  #footer .f-bottom .container .list_cont:nth-child(1) .logo {
    display: block;
    margin: auto;
  }
  #footer .f-bottom .container .list_cont:nth-child(3) {
    width: 40%;
  }
  #footer .f-bottom .container .list_cont:nth-child(4) {
    width: 50%;
  }
  #footer .f-bottom .container .list_cont {
    margin-top: 20px;
  }
  #footer .f-bottom .container .list_cont .first {
    margin-bottom: 30px;
  }
  #footer .f-bottom .copyright {
    text-align: center;
  }
}
@media (max-width: 500px) {
  #banner .container .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  #footer .f-bottom .copyright a.foot-link{
    display: none!important;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont {
    width: 60%;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div {
    background-color: rgba(36, 77, 77, 0.7);
    padding: 10px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .title {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .des {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }
  #banner .n_r_page .prev,
  #banner .n_r_page {
    padding: 0;
  }
  #banner .n_r_page .prev,
  #banner .n_r_page .next {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  #banner .s_page .swiper-pagination {
    margin-top: 10px;
  }
  #index-body .container {
    padding: 0 10px;
  }
  .title_cont .text {
    font-size: 18px;
    line-height: 1.5;
  }
  .title_cont .subline {
    width: 50px;
  }
  #index-body .init-1 .container .list_cont {
    justify-content: center;
  }
  #index-body .init-1 .container .list_cont .list {
    margin-top: 10px;
    width: 90%;
  }
  #index-body .init-1 .container .list_cont .list .right .top {
    font-size: 18px;
    line-height: 1.8;
  }
  #index-body .init-1 .container .list_cont .list .right {
    width: 85%;
  }
  #index-body .init-1 .container .list_cont .list .right .bottom {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .init-1 .container .title_cont .text {
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
  }
  #index-body .init-2 .container {
    padding: 0 10px;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide {
    padding: 10px;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 55vw;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.8;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .more {
    font-size: 16px;
    line-height: 30px;
    margin-top: 5px;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .sub_div {
    height: 50vw;
  }
  #index-body .init-2 .container .sub_img {
    width: 60%;
    right: -36%;
  }
  #index-body .init-3 .container {
    padding: 0 10px;
  }
  #index-body .init-3 .container .right {
    padding: 0;
  }
  .title_cont .text {
    font-size: 20px;
    line-height: 1.8;
  }
  #index-body .init-3 .container .right .title_cont .title_2 {
    font-size: 18px;    
    line-height: 1.8;
  }
  #index-body .init-3 .container .right .des {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .init-3 .container .right .num_cont {
    margin-top: 20px;
  }
  #index-body .init-3 .container .right .num_cont .list .top {
    font-size: 20px;    
    line-height: 1.8;
  }
  #index-body .init-3 .container .right .num_cont .list .bottom {
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .init-3 .container .right .more {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 10px;
  }
  #index-body .init-4 .container .left {
    width: 100%;
  }
  #index-body .init-4 .container .left .list_cont {
    justify-content: center;
  }
  #index-body .init-4 .container .sub_div {
    display: none;
  }
  #index-body .init-4 .container .left .list_cont {
    margin-top: 10px;
  }
  #index-body .init-4 .container .left .list_cont .prev,
  #index-body .init-4 .container .left .list_cont .next {
    font-size: 14px;
  }
  #index-body .init-4 .container .left .list_cont .prev i,
  #index-body .init-4 .container .left .list_cont .next i {
    margin-top: 1.5px;
  }
  #index-body .init-4 .container .right {
    width: 100%;
    padding: 10px;
  }
  #index-body .init-4 .container .right .swiper-wrapper .swiper-slide .title {
    font-size: 18px;
    line-height: 1.8;
    height: auto;
    -webkit-line-clamp: 2;
  }
  #index-body .init-4 .container .right .swiper-wrapper .swiper-slide:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  }
  #index-body .init-4 .container .right .swiper-wrapper .swiper-slide .img{
    height: 60vw;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 67vw;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont {
    padding: 20px 15px;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .time span {
    font-size: 16px;
    line-height: 30px;
    margin-left: 15px;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .time img {
    width: 16px;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .time {
    padding-bottom: 5px;
  }
  
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
    font-size: 16px;
    line-height: 30px;
    height: auto;
    margin-top: 10px;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .des {
    margin-top: 10px;
    line-height: 30px;
  }
  #index-body .init-6 .container .title_cont .text {
    font-size: 18px;
  }
  #index-body .init-6 .container .title_cont .text_2 {
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
  }
  .init-6_2 .container .title_cont .text {
    font-size: 20px;
    line-height: 1.8;
  }
  .init-6_2 .container .title_cont .text_2 {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
  }
  #footer {
    margin-top: 20px;
    padding-top: 0;
    background-image: inherit;
  }
  #footer .f-top {
    padding: 10px;
  }
  #footer .f-top input {
    margin-top: 10px;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    padding: 10px;
  }
  #footer .f-top .submit_btn {
    padding: 5px 30px;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }
  #footer .f-bottom .container {
    padding: 10px 10px;
  }
  #footer .f-bottom .container .list_cont {
    margin-top: 10px;
  }
  #footer .f-bottom .container .list_cont:nth-child(1) .logo {
    width: 160px;
  }
  #footer .f-bottom .container .list_cont {
    width: 100%;
    margin-top: 20px;
  }
  #footer .f-bottom .container .list_cont:nth-child(1) .des {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
  }
  #footer .f-bottom .container .list_cont .first {
    text-align: center;
    margin-bottom: 20px;
  }
  #footer .f-bottom .container .list_cont:nth-child(3) {
    width: 100%;
    display: none!important;
  }
  #footer .f-bottom .container .list_cont .first {
    font-size: 30px;
    line-height: 1.6;
  }
  #footer .f-bottom .container .list_cont .list {
    margin-top: 10px;
  }
  #footer .f-bottom .container .list_cont:nth-child(4) {
    width: 100%;
  }
  #footer .f-bottom .container .list_cont .list p {
    width: 20px;
    height: 20px;
  }
  #footer .f-bottom .container .list_cont .list span {
    font-size: 16px;
    line-height: 30px;
  }
  #footer .f-bottom .container .list_cont:nth-child(4) .list img {
    width: 14px;
  }
  #footer .f-bottom .container .list_cont:nth-child(5) {
    width: 50%;
  }
  #footer .f-bottom .container .list_cont:nth-child(5) #ewm {
    margin-top: 10px;
  }
  #footer .f-bottom .copyright {
    font-size: 16px;
    line-height: 30px;
  }
  #footer .f-bottom .copyright a img {
    height: 16px;
  }
}


























.container {
  width: 1590px;
}

.images-box {
  overflow: hidden;
  position: relative;
}

.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}

.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}

.scroll-box {
  overflow: hidden;
  position: relative;
}

.scroll-box ul {
  width: 9999px;
}

.scroll-box ul li {
  float: left;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}

.ui.container {
  padding: 0 15px;
  position: relative;
}

.ui.container>.item {
  padding-left: 0;
  padding-right: 0;
}

.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #ffffff;
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  -moz-box-shadow: 0 0 0 0 #ffffff;
  -ms-box-shadow: 0 0 0 0 #ffffff;
  -o-box-shadow: 0 0 0 0 #ffffff;
  min-height: auto;
  background: none;
}

.ui.header:first-child {
  margin-top: 0;
}

.ui.header {
  margin: 0;
  font-weight: 500;
}

.item {
  border-left: none !important;
  border-right: none !important;
}

.item:before,
.item:after {
  display: none !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 62%;
  float: right;
  padding-bottom: 8% !important;
}

.mySwiper {
  width: 52%;
  float: left;
  height: 20%;
  box-sizing: border-box;
  margin-top: -13%;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper .swiper-slide {
  opacity: 1 !important;
}

.swiper-pagination {
  font-size: 34px;
  font-family: 'TomsRomanITCbyBT-Regular';
}

.swiper-pagination .swiper-pagination-current {
  font-size: 52px;
  color: #fff;
}

.swiper-pagination-total {
  position: relative;
}

.swiper-pagination-total:after {
  content: '';
  position: absolute;
  width: 300px;
  height: 1px;
  background: #000;
  top: 19px;
  left: 25px;
}

.swiper-pagination-total:before {
  content: '';
  position: absolute;
  left: 323px;
  width: 8px;
  height: 8px;
  background: #000;
  top: 15px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }

  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }

  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }

  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }

  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes mychange {
  0% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes zy {
  10% {
    transform: rotate(15deg);
  }

  20% {
    transform: rotate(-10deg);
  }

  30% {
    transform: rotate(5deg);
  }

  40% {
    transform: rotate(-5deg);
  }

  50%,
  100% {
    transform: rotate(0deg);
  }
}

@-moz-keyframes zy {
  10% {
    transform: rotate(15deg);
  }

  20% {
    transform: rotate(-10deg);
  }

  30% {
    transform: rotate(5deg);
  }

  40% {
    transform: rotate(-5deg);
  }

  50%,
  100% {
    transform: rotate(0deg);
  }
}

@-o-keyframes zy {
  10% {
    transform: rotate(15deg);
  }

  20% {
    transform: rotate(-10deg);
  }

  30% {
    transform: rotate(5deg);
  }

  40% {
    transform: rotate(-5deg);
  }

  50%,
  100% {
    transform: rotate(0deg);
  }
}

@keyframes zy {
  10% {
    transform: rotate(15deg);
  }

  20% {
    transform: rotate(-10deg);
  }

  30% {
    transform: rotate(5deg);
  }

  40% {
    transform: rotate(-5deg);
  }

  50%,
  100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes kz {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}

@-moz-keyframes kz {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}

@keyframes kz {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}


.inner-banner .mxb{
  background-color: #f8f6f9;
}
.inner-banner .bread-crumbs {
    float: left;
    line-height: 60px;
    font-size: 20px;
}
.inner-banner a, .inner-banner span {
    color: #737373;
    font-size: 18px;
}
.inner-banner .init-1 {
    float: right;
    width: 50%;
}
.inner-banner .init-1 li a {
    display: block;
    height: 61px;
    line-height: 61px;
    text-align: center;
    transition: all .5s;
}
.inner-banner .init-1 li a:hover, .inner-banner .init-1 li a.active {
    background: #244d4d;
    color: #fff;
}
.i-form {
  position: relative;
  z-index: 2;
}

.i-form .form {
  background: #244d4d;
  padding: 4.5% 10%;
  margin-top: 45px;
}

.i-form .form .column {
  vertical-align: middle;
}

.i-form .form .column .tit {
  text-transform: uppercase;
  font-family: 'TomsRomanITCbyBT-Regular';
  color: #fff;
}

.i-form .form .column .tit h2 {
  font-size: 68px;
}

.i-form .form .column .tit p {
  font-size: 18px;
  letter-spacing: 6px;
}

.i-form .form .column:nth-child(2) form {
  width: 75%;
  margin: 0 auto;
}

.i-form .form .column:nth-child(2) form ul li {
  margin-bottom: 15px;
  position: relative;
}

.i-form .form .column:nth-child(2) form input {
  width: 100%;
  background: #fff;
  border: none;
  outline: none;
  padding: 20px 30px;
  font-size: 19px;
  color: #6e6e6e;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.i-form .form .column:nth-child(2) form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 135px;
  background: #3c3c3c;
  color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

svg {
  max-height: 30px;
  width: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  fill: #737373;
}

svg text {
  fill: #737373;
}

svg:hover {
  fill: #737373;
}

svg g.en {
  display: block;
}

svg g.cn {
  display: none;
}

@media screen and (max-width: 1600px) {
  .container {
    width: 1400px;
  }

}

@media screen and (max-width: 1400px) {
  .container {
    width: 1200px;
  }

  .i-form .form .column:nth-child(2) form input {
    padding: 15px 20px;
    font-size: 15px;
  }

}

@media screen and (max-width: 1200px) {
  .container {
    width: 970px;
  }
}

@media screen and (max-width: 1100px) {

  .swiper-pagination .swiper-pagination-current {
    font-size: 30px;
  }

  .swiper-pagination-total:before,
  .swiper-pagination-total:after {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .container {
    width: 700px;
  }

}

@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
  .product-page.inner-page .probox .furniture{
    display: none!important;
  }
  .inner-banner img{
    height: 150px;
  }
  .inner-banner .init-1, .inner-banner .bread-crumbs {
      width: 100%;
  }
  .inner-banner .init-1 .three li{
    font-size: 14px;
    width: auto;
    margin-right: 10px;
  }
  .inner-banner .init-1 li a{
    height: auto;
    font-size: 14px;
    line-height: 2;
    padding: 5px 10px;
  }

  table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  .i-form .form .column:nth-child(2) form input[type="submit"] {
    width: 60px;
    padding: 15px 5px;
  }

  .mySwiper2,
  .mySwiper {
    width: 100%;
    padding-bottom: 0% !important;
    margin: 0;
  }

  .swiper-pagination {
    display: none;
  }
}


/* 内页样式 */

.m-page {
  text-align: center;
}

.m-page a,
.m-page span {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #244d4d;
  color: #7b8393;
  text-align: center;
  line-height: 30px;
  margin: 0 10px;
  display: inline-block;
  font-size: 12px;
}

.m-page span,
.m-page a:hover {
  background: #244d4d;
  color: white;
}

.inner-page div#nav {
  padding: 0;
}

.inner-page div#nav .more {
  position: absolute;
  right: -10px;
  top: 27px;
  z-index: 8;
}

.inner-page div#nav .more .fa {
  font-size: 20px;
}

.inner-page div#nav ul.ui {
  position: relative;
}

.inner-page div#nav ul.ui li {
  font-size: 16px;
  color: #858586;
  line-height: 80px;
  height: 80px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: static;
}

.inner-page div#nav ul.ui li a {
  color: inherit;
  display: block;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.inner-page div#nav ul.ui li:hover,
.inner-page div#nav ul.ui li a.active {
  background: #000000;
  color: white;
}

.inner-page div#nav ul.ui li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #f9f9f9;
  z-index: 2;
  display: none;
  margin-top: 0;
  border-top: none;
}

.inner-page div#nav ul.ui li ul li {
  line-height: 45px;
  font-size: 12px;
  border-left: 1px solid #ededed;
}

.inner-page div#nav ul.ui li ul li:first-child {
  border-left: none;
}

.about-page .init-2 {
  padding: 40px 0;
}

.about-page .init-2 p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding: 12px 0;
}

.service-page .init-1 {
  height: 61px;
}

.product-page,
.prodet-page {
  /*   background: #f8f6f5; */
  padding: 0 3%;
}

.inner-page .grid-box.two>.column.sidebar {
  width: 18%;
  padding-top: 60px;
}

.inner-page .grid-box.two>.column.page-right-bar {
  width: 82%;
  padding: 15px;
}

.inner-page .sidebar .side-top {

  border: 1px solid #fff;

}

.inner-page .sidebar .side-top .side-tit {
  display: block;
  color: #303030;
  padding: 24px 0 15px 0;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.inner-page .sidebar .side-top .side-menu {
  background: #F8F6F9;

}

.inner-page .sidebar .side-top .side-menu li a {

  position: relative;

  display: block;

  font-size: 14px;

  font-weight: 500;

  padding-right: 20px;

  white-space: nowrap;

  text-overflow: ellipsis;

  transition: 0.4s ease;

  -webkit-transition: 0.4s ease;

  -moz-transition: 0.4s ease;

  -ms-transition: 0.4s ease;

  -o-transition: 0.4s ease;

  overflow: hidden;

  height: 65px;

  line-height: 65px;

  text-indent: 34px;

  color: #555;

  background-repeat: no-repeat;

  background-position: 10px center;
  font-weight: 600;
  text-transform: uppercase;

}

.inner-page .sidebar .side-top .side-menu li {

  position: relative;

}

.inner-page .sidebar .side-top .side-menu li i {

  position: absolute;

  right: 10px;

  top: 22px;

  font-size: 14px;

  color: #fff;

}

.inner-page .sidebar .side-top .side-menu li a,
.inner-page .sidebar .side-top .side-menu li:hover>a,
.inner-page .sidebar .side-top .side-menu li a:hover,
.inner-page .sidebar .side-top .side-menu li a.active {
  font-size: 16px;
  background-color: #244d4d;
  color: #fff;
  text-indent: 20px;
  background-position: 20px center;
}

.inner-page .sidebar .side-top .side-menu li ul li a {
  color: #b3b3b3;
  background-color: #F8F6F9;
}

.inner-page .sidebar .side-top .side-menu ul li:hover>a,

.inner-page .sidebar .side-top .side-menu li ul a:hover,

.inner-page .sidebar .side-top .side-menu ul li a.active {
  background-color: #F8F6F9;
  color: #efc17f;
}



.inner-page .sidebar .side-top .side-menu li>ul {

  padding-left: 20px;

  display: none;

}

.product-page.inner-page .probox {
  padding-top: 3.5rem;
}
.product-page.inner-page .probox .furniture{
    padding: 0 5%;
    margin: auto;
    font-size: 16px;
    line-height: 30px;
}
.product-page.inner-page .probox .furniture h1{
    font-size: 20px;
    line-height: 1.8;
    padding-bottom: 10px;
}
.product-page.inner-page .abcdef1 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 2cm;
}

.product-page.inner-page .abcdef2 {
  font-size: 16px;
  line-height: 1cm;
}

.product-page.inner-page .probox .row {
  padding: 0 3%;
  margin: auto;
}

.product-page.inner-page .probox .row .col-4 .ig-box {
  margin: 0 1rem;
}

.product-page.inner-page .probox .row .col-4 .ig-box .img-box {
  text-align: center;
}

.product-page.inner-page .probox .row .col-4 .ig-box .img-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding-bottom: 14rem;

  transition: .5s linear;
  /*  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease; */
}

.product-page.inner-page .probox .row .col-4 .ig-box .img-box img {
  margin: auto;
  margin-top: 3rem;
  filter: drop-shadow(30px 20px 8px rgba(0, 0, 0, 0.2));
  transition-property: transform;
  transition-duration: .6s;
  transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}

.product-page.inner-page .probox .row .col-4 .ig-box .text {
  text-align: center;
}

.product-page.inner-page .probox .row .col-4 .ig-box .text h4 {
  color: #605e5e;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}

.product-page.inner-page .probox .row .col-4 .ig-box .img-box a {
  position: relative;
  z-index: 1;
}

.product-page.inner-page .probox .row .col-4 .ig-box .text h4 a {
  transition: .3s;
}

.product-page.inner-page .probox .row .col-4 .ig-box .text h4:hover a {
  color: #000;
  /*   border-bottom: 2px solid #262626; */
}

.product-page.inner-page .probox .row .col-4 .ig-box .text p {
  font-size: 14px;
  color: #262626;
  text-transform: uppercase;
  line-height: 2.111;
  text-align: center;
}

.product-page.inner-page .probox .row .col-4 .ig-box:hover .bg {
  background: url(../images/back-1.jpg) no-repeat center;
  background-size: 100% 100%;
}

table {
  width: 100%;
  margin-bottom: 20px;
  /*   word-break: break-word; */
}

table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;

}

table td:first-child {
  color: #2d2d2d;
}

table td:last-child {
  color: #666;
}

.product-page .init-2 {
  padding: 70px 0 60px;
}

.product-page .init-2 ul {
  padding: 35px 80px;
  background: url("../images/product-init-2-bg.jpg") #0251b8 no-repeat right bottom;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 30px 0 #aaaaaf;
  -webkit-box-shadow: 0 0 30px 0 #aaaaaf;
  -moz-box-shadow: 0 0 30px 0 #aaaaaf;
  -ms-box-shadow: 0 0 30px 0 #aaaaaf;
  -o-box-shadow: 0 0 30px 0 #aaaaaf;
}

.product-page .init-2 ul li .left {
  width: 50%;
  padding-right: 3%;
  margin-right: -5px;
  display: inline-block;
  vertical-align: middle;
}

.product-page .init-2 ul li .left a {
  display: block;
}

.product-page .init-2 ul li .right {
  width: 50%;
  display: inline-block;
  padding-left: 2%;
  vertical-align: middle;
}

.product-page .init-2 ul li .right h2 {
  font-size: 30px;
  color: white;
  line-height: 45px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 225, 0.3);
}

.product-page .init-2 ul li .right h2 a {
  color: inherit;
}

.product-page .init-2 ul li .right h2:hover {
  color: #000000;
}

.product-page .init-2 ul li .right p {
  font-size: 14px;
  color: white;
  line-height: 30px;
  margin: 30px 0;
}

.product-page .init-2 ul li .right a.more {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 20px;
  background: white;
  font-size: 14px;
  color: #e60012;
}

.product-page .init-2 ul li .right a.more:hover {
  background: #000000;
  color: white;
}

.product-page .init-2 ul button.slick-arrow {
  background: none;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  color: transparent;
  display: block;
  font-family: "FontAwesome";
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.product-page .init-2 ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.product-page .init-2 ul button.slick-arrow:hover {
  border-color: white;
}

.product-page .init-2 ul button.slick-arrow:hover:before {
  color: white;
}

.product-page .init-2 ul button.slick-prev {
  left: 10px;
}

.product-page .init-2 ul button.slick-prev:before {
  content: "\f104";
}

.product-page .init-2 ul button.slick-next {
  right: 10px;
}

.product-page .init-2 ul button.slick-next:before {
  content: "\f105";
}

.product-page .init-3 ul {
  margin: -10px;
  display: inline-block;
  width: 100%;
}

.product-page .init-3 ul li {
  width: 25%;
  float: left;
  padding: 10px;
}

.product-page .init-3 ul li a {
  display: block;
}

.product-page .init-3 ul li a span {
  display: block;
  border: 1px solid #e4e7ee;
  overflow: hidden;
  background: #fff;
}

.product-page .init-3 ul li a span img {
  width: 100%;
}

.product-page .init-3 ul li a h2 {
  font-size: 14px;
  color: #7b8393;
  text-align: center;
  padding: 25px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.product-page .init-3 ul li a h2:hover {
  color: #000000;
}

.product-page .init-4 {
  padding: 40px 0;
}

.prodet-page .init-2 {
  padding: 115px 0 60px;
}

.prodet-page .init-2 .prodet-scroll {
  width: 10%;
  display: inline-block;
  vertical-align: top;
}

.prodet-page .init-2 .prodet-scroll ul {
  padding: 20px 0;
}

.prodet-page .init-2 .prodet-scroll ul a {
  display: block;
  border: 1px solid #e5e5e5;
}

.prodet-page .init-2 .prodet-scroll ul button.slick-arrow {
  background: none;
  width: 55px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  font-size: 28px;
  color: transparent;
  display: block;
  font-family: "FontAwesome";
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 0 auto;
  position: relative;
  font-weight: bold;
}

.prodet-page .init-2 .prodet-scroll ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.prodet-page .init-2 .prodet-scroll ul button.slick-arrow:hover:before {
  color: #000000;
}

.prodet-page .init-2 .prodet-scroll ul button.slick-prev:before {
  content: "\f106";
}

.prodet-page .init-2 .prodet-scroll ul button.slick-next:before {
  content: "\f107";
}

.prodet-page .init-2 .prodet-img {
  width: 40%;
  display: inline-block;
  margin-left: -5px;
  margin-right: -5px;

  vertical-align: top;
  position: relative;
  background-color: #f2f2f2;
}

.prodet-page .init-2 .prodet-img img{
  width: 100%;
}

.prodet-page .init-2 .prodet-img span.bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding-bottom: 14rem;
  background-color: #f6f6f6;
  transition: .5s linear;
}

.prodet-page .init-2 .prodet-img:hover span.bg {
  background: url(../images/back-1.jpg) no-repeat center;
  background-size: 100% 100%;
}

.prodet-page .init-2 .prodet-img a#zoom1 img {
  border: 1px solid #d7d7d7;
  filter: drop-shadow(30px 20px 8px rgba(0, 0, 0, 0.2));
  transition-property: transform;
  transition-duration: .6s;
  transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}

.prodet-page .init-2 .prodet-title {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  padding-left: 5%;
}

.prodet-page .init-2 .prodet-title h1 {
  font-size: 20px;
  color: #454444;
  padding-bottom: 20px;
  line-height: 1.8;
}

.prodet-page .init-2 .prodet-title .content {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  padding: 15px 0;
  /*border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;*/
}

.prodet-page .init-2 .prodet-title .content p,
.prodet-page .init-2 .prodet-title .content * {
  line-height: inherit;
  font-family: Arial, Helvetica, sans-serif;
}

.prodet-page .init-2 .prodet-title a.more {
  display: inline-block;
  padding: 8px 25px;
  border-radius: 5px;
  background: #f2f2f2;
  font-size: 16px;
  color: #999999;
  margin-right: 20px;
  line-height: 30px;
}

.prodet-page .init-2 .prodet-title a.more.first {
  background: #244d4d;
  color: white;
}

.prodet-page .init-2 .prodet-title a.more:hover {
  box-shadow: 0 5px 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 5px 10px 0 #d1d1d1;
  -moz-box-shadow: 0 5px 10px 0 #d1d1d1;
  -ms-box-shadow: 0 5px 10px 0 #d1d1d1;
  -o-box-shadow: 0 5px 10px 0 #d1d1d1;
}

.prodet-page .init-3 .init-3-top ul {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: -1px;
}

.prodet-page .init-3 .init-3-top ul li {
  padding: 10px 25px;
  background: #fbf9f9;
  border: 1px solid #ededed;
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.prodet-page .init-3 .init-3-top ul li a {
  color: inherit;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.prodet-page .init-3 .init-3-top ul li:hover,
.prodet-page .init-3 .init-3-top ul li.active {
  background: #244d4d;
  color: white;
  border-color: #244d4d;
}

.prodet-page .init-3 .init-3-bottom ul {
  padding: 25px 10px;
  /*border-bottom: 1px solid #ededed;*/
}

.prodet-page .init-3 .init-3-bottom img {
  display: block;
  margin: 0 auto;
}

.prodet-page .init-3 .init-3-bottom ul li {
  display: none;
}

.prodet-page .init-3 .init-3-bottom ul li table {
  border-collapse: collapse;
  border: none;

  width: 100%;

}

.prodet-page .init-3 .init-3-bottom ul li table tr:nth-child(odd) {
  background: #dedede;
}

.prodet-page .init-3 .init-3-bottom ul li table tr td {
  padding: 10px 10px;
  font-size: 16px;
  line-height: 30px;
  color: #7b7b7b;
  border: 1px solid #000;
  word-break: keep-all;
}

.prodet-page .init-4 {
  padding: 50px 0;
}

.prodet-page .init-4 h2 {
  border-bottom: 1px solid #d7d7d7;
}

.prodet-page .init-4 h2 em {
  font-size: 16px;
  line-height: 30px;
  color: white;
  padding: 10px 25px;
  background: #244d4d;
  display: inline-block;
}

.prodet-page .init-4 ul {
  padding: 30px 10px;
  border-bottom: 1px solid #ededed;
  margin: -8px;
  position: relative;
}

.prodet-page .init-4 ul li {
  padding: 8px;
  position: relative;
}

.prodet-page .init-4 ul li a {
  display: block;
  position: relative;
}

.prodet-page .init-4 ul li a span.bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding-bottom: 14rem;
  background-color: #f6f6f6;
  transition: .5s linear;
}

.prodet-page .init-4 ul li a:hover span.bg {
  background: url(../images/back-1.jpg) no-repeat center;
  background-size: 100% 100%;
}

.prodet-page .init-4 ul li a span {
  display: block;
  overflow: hidden;
  border: 1px solid #ededed;
}

.prodet-page .init-4 ul li a span img {
  margin: auto;
  filter: drop-shadow(30px 20px 8px rgba(0, 0, 0, 0.2));
  transition-property: transform;
  transition-duration: .6s;
  transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}

.prodet-page .init-4 ul li h3 {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  padding-top: 15px;
}

.prodet-page .init-4 ul li a h3:hover {
  color: #000000;
}

.prodet-page .init-4 ul button.slick-arrow {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 34px;
  color: transparent;
  display: block;
  font-family: "FontAwesome";
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: center;
  width: 30px;
  height: 30px;
}

.prodet-page .init-4 ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #b6b2b2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.prodet-page .init-4 ul button.slick-arrow:hover {
  background: #000000;
}

.prodet-page .init-4 ul button.slick-arrow:hover:before {
  color: white;
}

.prodet-page .init-4 ul button.slick-prev {
  left: -30px;
}

.prodet-page .init-4 ul button.slick-prev:before {
  content: "\f104";
}

.prodet-page .init-4 ul button.slick-next {
  right: -30px;
}

.prodet-page .init-4 ul button.slick-next:before {
  content: "\f105";
}

.service-page .init-1 {
  background: #f6f7f9;
  padding: 70px 0;
  text-align: center;
}

.service-page .init-1 h2 {
  font-size: 60px;
  color: #222;
  text-align: center;
}

.service-page .init-1 .jc {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.service-page .init-1 .jc i {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #0582d2;
  z-index: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.service-page .init-1 .jc img {
  position: relative;
  z-index: 1;
}

.service-page .init-1 p {
  font-size: 14px;
  line-height: 24px;
  color: #999898;
  padding: 30px 5%;
}

.service-page .init-2 {
  padding: 100px 0;
  text-align: center;
}

.service-page .init-2 h2 {
  text-align: center;
  font-size: 34px;
  color: #283336;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -1px;
}

.service-page .init-2 .map {
  display: inline-block;
  margin: 30px auto 0;
  position: relative;
  width: 90%;
}

.service-page .init-2 .map h3 {
  text-align: center;
  font-size: 30px;
  color: #283336;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40%;
  letter-spacing: -1px;
}

.service-page .init-2 .map li {
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  position: absolute;
  font-weight: bold;
}

.service-page .init-2 .map li.ie1,
.service-page .init-2 .map li.ie5 {
  right: 10%;
}

.service-page .init-2 .map li.ie2,
.service-page .init-2 .map li.ie4 {
  right: 5%;
}

.service-page .init-2 .map li.ie3 {
  right: 2%;
}

.service-page .init-2 .map li.ie1 {
  top: 7%;
}

.service-page .init-2 .map li.ie2 {
  top: 25%;
}

.service-page .init-2 .map li.ie3 {
  top: 46%;
}

.service-page .init-2 .map li.ie4 {
  top: 68%;
}

.service-page .init-2 .map li.ie5 {
  top: 87%;
}

.service-page .init-2 dl {
  text-align: left;
}

.service-page .init-2 dt {
  font-size: 30px;
  color: #1c1e23;
  margin-top: 50px;
  font-weight: bold;
}

.service-page .init-2 dd {
  font-size: 16px;
  color: #999898;
  line-height: 24px;
  margin-top: 15px;
}

.service-page .init-3 {
  padding: 40px 0 100px;
  margin-top: 30px;
  border-top: 2px solid #ebe9e9;
}

.service-page .init-3 .init-3-top {
  display: inline-block;
  width: 100%;
  padding-bottom: 60px;
}

.service-page .init-3 .init-3-top li {
  width: 25%;
  float: left;
  text-align: center;
}

.service-page .init-3 .init-3-top li a {
  display: inline-block;
  line-height: 54px;
  font-size: 18px;
  padding: 0 40px;
  color: #1c1e23;
  background-color: transparent;
  cursor: pointer;
  cursor: hand;
  position: relative;
}

.service-page .init-3 .init-3-top li a:after {
  content: '';
  left: 50%;
  bottom: 100%;
  height: 0;
  border-left: 2px solid #ebe9e9;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

.service-page .init-3 .init-3-top li a:hover,
.service-page .init-3 .init-3-top li.active a {
  color: #fff;
  background-color: #003b83;
}

.service-page .init-3 .init-3-top li a:hover:after,
.service-page .init-3 .init-3-top li.active a:after {
  height: 40px;
}

.service-page .init-3 .init-3-bottom li {
  display: block;
  background-color: #f6f7f9;
  display: none;
}

.service-page .init-3 .init-3-bottom li .left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.service-page .init-3 .init-3-bottom li .right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding: 0 5%;
}

.service-page .init-3 .init-3-bottom li .right h3 {
  font-size: 28px;
  color: #1c1e23;
}

.service-page .init-3 .init-3-bottom li .right dd {
  font-size: 18px;
  color: #9e979a;
  line-height: 24px;
  margin-top: 25px;
}

.contact-page .init-1 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 20px;
  border-bottom: 1px solid #eee;
  text-transform: capitalize;
}

.contact-page .init-1 ul {
  padding: 80px 0px 0px;
}

.contact-page .init-1 ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.contact-page .init-1 ul li i {
  width: 100px;
  height: 100px;
  border: 2px solid #ccc;
  border-radius: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 24px;
  color: #969696;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.contact-page .init-1 ul li h3 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  color: black;
  padding: 20px 0 10px;
  text-transform: capitalize;
}

.contact-page .init-1 ul li p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.7);
}

.contact-page .init-1 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}

.contact-page .init-1 ul li:hover i {
  color: #000000;
}

/*.contact-page .init-2 {
  border-top: 15px solid #d6d6d6;
  border-bottom: 15px solid #d6d6d6;
}*/
.contact-page .init-2 #map img,
.contact-page .init-2 #map label {
  max-width: none;
  width: auto;
}

.contact-page .init-3 h2 {
  font-size: 36px;
  line-height: 1.6;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 20px;
  border-bottom: 1px solid #eee;
}

.contact-page .init-3 ul {
  margin: -12px;
  display: inline-block;
  width: 100%;
  padding: 70px 0;
}

.contact-page .init-3 ul li {
  width: 50%;
  padding: 12px;
  float: left;
  text-align: center;
}

.contact-page .init-3 ul li input,
.contact-page .init-3 ul li textarea {
  outline: none;
  background: none;
  border: 1px solid #ccc;
  width: 100%;
  padding: 0 10px;
}

.contact-page .init-3 ul li input::-webkit-input-placeholder,
.contact-page .init-3 ul li textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.contact-page .init-3 ul li input:-moz-placeholder,
.contact-page .init-3 ul li textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.contact-page .init-3 ul li input::-moz-placeholder,
.contact-page .init-3 ul li textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.contact-page .init-3 ul li input:-ms-input-placeholder,
.contact-page .init-3 ul li textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.contact-page .init-3 ul li input:focus,
.contact-page .init-3 ul li textarea:focus {
  border-color: #000000;
}

.contact-page .init-3 ul li input {
  line-height: 60px;
  text-transform: capitalize;
  font-size: 16px;
}

.contact-page .init-3 ul li textarea {
  text-transform: capitalize;
  font-size: 15px;
}

.contact-page .init-3 ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding: 10px 50px;
  line-height: normal;
  color: white;
  font-size: 18px;
  background: #244d4d;
  margin: 50px auto 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.contact-page .init-3 ul li input[type="submit"]:hover {
  box-shadow: 0 5px 10px 0 #ccc;
  -webkit-box-shadow: 0 5px 10px 0 #ccc;
  -moz-box-shadow: 0 5px 10px 0 #ccc;
  -ms-box-shadow: 0 5px 10px 0 #ccc;
  -o-box-shadow: 0 5px 10px 0 #ccc;
}
.contact-page .init-3{
  padding: 20px 0;
}
.contact-page .init-1{
  padding-bottom: 60px;
}
.contact-page .init-3 ul li textarea {
  height: 200px;
  max-width: 100%;
  min-width: 100%;
  line-height: 24px;
  padding-top: 15px;
}

.contact-page .init-3 ul li .yam {
  position: relative;
}

.contact-page .init-3 ul li .yam img {
  position: absolute;
  right: 0;
  top: 14px;
  left: auto;
}

.contact-page .init-3 ul li .yam input {
  padding-right: 50%;
}

.contact-page .init-3 ul li .yam .img {
  position: absolute;
  right: 2px;
  top: 20px;
}

.contact-page .init-3 ul li .yam .img img,
.contact-page .init-3 ul li .yam .img p {
  display: inline-block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}

.faq-page .init-2 ul.faq {
  padding: 40px 0;
}

.faq-page .init-2 ul.faq li {
  display: block;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: #dedcdc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  word-break: break-word;
}

.faq-page .init-2 ul.faq li h2 {
  font-size: 22px;
  color: #222;
  /*   padding-bottom: 20px; */
}

.faq-page .init-2 ul.faq li div {
  font-family: Arial;
}

.faq-page .init-2 ul.faq li p {
  font-size: 16px;
  color: #585858;
}

.faq-page .init-2 ul.faq li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}

.faq-page .init-2 ul.faq li:hover h2 {
  color: #000000;
}

.news-page .init-2 ul.newslist {
  padding: 75px 0;
  margin: 0px;
}

.news-page .init-2 ul.newslist li {
  padding: 20px;
}

.news-page .init-2 ul.newslist li .bg {
  background: #f9f9f9;
  padding: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.news-page .init-2 ul.newslist li .bg:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}

.news-page .init-2 ul.newslist li h2 {
  font-size: 20px;
  line-height: 1.8;
  color: #222;
  padding-bottom: 7px;
  padding-top: 25px;
}

.news-page .init-2 ul.newslist li time {
  font-size: 18px;
  line-height: 1.8;
  color: #585858;
  display: block;
  padding: 10px 0;
}

.news-page .init-2 ul.newslist li p {
  font-size: 16px;
  line-height: 30px;
  color: #585858;
}

.news-page .init-2 ul.newslist li .bg:hover h2 {
  color: #000000;
}

.news-page .init-3 {
  padding: 40px 0;
}

.newsdet-page .init-2 {
  padding: 60px 0 40px;
}

.newsdet-page .init-2 div.newsdet h1 {
  font-size: 36px;
  line-height: 1.6;
  color: #222;
  text-align: center;
}

.newsdet-page .init-2 div.newsdet .news_date {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #585858;
  display: block;
  padding: 20px 0;
}

.newsdet-page .init-2 div.newsdet .news_contents {
  font-size: 16px;
  color: rgba(0, 0, 0.6);
  line-height: 30px;
}

.newsdet-page .init-2 div.newsdet .news_contents p {
  padding: 10px 0;
}

.newsdet-page .init-2 div.newsdet .news_contents a {
  color: #000000;
}

.newsdet-page .init-3 .news_next {
  padding: 40px 0;
  font-size: 18px;
  line-height: 1.8;
  color: #222;
}

.newsdet-page .init-3 .news_next a {
  color: inherit;
}

.newsdet-page .init-3 .news_next a:hover {
  color: #000000;
}

.picture-page .init-2 {
  padding: 40px 0;
}

.picture-page .init-2 ul.picture {
  display: inline-block;
  width: 100%;
}

.picture-page .init-2 ul.picture li {
  width: 25%;
  float: left;
  padding: 15px 10px;
}

.picture-page .init-2 ul.picture li img {
  width: 100%;
}

.picture-page .init-2 ul.picture li a {
  display: block;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
}

.picture-page .init-2 ul.picture li a em {
  display: block;
  overflow: hidden;
}

.picture-page .init-2 ul.picture li a h2 {
  color: #585858;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px 10px;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.picture-page .init-2 ul.picture li a h2:hover {
  color: #000000;
}

.picture-page .init-3 {
  padding: 40px 0;
}

.about-page-company .init-top {
  padding-top: 50px;
}

.about-page-company .init-2 {
  padding: 0px 0 60px;
}

.about-page-company .init-2 h2,
.init-top h2 {
  font-size: 30px;
  color: #394b50;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.about-page-company .init-top .box {
  padding: 50px 10px 0px;
}

.about-page-company .init-top .box p {
  line-height: 30px;
  font-size: 16px;
}

.about-page-company .init-2 h2 small,
.init-top h2 small {
  display: block;
  font-size: 16px;
  text-transform: none;
  line-height: normal;
  font-weight: normal;
}

.about-page-company .init-2 ul {
  margin: -30px -40px;
  display: inline-block;
  padding-top: 70px;
}

.about-page-company .init-2 ul li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 30px 40px;
  position: relative;
  margin-left: -3px;
}

.about-page-company .init-2 ul li .img {
  position: absolute;
  left: 45px;
  top: 30px;
}

.about-page-company .init-2 ul li .img img.img2 {
  display: none;
}

.about-page-company .init-2 ul li:hover .img img.img2 {
  display: block;
}

.about-page-company .init-2 ul li:hover .img img.img1 {
  display: none;
}

.about-page-company .init-2 ul li .content {
  padding-left: 80px;
}

.about-page-company .init-2 ul li .content h3 {
  font-size: 16px;
  color: #394b50;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.about-page-company .init-2 ul li .content p {
  font-size: 13px;
  color: #7b7b7b;
  line-height: 22px;
}

.about-page-company .init-3 {
  background: #f6f7f9;
  position: relative;
}

.about-page-company .init-3 div.left {
  width: 50%;
}

.about-page-company .init-3 div.left img {
  width: 100%;
}

.about-page-company .init-3 div.right {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.about-page-company .init-3 div.right .box {
  width: 50%;
  float: right;
  padding-left: 5%;
}

.about-page-company .init-3 div.right .box h2 {
  font-size: 25px;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}

.about-page-company .init-3 div.right .box p {
  font-size: 14px;
  color: black;
  line-height: 27px;
  position: relative;
  margin: 60px 0 40px;
}

.about-page-company .init-3 div.right .box img {
  float: right;
}

.about-page-company .init-3 div.right .box .content {
  position: relative;
  padding-left: 10%;
}

.about-page-company .init-3 div.right .box i {
  position: absolute;
  font-size: 60px;
  color: #e5e6e8;
}

.about-page-company .init-3 div.right .box i.left {
  top: -10px;
  left: -40px;
}

.about-page-company .init-3 div.right .box i.right {
  bottom: -50px;
  right: -20px;
}

.about-page-company .init-4 {
  padding: 20px 0;
}

.about-page-company .init-4 img {
  margin: 20px 0;
}

.about-page-company .init-4 p {
  font-size: 14px;
  color: black;
  line-height: 28px;
  font-family: Arial;
  padding: 15px 0;
}

.inner-page.video-page {
  background: #f8f6f9;
}

.inner-page.video-page ul.con {
  font-size: 0;
}

.inner-page.video-page ul.con li {
  padding: 1rem 0;
}

.inner-page.video-page ul.con li .ig {
  display: flex;
  flex-wrap: wrap;
}

.inner-page.video-page ul.con li .ig .left {
  display: inline-block;
  vertical-align: middle;
  width: 55%;
}

.inner-page.video-page ul.con li .ig .right {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  background-color: #e3e2e2;
  padding: 3rem;
}

.inner-page.video-page ul.con li .ig .right h4 {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
}

.inner-page.video-page ul.con li .ig .right h4::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 2px;
  width: 80%;
  background-color: #1b1b1b;
}

.inner-page.video-page ul.con li .ig .right .more {
  padding-top: 7rem;
}

.inner-page.video-page ul.con li .ig .right .more a {
  display: inline-block;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.inner-page.video-page ul.con li .ig .right .more a img {
  vertical-align: middle;
}

@media screen and (max-width: 1440px) {
  .about-page-company .init-3 div.right .box p {
    margin: 20px 0;
  }

  .about-page-company .init-3 div.right .box i {
    display: none;
  }

  .about-page-company .init-3 div.right .box .content {
    padding-left: 0;
  }

}

@media screen and (max-width: 1200px) {
  .about-page-company .init-3 div.right .box img {
    display: none;
  }
}

.button-group .button {
  background-color: #244d4d !important;
}

@media screen and (max-width: 1200px) {
  .faq-page .init-2 ul.faq li p {
    font-size: 14px;
  }

  .faq-page .init-2 ul.faq li h2 {
    font-size: 18px;
  }

  .about-page-company .init-3 div.right .box h2 {
    font-size: 24px;
  }

  .prodet-page .init-2 .prodet-title .content {
    font-size: 13px;
  }

  .prodet-page .init-2 .prodet-img {
    width: 40%;
  }

  .prodet-page .init-2 .prodet-title {
    width: 50%;
  }

  .prodet-page .init-4 h2 em,
  .prodet-page .init-3 .init-3-top ul li {
       font-size: 16px;
  }

  .newsdet-page .init-2 div.newsdet .news_contents {
    font-size: 14px;
  }

  .newsdet-page .init-2 div.newsdet h1 {
    font-size: 28px;
  }

  #mapContainer {
    height: 360px !important;
  }

  .contact-page .init-3 h2,
  .contact-page .init-1 h2 {
    font-size: 30px;
  }

  .contact-page .init-3 ul li input {
    line-height: 40px;
  }

  .contact-page .init-3 ul li .yam .img {
    top: 12px;
  }

  .about-page-company .init-2 ul li .content p {
    font-size: 12px;
  }

  .about-page-company .init-2 h2 {
    font-size: 24px;
  }

  .about-page-company .init-2 h2 small {
    font-size: 12px;
  }

  .about-page-company .init-3 div.right .box h2 {
    font-size: 18px;
  }

  .picture-page .init-2 ul.picture li,
  .product-page .init-3 ul li {
    width: 33.333%;
  }

  .prodet-page .init-2 .prodet-title {
    width: 100%;
    padding-top: 30px;
  }

  .prodet-page .init-2 .prodet-scroll {
    width: 20%;
  }

  .prodet-page .init-2 .prodet-img {
    width: 80%;
  }

  .news-page .init-2 ul.newslist li h2 {
    font-size: 18px;
    padding-bottom: 5px;
  }

  .news-page .init-2 ul.newslist li p {
    font-size: 13px;
  }

  .newsdet-page .init-2 div.newsdet h1 {
    font-size: 20px;
  }

  .newsdet-page .init-2 div.newsdet .news_contents {
    font-size: 12px;
    line-height: 24px;
  }

  .newsdet-page .init-3 .news_next {
    font-size: 14px;
    padding: 20px 0;
  }

  .contact-page .init-3 h2,
  .contact-page .init-1 h2 {
    font-size: 22px;
  }

  .contact-page .init-1 ul li p {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
  }
}

@media screen and (max-width: 700px) {
  .inner-page.video-page ul.con li .ig .left {
    width: 100%;
  }

  .inner-page.video-page ul.con li .ig .right {
    width: 100%;
  }

  .inner-page div#nav {
    display: none;
    background: #fff;
  }

  .about-page-company .init-2 h2 {
    font-size: 18px;
  }

  .about-page-company .init-2 ul li {
    width: 100%;
    padding: 0;
    margin: 15px 0;
  }

  .about-page-company .init-2 ul {
    margin: 20px 0;
  }

  .about-page-company .init-2 ul li .img {
    left: 10px;
  }

  .about-page-company .init-3 div.left {
    width: 100%;
  }

  .about-page-company .init-3 div.right {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 30px;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }

  .about-page-company .init-3 div.right .box {
    width: 100%;
    padding-left: 0;
    float: none;
  }

  .about-page-company .init-3 div.right .box h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .picture-page .init-2 ul.picture li,
  .product-page .init-3 ul li {
    width: 50%;
  }

  .faq-page .init-2 ul.faq li p {
    font-size: 12px;
  }

  .faq-page .init-2 ul.faq li h2 {
    font-size: 15px;
  }

  .product-page .init-2 {
    display: none;
  }

  .product-page .init-3 {
    padding-top: 30px;
  }

  .product-page .init-3 ul li a h2 {
    padding: 5px;
  }

  #cs td,
  #cs th {
    padding: 5px;
  }

  .prodet-page .init-2 .prodet-title .content {
    font-size: 12px;
  }

  .prodet-page .init-2 .prodet-title a.more.first {
    margin-bottom: 10px;
  }

  .prodet-page .init-4 h2 em,
  .prodet-page .init-3 .init-3-top ul li {
    font-size: 16px;
  }

  .news-page .init-2 ul.newslist li h2 {
    font-size: 15px;
  }

  .news-page .init-2 ul.newslist li {
    padding: 15px;
  }

  .newsdet-page .init-2 div.newsdet h1 {
    font-size: 16px;
  }

  .newsdet-page .init-2 div.newsdet .news_contents p {
    padding: 5px 0;
  }

  .contact-page .init-1 ul li {
    width: 50% !important;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    margin-top: 20px;
  }

  .contact-page .init-1 ul li:nth-child(2n) {
    margin-left: 0;
  }

  .contact-page .init-1 ul li i {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }

  .contact-page .init-1 ul {
    padding: 40px 0;
  }

  .button-group .button:nth-child(2) {
    display: none;
  }

  .contact-page .init-3 ul li {
    width: 100%;
  }

  .contact-page .init-3 ul li input[type="submit"] {
    width: 100%;
    margin-top: 20px;
  }

  .contact-page .init-1 h2 {
    padding: 30px 0 10px;
  }

}

@media screen and (max-width: 500px) {
  .init-2 .ui ul.downlondul li {
    width: 100%;
  }
}

table.sc th,
table.sc td {
  border: 0px;
}

.flex-b {
  position: relative;
  height: 520px;
  width: 100%;
  overflow: hidden;
}

.aw-talent .talent-box {
  position: absolute;
  width: 62.5%;
  top: 50%;
  left: 50%;
  background: #fff;
  padding: 25px 3% 25px;
  margin: -180px 0 0 -31.25%;
  text-align: center;
}

.aw-talent h2 {
  font-size: 24px;
  color: #333333;
  line-height: 40px;
  height: 40px;
}

.aw-talent .bg {
  padding-left: 45px;
  font-size: 22px;
  color: #000000;
  line-height: 42px;
  background: url(../img/pro05.png) no-repeat left 10px;
  display: inline-block;
  margin-bottom: 38px;
}

.aw-talent p {
  font-size: 14px;
  color: #808080;
  line-height: 24px;

}

table.Culturetb tr {
  height: 400px !important;
}

table.Culturetb tr td {
  font-size: 14px;
  border: 0px;
  height: 400px !important;
  overflow: auto;
  overflow-y: scroll;
  display: inline-block;
  width: 50% !important;
}

table.Culturetb tr td h2 {
  font-size: 20px;
  line-height: 40px;
  padding: 20px 0px 0px;
  margin-top: 20px;
}

.about-page-company .init-top .box p {
  margin: 30px 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}

ul.downlondul {
  width: 100%;
  clear: both;
}

ul.downlondul li {
  float: left;
  width: 33.3%
}

.faq-page .init-2 h2 {
  font-size: 30px;
  margin-bottom: 30px 0px 20px;
}


.about-page {
  padding-bottom: 100px;
}

.about-page .init1 {
  position: relative;
  padding-top: 40px;
}

.about-page .init1 .img {
  width: 60%;
  float: right;
  text-decoration: underline;
}

.about-page .init1 .border-text {
  position: absolute;
  background-color: #F4F4F4;
  width: 45%;
  padding: 30px;
  bottom: 0;
}

.about-page .init1 .border-text h2 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.6;
  color: #333;
  text-transform: capitalize;
  padding-bottom: 20px;
  position: relative;
}

.about-page .init1 .border-text h2:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #244d4d;
  height: 2px;
  width: 80px;
  bottom: 0;
  left: 0;
}

.about-page .init1 .border-text p {
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin-top: 30px;
  /*font-family:Arial, Helvetica, sans-serif;*/
}

.about-page .init2 {
  padding: 100px 0;
}

.about-page .init2 .left-img {
  position: relative;
}

/*.about-page .init2 .left-img:before {
  content: '';
  position: absolute;
  border: 13px solid #244d4d;
  display: block;
  bottom: 54px;
  left: 54px;
  top: 54px;
  right: 0;
  width: 75%;
}*/

.about-page .init2 .right-text {
  padding-left: 5%;
}

.about-page .init2 .right-text p {
  font-weight: 200;
  line-height: 1.8;
  color: #666;
  font-size: 20px;
  /*font-family: Arial, Helvetica, sans-serif;*/
}

.about-page .init2 .right-text .lead {
  color: #333;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.about-page .init3 {
  padding: 80px 0 40px;
  background-color: #f7efe2;
  margin-bottom: 88px;
}

.about-page .init3 h2 {
  font-size: 30px;
  line-height: 1.6;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
  font-weight: bold;
}

.about-page .init3 h2:before {
  content: '';
  display: block;
  position: absolute;
  border-top: 2px solid;
  width: 80px;
  bottom: 0;
  left: 0;
}

.about-page .init3 .grid-box.three .column {
  overflow: hidden;
  position: relative;
  padding-left: 56px;
  margin-bottom: 40px;
  padding-right: 20px;
}

.about-page .init3 .grid-box.three .column p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #666;
  /*font-family: Arial, Helvetica, sans-serif;*/
}

.about-page .init3 .grid-box.three .column span {
  position: absolute;
  display: block;
  height: 35px;
  width: 35px;
  left: 0;
  font-weight: bold;
  top: 0;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #fff;
  color: #333;
}

.about-page .init4 .grid-box .column {
  padding: 20px;
  perspective: 1000;
  transform-style: preserve-3d;
}

.about-page .init4 .grid-box .column .bg-2 {
  background-color: #244d4d !important;
}

.about-page .init4 .grid-box .column .difference__keyCard-inner {
  position: relative;
  color: #333;
  cursor: default;
  transition: 0.6s;
  transform-style: preserve-3d;
  min-height: 232px;
}

.about-page .init4 .grid-box .column .difference__keyCard-inner h2 {
  font-size: 2.444rem;
}

.about-page .init4 .grid-box .column .difference__keyCard-inner p {
  font-size: 16px;
}

.about-page .init4 .grid-box .column .difference__keyCard-front,
.about-page .init4 .grid-box .column .difference__keyCard-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  text-align: center;
  padding: 32px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  position: absolute;
  top: 0px;
  left: 0px;
}

.about-page .init4 .grid-box .column .difference__keyCard-front {
  z-index: 2;
}

.about-page .init4 .grid-box .column .difference__keyCard-back {
  transform: rotateY(-180deg);
}

.about-page .init4 .grid-box .column:hover .difference__keyCard-inner {
  transform: rotateY(180deg);
}

.about-page .init4 .grid-box .column:nth-child(2) .bg-2 {
  background: none !important;
}

.about-page .init4 .grid-box .column:nth-child(2):hover .difference__keyCard-inner {
  transform: rotateY(0) !important;
}

.about-page .init4 .grid-box .column:nth-child(3) .bg-2 {
  background-color: #CDD8D8 !important;
}

.about-page .init4 .grid-box .column:nth-child(4) .bg-2 {
  background-color: #BBC8CF !important;
}

.about-page .init4 .grid-box .column:nth-child(5) .bg-2 {
  background-color: #CED1D7 !important;
}

.about-page .init4 .grid-box .column:nth-child(6) .bg-2 {
  background-color: #DDC9C9 !important;
}

/*.about-page .init5 {
  padding-top: 100px;
}*/
.about-page .init5 .container .bg {
  padding: 92px 0 48px;
  background-color: #D8D3CD;
  margin: 0 92px;
}

.about-page .init5 .container .bg .video {
  margin: 0 auto;
  width: 900px;
}

.about-page .init5 .container .bg h2 {
  text-align: center;
  max-width: 600px;
  margin: 20px auto;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
  font-size: 30px;
}

.about-page .init5 .container .bg h2:before {
  content: '';
  display: block;
  position: absolute;
  border-top: 2px solid;
  width: 80px;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}

.about-page .init5 .mail {
  padding-top: 0px;
}

.about-page .init5 .mail h2 {
  font-size: 2.4rem;
  font-family: 'TomsRomanITCbyBT-Regular';
}

.about-page .init5 .mail p a {
  text-align: center;
  font-size: 2.444rem;
  display: block;
  margin: 0 auto;
}

.about-faq{
  margin-top: 20px;
}
.about-faq ul li{
  padding-bottom: 20px;
}

.about-faq ul li h4{
  padding: 20px 70px;
  background-image: url(/template/en/images/icon-lt.png);
  background-position: center left 25px;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid #b7b7b7;
  font-size: 16px;
  color: #666;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  line-height: 30px;
}
.about-faq ul li h4:after{
  content: "\f107";
  font-size: 18px;
  position: absolute;
  right: 25px;
  top: 20px;
  font-family: "FontAwesome";
}
.about-faq ul li.active h4:after{
  content: "\f106";
}
.about-faq ul li .text{
  padding: 25px;
  border: 1px solid #b7b7b7;
  margin-top: 8px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  display: none;
  -moz-box-shadow: 3px 3px 6px rgba(0,0,0,.2);
  -o-box-shadow: 3px 3px 6px rgba(0,0,0,.2);
  box-shadow: 3px 3px 6px rgb(0 0 0 / 20%);
}
.about-faq ul li.active h4{
  background-color: #244d4d;
  color: #fff;
  background-image: url(/template/en/images/icon-lt2.png);
}

.about-page .init5 .others-list {
  padding-top: 30px;
}

.about-page .init5 .others-list ul li {
  padding: 0 10px;
}

.about-page .init5 .others-list ul li h4{
  padding: 20px 70px;
  background-image: url(/template/en/images/icon-lt.png);
  background-position: center left 25px;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid #b7b7b7;
  font-size: 16px;
  color: #666;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  cursor: hand;
}

.video_layer {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 998;
  background: rgba(0, 0, 0, .7);
}

.i_video {
  width: 536px;
  height: 253px;
  top: 45%;
  left: 56%;
  margin: -250px 0 0 -400px;
  z-index: 9999;
}

.i_video,
.video_layer {
  position: absolute;
  display: none;
}

@media (min-width: 576px) {

  .difference__keyCard-front,
  .difference__keyCard-back,
  .difference__keyCardCenter {
    height: 232px;
  }
}

@media (max-width: 1230px) {
  .about-page .init1 .border-text h2 {
    font-size: 2rem;
  }

  .about-page .init4 .grid-box .column .difference__keyCard-inner h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .about-page .init1 .border-text {
    width: 56%;
  }

  .about-page .init2 .right-text {
    padding-left: 5%;
  }

  .about-page .init2 .right-text .lead {
    font-size: 18px;
  }

  .about-page .init2 .right-text p {
    font-size: 14px;
  }

  .about-page .init5 .mail p a {
    font-size: 1.4rem;
  }

  .about-page .init1 .border-text p {
    line-height: 30px;
    font-size: 16px;
    margin-top: 30px;
  }

  .about-page .init4 .grid-box .column .difference__keyCard-inner h2 {
    font-size: 1rem;
  }

  .about-page .init1 .border-text {
    position: relative;
  }

  .about-page .init1 .border-text h2 {
    font-size: 1.2rem;
  }
}

.init-3 {
  padding: 40px 0;
}

.faq-page .init-1,
.faq-page .init-2 .p {
  font-family: Arial;
}

@media (max-width: 700px) {
  .about-page .init1 .border-text {
    width: 100%;
    position: relative;
  }

  .about-page .init2 .left-img {
    position: relative;
    width: 100%;
  }

  .about-page .init2 .right-text {
    padding-left: 0;
    width: 100%;
  }

  .about-page .init1 .border-text h2 {
    font-size: 20px;
    line-height: 1.8;
  }

  .about-page .init3 h2 {
    font-size: 1.444rem;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }

  .about-page .init3 .grid-box.three .column {
    margin-bottom: 20px;
    padding-right: 0;
    width: 100%;
  }

  .about-page .init4 {
    display: none;
  }

  .about-page .init5 {
    padding-top: 10px;
  }

  .about-page .init5 .container .bg {
    padding: 20px 0;
    margin: 0;
  }

  .about-page .init5 .container .bg h2 {
    padding-bottom: 30px;
    margin-bottom: 40px;
    font-size: 20px;
  }

  .about-page .init1 .img {
    display: none;
  }

  .inner-banner h2 {
    font-size: 1.3rem;
    padding-bottom: 10px;
  }

  .inner-page .grid-box.two>.column.sidebar {
    width: 100%;
    padding-top: 10px;
  }

  .inner-page .grid-box.two>.column.page-right-bar {
    width: 100%;
    padding: 0;
  }

  .inner-page .sidebar .side-top .side-tit {
    font-size: 18px;
  }

  .inner-page .grid-box.two>.column.page-right-bar .grid-box.four>.column {
    width: 100%;
    max-width: 100%;
    flex: auto;
  }

  .product-page.inner-page .probox .row .col-4 .ig-box .text h4 {
    line-height: 30px;
    font-size: 16px;
    margin-top: 18px;
  }

  .prodet-page .init-2 {
    padding: 30px 0;
  }

  .prodet-page .init-2 .prodet-img {
    width: 100%;
    margin: 0;
  }

  .prodet-page .init-2 .prodet-title {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
  }

  .prodet-page .init-2 {
    padding: 10px 0;
  }

  .inner-banner .mxb {
    padding: 0 10px;
  }

  .inner-banner .init-1,
  .inner-banner .bread-crumbs {
    width: 100%;
    line-height: 1.8;
    padding: 26px 0;
  }

  .contact-page .init-3 ul {
    margin: 0;
    width: 100%;
    padding: 20px 0;
  }
}

.thumb-gallery {
  padding: 6vw 0;
  margin: -5px;
}

.thumb-gallery li {
  width: 25%;
  padding: 5px;
}

.thumb-gallery li img {
  background-color: #f6f6f6;
}


@media screen and (max-width: 1400px) {
  .product-page.inner-page .probox .row {
    padding: 0;
  }
}

@media screen and (max-width: 1000px) {

  .overlay1,
  .overlay2,
  .overlay3 {
    display: none;
  }

  .prodet-page .init-2 .prodet-img {
    width: 100%;
  }

  .inner-page .grid-box.two>.column.sidebar {
    width: 35%;
  }

  .inner-page .grid-box.two>.column.page-right-bar {
    width: 65%;
  }
}

@media screen and (max-width: 700px) {
  .our-product .grid-item:nth-child(odd) {
    transform: translateY(0);
  }

  .inner-page .grid-box.two>.column.sidebar {
    display: none;
  }

  .inner-page .grid-box.two>.column.page-right-bar {
    width: 100%;
  }

  .news-page .init-2 ul.newslist li {
    width: 100%;
  }
}

table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}

table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}

table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}

table tr {
  width: auto !important;
  height: auto !important;
}

table tr:nth-child(even) {
  background: #eee;

}

table tr td:nth-child(2n) {
  color: #000 !important;
}

.faq-page{
  width: 1650px;
  margin: auto;
  max-width: 100%;
  padding: 4vw 20px;
}
.faq-page .mail h2{
  font-size: 25px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
.yucatfoot{
  width: 180px;
}
.yucatfoot1 p.yucatfoot2 a{
  font-size: 14px;
  Line-height:25px;
}
.list.news a{
  white-space: nowrap;
    overflow: hidden;
    Width: 250px;
    text-overflow: ellipsis
}
.text p.destong{
  color:#000;
}
.singlebf{
  font-size:14px;
  line-height:28px;
  color: #454444;
}