@font-face {
  font-family: 'RR';
  src: url('../fonts/Roboto-Regular.eot') format('eot'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'RL';
  src: url('../fonts/Roboto-Light.eot') format('eot'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'RM';
  src: url('../fonts/Roboto-Medium.eot') format('eot'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'RB';
  src: url('../fonts/Roboto-Bold.eot') format('eot'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'MF';
  src: url('../fonts/Monofonto.eot') format('eot'), url('../fonts/Monofonto.woff2') format('woff2'), url('../fonts/Monofonto.woff') format('woff'), url('../fonts/Monofonto.ttf') format('truetype');
}
@font-face {
  font-family: 'AR';
  src: url('../fonts/AdobeHeitiStd-Regular-Alphabetic.eot') format('eot'), url('../fonts/AdobeHeitiStd-Regular-Alphabetic.woff2') format('woff2'), url('../fonts/AdobeHeitiStd-Regular-Alphabetic.woff') format('woff'), url('../fonts/AdobeHeitiStd-Regular-Alphabetic.ttf') format('truetype');
}
body {
  font-family: 'RR';
  margin: 0 auto;
  overflow-x: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1430px;
  width: 100%;
  margin: auto;
}
#header {
  z-index: 20;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .logo .hover_img {
  display: none;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 3.3rem 0 0;
  font-size: 0.7rem;
  font-family: 'RM';
  color: #343434;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #06365a;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::before {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::after {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(../images/icon1.png) no-repeat center center;
  background-size: contain;
  left: -8px;
  top: 24px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#header .nav .ui.menu .menu-box ul.menu > li::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(../images/icon2.png) no-repeat center center;
  background-size: contain;
  right: -8px;
  bottom: 24px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::before{
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(../images/icon1.png) no-repeat center center;
  background-size: contain;
  left: -8px;
  top: 24px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;  
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after{
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(../images/icon2.png) no-repeat center center;
  background-size: contain;
  right: -8px;
  bottom: 24px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#header .nav .ui.menu .menu-box ul.menu > li a.active {
  color: #06365a;
}
#header .nav .ui.menu .menu-box ul.menu > li a.active::before{
    opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li a.active::after{
    opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 300px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #06365a;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 300px;
  width: 200px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  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;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #06365a;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li{
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:hover {
  background: #222;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu {
 -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 300px;
  width: 200px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  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;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #06365a;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li{
   display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:hover{
  background: #222;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2.95rem;
  margin-right: 0;
  cursor: pointer;
}
#header .nav .h-search form {
  position: relative;
}
#header .nav .h-search form input {
  display: inline-block;
  font-size: 18px;
  width: 180px;
  height: 24px;
  line-height: 24px;
  border-radius: 9px;
  color: #343434;
  font-family: 'RR';
  border: 1px solid #343434;
  padding: 0 0 0 35px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .h-search form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #343434;
}
#header .nav .h-search form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #343434;
}
#header .nav .h-search form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #343434;
}
#header .nav .h-search form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #343434;
}
#header .nav .h-search form button {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  font-size: 14px;
  border: none;
  color: #343434;
  background-color: transparent;
}
#header .nav .language {
  margin-left: 1.5rem;
  position: relative;
  font-size: 18px;
  font-family: 'RM';
  color: #343434;
}
#header .nav .language .langs {
  vertical-align: middle;
  margin-right: 10px;
}
#header .nav .language span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
}
#header .nav .language .sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 110%;
  left: 0;
  width: 130px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #06365a;
  display: none \9;
}
#header .nav .language .sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .language .sub-menu li a {
  display: block;
}
#header .nav .language .sub-menu li a img {
  vertical-align: middle;
  height: 20px;
  margin-right: 10px;
}
#header .nav .language .sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 999;
}
#mobile .yy {
  content: '';
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: pointer;
}
#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%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-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: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  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;
  font-weight: 400;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  font-weight: 400;
  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;
  font: 400;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  font-weight: 400;
  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%);
  transform: translateY(-50%);
}
#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;
  font-weight: 400;
  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;
  font-weight: 400;
}
#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;
  font-weight: 400;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  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);
  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);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#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;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #00bcd5;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/bl.png") no-repeat center center rgba(244, 244, 244, 0.6);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/br.png") no-repeat center center rgba(244, 244, 244, 0.6);
  right: 15px;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
  min-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner ul li .text {
  position: absolute;
  left: 0;
  top: 35%;
  width: 100%;
}
#banner ul li .text h3 {
  font-size: 6rem;
  color: #06365a;
  line-height: 1;
  font-family: 'MF';
}
#banner ul li .text h3 span {
  font-size: 3.6rem;
  line-height: 1;
  color: #00bcd5;
  margin-left: 1.95rem;
  font-family: 'RR';
}
#banner ul li .text .desc {
  width: 60%;
}
#banner ul li .text .desc p {
  font-size: 1.2rem;
  color: #868686;
  line-height: 1.2;
}
#banner ul li .text .desc p em {
  color: #00bcd5;
}
#banner ul li .text .more {
  margin-top: 1.75rem;
}
#banner ul li .text .more a {
  font-size: 1.2rem;
  width: 18.6%;
  padding: 11px 0;
  display: inline-block;
  text-align: center;
}
#banner ul li .text .more a:first-child {
  margin-right: 2rem;
  border: solid 2px #07375b;
  color: #07375b;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
#banner ul li .text .more a:first-child:hover {
  background-color: #07375b;
  color: #fff;
}
#banner ul li .text .more a:last-child {
  border: solid 2px #00bcd5;
  color: #00bcd5;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
#banner ul li .text .more a:last-child:hover {
  background-color: #00bcd5;
  color: #fff;
}
/*#index-body {
  padding-top: 6rem;
}*/
#index-body .search{
    background-color: #f7fcfd;
    padding: 3.85rem 0 7.1rem;
    overflow: hidden;
}
#index-body .search .header{
    text-align: center;
}
#index-body .search .header h3{
    font-size: 1.8rem;
    font-family: 'RM';
    line-height: 1;
    color: #333;
    font-weight: bold;
}
#index-body .search .header h3 em{
    color: #5192c9;
}
#index-body .search .header p{
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    margin: 1.3rem auto 0;
    width: 40%;
}
#index-body .search .header form{
   position: relative;
   width: 499px;
   margin: 1.35rem auto 0;
}
#index-body .search .header form input[type="text"]{
   width: 100%;
   height: 59px;
   border-radius: 29px;
   border: solid 2px #cccccc;
   font-size: 16px;
   color: #666;
   padding: 0 3rem 0 1.45rem;
   background: transparent;
}
#index-body .search .header form input[type="submit"] {
    width: 104px;
    height: 59px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    background: url(../images/ssearch.png) center center no-repeat;
    border-left: 2px solid #ccc;
    border-bottom: none;
    border-top: none;
    border-right: none;
}
#index-body .search .content{
    margin-top: 2.2rem;
}
/*#index-body .search .content ul{
   margin-right: -1.6rem;  
}*/
#index-body .search .content ul .slick-slide{
    padding-right: 1.6rem;
    padding-bottom: 5px;
    padding-left: 5px;
}
#index-body .search .content ul li{
    background-color: #ffffff;
	box-shadow: 4px 9px 3px 2px rgba(0, 0, 0, 0.25);
	border: solid 1px #dddddd;
    padding: 0 0.95rem 2.35rem 0.65rem;
    border-bottom: 5px solid #5192c9;
}
#index-body .search .content ul li .title{
  padding: 1.15rem 0 0;
  height: 83px;
  font-size: 16px;
  line-height: 1.4;
  color: #07375b;
  font-weight: bold;
  border-bottom: 3px solid #eee;
  text-align: center;
  overflow: hidden;  
text-overflow: ellipsis;  
display: -webkit-box;  
-webkit-line-clamp: 2;  
-webkit-box-orient: vertical; 
}
#index-body .search .content ul li .desc{
    margin-top: 1.45rem;
}
#index-body .search .content ul li .desc{
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
#index-body .search .content ul li .desc em{
    color: #00bcd5;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    font-weight: bold;
}
#index-body .search .content ul li .desc span{
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.75rem;
}
#index-body .search .content ul li .mores{
    margin-top: 1.8rem;
}
#index-body .search .content ul li .mores .more{
    display: block;
    width: 125px;
	height: 34px;
	background-color: #333333;
	border-radius: 6px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-size: 16px;
    -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .search .content ul li .mores .more i{
    display: inline-block;
    margin-left: 12px;
}
#index-body .search .content ul li .mores .more:hover{
    background-color: #5192c9;
}
#index-body .search ul.slick-dots {
  position: absolute;
  left: 42%;
  bottom: -14%;
}

#index-body .search ul.slick-dots li {
  width: 37px;
	height: 7px;
	background-color: #dddddd;
	border-radius: 3px;
    display: inline-block;
    margin-right: 0.7rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 0;
  border-bottom: 0;
  box-shadow: none;
}

#index-body .search ul.slick-dots li button {
  display: none;
}

#index-body .search ul.slick-dots li.slick-active {
  background-color: #5192c9;
}

#index-body .search.slick-slide .content {
  display: none;
}

#index-body .search .slick-active .content {
  display: block;
}


#index-body .advantage {
  overflow: hidden;
}
#index-body .advantage .ui.container {
  max-width: 1220px;
  padding: 0 15px;
  position: relative;
  margin: auto;
  width: 100%;
}
#index-body .advantage .header {
  text-align: center;
  color: #07375b;
}
#index-body .advantage .header h3 {
  font-size: 1.8rem;
  font-family: 'MF';
  line-height: 1;
  margin-top: -6.5%;
}
#index-body .advantage .header p {
  font-size: 18px;
  line-height: 1;
  margin-top: 0.5rem;
}
#index-body .advantage .content {
  margin-top: 5rem;
}
#index-body .advantage .content ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-direction: row;
  -moz-box-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .advantage .content li {
  border: solid 1px #999999;
  position: relative;
  text-align: center;
  width: 31%;
  min-height: 230px;
  margin-right: 2%;
  margin-bottom: 6rem;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
#index-body .advantage .content li .imgs {
  position: absolute;
  top: -20%;
  left: 35%;
  width: 5.2rem;
  background-color: #fff;
}
#index-body .advantage .content li .imgs .img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  text-align: center;
  line-height: 4rem;
  background-color: #00bcd5;
  margin: auto;
}
#index-body .advantage .content li .imgs .img img {
  vertical-align: middle;
}
#index-body .advantage .content li h3 {
  font-size: 1rem;
  color: #333;
  line-height: 1;
  padding-top: 2.5rem;
  position: relative;
  z-index: 10;
}
#index-body .advantage .content li p {
  font-size: 16px;
  color: #999;
  margin: 15px auto 0;
  position: relative;
  z-index: 10;
  width: 90%;
}
#index-body .advantage .content li .hover-img {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
#index-body .advantage .content li:hover {
  background-color: #f7fcfd;
}
#index-body .advantage .content li:hover .hover-img {
  opacity: 1;
}
#index-body .about {
  position: relative;
  overflow: hidden;
}
#index-body .about .left {
  width: 59.12%;
  position: relative;
}
#index-body .about .left .text {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8rem 0 2.7rem;
  color: #fff;
}
#index-body .about .left .text h3 {
  font-size: 2.0rem;
  font-family: 'RM';
  line-height: 1;
  padding-top: 3.35rem;
}
#index-body .about .left .text .desc {
  font-size: 16px;
  font-family: 'RM';
  margin: 2.4rem auto 0;
  width: 75%;
  text-align: center;
  line-height: 1.8;
}
#index-body .about .left .text .num {
  margin-top: 2.85rem;
}
#index-body .about .left .text .num ul {
  width: 75%;
  margin: auto;
}
#index-body .about .left .text .num ul li {
  padding: 0 52px;
  border-right: 1px solid #fff;
  font-family: 'RM';
}
#index-body .about .left .text .num ul li h4 {
  font-size: 2.4rem;
  line-height: 1;
}
#index-body .about .left .text .num ul li h4 sub {
  font-size: 1.2rem;
  vertical-align: bottom;
}
#index-body .about .left .text .num ul li p {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 1.5rem;
}
#index-body .about .left .text .num ul li:last-child {
  border-right: none;
}
#index-body .about .left .text .more {
  width: 28.3%;
  background-color: #f3f3f3;
  color: #07375b;
  font-size: 1.2rem;
  line-height: 1;
  font-family: 'RR';
  text-align: center;
  padding: 18px 0;
  margin: 3rem auto 0;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
