@font-face {
  font-family: 'RR';
  src: url('../fonts/ranyregular.eot') format('eot'), url('../fonts/ranyregular.woff2') format('woff2'), url('../fonts/ranyregular.woff') format('woff'), url('../fonts/ranyregular.ttf') format('truetype');
}
@font-face {
  font-family: 'RL';
  src: url('../fonts/ranylight.eot') format('eot'), url('../fonts/ranylight.woff2') format('woff2'), url('../fonts/ranylight.woff') format('woff'), url('../fonts/ranylight.ttf') format('truetype');
}
@font-face {
  font-family: 'RM';
  src: url('../fonts/ranymedium.eot') format('eot'), url('../fonts/ranymedium.woff2') format('woff2'), url('../fonts/ranymedium.woff') format('woff'), url('../fonts/ranymedium.ttf') format('truetype');
}
@font-face {
  font-family: 'RB';
  src: url('../fonts/ranybold.eot') format('eot'), url('../fonts/ranybold.woff2') format('woff2'), url('../fonts/ranybold.woff') format('woff'), url('../fonts/ranybold.ttf') format('truetype');
}
@font-face {
  font-family: 'JB';
  src: url('../fonts/josefinsans-bold.eot') format('eot'), url('../fonts/josefinsans-bold.woff2') format('woff2'), url('../fonts/josefinsans-bold.woff') format('woff'), url('../fonts/josefinsans-bold.ttf') format('truetype');
}
body {
  font-family: 'RR';
  overflow-x: hidden;
  width: 100%;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1430px;
  margin: auto;
  width: 100%;
}
#header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 20;
}
#header .nav {
  display: inline-block;
  width: 100%;
  padding: 0.9rem 0;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
  margin-top: 15px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 3.8rem 0 0;
  font-size: 18px;
  font-family: 'RM';
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover a::after {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.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: 170%;
  left: -10px;
  width: 180px;
  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 #3198fc;
  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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#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:last-child {
  margin: 0;
}
#header .nav .ui.menu .h-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-top: 10px;
  margin-left: 2.15rem;
}
#header .nav .ui.menu .h-language {
  position: relative;
  display: inline-block;
  margin-left: 1.7rem;
  vertical-align: middle;
  cursor: pointer;
  margin-top: 12px;
}
#header .nav .ui.menu .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 9px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'RM';
}
#header .nav .ui.menu .h-language i {
  margin-left: 5px;
  display: inline-block;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 110%;
  right: 0;
  width: 125px;
  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 #3198fc;
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 5px;
  line-height: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #222;
  color: #fff;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .h-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;
}
#header.active {
  position: fixed;
}
#header.active .nav {
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.14);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}

#header .pro-cat {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background:#3198fc;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
  -o-box-shadow: 0 0 10px rgba(0,0,0,.1);
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #111;
}
#header.active .pro-cat {
  position: fixed;
  top: 120px;
}
#header .pro-cat .list {
  padding: 60px 5%;
  display: none;
}
#header .pro-cat .list .nav-list {
  width: 50%;
  position: relative;
  padding-right: 3%;
}
/*#header .pro-cat .list .nav-list:after{
  content: '';position: absolute;
  width: 1px;
  height: 100%;
  background: #fff;
  left:40%;
  top:0;
}*/
#header .pro-cat .list .nav-list li {
  display: block;
  font-size: 16px;
  padding-bottom: 15px; 
  margin-bottom: 15px;
  color: #ffffff;
  /*width: 50%;
  float: left;*/
}
#header .pro-cat .list .nav-list>ul>li{
  border-bottom: 1px solid #80a5b5;
}
#header .pro-cat .list .nav-list>ul>li:last-child{
  border: none;
}
#header .pro-cat .list .nav-list li>a{
  float: left;
}

#header .pro-cat .list .nav-list li ul,
#header .pro-cat .list .nav-list li ul li{
  float: left;
  margin: 0 10px;
  padding-bottom: 0;
}
/*#header .pro-cat .list .nav-list li:nth-child(2n){
  padding-left: 30px;
}*/
#header .pro-cat .list .nav-list>ul>li a{
  width: 36%;
}
#header .pro-cat .list .nav-list>ul>li ul{
  width: 64%;
  margin: 0;
}
#header .pro-cat .list .nav-list>ul>li ul li a{
  width: 100%;
}
#header .pro-cat .list .nav-list>ul>li li{
  width: 50%;
  margin: 0;
}
#header .pro-cat .list .nav-list li .fa{
  font-size: 18px;
  margin-left: 10px;
}
#header .pro-cat .list .nav-list li.active {
  color: #f07e2d;
}
/*#header .pro-cat .list .nav-list li:last-child {
  padding-bottom: 0;
}*/
#header .pro-cat .list .nav-img {
  width: 50%;
  padding: 0 15px;
}
#header .pro-cat .list .nav-img ul {
  margin: -10px;
}
#header .pro-cat .list .nav-img ul li {
  padding: 10px 20px;
  font-size: 18px;
}
#header .pro-cat .list .nav-img ul li a {
  display: block;
}
#header .pr-cat .list .nav-chidren {
  padding-left: 60px;
  border-left: 1px solid #797676;
  width: 20%;
}
#header .pro-cat .list .nav-chidren li {
  font-size: 18px !important;
  padding-bottom: 10px;
  color: #fff;
}
#header .pro-cat .list .nav-chidren li.big {
  font-size: 18px;
  color: #4896c7;
}
#header .pro-cat .list .nav-chidren li:last-child {
  padding-bottom: 0;
}
#header .pro-cat .list .nav-chidren li a:hover,
#header .pro-cat .list .nav-list li a:hover {
  text-decoration: underline;
}
#header .pro-cat .list .nav-chidren ul {
  display: none;
}
#header .pro-cat .list .nav-chidren ul ul {
  display: block;
}
#header .pro-cat .list .nav-chidren ul ul {
  padding-left: 10px;
}
#header .pro-cat .list .nav-chidren ul ul li:first-child {
  padding-top: 10px;
}
#header .pro-cat .list .nav-chidren ul:first-child {
  display: block;
}


#banner .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%);
  width: 58px;
  height: 58px;
  color: transparent;
  border: none;
  border-radius: 50%;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .slick-prev {
  background: url("../images/bl.png") no-repeat center center;
  left: 15px;
}
#banner .slick-next {
  background: url("../images/br.png") no-repeat center center;
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  left: 0;
  bottom: 3%;
  text-align: center;
  width: 100%;
}
#banner ul.slick-dots li {
  width: 20px;
  height: 4px;
  background-color: #fff;
  display: inline-block;
  margin-right: 1.4rem;
  border-radius: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  cursor: pointer;
}
#banner ul.slick-dots li:last-child {
  margin-right: 0;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #3198fc;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
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;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 999;
}
#mobile .yy {
  content: '';
  width: 100vw;
  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;
  -ms-transition: .5s;
  -o-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%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 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;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 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;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
  text-transform: capitalize;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#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);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .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;
}
@keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#banner {
  position: relative;
  z-index: 1;
}
#banner .ui.container {
  max-width: 1470px;
  width: 100%;
}
#banner li {
  position: relative;
}
#banner li > img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}
#banner li .text {
  position: absolute;
  top: 24%;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
}
#banner li .text .left {
  width: 52%;
  padding-left: 1.6rem;
  display: inline-block;
  vertical-align: top;
}
#banner li .text .left span {
  font-size: 24px;
  line-height: 1.4;
}
#banner li .text .left h3 {
  font-size: 3rem;
  font-family: 'RB';
  letter-spacing: -2px;
  line-height: 1.2;
  font-weight: bold;
  text-shadow: 0px 5px 2px rgba(0, 0, 0, 0.31);
}
#banner li .text .left .more {
  display: block;
  width: 219px;
  height: 47px;
  background-color: #ffffff;
  border-radius: 6px;
  text-align: center;
  line-height: 47px;
  font-size: 18px;
  color: #000;
  text-transform: capitalize;
  margin-top: 1.3rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#banner li .text .left .more em {
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.75rem;
  position: relative;
}
#banner li .text .left .more em::after {
  content: '';
  position: absolute;
  top: -3px;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: .5s;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
}
#banner li .text .left .more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
}
#banner li .text .left .more:hover {
  background: #3198fc;
}
#banner li .text .right {
  display: inline-block;
  width: 47%;
  text-align: right;
  padding-top: 3.4rem;
}
#index-body .more {
  position: relative;
  display: block;
  z-index: 1;
  font-size: 18px;
  width: 188px;
  height: 47px;
  line-height: 42px;
  border-radius: 6px;
  text-align: center;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .more em {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 0.95rem;
}
#index-body .more em::after {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  width: 1px;
  height: 101%;
  background: rgba(0, 0, 0, 0.2);
  transition: .5s;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
}
#index-body .more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
}
#index-body .more:hover {
  color: #fff;
  background: #3198fc;
}
#index-body .more:hover em::after {
  background: #fff;
}
#index-body .more:hover img {
  filter: brightness(100);
}
#index-body span.sp {
  font-size: 18px;
  color: #3198fc;
  line-height: 1;
  display: block;
}
#index-body h3.title {
  font-size: 2.2rem;
  font-family: 'RB';
  font-weight: bold;
  line-height: 1.2;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  display: inline-block;
}
#index-body .about {
  padding: 5.8rem 0 3.4rem;
  position: relative;
  background: url("../images/abg.png") no-repeat center center;
  background-size: cover;
}
#index-body .about .left {
  position: relative;
  padding: 0 0 2.5rem 6.4rem;
}
#index-body .about .left .i2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
#index-body .about .left .plays {
  position: absolute;
  z-index: 1;
  top: 36%;
  left: 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
#index-body .about .left .plays .play {
  display: inline-block;
  position: relative;
}
#index-body .about .left .plays .play::before,
#index-body .about .left .plays .play::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background: rgba(49, 152, 252, 0.4);
  -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;
}
#index-body .about .left .plays .play::before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .about .left .plays span {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 1rem;
}
#index-body .about .left .icon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#index-body .about .right {
  padding-left: 2.5rem;
}
#index-body .about .right h1 {
  font-size: 2.2rem;
  line-height: 1.2;
  font-family: 'RB';
  font-weight: bold;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}
#index-body .about .right p {
  font-size: 18px;
  color: #5f5f5f;
  line-height: 1.7;
  margin-top: 0.8rem;
}
#index-body .about .right .data {
  margin-top: 2.5rem;
}
#index-body .about .right .data ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-box-justify-content: space-between;
  -moz-box-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