#index-body .about .left .text .more a {
  display: block;
}
#index-body .about .left .text .more:hover {
  background-color: #07375b;
  color: #fff;
}
#index-body .about .left .bg-icon {
  position: absolute;
  top: 24%;
  left: 26%;
}
#index-body .about .left .play {
  position: absolute;
  top: 41%;
  right: 10%;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #5192c9;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 6rem;
}
#index-body .about .left .play img {
  vertical-align: middle;
}
#index-body .about .left .play::before {
  position: absolute;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  animation: scale_hx 2s linear .5s infinite;
  /* Firefox: */
  -moz-animation: scale_hx 2s linear .5s infinite;
  /* Safari 和 Chrome: */
  -webkit-animation: scale_hx 2s linear .5s infinite;
  /* Opera: */
  -o-animation: scale_hx 2s linear .5s infinite;
}
#index-body .about .left .play::after {
  position: absolute;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  animation: scale_hx 2s linear .5s infinite;
  /* Firefox: */
  -moz-animation: scale_hx 2s linear .5s infinite;
  /* Safari 和 Chrome: */
  -webkit-animation: scale_hx 2s linear .5s infinite;
  /* Opera: */
  -o-animation: scale_hx 2s linear .5s infinite;
}
#index-body .about .right {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
#index-body .product {
  padding: 6rem 3rem 0;
  position: relative;
  overflow: hidden;
}
#index-body .product .ui.container{
    max-width: 1645px;
    width: 100%;
}
#index-body .product .header {
  text-align: center;
  color: #07375b;
}
#index-body .product .header h3 {
  font-size: 1.8rem;
  font-family: 'MF';
  line-height: 1;
  margin-top: -4.5%;
}
#index-body .product .header p {
  font-size: 18px;
  line-height: 1;
  margin-top: 0.6rem;
  font-family: 'AR';
}
#index-body .product .tab {
  margin: 2.5rem auto 0;
}
#index-body .product .tab ul {
  text-align: center;
}
#index-body .product .tab ul li {
  margin-right: 3.25rem;
  display: inline-block;
  font-size: 20px;
  color: #343434;
  font-family: 'RM';
  text-transform: uppercase;
  -webkit-transition: .5s;
      -moz-transition: .5s;
      -ms-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      cursor: pointer;
}
#index-body .product .tab ul li:hover{
  color: #5192c9;
}
#index-body .product .tab ul li.active {
  color: #5192c9;
}
#index-body .product #c2{
    display: none;
}
#index-body .product #c3{
    display: none;
}
#index-body .product #c4{
    display: none;
}
#index-body .product #c5{
    display: none;
}
#index-body .product #c6{
    display: none;
}
#index-body .product .content .p-box .p-box-l {
  width: 60px;
  height: 60px;
  background-color: #5192c9;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  vertical-align: middle;
}
#index-body .product .content .p-box .p-box-l img {
  vertical-align: middle;
}
#index-body .product .content .p-box .p-box-l:hover {
  background-color: #00bcd5;
}
#index-body .product .content .p-box .p-box-info {
  width: 92%;
  padding: 0 1rem;
  vertical-align: middle;
}
#index-body .product .content .p-box .p-box-info .slick-list {
  padding-left: 0.1% !important;
}
#index-body .product .content .p-box .p-box-info .slick-slide {
  padding: 3.1rem 0 0 0;
}
#index-body .product .content .p-box .p-box-info li {
  text-align: center;
  padding: 0 0.6rem 2rem;
}
#index-body .product .content .p-box .p-box-info li .img {
  position: relative;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  /*-webkit-box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.15);*/
}
#index-body .product .content .p-box .p-box-info li .img .imgs {
  width: 100%;
}
#index-body .product .content .p-box .p-box-info li .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(81,146,201, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .product .content .p-box .p-box-info li .img .text {
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 0 23px;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .product .content .p-box .p-box-info li .img .text h3 {
  font-size: 1.2rem;
  font-family: 'RB';
  line-height: 1;
  color: #fff;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.57);
}
#index-body .product .content .p-box .p-box-info li .img .icon {
  background-color: #5192c9;
  border-radius: 50%;
  text-align: center;
  width: 19.5%;
  padding: 16px 16px;
  position: absolute;
  top: -10%;
  right: -3%;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .product .content .p-box .p-box-info li .img .icon img {
  vertical-align: middle;
}
#index-body .product .content .p-box .p-box-info li .desc {
  margin-top: 2rem;
  font-size: 16px;
  font-family: 'RR';
  color: #343434;
  line-height: 1.5;
   height: 50px;
  overflow: hidden;  
text-overflow: ellipsis;  
display: -webkit-box;  
-webkit-line-clamp: 2;  
-webkit-box-orient: vertical; 
}
#index-body .product .content .p-box .p-box-info li:hover .img::after {
  opacity: 1;
}
#index-body .product .content .p-box .p-box-info li:hover .img .text {
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .product .content .p-box .p-box-info li:hover .img .icon {
  opacity: 1;
}
#index-body .product .content .p-box .p-box-r {
  width: 60px;
  height: 60px;
  background-color: #5192c9;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  vertical-align: middle;
}
#index-body .product .content .p-box .p-box-r img {
  vertical-align: middle;
}
#index-body .product .content .p-box .p-box-r:hover {
  background-color: #00bcd5;
}
#index-body .product .more {
  background-color: #00bcd5;
  color: #fff;
  text-align: center;
  font-family: 'RR';
  font-size: 1.2rem;
  line-height: 1;
  width: 14.45%;
  margin: 2rem auto 0;
  padding: 18px 0;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
#index-body .product .more a {
  display: block;
}
#index-body .product .more:hover {
  background-color: #07375b;
}
#index-body .product .p-bg {
  position: absolute;
  top: 32%;
  left: 33%;
  z-index: -1;
}
#index-body .news {
  padding: 1.8rem 0 6rem 0;
  overflow: hidden;
}
#index-body .news .ui.container {
  max-width: 1220px;
  position: relative;
  padding: 0 15px;
  margin: auto;
  width: 100%;
}
#index-body .news .header {
  text-align: center;
  color: #07375b;
}
#index-body .news .header h3 {
  font-size: 1.8rem;
  font-family: 'MF';
  line-height: 1;
  margin-top: -6.5%;
}
#index-body .news .header p {
  font-size: 18px;
  line-height: 1;
  margin-top: 0.5rem;
  font-family: 'AR';
}
#index-body .news .n-box {
  margin-top: 3rem;
}
#index-body .news .n-box li {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  padding: 0 0.8rem;
}
#index-body .news .n-box li .img {
  position: relative;
}
#index-body .news .n-box li .img span {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #65e3f4;
  font-family: 'RR';
  font-size: 18px;
  padding: 7px 19px 6px 18px;
}
#index-body .news .n-box li .img span em {
  font-size: 14px;
}
#index-body .news .n-box li .text {
  padding: 0 23px 0 20px;
  border: 1px solid #fff;
}
#index-body .news .n-box li .text h3 {
  font-size: 1rem;
  color: #343434;
  font-family: 'RM';
  line-height: 1.5;
  padding-top: 27px;
}
#index-body .news .n-box li .text p {
  font-size: 16px;
  font-family: 'RR';
  color: #999999;
  line-height: 1.8;
  margin-top: 1.1rem;
}
#index-body .news .n-box li .text .info {
  font-size: 16px;
  font-family: 'RR';
  color: #343434;
  margin-top: 17px;
}
#index-body .news .n-box li .text .info img {
  vertical-align: middle;
  margin-right: 9px;
}
#index-body .news .n-box li:hover .text {
  background-color: #f7fcfd;
  border: solid 1px #00bcd5;
}
#index-body .appointment {
  background-color: #f7fcfd;
  padding: 5rem 0 29px 0;
  overflow: hidden;
}
#index-body .appointment .ap-box .left {
  width: 60%;
  display: inline-block;
    vertical-align: middle;
}
#index-body .appointment .ap-box .left h3 {
  font-size: 6rem;
  font-family: 'RB';
  color: #e4f9fd;
  line-height: 1;
}
#index-body .appointment .ap-box .left h4 {
  font-size: 1.8rem;
  font-family: 'RM';
  line-height: 1;
  color: #343434;
  text-align: center;
  margin-top: -11%;
}
#index-body .appointment .ap-box .left h4 span {
  color: #07375b;
}
#index-body .appointment .ap-box .left p {
  font-size: 16px;
  font-family: 'RR';
  color: #343434;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
}
#index-body .appointment .ap-box .left .form {
  padding: 2.2rem 0 0 5rem;
}
#index-body .appointment .ap-box .left .form input[type="text"] {
  border-radius: 10px;
  border: solid 1px #999999;
  color: #999;
  font-size: 16px;
  padding: 12px 0 12px 10px;
  margin-bottom: 20px;
  background: none;
  width: 86.5%;
}
#index-body .appointment .ap-box .left .form input[type="text"]:nth-child(4) {
  margin-right: 2%;
}
#index-body .appointment .ap-box .left .form input[type="text"]:nth-child(4),
#index-body .appointment .ap-box .left .form input[type="text"]:nth-child(5) {
  width: 42%;
}
#index-body .appointment .ap-box .left .form textarea {
  width: 86.5%;
  border-radius: 10px;
  border: solid 1px #999999;
  font-size: 16px;
  font-family: 'RR';
  padding: 19px 0 0 11px;
  color: #999;
  background: url(../images/ap-icon.png) no-repeat 98% 94%;
}
#index-body .appointment .ap-box .left .form input[type="submit"] {
  font-size: 1.2rem;
  font-family: 'RM';
  color: #fff;
  text-align: center;
  background-color: #5192c9;
  border-radius: 30px;
  width: 35.2%;
  margin: 1.5rem 0 0 25%;
  border: none;
  padding: 12px 0;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
#index-body .appointment .ap-box .left .form input[type="submit"]:hover {
  background-color: #07375b;
}
#index-body .appointment .ap-box .left .form input::-webkit-input-placeholder,
#index-body .appointment .ap-box .left .form textarea::-webkit-input-placeholder {
  color: #999;
}
#index-body .appointment .ap-box .left .form input:-moz-placeholder,
#index-body .appointment .ap-box .left .form textarea:-moz-placeholder {
  color: #999;
}
#index-body .appointment .ap-box .left .form input::-moz-placeholder,
#index-body .appointment .ap-box .left .form textarea::-moz-placeholder {
  color: #999;
}
#index-body .appointment .ap-box .left .form input:-ms-input-placeholder,
#index-body .appointment .ap-box .left .form textarea:-ms-input-placeholder {
  color: #999;
}
#index-body .appointment .ap-box .right {
  width: 40%;
  text-align: center;
  display: inline-block;
    vertical-align: middle;
}
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;
}
@-webkit-keyframes scale_hx {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes scale_hx {
  0% {
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes scale_hx {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
#footer {
  width: 100%;
  background-color: #5192c9;
  position: relative;
}
#footer .ui.container {
  max-width: 1557px;
  position: relative;
  padding: 0 15px;
  margin: auto;
  width: 100%;
}
#footer .f-info {
  padding: 4rem 0 3.5rem 0;
  position: relative;
  z-index: 1;
}
#footer .f-info .content {
  margin-top: 4rem;
  color: #fff;
  font-family: 'RR';
}
#footer .f-info .content .f-desc {
  width: 28%;
  font-size: 1.2rem;
  line-height: 1.2;
}
#footer .f-info .content .f-desc ul {
  margin-top: 2.85rem;
}
#footer .f-info .content .f-desc ul li {
  display: inline-block;
  margin-right: 1rem;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
#footer .f-info .content .f-desc ul li img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
#footer .f-info .content .f-desc ul li:last-child {
  margin-right: 0;
}
#footer .f-info .content .f-desc ul li:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#footer .f-info .content h3 {
  font-size: 1.4rem;
  line-height: 1;
  font-family: 'RM';
}
#footer .f-info .content .infos {
  margin-top: 1.4rem;
}
#footer .f-info .content .infos li {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 1rem;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
#footer .f-info .content .infos li:hover {
  color: #07375b;
}
#footer .f-info .content .f-link {
  width: 15%;
  margin-left: 7%;
}
#footer .f-info .content .f-product {
  padding-left: 7%;
}
#footer .f-info .content .f-contact {
  padding-left: 5%;
}
#footer .f-info .content .f-contact .infos1 li {
  line-height: 1.5;
}
#footer .f-info .content .f-contact .infos1 li img {
  display: inline-block;
  vertical-align: top;
  margin-top: 5.5px;
}
#footer .f-info .content .f-contact .infos1 li span {
  display: inline-block;
  width: 92%;
  vertical-align: middle;
  margin-left: 8px;
}
#footer .f-info .content .f-contact .infos1 li span p {
  margin-left: 3.1rem;
}
#footer .f-info .content .f-contact .infos1 li:nth-child(2) img {
  vertical-align: middle;
  margin-top: 0;
}
#footer .f-bgs {
  position: absolute;
  top: 21%;
  right: 10%;
}
#footer .footer-bq {
  color: #ffffff;
  font-size: 16px;
  padding: 28px 0;
  background-color: #07375b;
}
#footer .footer-bq .footer-bq-all-text {
  font-size: 16px;
  font-family: 'RR';
  color: #fff;
}
#footer .footer-bq .footer-bq-all-home {
  text-align: right;
  font-size: 16px;
  font-family: 'RR';
}
#footer .footer-bq .footer-bq-all-home svg{
    vertical-align: middle;
      width: auto;
      max-height: 26px;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      -ms-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      fill: #fff;
}
#footer .footer-bq .footer-bq-all-home svg text{
    fill: #fff;
}
@media screen and (max-width: 1890px) {
  #index-body .about .left .text h3 {
    font-size: 2rem;
    padding-top: 2rem;
  }
  #index-body .about .left .text .desc {
    margin: 1rem auto 0;
  }
  #index-body .about .left .text .num {
    margin-top: 1.5rem;
  }
  #index-body .about .left .text .more {
    margin: 1.5rem auto 0;
  }
  #index-body .product .content .p-box .p-box-info {
    width: 90%;
    padding: 0;
  }
}
@media screen and (max-width: 1700px) {
  #index-body .about .left .text .num ul {
    width: 100%;
  }
  #index-body .about .left .text .desc {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #index-body .about .left .text .desc::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
  }
}
@media screen and (max-width: 1500px) {
  #index-body .about .left .text h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1440px) {
  #footer .f-info .content .f-contact {
    padding-left: 0;
  }
  #header .nav .language .sub-menu{
      left: -140%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
      margin: 0 2rem 0 0;
  }
}

@media screen and (max-width: 1360px) {
  #index-body .product .tab ul li{
      margin-right: 2rem;
  }  
}

@media screen and (max-width: 1280px) {
  #index-body .about .left .text .desc {
    height: 140px;
  }
  #index-body .about .left .text .num ul li {
    padding: 0 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
      margin: 0 1.5rem 0 0;
  }
  #index-body .product .tab ul li{
      font-size: 18px;
  }
  #index-body .product .content .p-box .p-box-info{
      width: 87%;
  }
}
@media screen and (max-width: 1120px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 2rem 0 0;
  }
  #header .nav .h-search {
    margin-left: 1.5rem;
  }
  #index-body .about .left .text h3 {
    padding-top: 1rem;
    font-size: 1.2rem;
  }
  #index-body .about .left .text .desc {
    font-size: 12px;
  }
  #index-body .product {
    padding: 6rem 0 0 0;
  }
  #footer .f-info .content .f-product {
    width: 20%;
    padding-left: 0;
  }
  #footer .f-info .content .f-contact {
    width: 30%;
  }
  #index-body .product .tab ul li {
    font-size: 16px;
    margin-right: 1rem;
}
}
@media screen and (max-width: 992px) {
  #header .nav .ui.menu .logo {
    padding: 0;
  }
  #header .nav .ui.menu {
    padding-top: 0.2rem;
  }
  #index-body .advantage .content li h3 {
    font-size: 16px;
  }
  #index-body .advantage .content li p {
    font-size: 14px;
  }
  #index-body .about .left .text .num {
    display: none;
  }
  #index-body .about .left .play img {
    width: 50%;
  }
  #index-body .about .left .bg-icon {
    display: none;
  }
  #index-body .product .p-bg {
    left: 10%;
  }
  #index-body .appointment .ap-box .left .form {
    padding: 2.2rem 0 0 1rem;
  }
  #footer .f-info .content h3 {
    font-size: 20px;
  }
  #footer .f-info .content .f-desc {
    width: 50%;
    font-size: 20px;
  }
  #footer .f-info .content .f-desc ul {
    display: none;
  }
  #footer .f-info .content .f-link {
    display: none;
  }
  #footer .f-bgs {
    display: none;
  }
  #footer .f-info .content .f-product {
    display: none;
  }
  #footer .f-info .content .f-contact {
    width: 50%;
    padding-left: 5%;
  }
  #index-body .search .header p{
      width: 80%;
  }
  #index-body .search ul.slick-dots {
    left: 35%;
    bottom: -9%;
  }
}
@media screen and (max-width: 700px) {
       #index-body .search .header p{
        width: 100%;
    }
    #index-body .search .header form{
        width: 300px;
    }
    #index-body .about .left .play{
        display: none;
    }
    #index-body .about .left .text{
      padding: 0 10px;  
    }
    #index-body .product .content .p-box .p-box-l,#index-body .product .content .p-box .p-box-r{
        display: none;
    }
    #index-body .about .left .text .desc{
        height: 130px;
    }
  #banner ul li .text {
    top: 25%;
  }
  #banner ul li .text .more a {
    width: 27%;
  }
  #index-body .advantage {
    display: none;
  }
  #index-body .advantage .content ul {
    display: block;
  }
  #index-body .advantage .content li {
    width: 100%;
  }
  #index-body .advantage .content li .imgs .img img {
    width: 60%;
  }
  #index-body .advantage .content li .imgs {
    top: -11%;
    left: 41%;
  }
  #index-body .about .left {
    width: 100%;
    background-color: #5192c9;
    padding: 2rem 0;
    text-align: center;
  }
  #index-body .about .right {
    display: none;
  }
  #index-body .about .left .text .more {
    width: 32%;
    padding: 10px 0;
  }
  #index-body .product .content .p-box .p-box-info {
    width: 100%;
  }
  #index-body .product .content .p-box .p-box-l img {
    width: 25%;
  }
  #index-body .product .content .p-box .p-box-r img {
    width: 25%;
  }
  #index-body .product .content .p-box .p-box-info li .desc {
    font-size: 12px;
  }
  #index-body .product .more {
    width: 27%;
    padding: 10px 0;
  }
  #index-body .product .p-bg {
    display: none;
  }
  #index-body .appointment {
    display: none;
  }
  #footer .f-info .content .f-desc {
    width: 100%;
    font-size: 18px;
  }
  #footer .f-info .content .f-contact {
    width: 100%;
    padding-left: 0;
    padding-top: 1rem;
  }
  #footer .footer-bq .footer-bq-all-home {
    text-align: left;
  }
  #footer .footer-bq .footer-bq-all-home p img {
    width: 80%;
    vertical-align: middle;
  }
}

.about-page .i-custom .map .add {
    left: 0;
    top:0;
}
i.dots {
    display: inline-block;
    height: 6px;
    width: 60px;
    border-radius: 3px;
    background: #024477;
    white-space: nowrap;
    margin-left: 20px;
    position: relative;
    margin-top: 5px;
}
i.dots:before {
    content: '';
    width: 10px;
    height: 6px;
    border-radius: inherit;
    display: inline-block;
    vertical-align: middle;
    background: #429486;
    position: absolute;
    left: -20px;
    top: 0;
}
i.dots.white {
    background: white;
}
i.dots.white:before {
    background: white;
}

.inner-page .container,
.inner-banner .container {
    max-width: 1310px;
}

.wowted {
    font-size: 28px;
    margin-top: 15px;
    line-height: 1.2;
}