#index-body .about .right .data ul li img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .about .right .data ul li p {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.3;
  font-family: 'RM';
  color: #222;
  width: 70%;
  padding-left: 0.75rem;
}
#index-body .about .right .data ul li:nth-child(1) p {
  width: 73%;
}
#index-body .about .right .data ul li:last-child {
  padding-right: 0;
  margin-left: 10px;
}
#index-body .about .right .more {
  margin-top: 2.3rem;
  border: solid 1px #dcdcdc;
  color: #3198fc;
}
#index-body .about .right .more:hover {
  color: #000;
}
#index-body .datas {
  background: url("../images/dbg.png") no-repeat center center;
  background-size: cover;
  padding: 3.1rem 0;
}
#index-body .datas .ui.container {
  max-width: 1360px;
  width: 100%;
}
#index-body .datas ul li {
  text-align: center;
}
#index-body .datas ul li h4 {
  font-size: 3.5rem;
  font-family: 'RB';
  line-height: 1;
  color: #252525;
}
#index-body .datas ul li h4 em {
  display: inline-block;
  vertical-align: bottom;
}
#index-body .datas ul li h4 sub {
  font-size: 17px;
  line-height: 1;
  color: #1e1e1e;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#index-body .datas ul li p {
  font-size: 17px;
  color: #3198fc;
  font-family: 'RM';
  line-height: 1.4;
  text-transform: uppercase;
}
#index-body .datas ul li .icon {
  width: 59px;
  height: 59px;
  background-color: #ffffff;
  text-align: center;
  line-height: 59px;
  border-radius: 50%;
  margin: 1rem auto 0;
}
#index-body .datas ul li .icon img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .product {
  padding: 2.85rem 0 0 0;
}
#index-body .product .header {
  text-align: center;
}
#index-body .product .header h3.title {
  margin-top: 0.6rem;
}
#index-body .product .content {
  margin-top: 4.95rem;
}
#index-body .product .content ul {
  margin-right: -1rem;
}
#index-body .product .content ul .slick-track {
  margin: 0;
}
#index-body .product .content ul .slick-slide {
  padding: 4px 1px;
}
#index-body .product .content ul li {
  padding-right: 1rem;
}
#index-body .product .content ul li .box {
  background-color: #ffffff;
  padding-top: 1.6rem;
  border: 1px solid #dcdcdc;
}
#index-body .product .content ul li .box .img {
  text-align: center;
  padding: 1rem 0;
}
#index-body .product .content ul li .box .img img {
  display: inline-block;
}
#index-body .product .content ul li .box .text {
  margin-top: 1.8rem;
  padding: 1rem 0;
  text-align: center;
  background-color: #ebebeb;
}
#index-body .product .content ul li .box .text h4 {
  font-size: 22px;
  line-height: 1.4;
  color: #222;
}
#index-body .product .content ul li .box .text .mores {
  font-size: 18px;
  line-height: 1;
  color: #3198fc;
  display: block;
  margin-top: 12px;
  text-transform: uppercase;
}
#index-body .product .content ul li .box .text .mores img {
  display: inline-block;
  margin-top: 2px;
  margin-left: 0.55rem;
}
#index-body .product .content 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%);
  width: 48px;
  height: 48px;
  color: transparent;
  border: none;
  border-radius: 50%;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .content ul .slick-prev {
  background: url("../images/pl.png") no-repeat center center;
  left: -62px;
}
#index-body .product .content ul .slick-next {
  background: url("../images/pr.png") no-repeat center center;
  right: -42px;
}
#index-body .application {
  padding-top: 4.7rem;
}
#index-body .application .header .left {
  vertical-align: bottom;
}
#index-body .application .header .left h3.title {
  margin-top: 0.5rem;
  width: 70%;
}
#index-body .application .header .right {
  vertical-align: bottom;
}
#index-body .application .header .right .more {
  border-radius: 3px;
  border: solid 1px #a0a0a0;
  margin: 0 0 6px auto;
}
#index-body .application .content {
  margin-top: 2.9rem;
}
#index-body .application .content ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-justify-content: space-between;
  -moz-box-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
#index-body .application .content ul li {
  position: relative;
  margin-bottom: 8px;
}
#index-body .application .content ul li img {
  width: 100%;
}
#index-body .application .content ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
}
#index-body .application .content ul li .text {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .application .content ul li .text .more {
  width: auto;
  height: 46px;
  border-radius: 3px;
  border: solid 1px #f5f5f5;
  text-align: center;
  line-height: 46px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 0 22px;
}
#index-body .application .content ul li:hover::after {
  opacity: 1;
}
#index-body .application .content ul li:hover .text {
  top: 42%;
  opacity: 1;
}
#index-body .news {
  padding: 3.2rem 0 7.65rem;
}
#index-body .news .header {
  text-align: center;
}
#index-body .news .header h3.title {
  margin-top: 0.5rem;
}
#index-body .news .content {
  margin-top: 2.6rem;
}
#index-body .news .content ul .slick-track {
  margin: 0;
}
#index-body .news .content ul .slick-current + div li .box .text {
  border-left: 0;
}
#index-body .news .content ul .slick-current + div + div li .box .text {
  border-left: 0;
}
#index-body .news .content ul .slick-current + div + div + div li .box .text {
  border-left: 0;
}
#index-body .news .content ul li .box .img {
  width: 100%;
}
#index-body .news .content ul li .box .text {
  padding: 1.35rem 1.15rem 1.95rem 1.45rem;
  color: #222222;
  border: 1px solid rgba(155, 155, 155, 0.2);
}
#index-body .news .content ul li .box .text time {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-family: 'RL';
  font-style: italic;
}
#index-body .news .content ul li .box .text time img {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
#index-body .news .content ul li .box .text h4 {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 0.8rem;
  font-family: 'RB';
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .news .content ul li .box .text p {
  font-size: 16px;
  line-height: 1.6;
  font-family: 'RL';
  margin-top: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .news .content ul li .box .text .mores {
  margin-top: 1rem;
  font-size: 16px;
  font-family: 'RL';
  font-weight: bold;
  display: block;
}
#footer {
  background-color: #eaeaea;
  padding-top: 2.8rem;
  position: relative;
}
#footer .ui.container {
  max-width: 1580px;
  width: 100%;
}
#footer .card {
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.09);
  border-radius: 3px;
  padding: 2.05rem 0;
  margin-top: -8%;
  position: relative;
  z-index: 1;
}
#footer .card .left {
  vertical-align: middle;
  padding-left: 3.2rem;
  font-size: 1.5rem;
  line-height: 1;
  font-family: 'RM';
  width: 66%;
}
#footer .card .left img {
  display: inline-block;
  vertical-align: top;
  margin: -5px 0 0 1.05rem;
}
#footer .card .right {
  width: 34%;
  text-align: right;
  padding-right: 1.55rem;
}
#footer .card .right img {
  display: inline-block;
  vertical-align: middle;
}
#footer .card .right span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-family: 'RM';
  text-decoration: underline;
  padding-left: 0.9rem;
}
#footer .box {
  margin-top: 2.85rem;
}
#footer .box h3 {
  font-size: 22px;
  line-height: 1;
  margin-top: 2rem;
  font-family: 'RM';
  text-transform: uppercase;
}
#footer .box ul {
  margin-top: 2.6rem;
}
#footer .box ul li {
  font-size: 18px;
  font-family: 'RL';
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
  margin-bottom: 1.25rem;
  position: relative;
  padding-left: 11px;
}
#footer .box ul li:last-child {
  margin-bottom: 0;
}
#footer .box ul li::before {
  content: '';
  width: 4px;
  height: 7px;
  background: url(../images/f-icon.png) no-repeat;
  position: absolute;
  left: 0;
  top: 9px;
}
#footer .box .f-ab {
  position: relative;
  width: 42%;
  padding: 0 0 0 1.45rem;
  /*padding: 0 5% 0 1.45rem;*/
}
#footer .box .f-product #ewm {
  width: 152px;
  border: 11px solid #fff;
  /*position: absolute;
  right: 0;
  bottom: 2.35rem;*/
  margin-top: 30px;
}
#footer .box .f-ab h4 {
  font-size: 22px;
  line-height: 1.5;
  margin-top: 1.4rem;
  font-family: 'RB';
  color: rgba(42, 42, 42, 0.8);
}
#footer .box .f-ab .info {
  margin-top: 0.7rem;
  padding-bottom: 30px;
}
#footer .box .f-ab .info ul {
  margin-top: 0;
}
#footer .box .f-ab .info ul li {
  color: rgba(42, 42, 42, 0.9);
  margin-bottom: 0.5rem;
  padding-left: 0;
}
#footer .box .f-ab .info ul li.wid-100{
  width: 100%;
}
#footer .box .f-ab .info ul li::before {
  display: none;
}
#footer .box .f-ab .info ul li i {
  width: 24px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
#footer .box .f-ab .info ul li i img {
  display: inline-block;
  vertical-align: middle;
}
#footer .box .f-ab .info ul li span {
  display: inline-block;
  vertical-align: top;
  padding-left: 0.7rem;
  width: 90%;
  margin-top: 6px;
}
#footer .box .f-ab .info ul li:last-child {
  margin-bottom: 0;
}
#footer .box .f-ab .info ul li:last-child i {
  margin-top: 3px;
}
#footer .box .f-ab .share h4{
  display: inline-block;
  margin-top: 0;
}
#footer .box .f-ab .share dl{
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}
#footer .box .f-ab .share dl dd{
  display: inline-block;
  font-size: 20px;
  margin-left: 20px;
  width: auto;
}