.public-contact {
    padding: 60px 0 50px;
    background: #373635;
}
.public-contact h3 {
    max-width: 410px;
    font-size: 30px;
    color: white;
    line-height: 2;
    font-family: "POPPINS-SEMIBOLD";
    display: inline-block;
}
.public-contact a.more {
    float: right;
    line-height: 56px;
    height: 56px;
    padding: 0 25px;
    border-radius: 28px;
    color: white;
    background: #0068b7;
    font-size: 22px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-family: "POPPINS-SEMIBOLD";
    cursor: pointer;
    margin-top: 20px;
}
.tborn {
    margin-bottom: 35px;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #07375b;
    visibility: visible;
    animation-duration: 1.5s;
    animation-delay: 0.4s;
    animation-name: fadeInUp;
}
.column.wow.fadeInUp.animated {
    margin-top: 30px;
}

.omed {
    font-size: 16px;
    line-height:24px;
    text-align: justify;
    text-justify:inter-ideograph;
    visibility: visible;
    animation-duration: 1.5s;
    animation-delay: 0.4s;
    animation-name: fadeInUp;
    width: 76%;
    float: right;
    }

.public-contact a.more:hover {
    background: #00bcd5;
}


.inner-banner {
    background: url(../images/inner-banner.jpg) center;
    height: 450px;
    background-size: cover;
    padding-top: 10%;
    /*padding-left: 16%;*/
    position: relative;
}
.inner-banner .tit {
    max-width: 1310px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}
.inner-banner.pro .tit>* {
    display: none;
}
.inner-banner.pro .tit>h2,
.inner-banner.pro .tit>#protitle {
    display: block;
}
.inner-banner .tit {
    position: relative;
    z-index: 1;
}
.inner-banner .tit h2 {
    color: #fff;
    font-size: 45px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 52px;
}
.inner-banner .tit p {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    max-width: 816px;
    line-height: 2;
}
.inner-banner:after {
    content: '';
    position: absolute;
    left: 0;



}
.menu-siderbar {
    padding: 30px 0;
    border-bottom: 1px solid #b1b1b1;
}
.menu-siderbar .bread-crumbs a,
.menu-siderbar .bread-crumbs span {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}
.menu-siderbar p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}
.inner-page {
    padding-top: 60px;
}
.news-page .grid-box {
    margin-left: -50px;
}
.news-page .grid-box .column {
    padding: 0 30px 5%;
}
.news-page .grid-box .column .text {
    padding: 30px 0 40px;
    position: relative;
}
.news-page .grid-box .column .text h2 {
    font-size: 25px;
    line-height: 2;
}
.news-page .grid-box .column .text p {
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 20px;
}
.news-page .grid-box .column .text time {
    color: #999999;
    font-size: 16px;
}
.news-page .grid-box .column .text:after {
    content: '';
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #000000;
}
.contact-page {
    padding-top: 0;
}
.contact-page .grid-box {
    overflow: hidden;
}
.contact-page .grid-box .column {
    margin-bottom: -200px;
}
.contact-page .grid-box .column:nth-child(1) {
    padding: 5% 6% 5% 17%;
    padding-bottom: 250px;
}
.contact-page .grid-box .column:nth-child(1) h2 {
    font-size: 36px;
}
.contact-page .grid-box .column:nth-child(1) h2 i.dots,.faq-page h2 i.dots,.prodet-page .grid-box.two .column:nth-child(2) h2 i.dots,.cat-product-page ul li .grid .column.column2 h3 i.dots,.inner-page .tit h3 i.dots {
    display: block;
}
.contact-page .grid-box .column:nth-child(1) p {
    color: #999999;
    font-size: 18px;
    margin: 20px 0;
}
.contact-page .grid-box .column:nth-child(1) form input,
.contact-page .grid-box .column:nth-child(1) form textarea {
    width: 100%;
    padding: 10px 15px;
    background: #f8f9fa;
    font-size: 18px;
    color: #596a7e;
    border: none;
    margin-bottom: 10px;
}
.contact-page .grid-box .column:nth-child(1) form textarea {
    height: 200px;
}
.contact-page .grid-box .column:nth-child(1) form input[type="submit"] {
    background: #000;
    color: #fff;
    text-transform: uppercase;
}
.contact-page .grid-box .column:nth-child(2) {
    padding: 5% 10% 250px 8%;
    background: #f8f9fa;
}
.contact-page .grid-box .column:nth-child(2) ul li {
    padding-left: 50px;
    background: url(../images/tel.png) no-repeat left 4px;
    margin-bottom: 40px;
    position: relative;
    background-size: 30px auto !important;
}
.contact-page .grid-box .column:nth-child(2) ul li:after {
    content: '';
    position: absolute;
    background: #b6b6b6;
    height: 70px;
    width: 1px;
    left: 15px;
    bottom: -40px;
}
.contact-page .grid-box .column:nth-child(2) ul li h3 {
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.contact-page .grid-box .column:nth-child(2) ul li p {
    font-size: 18px;
    font-weight: 300;
}
.contact-page .grid-box .column:nth-child(2) ul li:nth-child(2) {
    background: url(../images/mail.png) no-repeat left 4px;
}
.contact-page .grid-box .column:nth-child(2) ul li:nth-child(3) {
    background: url(../images/add.png) no-repeat left 4px;
}
.contact-page .grid-box .column:nth-child(2) ul li:nth-child(3):after {
    display: none;
}
.contact-page .grid-box .column:nth-child(2) ul li:last-child::after{
   display: none;
}
.contact-page .map {
    min-height: 500px;
    background: #ddd;
    font-weight: 500;
    color: #ffffff;
}
.cat-product-page ul li {
    margin-bottom: 140px;
    position: relative;
}
.cat-product-page ul li:after {
    content: '';
    position: absolute;
    background: #f9f9f9;
    width: 70%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.cat-product-page ul li .grid .column.column1 {
    width: 60%;
    float: left;
}
.cat-product-page ul li .grid .column.column2 {
    float: right;
    width: 40%;
    padding: 3% 0 0 3%;
}
.cat-product-page ul li .grid .column.column2 #protitle {
    display: none;
}
.cat-product-page ul li .grid .column.column2 h3 {
    font-size: 48px;
    text-align: right;
    padding-bottom: 30px;
}
.cat-product-page ul li .grid .column.column2 .text {
    font-size: 14px;
    text-align: right;
    line-height: 2;
    margin-bottom: 20px;
}
.cat-product-page ul li .grid .column.column2 a.more {
    display: block;
    width: 164px;
    height: 54px;
    border: 1px solid #cac8c8;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    float: right;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
}
.cat-product-page ul li .grid .column.column2 a.more .fa {
    margin-left: 5px;
}
.cat-product-page ul li .grid .column.column2 a.more:hover {
    background: #024477;
    color: white;
}
.cat-product-page ul li:nth-child(2n):after {
    display: none;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column1 {
    width: 60%;
    float: right;
    position: relative;
    z-index: 1;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2 {
    width: 40%;
    padding: 3% 3% 0 0;
    float: left;
    position: relative;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2 .text {
    text-align: left;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2:after {
    content: '';
    position: absolute;
    background: #f9f9f9;
    width: 280px;
    height: 280px;
    right: -110px;
    bottom: -50px;
    z-index: -2;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2 img {
    float: right;
    margin-top: 60px;
    position: relative;
    z-index: 3;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2 h3 {
    text-align: left;
    line-height: 2;
}
.cat-product-page ul li:nth-child(2n+1) .grid .column.column2 h3 i.dots {
    margin-left: auto;
    margin-right: 0;
}
.faq-page i.dots {
    margin: 5px auto 0;
}
.cat-product-page ul li:nth-child(2n) .grid .column.column2 a.more {
    float: left;
}
.product-page .sidebar {
    padding-bottom: 50px;
}
.product-page .sidebar ul li {
    float: left;
    font-size: 20px;
}
.product-page .sidebar ul li a {
    display: block;
    padding: 10px 10px;
    color: #090909;
    text-transform: capitalize;
}
.product-page .sidebar ul li a:hover,.product-page .sidebar ul li a.active {
    text-decoration:underline
}
.product-page .grid-box {
    padding-bottom: 10px;
    margin: -10px;
}
.product-page .grid-box .column {
    padding: 10px;
    margin: 0 auto;
}
.product-page .grid-box .column .text h2 {
    font-size: 18px;
    color: #090909;
    padding: 10px 0;
    text-align: center;
}
.product-page .grid-box .column:hover .text h2 {
    color: #024477;
}
.product-page .grid-box .column .text a.more {
    display: block;
    width: 203px;
    height: 54px;
    border: 2px solid #d4d1d1;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
}
.product-page .grid-box .column .text a.more .fa {
    margin-left: 4px;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
}
.product-page .grid-box .column .text a.more:hover .fa {
    margin-left: 8px;
}
/*.product-page .grid-box .column:hover {
  background: #f6f6f6;
}*/
.product-page .prat2 {
    padding: 100px 0;
    background: url(../images/part2-bg.jpg) no-repeat center;
    background-size: cover;
}
.product-page .prat2 h2 {
    font-size: 48px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}
.product-page .prat2 h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}
.product-page .prat2 a.more {
    font-size: 16px;
    display: block;
    width: 290px;
    height: 54px;
    border: 2px solid #fff;
    line-height: 50px;
    text-transform: uppercase;
    margin: 30px auto 0;
    color: #fff;
    text-align: center;
}
.product-page .prat2 a.more .fa {
    margin-left: 4px;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
}
.product-page .prat2 a.more:hover .fa {
    margin-left: 8px;
}
.inner-page .tit h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
}
.inner-page .tit h2:after {
    content: '';
    position: absolute;
    background: #1d3126;
    width: 62px;
    height: 3px;
    left: 0;
    bottom: 0;
}
.inner-page .tit h3 {
    font-size: 48px;
    font-weight: 500;
    line-height: 2;
    margin: 20px 0;
}
.inner-page .tit p {
    color: #000000;
    line-height: 28px;
    font-size: 15px;
}

@-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;
    }
}
.about-page {
    padding-bottom: 80px;
}
.about-page .part1 .column:nth-child(1) {
    padding-top: 1%;
    padding-right: 4%;
}
.about-page .part1 .column:nth-child(1) .scroll {
    max-height: 390px;
    overflow: auto;
    font-size: 14px;
}
.about-page .part1 p {
    line-height: 30px;
    color: #7f7f7f;
}
.about-page .part2 {
    padding-bottom: 40px;
}
/*.about-page .part2 .grid-box {
    margin: 0 -15px;
}*/
.about-page .part2 .column {
    /*padding: 0 15px;*/
    line-height: 2;
    font-size: 15px;
    color: #7f7f7f;
    position: relative;
    overflow: hidden;
    
}
.about-page .part2 .column .content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    z-index: 1;text-align: center;
    padding:30% 20px;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.about-page .part2 .column:hover .content {
    top: 0;
}
.about-page .part2 .column .content h6 {
    position: static;
    color: #666;
}
.about-page .part2 .column .content h6 em {
    font-size: 80%;
}
.about-page .part2 .column .content .text {
    font-size: 14px;
    line-height: 1.6;
    word-break: break-word;
}
.about-page .part2 .column img {
    width: 100%;
}
.about-page .part2 .column h6 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 28px;
color: white;
font-weight: bold;
}
.about-page .part2 .column:nth-child(2) ul li {
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}
.about-page .part2 .column:nth-child(2) ul li:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #1f3328;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    left: 0;
    top: 6px;
}
.about-page .part2 .column:nth-child(2) h3 {
    font-weight: 500px;
    font-size: 15px;
    margin-bottom: 1px;
}
.about-page .i-video {
    position: relative;
}
.about-page .i-video .play {
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 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%);
    background: rgba(255, 255, 255, 0.54);
    cursor: pointer;
    cursor: hand;
}
.about-page .i-video .play img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.about-page .i-video .play:after,
.about-page .i-video .play:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.35);
    -webkit-animation: ks 2s linear infinite;
    -o-animation: ks 2s linear infinite;
    -ms-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
}
.about-page .i-video .play:after {
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    -ms-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}
.about-page .i-envir {
    padding: 100px 0;
}
.about-page .i-envir .envir-list {
    margin-top: 60px;
    position: relative;
}
.about-page .i-envir .envir-list .fa {
    font-size: 18px;
    position: absolute;
    top: -17%;
    right: 6%;
    cursor: pointer;
}
.about-page .i-envir .envir-list .fa-chevron-right {
    right: 4%;
    color: #666666;
}
.about-page .i-envir .slideBox {
    margin: -5px;
}
.about-page .i-envir .swiper-slide {
    padding: 5px;
}
.about-page .i-custom {
    padding: 80px 0 0;
    background: url(/reborn-med/2021/01/19/map-bg-2.jpg) no-repeat top center;
}
.about-page .i-custom .grid-box .column:nth-child(1) {
    width: 60%;
}
.about-page .i-custom .grid-box .column:nth-child(2) {
    width: 40%;
    padding-top: 15px;
}
.about-page .i-custom .grid-box .column:nth-child(2) a.more {
    font-size: 16px;
    display: block;
    width: 290px;
    height: 54px;
    border: 2px solid #000;
    line-height: 50px;
    text-transform: uppercase;
    margin: 30px auto 0;
    color: #fff;
    text-align: center;
    background: #000;
    float: right;
}
.about-page .i-custom .grid-box .column:nth-child(2) a.more .fa {
    margin-left: 8px;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
}
.about-page .i-custom .grid-box .column:nth-child(2) a.more:hover .fa {
    margin-left: 12px;
}
.about-page .i-custom .map {
    background: #fff;
    margin-top: 90px;
    padding: 50px 0 0;
}
.about-page .i-custom .map img {
    display: block;
    margin: 0 auto;
}
.about-page .partner-list {
    padding-top: 40px;
}
.about-page .partner-list .img {
    border: 1px solid #ddd;
}
.about-page .partner-list .img img{
    filter: grayscale(100%);
    filter: gray;
}
.about-page .partner-list .img img:hover{
    filter: grayscale(0);
    filter: none;
}
.custom-page {
    padding: 130px 0 0;
}
.custom-page .custom-part .grid-box .column {
    width: 47%;
    margin-right: 6%;
}
.custom-page .custom-part .grid-box .column:nth-child(2) {
    margin-right: 0;
}
.custom-page .custom-part .grid-box .column ul li {
    position: relative;
    margin-bottom: 90px;
}
.custom-page .custom-part .grid-box .column ul li .tit {
    padding-bottom: 20px;
}
.custom-page .custom-part .grid-box .column ul li .fa-long-arrow-right {
    font-size: 26px;
}
.custom-page .custom-part .grid-box .column ul li .text {
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 8;
    width: 60%;
    background: #fff;
    padding: 30px;
}
.custom-page .custom-part .grid-box .column ul li .text h3 {
    color: #326a96;
    font-weight: bold;
    text-transform: uppercase;
}
.custom-page .custom-part .grid-box .column ul li .text h2 {
    font-size: 40px;
    margin: 10px 0;
}
.custom-page .custom-part .grid-box .column ul li .text p {
    font-size: 15px;
    color: #7f7f7f;
}
.custom-page .i-process {
    padding: 70px 0;
}
.custom-page .i-process h2 {
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 60px;
    padding-bottom: 10px;
}
.custom-page .i-process h2:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #000000;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}
.prodet-page {
    padding-bottom: 0;
}
.prodet-page .grid-box.two .column:nth-child(1) {
    width: 45%;
}
.prodet-page .grid-box.two .column:nth-child(2) {
    width: 55%;
    padding-left: 3%;
}
.prodet-page .grid-box.two .column:nth-child(2) h2 {
    font-size:28px;
}
.prodet-page .grid-box.two .column:nth-child(2) h3 {
    font-size: 20px;
    padding: 25px 0;
}
.prodet-page .grid-box.two .column:nth-child(2) .content {
    padding: 30px 0;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    line-height: 28px;
}
.prodet-page .grid-box.two .column:nth-child(2) .content div {
    line-height: 28px;
    font-size: 14px;
}
.prodet-page .grid-box.two .column:nth-child(2) .content div p{ line-height: 28px;
    font-size: 15px;}
.prodet-page .content span[style="color: #024477;"] {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 0;
}
.prodet-page .grid-box.two .column:nth-child(2) a.more {
    width: 160px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    color: #fff;
    background: #000000;
    display: block;
    margin-top: 30px;
    text-align: center;
}
.prodet-page .grid-box.two .share {
    padding-top: 30px;
}
.prodet-page .grid-box.two .share p {
    font-size: 20px;
    margin-bottom: 10px;
}
.prodet-page .grid-box.two .share .grid-box .column {
    width: auto;
    padding: 0;
    margin-right: 10px;
}
.prodet-page .grid-box.two .share .grid-box .column .fa {
    width: 50px;
    height: 50px;
    border: 1px solid #8e8e8e;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #8e8e8e;
    -webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.prodet-page .grid-box.two .share .grid-box .column .fa:hover {
    background: #024477;
    color: white;
}
.prodet-page .i-recommend {
    background: url(../images/recommend-bg.jpg) no-repeat top center;
    padding: 80px 0;
    overflow: hidden;
}
.prodet-page .i-recommend h2 {
    text-align: center;
    font-weight: 500;
    font-size: 48px;
    color: #ffffff;
}
.prodet-page .i-recommend .rec-list {
    overflow: hidden;
}
.prodet-page .i-recommend .rec-list ul{
    margin: 0 -10px;
}
.prodet-page .i-recommend .rec-list .swiper-slide {
    /*background: #fff;*/
    padding: 0 10px;
}
.prodet-page .i-recommend .rec-list .swiper-slide .text {
    padding: 30px 10px;
    background: white;
}
.prodet-page .i-recommend .rec-list .swiper-slide .text h2 {
    font-size: 22px;
    color: #090909;
    padding: 10px 0;
    text-align: center;
}
.prodet-page .i-recommend .rec-list .swiper-slide .text a.more {
    display: block;
    width: 203px;
    height: 34px;
  
    line-height: 30px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
}
.prodet-page .i-recommend .rec-list .swiper-slide .text a.more .fa {
    margin-left: 4px;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
}
.prodet-page .i-recommend .rec-list .swiper-slide .text a.more:hover .fa {
    margin-left: 8px;
}
.prodet-page .prodet-2 {
    padding: 80px 0;
}
.prodet-page .prodet-2 .options ul li {
    line-height: 78px;
    height: 78px;
    padding: 0 20px;
    border: 2px solid #c7c7c7;
    border-right: none;
    border-bottom: 2px solid #000000;
    color: #3d474a;
    border-radius: 0;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: hand;
    margin-left: -2px;
    text-align: center;
}
.prodet-page .prodet-2 .options ul li:last-child {
    border-right: 2px solid #c7c7c7;
}
.prodet-page .prodet-2 .options ul li:hover,
.prodet-page .prodet-2 .options ul li.active {
    color: 000;
    border: 1px solid #000000;
    border-bottom: none;
}
.prodet-page .prodet-2 .ret {
    padding-top: 20px;
}
.prodet-page .prodet-2 .ret h2 {
    font-size: 48px;
    text-align: center;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}
.prodet-page .prodet-2 .ret h3 {
    font-size: 24px;
    color: #000;
    font-weight: 300;
    text-align: center;
}
.prodet-page .prodet-2 .ret a.more {
    font-size: 16px;
    display: block;
    width: 290px;
    height: 54px;
    border: 2px solid #000;
    line-height: 50px;
    text-transform: uppercase;
    margin: 30px auto 0;
    color: #000;
    text-align: center;
}
.prodet-page .prodet-2 .ret a.more .fa {
    margin-left: 4px;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
}
.prodet-page .prodet-2 .ret a.more:hover .fa {
    margin-left: 8px;
}
.prodet-page .prodet-2 .ret .content {
    padding: 80px 0;
    font-size: 15px;
    line-height: 30px;
}
.prodet-page .prodet-2 .ret p {
    padding: 5px 0;
}
.prodet-page .prodet-2 .ret table {
    margin: 5px 0;
}
.prodet-page .prodet-2 .ret table td {
    border: 1px solid #eee;
    font-size: 14px;
}
.prodet-page .prodet-2 .ret table td p {
    padding: 0;
}
.prodet-page .prodet-2 .ret table tr:nth-child(even) {
    background: #f9f9f9;
}
.prodet-page .contact-page .grid-box .column:nth-child(1) {
    padding:0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.newdet-page .news .news_title h1 {
    padding-bottom: 10px;
    font-size: 36px;
    text-align: center;
    color: #333;
}
.newdet-page .news .news_date {
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
}
.newdet-page .news .news_abst {
    border-bottom: 1px dashed #CCC;
    padding: 10px 0;
    font-size: 14px;
}
.newdet-page .news .news_abst p {
    display: inline-block;
}
.newdet-page .news .news_contents {
    color: #000;
    font-size: 14px;
    line-height: 28px;
    clear: both;
    margin-top: 10px;
    border-bottom: 1px dashed #CCC;
    padding: 20px 0;
}
.newdet-page .news .news_contents a {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
    color: #000;
    font-size: 14px;
    line-height: 28px;
    clear: both;
}
.newdet-page .news .news_next {
    width: 99%;
    margin-top: 0px;
    padding-left: 5px;
    border-top: 0px solid #CCC;
    text-align: left;
    padding-top: 10px;
}
.newdet-page .news .news_next a {
    width: 100%;
    height: 25px;
    line-height: 2;
    color: #999;
    font-size: 15px;
    margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #000;
}
.newdet-page .news .newsnav {
    margin-bottom: 30px;
}
.m-page {
    text-align: center;
    line-height: 22px;
    font-size: 0;
    letter-spacing: -0.307em;
    word-wrap: normal;
    white-space: nowrap;
    color: #138bdf;
    margin: 38px 0;
}
.m-page a,
.m-page span {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    margin: 0 5px;
    border: 1px solid #ddd;
    font-size: 16px;
    letter-spacing: normal;
    background: #fff;
    -webkit-transition: background-color 0.1s;
    -moz-transition: background-color 0.1s;
    -ms-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    transition: background-color 0.1s;
}
.m-page a {
    text-decoration: none;
    color: #000;
}
.m-page a:first-child,
.m-page a:last-child {
    background-image: url(../images/m-page-arr-r.png);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #cdcdcd;
    box-shadow: none;
}
.m-page a:first-child {
    background-image: url(../images/m-page-arr-l.png);
}
.m-page a:hover {
    color: #fff;
    background-color: #0068b7;
}
.m-page a:active {
    background: #0068b7;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
    cursor: default;
    color: #fff;
    background: #0068b7;
}

.faq-page .faq-list {
    padding: 30px 0;
}
.faq-page .faq-list li {
    cursor: pointer;
    position: relative;
    margin-bottom: 20px;
    background: #373635;
    padding: 0 14px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.faq-page .faq-list li,
.faq-page .faq-list li .faq-a,
.faq-page .faq-list li .fa {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.faq-page .faq-list li:last-child {
    margin-bottom: 0;
}
.faq-page .faq-list li .faq-a {
    padding: 19px 0 19px 32px;
    font-size: 18px;
    color: #fff;
    text-align: left;
}
.faq-page .faq-list li .faq-q {
    padding: 29px 24px;
    background: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    display: none;
    line-height: 30px;
}
.faq-page .faq-list li .faq-q p {
    font-size: 16px;
    color: #333;
}
.faq-page .faq-list li .faq-q p strong{
    font-size: 18px;
}
.faq-page .faq-list li .fa {
    position: absolute;
    color: #fff;
    font-size: 1.8rem;
    right: 36px;
    top: 21px;
}
.prodet-page .faq-page .faq-list li {
    background-color: #eee;
    color: black;
}
.prodet-page .faq-page .faq-list li .faq-a,
.prodet-page .faq-page .faq-list li .fa {
    color: black;
}
.prodet-page .faq-page .faq-list li .fa {
    font-size: 1.2rem;
    top: 15px;
}
.prodet-page .faq-page .faq-list li .faq-a {
    padding: 10px 90px 10px 10px;
}
.prodet-page .faq-page .faq-list li .faq-q {
    padding: 20px;
}
.prodet-page .faq-page .faq-list li.active .faq-a,
.prodet-page .faq-page .faq-list li.active .fa {
    color: white;
}
.faq-page .faq-list li.active {
    padding-bottom: 15px;
    background-color: #00bcd5;
}
.faq-page .faq-list li.active .faq-a,
.faq-page .faq-list li.active .fa {
    color: #fff;
}
.prodet-page .faq-list ul li {
    padding-bottom: 20px;
}
.prodet-page .faq-list ul li:last-child {
    padding-bottom: 0;
}
.prodet-page .faq-list ul li h4 {
    padding: 20px 70px;
    background-image: url("/reborn-med/2021/04/15/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;
}
.prodet-page .faq-list ul li h4:after {
    content: "\f107";
    font-size: 18px;
    position: absolute;
    right: 25px;
    top: 20px;
    font-family: "FontAwesome";
}
.prodet-page .faq-list ul li .text {
    padding: 25px;
    border: 1px solid #b7b7b7;
    margin-top: 8px;
    font-size: 16px;
    color: #666;
    display: none;
    -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.prodet-page .faq-list ul li.active h4 {
    background-color: #0068b7;
    color: white;
    background-image: url("/reborn-med/2021/04/15/icon-lt2.png");
}
.prodet-page .faq-list ul li.active h4:after {
    content: "\f106";
}


.custom-page .custom-part .grid-box .column:nth-child(2) .tit h3 {
    text-align: right;
}

.prodet-page .column.left {
    width: 60%;
}
.prodet-page .column.left .slick a {
    display: block;
    border: 1px solid #eee;
}
.prodet-page .column.left .slick a img {
    width: 100%;
}
.prodet-page .column.left ul {
    margin: -5px;
    padding: 0;
}
.prodet-page .column.left .slick ul li {
    padding: 5px;
}
.prodet-page .column.left .slick ul li i,
.prodet-page .column.left .slick ul li span {
    display: none !important;
}
.prodet-page .column.left .slick ul li img {
    display: block;
    margin: 0 auto;
}
.prodet-page .column.left .four ul .slick-current li a {
    border-color:#0068b7;
}
.prodet-page .column.left .slick ul .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999em;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}
.prodet-page .column.left .slick ul .slick-arrow.slick-prev {
    background-image: url("../images/banner-btn-l.png");
    left: 10px;
}
.prodet-page .column.left .slick ul .slick-arrow.slick-next {
    background-image: url("../images/banner-btn-r.png");
    right: 10px;
}
.faq-list1{
    padding: 0 5%;
}
.faq-list1 .column .faq-a{
    text-align: left !important;
}
.faq-list1 .column .faq-q{
    font-size: 15px;
    line-height: 25px;
}
.about-page .i-history {
    background: url("/dentalmedical/2022/01/18/121.png");
    padding: 150px 0 0px;
    text-align: center;
    background-size:cover;
}
.about-page .i-history .title {
    position: relative;
    z-index: 1;
    line-height: 2;
}
.about-page .i-history .title:after {
    content: '';
    width: 100%;
    height: 270px;
    background: url("../images/icon-01.png") center center no-repeat;
    position: absolute;
    display: block;
    left: 0;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
.about-page .i-history .title h6 {
    font-size: 17px;
    color: white;
    font-family: "Arial";
    font-weight: bold;
    text-transform: uppercase;
}
.about-page .i-history .title h3 {
    display: block;
    font-size: 24px;
    color: white;
    line-height: 24px;
}
.about-page .i-history .title .play {
    display: inline-block;
    margin: 15px auto 0;
    cursor: pointer;
    cursor: hand;
    max-width: 50px;
}
.about-page .i-history .history {
    display: block;
    margin-bottom: 50px;
    margin-top: 70px;
    padding-top: 20px;
    max-width: 1476px;
    margin-left: auto;
    margin-right: auto;
}
.about-page .i-history .history ul {
    margin: -50px 0;
}
.about-page .i-history .history ul li {
    text-align: left;
    position: relative;
    padding: 50px 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    left: 0;
    top: 0;
    cursor: pointer;
    cursor: hand;
}
.about-page .i-history .history ul li i.dots {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: block;
    background: white;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
}
.about-page .i-history .history ul li i.dots:after,
.about-page .i-history .history ul li i.dots:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: white;
    -webkit-animation: ks 3s linear infinite;
    -o-animation: ks 3s linear infinite;
    -ms-animation: ks 3s linear infinite;
    -moz-animation: ks 3s linear infinite;
    animation: ks 2s linear infinite;
    border-radius: inherit;
}
.about-page .i-history .history ul li i.dots:after {
    -webkit-animation: ks 2s linear infinite .5s;
    -o-animation: ks 2s linear infinite .5s;
    -ms-animation: ks 2s linear infinite .5s;
    -moz-animation: ks 2s linear infinite .5s;
    animation: ks 2s linear infinite .5s;
}
.about-page .i-history .history ul li h4 {
    display: inline-block;
    margin-top: 40px;
    font-size: 24px;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    text-align: center;
    left: 50%;
    height: 50px;
}
.about-page .i-history .history ul li h4:before {
    content: '';
    width: 30px;
    height: 1px;
    background: white;
    display: block;
    margin-bottom: 5px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.about-page .i-history .history ul li p {
    font-size: 16px;
    color: white;
    text-align: center;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    line-height: 2;
}
.about-page .i-history .history ul .slick-track {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.about-page .i-history .history ul .slick-track:after,
.about-page .i-history .history ul .slick-track:before {
    content: '';
    background: url("../images/icon-his-line.png") center top no-repeat;
    background-size: 100% auto;
    width: 1410px;
    top: 0;
    height: 100%;
    left: 0;
    margin-left: 141px;
    position: absolute;
    display: block;
    z-index: -1;
}
.about-page .i-history .history ul .slick-track:before {
    -webkit-transform: rotateY(180deg) translateX(2px);
    -moz-transform: rotateY(180deg) translateX(2px);
    -ms-transform: rotateY(180deg) translateX(2px);
    -o-transform: rotateY(180deg) translateX(2px);
    transform: rotateY(180deg) translateX(2px);
    left: 1410px;
}
.about-page .i-history .history ul .slick-slide:nth-child(1) li {
    top: -29px;
}
.about-page .i-history .history ul .slick-slide:nth-child(2) li {
    top: -26px;
}
.about-page .i-history .history ul .slick-slide:nth-child(3) li {
    top: -18px;
}
.about-page .i-history .history ul .slick-slide:nth-child(4) li {
    top: 8px;
}
.about-page .i-history .history ul .slick-slide:nth-child(5) li {
    top: -5px;
}
.about-page .i-history .history ul .slick-slide:nth-child(6) li {
    top: -6px;
}
.about-page .i-history .history ul .slick-slide:nth-child(7) li {
    top: -20px;
}
.about-page .i-history .history ul .slick-slide:nth-child(8) li {
    top: -11px;
}
.about-page .i-history .history ul .slick-slide:nth-child(9) li {
    top: 10px;
}
.about-page .i-history .history ul .slick-slide:nth-child(10) li {
    top: -49px;
}
.about-page .i-history .history ul .slick-current li h4 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 36px;
    color: white;
    font-weight: bold;
}
.about-page .i-history .history ul .slick-current li h4:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.about-page .i-history .history ul .slick-current li p {
    opacity: 1;
}
@media screen and (max-width:1740px){
    #header .nav .menu-box .menu > li {
        margin: 0 10px;
    }
    #banner .banner-list .swiper-slide .img {
        left: 59%;
        width: 30%;
    }
}

@media screen and (max-width: 1600px) {
    .public-contact h3 {
        font-size: 30px;
    }
    .public-contact {
        padding: 30px 0;
    }
    .public-contact h3 {
        line-height: 1.3;
    }
    .public-contact a.more {
        font-size: 20px;
        line-height: 40px;
        height: 40px;
        margin-top: 20px;
    }
}

@media screen and (max-width:1480px){
    #banner .banner-list .swiper-slide .tit h3 {
        font-size: 35px;
        line-height: 35px;
        margin: 20px 0;
    }
    #index-body .tit h3 {
        font-size: 35px;
        line-height: 35px;
    }
    #index-body .i-about .tit h2 {
        font-size: 35px;
    }
    #index-body .i-about .part1 .three-list .swiper-slide .img .text h2,
    #index-body .i-about .part2 .part2-tit h4,
    #index-body .i-about .i-partner .partner-list .swiper-slide h2,
    #footer .footer-top .grid-box .i-company p {
        font-size: 30px;
    }
}
@media screen and (max-width:1430px){
    .inner-page .container, .menu-siderbar .container {
        width: 100%;
    }
    .cat-product-page ul li .grid .column.column2 h3 {
        font-size: 32px;
    }
    .news-page .grid-box {
        margin-left: 0;
    }
    .public-contact h3 {
        font-size: 26px;
    }
}