#footer .box .f-nav {
  width: 17%;
  padding-left: 3%;
}
#footer .box .f-product {
  width: 17.1%;
}
#footer .box .f-form {
  width: 23.9%;
}
#footer .box .f-form form {
  margin-top: 2.05rem;
}
#footer .box .f-form form input[type="text"],
#footer .box .f-form form textarea {
  width: 100%;
  height: 52px;
  border-radius: 5px;
  border: solid 1px #c7c7c7;
  background: transparent;
  font-size: 16px;
  font-family: 'RL';
  color: rgba(0, 0, 0, 0.6);
  padding-left: 1rem;
  margin-bottom: 0.8rem;
}
#footer .box .f-form form input[type="text"]:focus,
#footer .box .f-form form textarea:focus {
  border-color: #3198fc;
}
#footer .box .f-form form textarea {
  height: 80px;
  padding-top: 0.8rem;
}
#footer .box .f-form form .more {
  position: relative;
  display: block;
  margin: 0.65rem 0 0 auto;
  z-index: 1;
  font-size: 16px;
  width: 165px;
  height: 44px;
  line-height: 44px;
  border-radius: 3px;
  text-align: center;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background-color: #d9d9d9;
  color: rgba(1, 1, 1, 0.7);
}
#footer .box .f-form form .more em {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 1.45rem;
}
#footer .box .f-form form .more em::after {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  width: 1px;
  height: 101%;
  background: rgba(1, 1, 1, 0.2);
  transition: .5s;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
}
#footer .box .f-form form .more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
#footer .box .f-form form .more:hover {
  background: #3198fc;
}
#footer .f-copy {
  margin-top: 2.8rem;
  text-align: center;
  padding: 0.8rem 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.08);
}
#footer .f-copy .img {
  margin: 0 1.5rem;
}
#footer .f-copy .login {
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  padding-left: 0.6rem;
}
#footer .f-copy img{
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  max-height: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  filter: brightness(0.4);
  opacity: 0.5;
}
#footer .f-copy svg {
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  fill: rgba(0, 0, 0, 0.4);
}
#footer .f-copy svg text {
  fill: rgba(0, 0, 0, 0.4);
}
#footer .f-copy svg:hover {
  fill: #3198fc;
}
#footer .f-top {
  position: absolute;
  z-index: 1;
  right: 2.75rem;
  bottom: 5.85rem;
  width: 47px;
  height: 47px;
  background-color: #fefefe;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  text-align: center;
  line-height: 47px;
  cursor: pointer;
}
#footer .f-top img {
  vertical-align: middle;
}
.inquiry {
  position: fixed;
  bottom: 35%;
  right: 3rem;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background: #0c63aa;
  cursor: pointer;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 100;
}
.layer-form {
  display: none;
}
.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 1000001;
  left: 0;
  top: 0;
}
.wrap-contact100 {
  width: 560px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  overflow: auto;
  max-height: 90vh;
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.btn-hide-contact100 {
  font-size: 20px;
  color: #fff;
  opacity: .6;
  position: absolute;
  right: 10px;
  top: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  z-index: 10;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px 15px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit] {
  border: 1px solid #e6e6e6;
  background: #0c63aa;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  position: relative;
  z-index: 10;
  color: #fff;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit]:hover {
  background: #000;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
@media screen and (max-width: 1500px) {
  #footer .f-top {
    bottom: 0;
    right: 2%;
  }
  #banner li .text .right {
    padding-top: 1rem;
  }
  #index-body .product .content ul .slick-prev {
    left: -10px;
  }
  #index-body .product .content ul .slick-next {
    right: 6px;
  }
  #index-body .application .content ul li {
    width: 25%;
  }
  #index-body .application .content ul li img {
    width: 100%;
    height: 100%;
  }
  #index-body .application .content ul li:nth-child(1),
  #index-body .application .content ul li:last-child {
    width: 50%;
  }
}
@media screen and (max-width: 1366px) {
  #index-body .about .right .data ul {
    display: block;
  }
  #index-body .about .right .data ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
  #index-body .about .right .data ul li:last-child {
    margin-left: 0;
  }
  #index-body .application .header .left h3.title {
    width: 80%;
  }
  #index-body .news .content ul .slick-current + div + div + div {
    border-left-width: 1px;
  }
  #footer .box .f-ab {
    padding: 0 13% 0 0rem;
  }
}
@media screen and (max-width: 1200px) {
  #footer .box .f-ab .info ul li span {
    width: 86%;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 2rem 0 0;
  }
  #banner li .text .left {
    width: 56%;
  }
  #banner li .text .right {
    width: 43%;
  }
  #footer .box .f-product #ewm {
    width: 130px;
    border: 8px solid #fff;
  }
  #Pop_UpsBtn {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    bottom: 11% !important;
  }
  #footer .box .f-product {
    padding-left: 2%;
  }
  #footer .f-top {
    bottom: 54px;
  }
}
@media screen and (max-width: 1000px) {
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #header .nav .ui.menu .logo {
    padding: 0;
    width: auto;
  }
  #header .nav .ui.menu .logo img {
    width: 60%;
  }
  #header .nav {
    padding: 0;
  }
  #banner li .text {
    top: 12%;
  }
  #index-body .about .left {
    width: 100%;
  }
  #index-body .about .right {
    width: 100%;
    padding: 2rem 0 0 0;
  }
  #index-body .datas ul li {
    width: 50%;
    margin-bottom: 1rem;
  }
  #index-body .application .header .left h3.title {
    width: 100%;
  }
  #footer .card .left {
    width: 100%;
  }
  #footer .card .right {
    width: 100%;
    padding: 2rem 0 0 3.2rem;
    text-align: left;
  }
  #footer .box .f-nav,
  #footer .box .f-product {
    display: none;
  }
  #footer .box .f-ab {
    width: 55%;
  }
  #footer .box .f-form {
    width: 45%;
  }
}
@media screen and (max-width: 700px) {
  #banner li .text .left {
    width: 100%;
    padding-left: 0;
  }
  #banner li .text .left span {
    font-size: 20px;
    line-height: 1.4;
  }
  #banner li .text .right {
    display: none;
  }
  #index-body .datas {
    display: none;
  }
  #index-body .product .content ul li .box .text h4 {
    font-size: 18px;
  }
  #index-body .product .content ul li .box .text .mores {
    font-size: 14px;
  }
  #index-body .application {
    display: none;
  }
  #footer .card {
    display: none;
  }
  #footer .box .f-ab {
    width: 100%;
    padding: 0;
  }
  #footer .box .f-product #ewm {
    display: none;
  }
  #footer .box .f-ab .info ul li span {
    width: 90%;
  }
  #footer .box .f-ab h4 {
    font-size: 18px;
  }
  #footer .box ul li {
    font-size: 16px;
  }
  #footer .box .f-form {
    width: 100%;
  }
  #Pop_UpsBtn {
    display: none !important;
  }
  #footer .f-copy .img {
    margin-left: 0;
  }
  #footer .f-top {
    width: 32px;
    height: 32px;
    line-height: 30px;
    bottom: 0;
  }
  #footer .f-copy {
    font-size: 14px;
  }
  #footer .f-copy svg {
    max-height: 24px;
  }
}

.inner-banner {
  height: 527px;
  position: relative;
  overflow: hidden;
  background-size: cover;
}
.inner-banner h3 {
  color: #FFFFFF;
}
.inner-banner .bt_bb_headline_superheadline,
.inner-banner .bt_bb_headline_subheadline {
  color: #FFFFFF;
  opacity: .7;
}
.inner-banner .bt_bb_port {
  z-index: 3;
  position: relative;
  padding-top: 130px;
}
.inner-banner .column {
  width: 50%;
}
.inner-banner::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #7d7d7d;
  opacity: .4;
}
.inner-banner .bt_bb_section_bottom_section_coverage_image {
  bottom: -1px;
}
.bt_bb_headline_content::before {
  border: 0;
  height: 2px;
  background: #fa830f;
  content: ' ';
  display: block;
  width: 100px;
  margin-bottom: 20px;
  margin-left: -15px;
}
.bt_bb_section {
  position: relative;
  z-index: 2;
}
.bt_bb_section .bt_bb_port {
  padding-bottom: 100px;
  padding-top: 100px; 
}
.bt_bb_section ul {
  margin: 0 -15px;
}
.bt_bb_section ul li {
  padding: 0 15px;
}
.bt_bb_section h4 {
  font-size: 25px;
  line-height: 1.4;
}
.bt_bb_section .bt_bb_column_content {
  overflow: hidden;
  border-radius: 25px;
  padding-left: 32px;
  padding-right: 32px;
}
.bt_bb_section .bt_bb_column_content .img {
  position: relative;
  margin: 0 -32px;
}
.bt_bb_section .bt_bb_column_content .img h4{
  font-size: 16px;
  text-align: center;
  color: #000;
  line-height: 1.6;
  background: #e2e2e2;
  padding: 10px;
  /*margin-top: 20px;*/
}
.bt_bb_section .bt_bb_image_content {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.bt_bb_section .bt_bb_image_content .bt_bb_image_content_flex {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
  padding: 0;
}
.bt_bb_section .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner {
  width: 100%;
  display: block;
  padding: 0;
}
.bt_bb_section .bt_bb_headline_with_icon {
  position: relative;
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  pointer-events: all;
  margin-bottom: 0;
}
.bt_bb_section .bt_bb_icon_holder {
  width: 80px;
  height: 80px;
  color: #ffffff;
  background: #fa830f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 80px;
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
}
.bt_bb_section .bt_bb_headline_with_icon_content_holder {
  display: block;
  padding: 15px 30px;
  min-height: 80px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.bt_bb_section .bt_bb_headline_with_icon_superheadline {
  color: rgba(0, 0, 0, 0.7);
}
.bt_bb_section .more_btn .bt_bb_button_text {
  position: relative;
}
.bt_bb_section .more_btn .bt_bb_button_text::after {
  position: absolute;
  display: block;
  content: "";
  background: #3198fc;
  height: 2px;
  left: 1rem;
  right: 0;
  opacity: 1;
  top: auto;
  bottom: 0;
  z-index: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: 300ms ease transform;
  -moz-transition: 300ms ease transform;
  transition: 300ms ease transform;
  pointer-events: none;
}
.bt_bb_section .more_btn a:hover .bt_bb_button_text::after {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
.bold_timeline_group {
  position: relative;
  z-index: 1;
}
.bold_timeline_group .bold_timeline_group_header {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 48px;
  color: white;
  padding: 8px 16px;
  border-radius: 15px;
  height: auto;
  width: auto;
  text-align: inherit;
  background: #004585;
}
.bold_timeline_group .bold_timeline_group_header .bold_timeline_group_header_inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.bold_timeline_group .bold_timeline_group_header .bold_timeline_group_header_inner .bold_timeline_group_header_title {
  margin: 0;
  padding: 0;
  line-height: 1;
  color: inherit;
}
@media screen and (max-width: 1200px) {
  .inner-history .bold_timeline_group_content .bold_timeline_item {
    margin-top: 0!important;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .column {
    width: 100%;
  }
  .bt_bb_section .grid-box.three > .column {
    width: 100%;
  }
  .inner-banner {
    height: 400px;
  }
  .bt_bb_section ul {
    margin-top: -70px !important;
  }
  .inner-banner .bt_bb_port {
    padding-top: 50px;
  }
}
@media screen and (max-width: 700px) {
  .inner-history .bold_timeline_container_line {
    display: none;
  }
  .inner-history .bold_timeline_group_content .bold_timeline_item {
    margin: 0 0 16px 0!important;
  }
  .inner-history .bold_timeline_group_content .bold_timeline_item .bold_timeline_item_icon {
    opacity: 0;
  }
  .inner-history .bold_timeline_group_content .bold_timeline_item .bold_timeline_item_connection {
    opacity: 0;
  }
  .bold_timeline_group .bold_timeline_group_header {
    margin-bottom: 16px;
  }
}
.btPageHeadline {
  position: relative;
  background-position: right top;
  height: 500px;
}
/*.btPageHeadline::before {
  position: absolute;
  content: "";
  display: block;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  background: #0f0f0f;
  opacity: .4;
}*/
.btPageHeadline .bt_bb_headline_subheadline {
  color: rgba(255, 255, 255, 0.7);
}
.btPageHeadline .bt_bb_port {
  padding-bottom: 100px;
  padding-top: 100px;
}
.btPageHeadline h2 {
  color: #FFFFFF;
}
.btPageHeadline .btBreadCrumbs {
  color: rgba(255, 255, 255, 0.7);
}
.bt-content-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.bt-content-holder .bt-content {
  width: 70%;
  padding-right: -webkit-calc(30px * 2);
  padding-right: -moz-calc(30px * 2);
  padding-right: calc(30px * 2);
}
.bt-content-holder .btSidebar {
  width: 30%;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  padding: 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: -144px;
  z-index: 1;
  position: relative;
  background: #fff;
}
.btPostListColumns:not(:last-of-type) {
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.btPostListColumns .btArticleContentHolder {
  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 -15px;
}
.btPostListColumns .btArticleContentHolder .btArticleMedia {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 60%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 60%;
  flex: 1 1 60%;
  max-width: 60%;
  padding: 0 15px;
}
.btPostListColumns .btArticleContentHolder .btArticleTextContent {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 40%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
  max-width: 40%;
  padding: 15px;
}
.btPostListColumns .btArticleContentHolder .bt_bb_headline_tag {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
}
.bt_bb_headline {
  position: relative;
  display: block;
}
.btArticleCategories {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btArticleCategories:before {
  content: "\f02b";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #fa830f;
}
.btArticleCategories a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btArticleCategories a:not(:first-child):before {
  content: ' ';
  margin: 0 0.5em;
  background: #000;
  width: 4px;
  height: 1px;
  display: inline-block;
  opacity: .2;
}
.btArticleDate,
.btArticleAuthor {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btArticleDate::before,
.btArticleAuthor::before {
  color: #fa830f;
  margin-right: 5px;
  font-family: FontAwesome;
}
.btArticleDate::before {
  content: "\f017";
}
.btArticleAuthor::before {
  content: "\f2bd";
}
.btArticleDate:not(:last-child):after,
.btArticleAuthor:not(:last-child):after {
  content: ' ';
  margin: 0 7px;
  background: #000;
  width: 4px;
  height: 1px;
  display: inline-block;
  opacity: .2;
}
.bt_bb_icon {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  padding-right: 8px;
  max-width: 100%;
}
.bt_bb_icon .bt_bb_icon_holder {
  text-decoration: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  line-height: inherit;
  font-weight: normal;
}
.bt_bb_icon .bt_bb_icon_holder::before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 280ms ease;
  -moz-transition: all 280ms ease;
  transition: all 280ms ease;
  font-size: 16px;
  width: 32px;
  height: 32px;
  -webkit-box-shadow: 0 0 0 16px #000 inset;
  box-shadow: 0 0 0 16px #000 inset;
  color: #fff;
  line-height: 0;
  border-radius: 50%;
}
.bt-content .btPostListColumns:nth-of-type(even) .btArticleContentHolder {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.bt_bb_headline .bt_bb_headline_content {
    display: block;
    color: inherit;
    font-family: 'RB';
    font-size: 36px!important;
    line-height: 1.6!important;
}

.about-page .about-1 {
  position: relative;
  overflow: visible;
  z-index: 1;
  background-color: #f5f5f5;
  overflow: hidden;
}
.about-page .about-1 .bt_bb_port {
  z-index: 3;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.about-page .about-1 .box {
  max-width: 1660px;
  margin-left: auto;
  padding: 0 15px;
}
.about-page .about-1 .left {
  width: 50%;
  vertical-align: middle;
  padding-right: 30px;
}
.about-page .about-1 .right {
  width: 50%;
  vertical-align: middle;
  position: relative;
  padding: 0 30px;
}
.about-page .about-1 .right .img {
  z-index: 2;
  position: relative;
  display: inline-block;
}
.about-page .about-1 .right .img span img {
  -webkit-mask-image: url(../fonts/mask.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
.about-page .about-1 .bt_bb_section_bottom_section_coverage_image {
  bottom: -1px;
}

.about-page .about-5 {
  margin-top: 3rem;
  text-align: center;
  margin-bottom: 4rem;
}
.about-page .about-5 .header{
  text-align: center;
}
.about-page .about-5 .header span{
  font-size: 23px;
  line-height: 1;
  color: #f00331;
}
.about-page .about-5 .header span::before,.about-page .about-5 .header span::after{
  content: '';
  width: 78px;
	height: 3px;
	background-color: #f00331;
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-5 .years {
  text-align: center;
}
.about-page .about-5 .years .column {
  font-size: 48px;
  font-family: 'ASB';
  line-height: 1;
}
.about-page .about-5 .year-list {
  position: relative;
  /*margin-top: 3rem;*/
  /*margin-bottom: 4rem;*/
}
.about-page .about-5 .year-list .btn {
  position: relative;
  z-index: 2;
}
.about-page .about-5 .year-list .btn div {
  content: '';
  position: absolute;
  font-size: 24px;
  top: 32px;
  cursor: pointer;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  text-align: center;
  line-height: 57px;
}
.about-page .about-5 .year-list .btn div:after {
  font-family: "FontAwesome";
}
.about-page .about-5 .year-list .btn .next {
  right: -5%;
  background: url(../images/ab-r.png) no-repeat center center rgba(27,27,27,0.17);
}
.about-page .about-5 .year-list .btn .prev {
  left: -5%;
  background: url(../images/ab-l.png) no-repeat center rgba(27,27,27,0.17);
}
.about-page .about-5 .year-list ul {
  position: relative;
  z-index: 1;
}
.about-page .about-5 .year-list ul:after {
  border-top: 1px solid #212121;
  content: '';
  width: 94%;
  position: absolute;
  top: 52px;
  left: 33px;
  z-index: -1;
}
.about-page .about-5 .year-list ul li {
  padding-top: 10px;
}
.about-page .about-5 .year-list ul li * {
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .year-list ul li i {
  width: 100px;
  margin: 0 auto;
  display: block;
}
/*.about-page .about-5 .year-list ul li i::before,.about-page .about-5 .year-list ul li i::after{
   position: absolute;
   z-index: 1;
          content: '';
          left: -10px;
          right: -10px;
          top: -10px;
          bottom: -10px;
          border-radius: 50%;
          background-color: rgba(65,136,110, .55);
          animation: scale_hx 2s linear .5s infinite;
           -moz-animation: scale_hx 2s linear .5s infinite;
          -webkit-animation: scale_hx 2s linear .5s infinite;
          -o-animation: scale_hx 2s linear .5s infinite;
}*/
.about-page .about-5 .year-list ul li h4 {
  display: block;
  font-size: 30px;
  color: #212121;
  margin: 30px 0 20px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -30%;
  left: 0;
}
.about-page .about-5 .year-list ul{
  margin-right: -2.45rem;
}
.about-page .about-5 .year-list ul .slick-slide{
  margin-right: 2.45rem;
}
.about-page .about-5 .year-list ul li .text {
  width: 320px;
  position: relative;
  left: 47%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 32px;
  text-align: center;
  color: #181818;
  background-color: rgba(65,136,110,0);
  padding: 1.35rem 0 2.25rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 18px;
}
.about-page .about-5 .year-list ul li .text::before{
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  width: 18px;
  height: 12px;
  background: url(../images/a-icon.png) no-repeat;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .year-list ul li .text h3{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  font-family: 'FR';
  color: #1525c3;
}
.about-page .about-5 .year-list ul li .text p{
  font-size: 18px;
  line-height: 2;
  margin-top: 1rem;
  max-height: 220px;
  overflow: auto;
  padding-right: 10px;
}
.about-page .about-5 .year-list ul li .text p::-webkit-scrollbar-thumb{
   background-color: #1525c3;
}
.about-page .about-5 .year-list ul li .text strong{
  font-weight: bold;
}
/*.about-page .about-5 .year-list ul li .text:hover{
  background-color: #1f51a2;
  color: #fff;
}*/
.about-page .about-5 .year-list ul li .text:hover::before{
  opacity: 1;
}
/*.about-page .about-5 .year-list ul .slick-current li i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}*/
.about-page .about-5 .year-list ul .slick-current li * {
  opacity: 1;
}
.about-page .about-5 span.tag {
    font-size: 20px;
    color: #1f51a2;
    display: inline-block;
    line-height: 1;
}
.about-page .about-5 span.tag:before, .about-page .about-5 span.tag:after {
    content: '';
    width: 78px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    background: #1f51a2;
}
.about-page .about-5 span.tag:before {
    margin-right: 12px;
}
.about-page .about-5 span.tag:after {
    margin-left: 12px;
}
.about-page .about-5 h2.title {
    font-size: 60px;
    line-height: 1.2;
    font-family: 'RB';
}

.about-page .about-2 .bt_bb_port {
  z-index: 3;
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
}
.about-page .about-2 i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 5px solid #705efa;
  margin: auto;
}
.about-page .about-2 h3 {
  font-size: 25px;
  line-height: 1.4;
  font-weight: bold;
}
.about-page .about-3 {
  background-color: #f5f5f5;
  position: relative;
}
.about-page .about-3 .bt_bb_port {
  z-index: 3;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.about-page .about-3 ul{
  margin-right: -20px;
}
.about-page .about-3 ul li{
  padding-right: 20px;
}
.about-page .about-3 ul li img{
  width: 100%;
}
.about-page .about-3 ul li h4{
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 1.6;
  padding: 10px;
  background: #3198fc;
}
.about-page .about-4 {
  position: relative;
}
.about-page .about-4 .bt_bb_port {
  z-index: 3;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.about-page .about-4 .box {
  margin: -15px;
}
.about-page .about-4 .left {
  position: relative;
  width: 50%;
  vertical-align: middle;
  padding: 15px;
}
.about-page .about-4 .left .img {
  z-index: 2;
  position: relative;
}
.about-page .about-4 .left .img img {
  -webkit-mask-image: url(../fonts/mask.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
.about-page .about-4 .right {
  width: 50%;
  vertical-align: middle;
  padding: 15px;
}
.about-page .about-4 .bt_bb_section_top_section_coverage_image {
  top: -1px;
}
.bt_bb_section .bt_bb_section_bottom_section_coverage_image {
  bottom: -1px;
}
.section_title {
  font-size: 60px;
  line-height: 1.2;
  font-family: 'RB';
}
.section_title u {
  position: relative;
  text-decoration: none;
  z-index: 1;
  display: inline-block;
}
/*.section_title u::after {
  display: block;
  content: "";
  background: #3198fc;
  height: 15px;
  left: -10px;
  right: -10px;
  bottom: 85px;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border-radius: 0.3em;
}*/
.about.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.play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 5px;
}
.about.play:after,
.about.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.play:after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.bt_bb_floating_image {
  position: absolute;
}
.bt_bb_floating_image_horizontal_position_right.bt_bb_floating_image {
  right: 0;
}
.bt_bb_floating_image_vertical_position_top.bt_bb_floating_image {
  top: 0;
}
.bt_bb_floating_image_vertical_position_bottom.bt_bb_floating_image {
  bottom: 0;
}
.bt_bb_floating_image_horizontal_position_left.bt_bb_floating_image {
  left: 0;
}
.bt_bb_floating_image_image {
  -webkit-transition: -webkit-transform 1200ms ease-out;
  transition: -webkit-transform 1200ms ease-out;
  -moz-transition: transform 1200ms ease-out, -moz-transform 1200ms ease-out;
  transition: transform 1200ms ease-out;
  transition: transform 1200ms ease-out, -webkit-transform 1200ms ease-out, -moz-transform 1200ms ease-out;
}
.bt_bb_image {
  display: block;
  overflow: hidden;
}
.bt_bb_image img {
  display: block;
  margin: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}
.bt_bb_section_top_section_coverage_image,
.bt_bb_section_bottom_section_coverage_image {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 1400px) {
  .about-page .about-4 .left .bt_bb_floating_image_animation_duration_900 {
    margin-right: 500px!important;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .left {
    width: 100%;
    padding: 0;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding: 0;
  }
  .about-page .about-4 .left {
    width: 100%;
  }
  .about-page .about-4 .right {
    width: 100%;
  }
  .about-page .about-4 .right .mml-text {
    margin: 0;
  }
}
.contact-page .contact-1 .help{
  overflow: initial;
}
.contact-page .contact-1 .bt_bb_port {
  padding-top: 100px;
}
.contact-page .contact-1 .box {
  margin: 0 -15px;
}
.contact-page .contact-1 .left {
  width: 50%;
  vertical-align: middle;
  padding: 0 15px;
}
.contact-page .contact-1 .right {
  position: relative;
  width: 50%;
  vertical-align: middle;
  padding: 0 15px;
}
.contact-page .contact-1 .right .img {
  z-index: 2;
  position: relative;
}
.contact-page .contact-1 .right .img img {
  -webkit-mask-image: url(../fonts/mask.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
.contact-page .contact-2 {
  padding-bottom: 2rem;
  padding-top: 4rem;
}
.contact-page .contact-2 .c-info {
  margin-top: 4.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-2 .c-info li {
  width: 25%;
  text-align: center;
  padding: 2rem 15px 1.5rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: 1px solid #fff;
}
.contact-page .contact-2 .c-info li:hover {
  /*border: 1px solid #d0d0d0;*/
  box-shadow: 0 0 1rem 0 rgb(0 0 0 / 10%);
}
.contact-page .contact-2 .c-info li span {
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-page .contact-2 .c-info li h4 {
  font-size: 20px;
  line-height: 1;
  color: #202020;
  text-transform: capitalize;
  margin-top: 1.25rem;
}
.contact-page .contact-2 .c-info li i {
  display: inline-block;
  width: 2rem;
  height: 2px;
  background: #3198fc;
  margin: 1rem 0 0.75rem;
}
.contact-page .contact-2 .c-info li p {
  font-size: 18px;
  line-height: 1.6;
  color: #171717;
  margin: 0 auto;
  max-width: 250px;
}
.contact-page .title {
    text-align: center;
}
.contact-page .title h2 {
    font-size: 2rem;
    font-family: 'RB';
    line-height: 1.2;
    /*color: #202020;*/
    text-transform: capitalize;
}
.contact-page .title span {
    display: inline-block;
    width: 5.25rem;
    height: 3px;
    background: #3198fc;
    margin: 1.9rem 0 1.5rem;
}
.contact-page .title p {
    font-size: 18px;
    line-height: 1.5;
    color: #3e3e3e;
    margin: 0 auto;
    max-width: 1220px;
    width: 100%;
}
.help {
  position: relative;
  overflow: hidden;
}
.help .bt_bb_port {
  z-index: 3;
  position: relative;
  padding-bottom: 120px;
}
.help .box {
  margin: -15px;
}
.help .left {
  position: relative;
  width: 50%;
  vertical-align: middle;
  padding: 15px;
}
.help .left .img {
  z-index: 2;
  position: relative;
}
.help .left .img img {
  -webkit-mask-image: url(../images/mask.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
.help .right {
  width: 50%;
  vertical-align: middle;
  padding: 15px;
}
.help .form span {
  position: relative;
  display: block;
}
.help .form span.must::after {
  display: block;
  content: "";
  background: #ecbb04;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0.25em;
  right: 0.25em;
  z-index: 5;
  pointer-events: none;
  border-radius: 6px;
}
.help .form input,
.help .form textarea {
  padding: 10px 20px;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
}
.help .form input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.help .form textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.help .form button {
  padding: 15px 30px;
  border-radius: 50px;
  background-color: #3198fc;
  color: #FFFFFF;
  border: none;
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.help .form button:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.help .form ul {
  margin: -10px -15px;
}
.help .form ul li {
  padding: 10px 15px;
  width: 50%;
}
.help .form ul li.wid-100 {
  width: 100%;
}
.help .bt_bb_section_top_section_coverage_image {
  top: -1px;
}
.contact-page .map{
  padding: 3rem 0 6rem;
}
@media screen and (max-width: 1230px) {
  .contact-page .contact-2 .c-info li p{
      font-size: 16px;
}
  .font-16 {
    font-size: 16px;
    line-height: 30px;
  }
  .font-24 {
    font-size: 20px;
  }
  .font-18 {
    font-size: 16px;
  }
  .help .form input,
  .help .form textarea {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width:1000px) {
  .bt-content-holder .bt-content {
    width: 100%;
    padding: 0;
  }
  .bt-content-holder .btSidebar {
    display: none;
  }

  .btPageHeadline{
    background-position: center right 30%;
  }
  .help .left {
    width: 100%;
  }
  .help .right {
    width: 100%;
  }
  .help .bt_bb_port {
    padding-top: 60px;
    padding-bottom: 60px;
  }
   .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
  }
  .contact-page .contact-2 .c-info li{
  width: 50%;
}
}
@media screen and (max-width:700px) {
  .btPageHeadline{
    background-image: none!important;
    background-color: #3198fc;
    height: 280px;
  }
  .btPageHeadline .bt_bb_port{
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .faq-page{
    padding: 40px 0!important;
  }
  .bt_bb_headline .bt_bb_headline_content{
    font-size: 20px!important;
    line-height: 36px!important;
  }
  .btPostListColumns .btArticleContentHolder {
    display: block;
  }
  .btPostListColumns .btArticleContentHolder .btArticleMedia {
    max-width: 100%;
  }
  .btPostListColumns .btArticleContentHolder .btArticleTextContent {
    max-width: 100%;
  }
  .btPostListColumns .btArticleContentHolder .bt_bb_headline_tag {
    font-size: 20px;
    line-height: 36px;
  }
  .contact-page .contact-1 .bt_bb_port{
    padding-top: 40px!important;
  }
  .section_title {
    font-size: 30px;
    line-height: 50px;
  }
  .section_title u::after {
    height: 10px;
    bottom: 0;
  }
  .font-18 {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 500px) {
  .help .form ul li {
    width: 100%;
  }
  .contact-page .contact-2 .c-info li{
  width: 100%;
}
}

.inner-page p {
    line-height: 1.8;
    color: #333;
    font-size: 16px;
}
.prodet-page .text {
  border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    /*margin-top: 50px;*/
    color: #828893;
    padding:  20px 0px;
    font-size: 18px;
}
.prodet-page .text strong{font-weight: bold; font-size: 18px; color: #111;margin-bottom: 20px;}
.prodet-page .text ul{margin-top: 30px;}
.prodet-page .text p {
    color: inherit;
}
.inner-page i.small-tit {
    color: #3198fc;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}
.inner-page h3.title {
    /*color: #111;*/
    text-transform: none;
    font-size: 32px;
    line-height: 38px;
    padding: 30px 0px;
    position: relative;
    font-weight: 600;
}
.inner-page h3.title.mt0 {
    margin-top: 0;
}
.inner-page .form ul {
    margin: -5px;
}
.inner-page .form ul li {
    padding: 5px;
}
.inner-page .form ul li.wid-100 {
    width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
    width: 100%;
    padding: 10px 15px;
    background: #f8f9fa none repeat scroll 0 0;
    border: medium none;
    font-size: 14px;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
    color: #242424;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
    color: #242424;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
    color: #242424;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
    color: #242424;
}
.inner-page .form ul li textarea {
    height: 120px;
    resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
    background: #3198fc;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
    background: #222;
}
.inner-page .sidebar-box .sidebar-left {
    width: 25%;
    padding-right: 15px;
    position: sticky;
    top: 100px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
    padding: 30px;
    background: #edeff2;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li {
    margin: 5px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a {
    display: block;
    
    color: #072948;
    
    font-size: 14px;
    padding: 15px 20px;
    background: #fff;
    border-left: 4px solid #3198fc;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a i {
    float: right;
    font-size: 20px;
    position: absolute;
    right: 5px;
    top: 10px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a {
    background: #edeff2;
    border-color: #edeff2;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    padding: 0px 20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a:before {
    content: '-';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover > a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li.active > a {
    background: #3198fc none repeat scroll 0 0;
    color: #fff;
    
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li.active > a {
    background: rgba(11,46,166,.65);
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li.active>ul {
    display: block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf {
    margin: 30px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4 {
    color: #111;
    font-size: 22px;
    text-transform: capitalize;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:after {
    position: absolute;
    height: 4px;
    width: 30%;
    background: #3198fc none repeat scroll 0 0;
    content: "";
    left: 0;
    bottom: -20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:before {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 35%;
    height: 4px;
    width: 15px;
    background: #ddd none repeat scroll 0 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a {
    display: block;
    text-align: left;
    text-transform: uppercase;
    color: #111;
    font-size: 14px;
    padding: 15px 30px;
    border: 1px solid #eee;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i {
    margin-right: 5px;
    color: #3198fc;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i.fa-download {
    float: right;
    margin-top: 6px;
    color: #111;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover {
    background: #3198fc none repeat scroll 0 0;
    color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover i {
    color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info {
    padding: 30px;
   
    background-size: cover;
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3198fc;
    z-index: -1;
    opacity: .83;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
    color: #fff;
    font-size: 25px;
    text-transform: capitalize;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info p {
    color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
    color: #fff;
    font-weight: 600;
    
    letter-spacing: 1px;
    margin: 20px 0;
    display: block;
    font-size: 1.5rem;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #fff;
    color: #3198fc;
    background: #fff none repeat scroll 0 0;
    padding: 12px 35px;
    letter-spacing: 1px;
    margin-top: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact:hover {
    background: transparent;
    color: #fff;
}
.inner-page .sidebar-box .sidebar-right {
    width: 75%;
    padding-left: 15px;
   

}
.inner-page .m-page {
    text-align: right;
    float: none;
    margin: 30px -5px 0;
    padding-bottom: 81px;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.inner-page .m-page a:hover {
    background: #3198fc none repeat scroll 0 0;
    color: #fff;
}

.product-page {
    padding: 70px 0;
}
.product-page .product-list ul {
    margin: 0 -1rem;
}
.product-page .product-list ul li{
  padding: 0 1rem 0 0;
  margin-bottom: 1rem;
}
.product-page .product-list ul li .box{
    background-color: #fff;
    overflow: hidden;
    position: relative;
    padding: 20px!important;
    border: 1px solid #e9ecef;
    box-shadow: 5px 6px 1px rgb(0 0 0 / 3%);
    -webkit-box-shadow: 5px 6px 1px rgb(0 0 0 / 3%);
}
.product-page .product-list ul li .flex-sb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.product-page .product-list ul li .info {
    padding: 30px 10px;
    position: relative;
    z-index: 3;
}
.product-page .product-list ul li .info h6 {
    font-weight: 500;
    font-size: 22px;
    color: #495057;
    margin-top: 50px;
    padding: 0!important;
}
.product-page .product-list ul li .info p {
    font-family: "RB";
    font-size: 1.5rem;
    margin-bottom: 50px;
    letter-spacing: -1px;
}
.product-page .product-list ul li .info span {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #333;
    color: #333;
}
.prodet-page {
    /*padding: 70px 0;*/
    padding-bottom: 160px;
    background: #f5f5f5;
}
.prodet-page .product-box .prodet-1{background: #f5f5f5; }
.prodet-page .product-box .prodet-1 .left a {
    display: block;
    text-align: center;
    padding: 2rem 0;
}
.prodet-page .product-box .prodet-1 .left a img {
    width: 80%;
    background: #fff;
}
.prodet-page .product-box .prodet-1 .left ul {
    margin: -10px;
    padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul li {
    /*padding: 137px;*/
    padding: 10px;
}
.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
    display: none !important;
}
.prodet-page .product-box .prodet-1 .left ul li img {
    display: block;
    margin: 0 auto;
    background: #f5f5f5;
}
.prodet-page .product-box .prodet-1 .left 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 .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
    background-image: url("../images/banner-btn-l.png");
    left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
    background-image: url("../images/banner-btn-r.png");
    right: 10px;
}
.prodet-page .product-box .prodet-1 .right {
    padding-top: 35px;
    padding-left: 20px;
    padding-bottom: 30px;
}
.prodet-page .product-box .prodet-1 .right h3.title {
    font-size: 24px;
}
.prodet-page .product-box .prodet-1 .right .text li {
    margin-bottom: 14px;
    padding-left: 32px;
    font-size: 14px;
    color: #1d1e1e;
    line-height: 1.4;
    position: relative;
}
.prodet-page .product-box .prodet-1 .right .text li:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url('../images/icon-dg.png') left top no-repeat;
    position: absolute;
    left: 0;
    top: 1px;
}
.prodet-page .product-box .prodet-1 .right .text li:last-child {
    margin-bottom: 0;
}
.prodet-page .product-box .prodet-1 .right .share {
    padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
    width: auto;
    color: #666;
    margin: 5px;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
    color: #3198fc;
}
.prodet-page .product-box .prodet-1 .right a.tel {
    font-size: 18px;
    font-weight: 500;
    color: #3198fc;
    display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
    display: inline-block;
    vertical-align: middle;
    line-height: 48px;
    height: 48px;
    background: #3198fc;
    color: white;
    padding: 0 40px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}
.prodet-page .link{margin-top: 30px;}
.prodet-page .product-box .prodet-1 .right a.PDF{ background: #ed9b05; display: inline-block;
    vertical-align: middle;
    line-height: 48px;
    height: 48px;
   
   
    padding: 0 56px;
    font-size: 14px;
    margin-top: 10px;
    color:#fff;}
.prodet-page .product-box .prodet-1 .right a i.fa{margin-right: 10px;}

.prodet-page .product-box .prodet-2 {
    background: #fff;
    padding: 30px 60px;
}
.prodet-page .product-box .prodet-2 .options ul {
    background: #f8f8f8;
}
.prodet-page .product-box .prodet-2 .options ul li {
    width: auto;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    color: #3d474a;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
    color: white;
    background: #3198fc;
}
.prodet-page .product-box .prodet-2 .ret {
    padding-top: 20px;
    font-size: 18px;
    color: #1d1e1e;
    line-height: 1.6;
}
.prodet-page .product-box .prodet-2 .ret strong {
    font-size: 30px;
    font-weight: bold;
}
.prodet-page .product-box .prodet-2 .ret p {
    padding: 5px 0;
    font-size: 18px;
}
.prodet-page .product-box .prodet-2 .ret table {
    margin: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table td {
    border: 1px solid #eee;
    font-size: 14px;
}
.prodet-page .product-box .prodet-2 .ret table td p {
    padding: 0;
}
/*.prodet-page .product-box .prodet-2 .ret table td:first-child {
    width: 30%!important;
}*/
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
    background: #f9f9f9;
}
.prodet-page .product-box .prodet-3{background-color: #fff;}
.prodet-page .product-box .prodet-3 h3.title {
    font-size: 24px;
    padding-left: 30px;
}
.prodet-page .product-box .prodet-3 ul {
    margin: 10px;
}
.prodet-page .product-box .prodet-3 ul li {
    padding: 10px;
    border: 1px solid #e2e2e2;
}
.prodet-page .product-box .prodet-3 ul li .box {
    display: block;
    background: white;
    
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
    display: block;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
    display: block;
    padding: 20px 10px;
    text-align: center;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #111;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
    color: #3198fc;
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
    display: block;
    font-size: 14px;
    color: #3198fc;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
    display: block;
    font-size: 12px;
    color: #888;
    line-height: 20px;
    margin: 5px 0 10px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    height: 28px;
    padding: 0 10px;
    border: 1px solid #3198fc;
    font-size: 12px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #3198fc;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
    margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
    color: white;
    background: #3198fc;
}
.p06-1-s5 .mml-row>ul>li .imgBox {
    max-width: 900px;
    background: #f9f9f9;
}
.p06-1-s5 .mml-row>ul>li .imgBox .Main {
    width: 70%;
    vertical-align: middle;
}
.p06-1-s5 .mml-row>ul>li .imgBox .Small {
    width: 30%;
    vertical-align: middle;
    text-align: center;
}
.prodet-page .product-box .prodet-6 .form-pro {
    margin: 1rem 0;
    padding: 5rem 3rem 2.5rem;
    background: white;
    display: inline-block;
    width: 100%;
   
}
.prodet-page .product-box .prodet-6 .form-pro .text {
    font-size: 1.6rem;
    color: #666;
    margin: 0 0 1.5rem;
    line-height: 2;
    border: 0px;
    padding: 0px;
}
.prodet-page .product-box .prodet-6 .form-pro .form-list ul {
    margin: -0.4rem -2rem;
}
.prodet-page .product-box .prodet-6 .form-pro .form-list ul li {
    padding: .4rem 2rem;
}
.prodet-page .product-box .prodet-6 .form-pro .form-list ul li input,
.prodet-page .product-box .prodet-6 .form-pro .form-list ul li textarea,
.prodet-page .product-box .prodet-6 .form-pro .form-list ul li button {
    line-height: 1.1rem;
    padding: 1rem;
    border: none;
    background: #f8f9fa;
    font-size: 17px;
    width: 100%;
}
.prodet-page .product-box .prodet-6 .form-pro .form-list ul li textarea {
    height: 20rem;
    margin-top: 1rem;
    resize: vertical;
}
.prodet-page .product-box .prodet-6 .form-pro .form-list ul li input[type="submit"] {
    text-transform: uppercase;
    color: white;
    text-align: center;
    background: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.prodet-page .product-box .prodet-6 .form-pro .form-list ul li button:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    background: #3198fc;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #3198fc), color-stop(100%, #ed9b05));
    /* 鍏煎Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(45deg, #3198fc 0%, #ed9b05 100%);
    /* firefox */
    background: -webkit-linear-gradient(-45deg, #3198fc 0%, #ed9b05 100%);
    /* chrome */
    /* opera */
    /* ie */
    background: -webkit-gradient(linear, -45deg, from(#3198fc), to(#ed9b05));
    background: -webkit-linear-gradient(-45deg, #3198fc, #ed9b05);
    background: -moz-linear-gradient(-45deg, #3198fc, #ed9b05);
    background: linear-gradient(to -45deg, #3198fc, #ed9b05);
    /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3198fc', endColorstr='#ed9b05',GradientType=1)";
    /* 鍏煎IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3198fc', endColorstr='#ed9b05', GradientType=1);
    /* 鍏煎IE5~IE9 */
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.prodet-page .product-box .prodet-6 .form-pro .form-list ul li button:hover:after {
    opacity: 1;
}
.prodet-page .product-box .prodet-6 .form-pro .form-list ul li.wid-100 {
    width: 100%;
}
.prodet-jq-service {
    padding: 50px 0;
    background-color: #f5f5f5;
}
.prodet-jq-service ul li {
    padding: 0 30px;
    text-align: center;
    position: relative;
}
.prodet-jq-service ul li i {
    display: block;
    height: 66px;
    line-height: 66px;
}
.prodet-jq-service ul li i img {
    display: inline-block;
    vertical-align: middle;
}
.prodet-jq-service ul li h5 {
    font-size: 25px;
    color: #3198fc;
    line-height: 1;
    margin: 25px 0 15px;
    font-weight: bold;
}
.prodet-jq-service ul li p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
.prodet-jq-service ul li:nth-child(2):after,
.prodet-jq-service ul li:nth-child(2):before {
    content: '';
    height: 90%;
    width: 2px;
    display: block;
    position: absolute;
    top: 5%;
    background: #dadce0;
}
.prodet-jq-service ul li:nth-child(2):before {
    left: -1px;
}
.prodet-jq-service ul li:nth-child(2):after {
    right: -1px;
}
.prodet-page .product-box .prodet-5 {
    text-align: center;
}
.prodet-page .product-box .prodet-4 {
    padding: 3rem;
    background: #fff;
   
}
.prodet-page .product-box .prodet-4 .left {
    padding-right: 2.5rem;
    vertical-align: middle;
    width: 70%;
}
.prodet-page .product-box .prodet-4 .left a {
    height: 380px;
    display: block;
    background-size: cover;
    background-position: center center;
}
.prodet-page .product-box .prodet-4 .left img {
    width: 100%;
}
.prodet-page .product-box .prodet-4 .right {
    padding-left: 2.5rem;
    vertical-align: middle;
    width: 30%;
}
.prodet-page .product-box .prodet-4 .right i.tag {
    display: block;
    font-size: 1.4rem;
    color: #757272;
    line-height: 1;
}
.prodet-page .product-box .prodet-4 .right h3 {
    display: block;
    font-size: 4rem;
    line-height: 1;
    color: #3198fc;
    font-weight: bold;
    margin: 1rem 0;
}
.prodet-page .product-box .prodet-4 .right .text {
    display: block;
    font-size: 1.6rem;
    color: #757272;
    line-height: 1.6;
    margin-top: 30px;
}
.prodet-page .product-box .prodet-4 .right a.more {
    margin-top: 2rem;
    font-size: 1.4rem;
    color: #3c3939;
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .product-box .prodet-4 .right a.more img {
    left: 0;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.prodet-page .product-box .prodet-4 .right a.more:hover img {
    left: 10px;
}
.gallery-page {
    padding: 70px 0;
}
.gallery-page .gallery-list ul {
    margin: -15px;
}
.gallery-page .gallery-list ul li {
    padding: 15px;
}
.gallery-page .gallery-list ul li .box {
    box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
    padding: 10px;
    border-radius: 5px;
}
.gallery-page .gallery-list ul li .box a.img-box {
    margin-bottom: 10px;
    display: block;
}
.gallery-page .gallery-list ul li .box a.img-box img {
  width: 100%;
}
.gallery-page .gallery-list ul li .box h5 {
    display: block;
    color: #111;
    font-weight: 500;
    font-size: 18px;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
    background: #3198fc;
    color: white;
}

.faq-page .faq-1 {
    padding: 70px 0;
    text-align: center;
    background: #edeff2;
}
.faq-page .faq-1 .search {
    max-width: 550px;
    display: block;
    margin: 20px auto;
    position: relative;
}
.faq-page .faq-1 .search input {
    width: 100%;
    border: medium none;
    color: #111;
    left: 0;
    padding: 0 70px 0 15px;
    border-radius: 30px;
    background: white;
    display: block;
    line-height: 50px;
    height: 50px;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input:-moz-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input::-moz-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search button {
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    line-height: 50px;
    height: 50px;
    color: #3198fc;
}
.faq-page .faq-1 p {
    max-width: 770px;
    display: block;
    margin: 0 auto;
}
.faq-page .faq-2 {
    padding: 70px 0 5rem;
}
.faq-page .faq-2 .left {
    width: 66%;
    padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
    margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
    display: block;
    text-align: left;
    padding: 15px;
    background: #f7f7f7 none repeat scroll 0 0;
    color: #111;
    border-radius: 0;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
}
.faq-page .faq-2 .left ul li h4 span {
    margin-right: 5px;
    color: #3198fc;
}
.faq-page .faq-2 .left ul li .content {
    padding: 20px 30px;
    display: none;
    font-size: 16px;
}
.faq-page .faq-2 .right {
    width: 34%;
    padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
    padding: 30px;
    background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
    width: 100%;
}
.service-page h2.title {
        font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #312e2e;
    text-align: center;
}
.service-page .service-1 {
    padding: 100px 0 50px;
}
.service-page .service-1 .list {
    margin-top: 35px;
}
.service-page .service-1 .list ul {
    margin: -10px;
}
.service-page .service-1 .list ul li {
    padding: 10px;
}
.service-page .service-1 .list ul li img {
    width: 100%;
}
.service-page .service-1 .list ul li p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.4;
    color: #6a6868;
}
.service-page .service-2 {
    padding: 100px 0 50px;
}
.service-page .service-2 img {
    width: 100%;
}
.service-page .service-2 .box {
    position: relative;
}
.service-page .service-2 .box .box2 {
    position: absolute;
    left: 5%;
    bottom: 5%;
    width: 55%;
    color: white;
}
.service-page .service-2 .box .box2 h4 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
}
.service-page .service-2 .box .box2 .text {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 25px;
    color: white;
}
.service-page .service-3 .box{
    margin-top: 60px;
}
.service-page .service-3 .box .left {
    vertical-align: middle;
}
.service-page .service-3 .box .left img {
    width: 100%;
}
.service-page .service-3 .box .right {
    vertical-align: middle;
    padding: 0 5%;
}
.service-page .service-3 .box .right .text {
    font-size: 24px;
    line-height: 1.4;
    color:#312e2e;
}
.service-page .service-4 {
    padding-top: 70px;
    background: url('../images/service-4-bg.jpg') center bottom no-repeat;
    color: #423f3f;
    text-align: center;
}
.service-page .service-4 h2.title {
    color: inherit;
}
.service-page .service-4 .text {
    max-width: 650px;
    display: block;
    margin: 25px auto;
    font-size: 18px;
    line-height: 1.4;
    color: inherit;
    height: 1.6em;
}
.service-page .service-4 .box {
    height: 700px;
    position: relative;
}
.service-page .service-4 .box img.bg {
    position: absolute;
    left: 50%;
    bottom: 0;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.service-page .service-4 .box li {
    width: 210px;
    height: 210px;
    border-radius: 100%;
    background: white;
    text-align: center;
    position: absolute;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.service-page .service-4 .box li i {
    display: block;
    padding: 50px 0 15px;
}
.service-page .service-4 .box li span {
    font-size: 18px;
    color: #343131;
    font-weight: 600;
}
.service-page .service-4 .box li.ie1 {
    left: 6%;
    bottom: 10%;
}
.service-page .service-4 .box li.ie2 {
    left: 20%;
    bottom: 42%;
}
.service-page .service-4 .box li.ie3 {
left: 42%;
    bottom: 55%;
}
.service-page .service-4 .box li.ie4 {
    left: 65%;
    bottom: 42%;
}
.service-page .service-4 .box li.ie5 {
    left: 79%;
    bottom: 10%;
}
.service-page .service-5 {
    padding: 120px 0;
    background: #f3f1f1;
}
.service-page .service-5 h2.title {
    text-transform: uppercase;
    text-align: left;
}
.service-page .service-5 .text {
    max-width: 60%;
    font-size: 16px;
    line-height: 1.4;
    color: #666;
}
.service-page .service-5 .text:before {
    content: '';
    margin: 15px 0;
    width: 71px;
    height: 5px;
    background: #393737;
    display: block;
}
.service-page .service-5 .box {
    margin-top: 35px;
}
.service-page .service-5 .box .left {
    width: 20%;
    vertical-align: middle;
}
.service-page .service-5 .box .left ul li {
    margin-bottom: 50px;
}
.service-page .service-5 .box .left ul li h5 {
    font-size: 60px;
    color: #3198fc;
    font-weight: bold;
    line-height: 1;
}
.service-page .service-5 .box .left ul li p {
    font-size: 20px;
    line-height: 1.4;
    color: #333;
    margin-top: 10px;
}
.service-page .service-5 .box .left ul li:last-child {
    margin-bottom: 0;
}
.service-page .service-5 .box .right {
    width: 80%;
    vertical-align: middle;
    padding-left: 2%;
}
.service-page .bottom{
  padding-bottom: 8rem;
  text-align: center;
}
.service-page .bottom h3{
  margin-bottom: 30px;
    font-size: 30px;
    font-family: 'RB';
}
.news-page {
    padding: 70px 0;
}
.news-page .news-list ul {
    margin: -15px;
}
.news-page .news-list ul li {
    padding: 15px;
}
.news-page .news-list ul li:last-child {
    margin-bottom: 0;
}
.news-page .news-list ul li a.img-box {
    display: block;
}
.news-page .news-list ul li a.img-box img {
    width: 100%;
}
.news-page .news-list ul li .box {
    padding: 10px;
    -moz-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
    -o-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
    box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
}
.news-page .news-list ul li .box .content {
    padding: 20px;
    position: relative;
}
.news-page .news-list ul li .box .content time {
    position: absolute;
    width: 65px;
    height: 65px;
    top: -35px;
    background: #3198fc none repeat scroll 0 0;
    color: #fff;
    line-height: 23px;
    text-align: center;
    border-radius: 5px;
    display: block;
    font-weight: 500;
    font-weight: 500;
    font-size: 20px;
    padding: 8px 0;
    left: 15px;
}
.news-page .news-list ul li .box .content h3 {
    margin-top: 25px;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
    color: #111;
    display: inline-block;
    line-height: 28px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    /*height: 54px;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-page .news-list ul li .box .content h3:hover {
    color: #3198fc;
}
.news-page .news-list ul li .box .content a.more {
    text-transform: capitalize;
    font-weight: 500;
    padding: 5px 0 5px 20px;
    margin-top: 20px;
    display: inline-block;
    color: #3198fc;
    border-left: 1px solid #3198fc;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-list ul li .box .content a.more i {
    -webkit-transition: 0.5s padding-left;
    -moz-transition: 0.5s padding-left;
    -ms-transition: 0.5s padding-left;
    -o-transition: 0.5s padding-left;
    transition: 0.5s padding-left;
}
.news-page .news-list ul li .box .content a.more:hover {
    color: #111;
    border-left: 1px solid #111;
}
.news-page .news-list ul li .box .content a.more:hover i {
    padding-left: 5px;
}
.newdet-page {
    padding: 70px 0;
}
.newdet-page .news-content h3.title {
    font-size: 24px;
}
.newdet-page .news-content a.img-box {
    display: block;
}
.newdet-page .news-content a.img-box img {
    width: 100%;
}
.newdet-page .news-content time {
    width: 65px;
    height: 65px;
    margin-top: -35px;
    background: #3198fc none repeat scroll 0 0;
    color: #fff;
    line-height: 23px;
    text-align: center;
    border-radius: 5px;
    display: block;
    font-weight: 500;
    font-weight: 500;
    font-size: 20px;
    padding: 8px 0;
    left: 15px;
    position: relative;
    z-index: 1;
}
.newdet-page .news-content .tag {
    font-size: 14px;
    color: #828893;
}
.newdet-page .news-content .tag em {
    color: black;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .news-content .tag div {
    margin-left: 15px;
}
.newdet-page .news-content .tag div i {
    color: #3198fc;
    margin-right: 5px;
}
.newdet-page .news-content .content {
    padding: 15px 0;
    margin: 10px 0;
    border-top: 1px #eee dashed;
    border-bottom: 1px #eee dashed;
    text-align: left;
    font-size: 18px;
}
.newdet-page .news-content .content p {
    padding: 5px 0;
}
.newdet-page .news-content .share {
    text-align: left;
}
.newdet-page .news-content .share h4 {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 14px;
}
.newdet-page .news-content .share ul {
    display: inline-block;
}
.newdet-page .news-content .share ul li {
    width: auto;
    padding: 5px;
}
.newdet-page .news-content .share ul li a {
    display: block;
    padding: 0 15px;
    line-height: 32px;
    height: 32px;
    border-radius: 5px;
    background: #edeff2;
    font-size: 12px;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
    color: white;
    background: #3198fc;
}
.newdet-page .news-content .m-link {
    padding-top: 15px;
    text-align: left;
    margin-bottom: 103px;
    border-top: 1px #eee dashed;
    font-size: 18px;
}
.newdet-page .news-content .m-link a {
    font-size: 14px;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
    color: #3198fc;
    text-decoration: underline;
    /*font-size: 18px;*/
}

@media screen and (max-width: 1250px) {
    .inner-page .sidebar-box .sidebar-left .sidebar-nav {
        padding: 15px;
    }
    .prodet-page .product-box .prodet-1 .left {
        width: 100%;
    }
    .prodet-page .product-box .prodet-1 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
        font-size: 20px;
    }
    .inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
        font-size: 1.2rem;
        margin: 15px 0;
    }
    .inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
        padding: 6px 25px;
    }
    .product-page .product-list ul li {
        width: 50% !important;
    }
    .inner-page h3.title {
        font-size: 28px;
        line-height: 28px;
    }
    #mapContainer {
        height: 300px !important;
    }
    .news-page .news-list ul li .box .content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .faq-page .faq-2 .left ul li h4 {
        font-size: 16px;
        padding: 12px;
    }
    .faq-page .faq-2 .right .box2 {
        padding: 20px 10px;
    }
    .faq-page .faq-2 .right .box2 h3.title {
        margin-bottom: 20px;
    }
    .inner-page .form ul li input,
    .inner-page .form ul li textarea {
        padding: 8px 15px;
    }
    .inner-page i.small-tit {
        font-size: 16px;
    }
}
@media screen and (max-width: 1000px) {
    .inner-page h3.title {
        font-size: 24px;
        line-height: 26px;
    }
    .about-page .about-1 .right h5 {
        font-size: 14px;
        line-height: 20px;
    }
    .gallery-page,
    .faq-page .faq-1,
    .faq-page .faq-2,
    .prodet-page,
    .product-page,
    .news-page,
    .newdet-page{
        padding: 40px 0;
    }
    .contact-page .contact-2 {
        padding-top: 40px;
    }
    .inner-page .sidebar-box .sidebar-left {
        display: none;
    }
    .faq-page .faq-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .faq-page .faq-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .inner-page .sidebar-box .sidebar-right {
        width: 100%;
        padding-left: 0;
    }
    .gallery-page .gallery-list ul li .box h5 {
        font-size: 16px;
    }
    .inner-page .m-page {
        text-align: center;
    }
    .inner-page .m-page a,
    .inner-page .m-page span {
        width: 35px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        -moz-box-shadow: 0 2px 5px 0 #d8dde6;
        -o-box-shadow: 0 2px 5px 0 #d8dde6;
        box-shadow: 0 2px 5px 0 #d8dde6;
    }
    .inner-page h3.title {
        font-size: 20px !important;
        line-height: 24px;
    }
    .faq-page .faq-2 .left ul li h4 {
        font-size: 14px;
    }
    .news-page .news-list ul li .box .content time,
    .newdet-page .news-content time {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 20px;
        top: -25px;
    }
    .newdet-page .news-content time {
        top: 0;
        margin-top: -25px;
    }
    .news-page .news-list ul li .box .content a.more {
        font-size: 14px;
        padding: 2px 0 2px 15px;
    }
    .news-page .news-list ul li{
      width: 50% !important;
    }
}
@media screen and (max-width: 700px) {
  .product-page .product-list ul li{
    width: 100% !important;
  }
  .product-page .product-list ul li .flex-sb{
    display: block;
  }
  .product-page .product-list ul li .info{
    width: 100%;
  }
  .product-page .product-list ul li .img{
    width: 100%;
  }
  .product-page .product-list ul li .info h6{
    font-size: 16px;
  }
  .product-page .product-list ul li .info p{
    font-size: 20px;
  }
  .bt_bb_section .bt_bb_column_content{
    padding: 0 15px;
  }
  .news-page .news-list ul li .box .content h3{
    height: auto;
  }
  .news-page .news-list ul li{
      width: 100% !important;
    }
    .prodet-page .product-box .prodet-2{
      padding: 30px 0;
    }
}

.p05 h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
.p05 div,
.p05 p {
  font: inherit;
}
.white {
    color: #fff;
}
.p05 .support{
  padding-bottom: 5rem;
}

.p05 .support .item{
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.p05 .support .item:nth-child(odd){
  flex-direction: row-reverse;
}

.p05 {
  font-size: 16px
}

.p05 h2 {
  margin-bottom: 40px;
  font-family: 'RB';
}

.p05 .samples,
.p05 .consultation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 120px auto
}

.p05 .samples .mml-text,
.p05 .consultation .mml-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  max-width: 50%;
  color: #565656;
  font-size: 18px;
}

.p05 .samples .mml-image,
.p05 .consultation .mml-image {
  margin: auto
}

.p05 .samples h2,
.p05 .consultation h2 {
  color: #999;
  text-align: initial;
  line-height: 1.2;
}

.p05 .samples p,
.p05 .samples ul,
.p05 .consultation p,
.p05 .consultation ul {
  margin-top: 15px
}

.p05 .samples li,
.p05 .consultation li {
  margin: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}

.p05 .samples .green,
.p05 .consultation .green {
  margin-right: 5px;
  color: #56d079
}

.p05 .consultation {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  max-width: 1404px;
}

.p05 .stable {
  overflow: hidden;
  padding: 120px 0;
  background-color: #19181d;
  text-align: center
}

.p05 .stable p {
  margin: 0 auto 15px;
  max-width: 750px;
  color: gray
}

.p05 .slicker-stable {
  /*max-width: 1700px;*/
  margin: 60px 0 0;
  /*-webkit-transform: translate(25%, 0);
  -ms-transform: translate(25%, 0);
  transform: translate(25%, 0)*/
}

.p05 .slicker-stable{
  margin-right: -10%;
}
.p05 .slicker-stable .slick-list{
  padding-right: 200px !important;
}

.p05 .slicker-stable .slick-slide {
  position: relative;
  margin: 0 20px
}

.p05 .slicker-stable .slick-slide:before {
  content: '\20';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(25, 24, 29, .5);
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s
}

.p05 .slicker-stable .slick-slide.slick-current:before {
  opacity: 0
}

.p05 .slick-dots {
  max-width: 820px;
  width: 50%;
  margin: 40px auto 0;
}

.p05 .slick-dots>li {
  display: inline-block;
  background-color: #212026
}

.p05 .slick-dots>li.slick-active {
  background-color: #56d079
}

.p05 .support {
  overflow: hidden;
  color: white
}

.p05 .support .mml-row {
  margin: 60px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.p05 .support .mml-row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

.p05 .support .mml-image {
  margin: auto;
  max-width: 660px;
  max-height: 510px;
}

.p05 .support .mml-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  max-width: 50%;
  color: #999;
  text-align: initial;
  font-family: 'RR';
}

.p05 .support .sup-title {
  display: block;
  margin-top: 70px;
  color: #111;
  line-height: 1.3;
}

.p05 .support h3 {
  margin-bottom: 30px;
  font-size: 30px;
  font-family: 'RB';
}

.p05 .support p {
  margin-top: 15px;
  font-size: 18px;
  font-family: 'RR';
}

@media (max-width:1200px) {
  .p05 .slicker-stable {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .p05 .slick-dots {
    max-width: unset;
    width: unset
  }
}

@media (max-width:1000px) {

  .p05 .consultation,
  .p05 .samples {
    display: block
  }

  .p05 .consultation .mml-image,
  .p05 .samples .mml-image {
    width: unset
  }

  .p05 .consultation .mml-text,
  .p05 .samples .mml-text {
    margin: auto
  }
}

@media (max-width:780px) {
  .p05 .support .mml-row {
    display: block;
    margin: 40px auto
  }

  .p05 .support .mml-image {
    width: unset;
    max-width: unset
  }

  .p05 .support .mml-text {
    margin: auto
  }

  .p05 .support .sup-title {
    text-align: center
  }
}

@media (max-width:600px) {
  .p05 h2 {
    margin-bottom: 20px
  }

  .p05 .consultation,
  .p05 .samples {
    margin: 40px 0
  }

  .p05 .stable {
    padding: 40px 0
  }

  .p05 .slicker-stable,
  .p05 .slick-dots {
    margin-top: 20px
  }
}

.p05 .support .ui.container {
  max-width: 1404px;
}

.p05 h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    font-family: 'RB';
}
.p05 div,
.p05 p {
  font: inherit;
}
.white {
    color: #fff;
}
.slick-dots button{display:none}
.slick-dots>li{
  margin:0 10px;
  width:12px;
  height:12px;
  background-color:#fff;
  border-radius:50%;
  cursor:pointer;
  -webkit-transition:all 0.24s;
  -o-transition:all 0.24s;
  transition:all 0.24s
  }
  .slick-dots>li.slick-active{
    background-color:#fff;
    }

@media only screen and (max-width:1000px){
  .p05 .samples .mml-text, .p05 .consultation .mml-text{
    max-width: 100%;
  }

  .p05 h2{
    font-size: 30px;
  }

  .p05 .support .item{
    display: block;
  }

  .p05 .support .mml-text{
    max-width: 100%;
  }
}
@media screen and (max-width: 501px) {
  .p05 .slicker-stable .slick-list{
    padding-right: 100px !important;
  }
}