@media screen and (max-width: 1250px) {
    .public-contact a.more {
        margin-top: 8px;
        font-size: 16px;
    }
}

@media screen and (max-width:1230px){
    .container {
        width: 970px;
    }
    #index-body .i-about .part1 .three-list .swiper-slide .img .text h2, #index-body .i-about .part2 .part2-tit h4, #index-body .i-about .i-partner .partner-list .swiper-slide h2, #footer .footer-top .grid-box .i-company p {
        font-size: 20px;
    }
    .inner-page .tit h3 {
        font-size: 30px;
        line-height: 40px;
        margin: 20px 0;
    }
    .inner-banner .tit h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .inner-banner {
        height: 500px;
    }
    .inner-banner:after {
        top: 28%;
        height: 200px;
    }
    .news-page .grid-box .column .text h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 1000px) {
    .public-contact h3 {
        font-size: 22px;
        line-height: 2;
    }
}

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

@media screen and (max-width:768px){
    .container {
        width: 700px;
    }
    .about-page .part1 .column:nth-child(1) {
        padding-top: 0;
        padding-right: 0;
        width: 100%;
    }
    .about-page .part1 .column:nth-child(2){
        width: 100%;
        padding: 30px 0;
    }
    .about-page .part2 .column:nth-child(1) {
        width: 100%;
    }
    .about-page .part2 .column:nth-child(2) {
        width: 100%;
        padding: 5% 0 0 0;
    }
    .about-page .i-envir {
        padding: 40px 0;
    }
    .about-page .i-envir .grid-box.two>.column {
        width: 100%;
    }
    .inner-page .tit h3 {
        font-size: 20px;
    }
    .product-page .sidebar ul li a {
        padding: 20px 10px;
    }
    .product-page .sidebar ul li {
        font-size: 16px;
    }
    .cat-product-page ul li .grid .column.column2 h3 {
        font-size: 20px;
    }
    .cat-product-page ul li .grid .column.column2{
        padding-left: 10%;
    }
    .cat-product-page ul li .grid .column.column2 img{
        width: 60%;
    }
    .product-page .grid-box .column .text a.more {
        width: 140px;
        font-size: 14px;
    }
    .product-page .prat2 h2,.prodet-page .prodet-2 .ret h2 {
        font-size: 28px;
    }
    .prodet-page .grid-box.two .column:nth-child(2) h2 {
        font-size: 28px;
    }
    .prodet-page .grid-box.two .column:nth-child(2) .share .grid-box .column{
        margin-bottom: 5px;
    }
    .prodet-page .prodet-2 .options ul li{
        font-size: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .prodet-page .i-recommend .rec-list .swiper-slide .text h2{
        font-size: 18px;
    }
    .prodet-page .i-recommend .rec-list .swiper-slide .text a.more {
        width: 134px;
        font-size: 14px;
    }
    .custom-page .custom-part .grid-box .column ul li .text h2 {
        font-size: 20px;
    }
    .custom-page {
        padding: 30px 0 0;
    }
    .custom-page .i-process h2 {
        font-size: 28px;
    }
    .custom-page .i-process {
        padding: 30px 0;
    }
    .news-page .grid-box .column .text h2 {
        font-size: 18px;
        line-height: 2;
    }
    .news-page .grid-box .column .text p {
        line-height: 30px;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .faq-page .faq-list {
        padding: 0;
    }
    .contact-page .grid-box .column:nth-child(1) {
        width: 100%;
    }
    .contact-page .grid-box .column:nth-child(1) h2 {
        font-size: 28px;
    }
    .contact-page .grid-box .column:nth-child(2){
        width: 100%;
    }
    .contact-page .grid-box .column:nth-child(2) ul li h3 {
        font-size: 22px;
    }
    .contact-page .grid-box .column:nth-child(2) ul li p {
        font-size: 18px;
        font-weight: 300;
    }
}

@media screen and (max-width:700px){
    .container {
        width: 100%;
    }
    .public-contact {
        display: none;
    }
    .inner-banner .tit h2 {
        font-size: 20px!important;
        line-height: 2;
    }
    .inner-banner:after{
        display: none;
    }
    .inner-banner {
        height: 300px;
    }
    .inner-page {
        padding-top: 30px;
    }
    .about-page .part2 {
        padding-bottom: 30px;
    }
    .about-page .i-video{
        display: none;
    }
    .about-page .part2 {
        padding-bottom: 0;
    }
    .about-page .i-envir {
        padding: 10px 0;
    }
    .about-page .i-custom{
        display: none;
    }
    .about-page {
        padding-bottom: 30px;
    }
    .about-page .i-envir .envir-list .fa {
        right: 14%;
    }
    .about-page .i-envir .envir-list .fa-chevron-right {
        right: 4%;
    }
    .menu-siderbar p {
        float: left;
        line-height: 2;
    }
    .menu-siderbar {
        padding: 10px 0;
        line-height: 2;
    }
    .cat-product-page ul li .grid .column.column1 {
        width: 100%;
    }
    .cat-product-page ul li .grid .column.column2 {
        padding-left: 0;
        width: 100%;
    }
    .cat-product-page ul li {
        margin-bottom: 40px;
    }
    .product-page .grid-box .column {
        margin: 0 auto;
        width: 50%;
    }
    .product-page .grid-box .column .text h2 {
        font-size: 16px;
        padding: 10px 0;
        line-height: 2;
    }
    .product-page .grid-box {
        padding-bottom: 10px;
    }
    .prodet-page .grid-box.two .column:nth-child(1) {
        width: 100%;
    }
    .prodet-page .grid-box.two .column:nth-child(2) {
        width: 100%;
        padding-left: 0;
    }
    .prodet-page .grid-box.two .column:nth-child(2) h3 {
        font-size: 18px;
        padding: 10px 0;
    }
    .prodet-page .prodet-2 {
        padding: 30px 0;
    }
    .product-page .prat2 h2, .prodet-page .prodet-2 .ret h2 {
        font-size: 16px;
    }
    .prodet-page .prodet-2 .ret h3 {
        font-size: 16px;
    }
    .custom-page .custom-part .grid-box .column {
        width: 100%;
        margin-right: 0;
    }
    .custom-page .custom-part .grid-box .column ul li {
        margin-bottom: 20px;
    }
    .custom-page .i-process h2 {
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .product-page .prat2 h2, .prodet-page .prodet-2 .ret h2,
    .product-page .prat2 h3 {
        font-size: 18px;
    }
    .news-page .grid-box .column {
        padding: 3% 0;
        width: 100%;
    }
    .faq-page .faq-list li .fa {
        font-size: 1rem;
        right: 20px;
        top: 15px;
    }
    .faq-page .faq-list li .faq-a {
        padding: 10px 23px 10px 15px;
        font-size: 16px;
    }
    .contact-page .grid-box .column:nth-child(1) h2 {
        font-size: 20px;
    }
    .contact-page .grid-box .column:nth-child(1) form textarea {
        height: 120px;
    }
    .contact-page .grid-box .column:nth-child(1) form input, .contact-page .grid-box .column:nth-child(1) form textarea {
        width: 100%;
        padding: 10px 15px;
        font-size: 15px;
        margin-bottom: 10px;
    }
    .contact-page .grid-box .column:nth-child(2) ul li:after {
        height: 50px;
    }
    .contact-page .grid-box .column:nth-child(2) ul li h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .contact-page .grid-box .column:nth-child(2) {
        padding: 5% 10% 165px 8%;
    }
}
.swiper-pagination {
    left: 5%!important;
    bottom: 12%!important;
    text-align: left!important;
    width: 130px !important;
}
.swiper-pagination span{
    font-size: 16px!important;
}
.swiper-container-horizontal>.swiper-scrollbar {
    left: 5%!important;
    bottom: 10%!important;
    height: 3px!important;
    width: 130px !important;
}
.history-page {
    padding: 80px 0;
}
.history-page h3 {
    font-size: 38px;
    color: #333;
    font-family: 'POPPINS-SEMIBOLD';
}
.history-page .box {
    padding-top: 40px;
}
.history-page .box ul {
    position: relative;
    padding: 20px 0;
}
.history-page .box ul:after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    left: 220px;
    top: 0;
    background: #e4e4e4;
}
.history-page .box ul li {
    margin-bottom: 80px;
    position: relative;
    padding-left: 240px;
    z-index: 1;
}
.history-page .box ul li:last-child {
    margin-bottom: 0;
}
.history-page .box ul li h6 {
    font-size: 24px;
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'POPPINS-SEMIBOLD';
}
.history-page .box ul li .content {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    position: relative;
    padding-left: 20px;
}
.history-page .box ul li .content:after {
    content: '';
    width: 20px;
    height: 20px;
    left: -29px;
    top: 5px;
    border-radius: 100%;
    border: 2px solid #e4e4e4;
    background: #0068b7;
    position: absolute;
    display: block;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.history-page .box ul li:hover .content:after {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.public-wy {
    padding: 30px 0 20px;
    background: #373635;
}
.public-wy h5 {
    display: inline-block;
    font-size: 28px;
    color: white;
    font-family: 'POPPINS-SEMIBOLD';
    line-height: 1.3;
}
.public-wy a.more {
    display: inline-block;
    line-height: 36px;
    height: 36px;
    padding: 0 20px;
    border-radius: 18px;
    font-size: 16px;
    color: white;
    background: #0068b7;
    float: right;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.public-wy a.more:hover {
    background: white;
    color: #0068b7;
}
.inner-page .sidebar-box {
    width: 24%;
    float: left;
    padding-right: 20px;
}

.inner-page .sidebar-box ul li {
    padding: 15px;
    background: #eee;
    margin-bottom: 2px;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
}
.inner-page .sidebar-box ul li ul{
  display: none;  
}
.inner-page .sidebar-box ul li ul li{
    background: transparent !important;
}
.inner-page .sidebar-box ul li ul li:nth-child(1){
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}
.inner-page .sidebar-box ul li ul li:nth-child(1) a::before {
   display: inline-block;
}
.inner-page .sidebar-box ul li a:before {
    content: '-';
    margin-right: 10px;
}
.inner-page .sidebar-box ul li:first-child a:before {
    display: none;
}
.inner-page .sidebar-box ul li:hover,
.inner-page .sidebar-box ul li.active {
    background: #0068b7;
    color: white;
}

.inner-page .sidebar-box ul li:nth-child(1){font-weight: bold; text-align: center;font-size: 20px; background: #025594;color: #fff;}
.inner-page .sidebar-box-right {
    width: 76%;
    float: right;
}
.faq-page {
    padding-top: 0;
}
.faq-page .init-2 {
    padding: 100px 0 150px;
    background: #fbfbfb;
    text-align: center;
    margin-bottom: 40px;
}
.faq-page .init-2 .box {
    padding-top: 90px;
    margin: -70px 0;
}
.faq-page .init-2 .box ul {
    overflow: hidden;
    padding: 70px 0;
}
.faq-page .init-2 .box ul li {
    width: auto;
    padding: 40px 20px;
    position: relative;
    z-index: 1;
}
.faq-page .init-2 .box ul li i {
    display: inline-block;
    vertical-align: middle;
    max-width:90px;
}
.faq-page .init-2 .box ul li h4 {
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
    padding-left: 20px;
    color: black;
    font-size: 14px;
    line-height: 24px;
    max-width: 215px;
    max-height: 95px;
}
.faq-page .init-2 .box ul li h4 em {
    font-size: 24px;
    font-style: italic;
}
.faq-page .init-2 .box ul li:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 67.5px;
    top: 0;
    background: black;
    z-index: -1;
}
.faq-page .init-2 .box ul li:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 67.5px;
    bottom: 0;
    height: 1px;
    background: black;
    z-index: -1;
}
.faq-page .init-2 .box ul:nth-child(1) {
    /*   padding: 70px 110px; */
    position: relative;
    border-bottom: 1px solid black;
    padding-left:50px;
    white-space:nowrap;
}
.faq-page .init-2 .box ul:nth-child(1) li {
    white-space:normal;
}
.faq-page .init-2 .box ul:nth-child(1):after {
    content: '';
    width: 57px;
    height: 37px;
    background: url("../images/icon-arrow-right.png");
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.faq-page .init-2 .box ul:nth-child(1):before {
    content: '';
    width: 1px;
    height: 50%;
    right: 0;
    bottom: 0;
    background: white;
    position: absolute;
}
.faq-page .init-2 .box ul:nth-child(1) li:first-child:after {
    height: 50%;
    top: 50%;
}
.faq-page .init-2 .box ul:nth-child(1) li:first-child i {
    position: relative;
}
.faq-page .init-2 .box ul:nth-child(1) li:first-child i:after {
    content: '';
    top: 50%;
    width: 100px;
    height: 1px;
    right: 100%;
    background: black;
    display: block;
    position: absolute;
}
.faq-page .init-2 .box ul:nth-child(1) li:nth-child(2):before {
    top: 0;
}
.faq-page .init-2 .box ul:nth-child(1) li:last-child:after {
    height: 50%;
    top: 50%;
}
.faq-page .init-2 .box ul:nth-child(1) li:last-child:before {
    top: 50%;
    width: 200%;
}
.faq-page .init-2 .box ul:nth-child(2) {
    padding-left: 70px;
    position: relative;
    white-space: nowrap;
    text-align: left;
    overflow:unset;
}
.faq-page .init-2 .box ul:nth-child(2):after {
    content: '';
    left: 0;
    height: 50%;
    top: 0;
    background: black;
    width: 1px;
    position: absolute;
}
.faq-page .init-2 .box ul:nth-child(2):before {
    content: '';
    width: 57px;
    height: 37px;
    background: url("../images/icon-arrow-right.png");
    position: absolute;
    right: 0;
    bottom: 57px;
}
.faq-page .init-2 .box ul:nth-child(2) li {
    white-space: normal;
    padding: 40px 10px;
}
.faq-page .init-2 .box ul:nth-child(2) li:after,
.faq-page .init-2 .box ul:nth-child(2) li:before {
    left: 57.5px;
}
.faq-page .init-2 .box ul:nth-child(2) li h4 {
    max-width: 190px;
}
.faq-page .init-2 .box ul:nth-child(2) li:first-child i {
    position: relative;
}
.faq-page .init-2 .box ul:nth-child(2) li:first-child i:after {
    content: '';
    width: 88%;
    position: absolute;
    top: 50%;
    right: 100%;
    display: block;
    height: 1px;
    background: black;
}
.faq-page .init-2 .box ul:nth-child(2) li:first-child:after {
    height: 50%;
}
.faq-page .init-2 .box ul:nth-child(2) li:first-child:before {
    top: 0;
}
.faq-page .init-2 .box ul:nth-child(2) li:nth-child(3):before {
    top: 0;
}
.faq-page .init-2 .box ul:nth-child(2) li:last-child h4 {
    max-width: 319px;
}
.faq-page .init-2 .box ul:nth-child(2) li:last-child:before {
    width: 35%;
}
.faq-page h2 {
  font-weight: bold;
  font-size: 48px;
  color: black;
  line-height: 48px;
}
.factory-page .gallery-item {
    padding: 3.5rem 0
}
.factory-page .gallery-item .list {
    padding-top: 50px;
}
.factory-page .gallery-item .grid-box .left {
    vertical-align: bottom
    line-height: 28px;
}

.factory-page .gallery-item .grid-box .left .text h3 {
    font-size: 1.8rem;
    font-weight: 900;
    color: #2c2c2c;
}

.factory-page .gallery-item .grid-box .left .text .con {
    font-size: 15px;
    color: #5f5f5f;
    line-height: 2;
}

.factory-page .gallery-item .grid-box .right {
    vertical-align: bottom;
    text-align: right
}

.factory-page .gallery-item .grid-box .right .more a {
    font-weight: 700;
    font-size: 20px;
    color: #024477
}

.factory-page .gallery-item .slick-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 40px;
    border: none;
    color: #000;
    background-color: #fff;
    padding: 0 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.factory-page .gallery-item .slick-arrow:hover {
    color: #fff;
    background-color: #024477
}

.factory-page .gallery-item .slick-prev {
    left: -80px;
}

.factory-page .gallery-item .slick-next {
    right: -80px;
}

.factory-page .gallery-item {
    position: relative;
    padding: 2.5rem 0
}

.factory-page .gallery-item ul li {
    display: inline-block
}

.factory-page .gallery-item ul .draggable {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
}

.factory-page .gallery-item ul .slick-slide {
    transform: scale(1);
    transition: .5s;
}

.factory-page .gallery-item ul .slick-slide.slick-active {
    opacity: 1
}

.factory-page .gallery-item ul .slick-slide.slick-active+div {
    transform: scale(1.2);
    position: relative;
    z-index: 2
}

.factory-page .gallery-item ul .slick-slide.slick-center {
    position: relative;
    z-index: 3 !important;
    transform: scale(1.4) !important
}

.factory-page .gallery-item ul .slick-slide.slick-center+div+div {
    transform: scale(1);
    z-index: 1 !important
}
.about-page2 .about-5 {
  padding: 80px 0;
  background: #f8f7fa;
}
.about-page2 .about-5 h2 {
  text-align: center;
}
.about-page2 .about-5 .text {
  margin: 60px 0;
  font-size: 14px;
  line-height: 2.5;
  color: #666;
}
.about-page2 .about-5 h4 {
  margin-bottom: 30px;
  font-size: 26px;
}
.about-page2 .about-5 .list2 {
    padding-top: 30px;
}
.about-page2 .about-5 .list2 ul {
    margin: -10px;
}
.about-page2 .about-5 .list2 ul li {
    padding: 10px;
    margin-bottom: 50px;
}
.about-page2 .about-5 .list2 ul li:nth-child(3)~li {
    margin-bottom: 0;
}
.about-page2 .about-5 .list2 ul li:first-child {
    width: 25%;
}
.about-page2 .about-5 .list2 h3 {
    font-size: 28px;
    line-height: 1.4;
    font-weight: bold;
}
.about-page2 .about-5 .list2 h3:after {
    content: '';
    width: 25%;
    height: 1px;
    display: block;
    margin-top: 50px;
    background: #024477;
}
.about-page2 .about-5 .list2 .box2 {
    padding: 50px 30px 90px;
    background: white;
    text-align: center;
    position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  top: 0;
}
.about-page2 .about-5 .list2 .box2:hover {
    top: -15px;
}
.about-page2 .about-5 .list2 .box2 h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.about-page2 .about-5 .list2 .box2 p {
    font-size: 14px;
    line-height: 2;
    color: #666;
    height: 120px;
}
.about-page2 .about-5 .list2 .box2 i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    background: white;
    font-size: 24px;
    color: #024477;
    position: absolute;
    bottom: 0;
    left: 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%);
text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page2 .about-5 .list2 .box2 i img{
    display: inline-block;
    vertical-align: middle;
}
.about-page2 .about-5 .list2 .box2:hover i {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.about-page2 .about-5 .list ul {
  margin: 0 -20px;
}
.about-page2 .about-5 .list ul li {
  padding: 0 20px;margin-top: 30px;
}
.about-page2 .about-5 .list ul li .box {
  display: block;
  height: 170px;
  line-height: 170px;
  background: #f1f4f6;
  text-align: center;
  width: 100%;
  font-size: 17px;
  position: relative;
}
.about-page2 .about-5 .list ul li .box .txt {
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  /*-webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;*/
  line-height: normal;
}
.about-page2 .about-5 .list ul li .box i {
  position: absolute;
  left: 100%;
  margin-left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: normal;
  font-size: 18px;
}
.about-page2 .about-5 .list ul li .box i:after {
  content: '';
  width: 14px;
  height: 1px;
  background: black;
  position: absolute;
  right: 40%;
  top: 9px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page2 .about-5 .list ul li:last-child i {
  display: none;
}
@media screen and (max-width:1300px) {
    .factory-page .gallery-item ul .slick-slide.slick-center {
        transform: scale(1.2) !important
    }

    .factory-page .gallery-item ul .slick-slide.slick-active+div {
        transform: scale(1)
    }
    #index-body .init-4 .box .list ul {
        max-width: 100%;
    }
}
@media screen and (max-width:1000px) {

    #index-body .init-2, #index-body .init-6,.about-page .i-history {
        display: none !important;
    }
    #mobile .menu-content {
        max-height: 100vh;
    }
    html.mobile {
        overflow: hidden;
    }
}
@media screen and (max-width:700px) {
    .inner-banner{
        height: 220px;
        padding-top: 90px;
    }
    .factory-page .gallery-item ul .slick-slide {
        opacity: 1
    }

    .factory-page .gallery-item ul .slick-slide.slick-center {
        transform: scale(1) !important
    }

    .factory-page .gallery-item ul li {
        padding: 0 10px
    }
    #footer .footer-top {
        display: none;
    }
    .inner-page .sidebar-box {
        display: none;
    }
    .inner-page .sidebar-box-right {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    .tborn, .omed, .rbyl  {
    display: none !important;
  }

    .prodet-page .prodet-2 .options {
        display: none;
    }
    .prodet-page .prodet-2 .ret>ul>li {
        display: block !important;
    }
    .prodet-page .prodet-2 .ret .content {
        padding: 30px 0;
    }
    .product-page .grid-box .column {
        width: 100%;
    }
    .about-page2 .about-5 .list2 ul li:first-child {
        width: 25%;
    }
    .about-page2 .about-5 .list2 ul li,
    .about-page2 .about-5 .list2 ul li:nth-child(3)~li {
        margin-bottom: 40px;
    }
    #index-body .init-2 {
        display: block !important;
    }
    #index-body .init-2 .top ul:hover li,#index-body .init-2 .top ul:hover li:hover {
        width: 100%;
    }
}
@media screen and (max-width:500px) {
    .about-page2 .about-5 .list2 ul li:first-child {
        width: 100%;
    }
    .about-page2 .about-5 .list2 .box2 p {
        height: auto;
    }
    .faq-page h2 {
        font-size: 32px;
    }
    .newdet-page .news .news_title h1 {
        font-size: 22px;
        line-height: 2;
    }
}
strong{font-weight: bold;}
