@font-face {
  font-family: 'PL';
  src: url('../fonts/Poppins-Light.eot') format('eot'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'PR';
  src: url('../fonts/Poppins-Regular.eot') format('eot'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'IM';
  src: url('../fonts/Impact.eot') format('eot'), url('../fonts/Impact.woff2') format('woff2'), url('../fonts/Impact.woff') format('woff'), url('../fonts/Impact.ttf') format('truetype');
}
body {
  font-family: 'PL';
}

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

    .video_box video,
    .video_box iframe {
      min-width: 400px;
      display: block;
      max-height: 240px !important;
    }
  }

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

    .video_box video,
    .video_box iframe {
      min-width: 300px;
      display: block;
      max-height: 170px !important;
    }
  }

.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1590px;
  margin: auto;
  width: 100%;
}
#header {
  z-index: 999;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}
#header .nav {
  position: relative;
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu {
  position: initial;
  display: flex;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  position: relative;
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  display: inline-block;
  margin-left: 0;
  background-color: #408dff;
  text-align: center;
  /*height: 7.5rem;
  line-height: 7.5rem;*/
  width: 15.63%;
}
#header .nav .ui.menu .logo img {
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
  margin-right: 0;
  height: 4.5rem;
  line-height: 4.5rem;
  width: 73.95%;
}
#header .nav .ui.menu .menu-box ul.menu {
  width: 100%;
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  position: relative;
  width: 16.66%;
  text-align: center;
  border-right: 1px solid #c9d1d7;
  border-bottom: 1px solid #c9d1d7;
  font-size: 16px;
  color: #040404;
  font-weight: bold;
  z-index: 100;
  float: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  background-color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin: 0 0 0 0;
  border-right: none;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  position: relative;
  display: inline-block;
  padding: 5px 0;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after{
  content: '';
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 0;
  height: 1px;
  background: #015696;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover {
  color: #015696;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover a::after{
  width: 100%;
  left: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  margin-left: 10px;
}
#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: 16px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: 0;
  width: 260px;
  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 #408dff;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  font-weight: 400;
  -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;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .language {
  position: relative;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  vertical-align: middle;
  width: 5.21%;
  height: 5rem;
  background-color: #408dff;
  color: #fff;
  line-height: 5rem;
  text-align: center;
}
#header .nav .ui.menu .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: 120px;
  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 #408dff;
  display: none \9;
}
#header .nav .ui.menu .language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .language ul.sub-menu li a img {
  vertical-align: middle;
  height: 20px;
}
#header .nav .ui.menu .language ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .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 .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 5.21%;
  height: 5rem;
  background-color: #e0e7eb;
  text-align: center;
  line-height: 5rem;
}
#header .nav .ui.menu .h-search img {
  vertical-align: middle;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .slick-arrow:hover {
  background-color: #408dff;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center #232426;
  left: 0;
  bottom: 50px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center #232426;
  left: 0;
  bottom: -50px;
}
#index-body .news .n-box ul.slick-dots {
  position: absolute;
  bottom: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .news .n-box ul.slick-dots li {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 11px 0 0;
  padding: 0;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news .n-box ul.slick-dots li button {
  display: none;
}
#index-body .news .n-box ul.slick-dots li.slick-active {
  background-color: #408dff;
}
table {
  table-layout: fixed;
  width: 100% !important;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.button-group {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 12px;
  padding: 10px;
}
.button-group .button {
  height: 28px;
  line-height: 28px;
  background-color: #408dff;
  color: #FFF;
  border: 0;
  outline: none;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
  margin-bottom: 4px;
  cursor: pointer;
}
.layui-layer-dialog .layui-layer-content {
  word-break: break-word !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 999;
}
#mobile .yy {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 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;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #fff;
  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;
  background-color: #408dff;
  padding: 2.3rem 1.35rem;
}
#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;
}
#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 {
  left: 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;
}
#m-header {
  position: relative;
  display: none;
  z-index: 21;
  margin-top: 60px;
}
#m-header .m-box {
  position: fixed;
  left: 0;
  top: 0;
  font-size: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  padding: 0 15px;
}
#m-header .m-box .m-menu {
  display: inline-block;
  width: 33.3333333%;
  vertical-align: middle;
  margin-right: auto;
}
#m-header .m-box .m-menu .BtnMenu {
  font-size: 26px;
  vertical-align: middle;
  color: #333;
}
#m-header .m-box .m-menu .m-content {
  display: none;
  position: absolute;
  left: 0;
  top: 59px;
  font-size: 14px;
  width: 100%;
  line-height: normal;
  background-color: #fff;
  overflow-y: auto;
  max-height: 600px;
  max-height: 100vh;
  padding-bottom: 60px;
}
#m-header .m-box .m-menu .m-content .m-search {
  position: relative;
  padding: 20px;
}
#m-header .m-box .m-menu .m-content .m-search form {
  position: relative;
}
#m-header .m-box .m-menu .m-content .m-search form input {
  display: inline-block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  padding: 7px 30px 7px 10px;
}
#m-header .m-box .m-menu .m-content .m-search form input:focus {
  border-color: #0D9BF2;
}
#m-header .m-box .m-menu .m-content .m-search form button {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
}
#m-header .m-box .m-menu .m-content .m-list ul {
  height: auto;
}
#m-header .m-box .m-menu .m-content .m-list ul li {
  position: relative;
  border-bottom: solid 1px #f3f3f3;
}
#m-header .m-box .m-menu .m-content .m-list ul li .link {
  position: relative;
  padding: 0 50px 0 30px;
}
#m-header .m-box .m-menu .m-content .m-list ul li .link a {
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  padding: 16px 0;
}
#m-header .m-box .m-menu .m-content .m-list ul li .link i.Expandmenu {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 20px;
  width: 30px;
  text-align: center;
  color: #333;
  padding: 10px 0;
}
#m-header .m-box .m-menu .m-content .m-list ul li .link.active i.Expandmenu {
  -webkit-transform: translateY(-50%) rotateZ(-180deg);
  -moz-transform: translateY(-50%) rotateZ(-180deg);
  -ms-transform: translateY(-50%) rotateZ(-180deg);
  -o-transform: translateY(-50%) rotateZ(-180deg);
  transform: translateY(-50%) rotateZ(-180deg);
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list {
  display: none;
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list ul.nav-listchild li {
  border-bottom: none;
  padding: 0 20px 0 40px;
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list ul.nav-listchild li a {
  display: block;
  padding: 8px 0;
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list ul.nav-listchild li a:hover {
  color: #0D9BF2;
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list ul.nav-listchild li:hover {
  background-color: #f5f5f5;
}
#m-header .m-box .m-menu .m-content .m-list ul li:hover .link,
#m-header .m-box .m-menu .m-content .m-list ul li:focus .link,
#m-header .m-box .m-menu .m-content .m-list ul li:active .link {
  background-color: #f5f5f5;
}
#m-header .m-box .m-menu .m-content .m-language {
  text-align: center;
  padding: 20px;
}
#m-header .m-box .m-menu .m-content .m-language a {
  display: inline-block;
  text-align: center;
  padding: 10px;
}
#m-header .m-box .m-menu .m-content .m-language a img {
  height: 25px;
}
#m-header .m-box .m-menu .m-content .m-language a p {
  font-size: 14px;
  color: #777;
  margin-top: 5px;
}
#m-header .m-box .m-menu .m-content .m-contact {
  font-size: 14px;
  text-align: center;
  color: #777;
  padding: 20px;
  padding-top: 0;
}
#m-header .m-box .m-logo {
  display: inline-block;
  text-align: center;
  width: 33.3333333%;
  vertical-align: middle;
  margin: auto;
}
#m-header .m-box .m-logo img {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
}
#m-header .m-box .m-login {
  display: inline-block;
  width: 33.3333333%;
  vertical-align: middle;
  text-align: right;
  margin-left: auto;
  font-size: 14px;
}
#m-header .m-box .m-login a:hover {
  color: #0D9BF2;
}

@-webkit-keyframes wh {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-o-keyframes wh {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-moz-keyframes wh {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes wh {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-webkit-keyframes hw {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 0;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-o-keyframes hw {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 0;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-moz-keyframes hw {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 0;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes hw {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 0;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

.more {
  display: block;
  width: 180px;
  height: 53px;
  text-align: center;
  line-height: 53px;
  background: url(../images/an-bg.png) no-repeat;
  border-radius: 0;
  font-size: 20px;
  color: #3b3b3b;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.more::before{
  content: '';
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    z-index: -1;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #408dff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    box-sizing: border-box;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.more i::before,.more i::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid transparent;
  z-index: 1;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
.more i::before{
  border-left: none;
  border-top: none;
}
.more i::after{
   border-right: none;
  border-bottom: none;
}
.more:hover{
  color: #fff;
}
.more:hover::before {
   -webkit-transform: translateX(0);
      transform: translateX(0);
}
.more:hover i::after{
   -webkit-animation: wh 1s;
  -o-animation: wh 1s;
  animation: wh 1s;
  border-color: #408dff;
}
.more:hover i::before{
-webkit-animation: hw 1s;
  -o-animation: hw 1s;
  animation: hw 1s;
  border-color: #408dff;
}
.more:hover::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#banner {
  height: 100%;
}
#banner li {
  height: 100%;
  position: relative;
}
#banner li > img {
  height: 100vh;
}
#banner li .i2{
  display: none;
}
#banner li .all1{
  display: none;
}
#banner li .text {
  position: absolute;
  top: 20%;
  left: 0;
}
#banner li .texts{
  position: absolute;
  top: 42%;
  left: 0;
  width: 100%;
  text-align: center;
}
#banner li .texts span{
  font-size: 24px;
  font-family: 'PL';
  line-height: 1;
  color: #fff;
}
#banner li .texts h2{
  font-size: 3.6rem;
  font-family: 'IM';
  color: transparent;
  line-height: 1;
  -webkit-text-stroke: 1px #fff;
  margin-top: 1.5rem;
}
#banner li .texts h4{
  font-size: 4.35rem;
  line-height: 1;
  font-family: 'IM';
  color: #fff;
  margin-top: 1.5rem;
}
#banner li .text .left {
  width: 56%;
  padding: 9rem 0 0 9rem;
  position: relative;
  z-index: 1;
}
#banner li .text .left span {
  font-size: 4.35rem;
  line-height: 1;
  font-family: 'IM';
  color: transparent;
  -webkit-text-stroke: 1px #423e40;
}
#banner li .text .left h3 {
  font-size: 4rem;
  color: #408dff;
  font-family: 'IM';
  line-height: 1;
  margin-top: 1.5rem;
}
#banner li .text .left p {
  font-size: 20px;
  line-height: 1.6;
  color: rgba(29, 29, 29, 0.7);
  margin-top: 2.95rem;
  width: 178%;
}
#banner li .text .left .more {
  margin-top: 2.55rem;
}
#banner li .right {
  position: absolute;
  right: 0;
  top: 100px;
}
#index-body h3.title {
  font-size: 3rem;
  color: #408dff;
  line-height: 1;
  font-family: 'IM';
}
#index-body span.tag {
  font-size: 18px;
  color: #232323;
  line-height: 1;
  margin-top: 1.5rem;
  display: block;
}
#index-body span.tag::before,
#index-body span.tag::after {
  content: '';
  width: 34px;
  height: 1px;
  background-color: #000;
  display: inline-block;
  vertical-align: middle;
}
#index-body span.tag::before {
  margin-right: 10px;
}
#index-body span.tag::after {
  margin-left: 10px;
}
#index-body .about {
  overflow: hidden;
}
#index-body .about .fp-tableCell {
  padding-top: 6rem;
}
#index-body .about .a-box .right {
  padding-left: 5.85rem;
  position: relative;
}
#index-body .about .a-box .right h1 {
  font-size: 3rem;
  font-family: 'IM';
  line-height: 1;
  color: #408dff;
}
#index-body .about .a-box .right h1 em {
  font-size: 5rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.45rem;
}
#index-body .about .a-box .right h1 span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#index-body .about .a-box .right h1 span::after {
  content: '';
  position: absolute;
  right: -250%;
  top: 27px;
  width: 565px;
  height: 2px;
  background-color: #408dff;
}
#index-body .about .a-box .right p {
  font-size: 16px;
  color: #141516;
  line-height: 1.8;
  margin-top: 2.5rem;
}
#index-body .about .a-box .right .more {
  margin-top: 2.95rem;
  display: inline-block;
  vertical-align: middle;
}
#index-body .about .a-box .right .play{
  display: inline-block;
  vertical-align: middle;
  margin-top: 2.95rem;
  padding-left: 2.5rem;
  position: relative;
  z-index: 1;
}
#index-body .about .a-box .right .play img{
  width: 39%;
}

#index-body .about .a-box .right .icon {
  position: absolute;
  right: 0;
  bottom: 0;
}
#index-body .about .a-info {
  margin-top: 4rem;
}
#index-body .about .a-info li {
  border: solid 1px #e8e9e9;
  text-align: center;
  min-height: 200px;
  line-height: 200px;
}
#index-body .about .a-info li img {
  vertical-align: middle;
  display: inline-block;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .about .a-info li:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
}
#index-body .factory {
  overflow: hidden;
  background-color: #f7f7f7;
}
#index-body .factory .fp-tableCell {
  padding-top: 3rem;
}
#index-body .factory .header {
  text-align: center;
}
#index-body .factory .content {
  margin-top: 1.5rem;
}
#index-body .factory .content ul {
  margin: 0 -23.5%;
}
#index-body .factory .content ul .slick-slide {
  margin-right: 1.5rem;
}
#index-body .factory .content ul .slick-dots {
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
}
#index-body .factory .content ul .slick-dots li {
  width: 6px;
  height: 6px;
  background-color: #1b1c1b;
  display: inline-block;
  margin: 0 13px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
}
#index-body .factory .content ul .slick-dots li::before {
  content: '';
  position: absolute;
  top: -12px;
  left: -12px;
  bottom: -12px;
  right: -12px;
  width: 30px;
  height: 30px;
  border: solid 3px #408dff;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .factory .content ul .slick-dots li button {
  display: none;
}
#index-body .factory .content ul .slick-dots li.slick-active::before {
  opacity: 1;
}
#index-body .i-product {
  overflow: hidden;
}
#index-body .i-product .fp-tableCell {
  padding-top: 5rem;
}
#index-body .i-product .header {
  text-align: center;
}
#index-body .i-product .content {
  margin-top: 4rem;
}
#index-body .i-product .content ul {
  margin-right: -4.05rem;
}
#index-body .i-product .content ul .slick-slide {
  margin-right: 4.05rem;
}
#index-body .i-product .content li {
  position: relative;
}
#index-body .i-product .content li img {
  width: 100%;
}
#index-body .i-product .content li .text {
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0 1rem;
}
#index-body .i-product .content li .text h4 {
  font-size: 2rem;
  line-height: 1;
  font-family: 'IM';
  text-transform: uppercase;
}
#index-body .i-product .content li .text .more {
  color: #fff;
  font-size: 16px;
  margin: 2.15rem auto 0;
  height: 52px;
  line-height: 52px;
  background: url(../images/a-an-bg.png) no-repeat;
}
#index-body .i-product .content li .text .more:hover {
  background: transparent;
}
#index-body .i-product .content li::after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 69, 113, 0.6);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content li:hover::after {
  opacity: 1;
  top: 0;
}
#index-body .i-product .slick-arrow {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 57px;
  top: 50%;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .slick-prev {
  background: url("../images/pl.png") no-repeat center center rgba(0, 0, 0, 0);
  left: -80px;
}
#index-body .i-product .slick-next {
  background: url("../images/pr.png") no-repeat center center rgba(0, 0, 0, 0);
  right: 0;
}
#index-body .contact {
  overflow: hidden;
}
#index-body .contact .ui.container {
  max-width: 1320px;
  width: 100%;
}
#index-body .contact .img {
  background: url(../images/cbg.jpg) no-repeat center center;
  min-height: 550px;
}
#index-body .contact .card {
  background-color: #ffffff;
  box-shadow: 0px 9px 49px 0px rgba(4, 0, 0, 0.08);
  padding: 5rem 0;
  text-align: center;
  margin-top: -15%;
}
#index-body .contact .card h3 {
  text-align: center;
}
#index-body .contact .card p {
  font-size: 18px;
  line-height: 1.6;
  color: #242424;
  margin: 1.95rem auto 0;
  width: 60%;
}
#index-body .contact .card .more {
  display: inline-block;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 2rem;
  color: #000;
  background: url(../images/an-bg.png) no-repeat;
}
#index-body .contact .card .mores {
  margin: 0 2.65rem 0 auto;
  background: #408dff;
  color: #fff;
}
#index-body .contact .card .mores::before{
  border-bottom-color: #000 !important;
}
#index-body .contact .card .more::before{
  border-bottom-color: #408dff;
}
#index-body .contact .card .more:hover{
  color: #fff;
}
#index-body .advantage {
  background-color: #f7f7f7;
  overflow: hidden;
}
#index-body .advantage .fp-tableCell {
  padding-top: 3rem;
}
#index-body .advantage h3.title {
  text-align: center;
}
#index-body .advantage .content {
  margin-top: 3.6rem;
}
#index-body .advantage .content ul {
  margin-right: -2.45rem;
}
#index-body .advantage .content li {
  padding-right: 1.45rem;
}
#index-body .advantage .content li .img {
  padding: 12px 0 0 12px;
  position: relative;
  z-index: 1;
}
#index-body .advantage .content li .img::after {
  content: '';
  width: 92.06%;
  height: 96.77%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: rgba(64, 141, 255, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .advantage .content li .text {
  padding: 3.25rem 2rem 0 12px;
  color: #303030;
}
#index-body .advantage .content li .text h4 {
  font-size: 24px;
  font-family: 'IM';
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .advantage .content li .text p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 1rem;
}
#index-body .advantage .content li:hover .img::after {
  background-color: #408dff;
}
#index-body .advantage .content li:hover .text h4 {
  color: #408dff;
}
#index-body .honor {
  overflow: hidden;
}
#index-body .honor .fp-tableCell {
  padding-top: 3rem;
}
#index-body .honor h3.title {
  text-align: center;
}
#index-body .honor .content {
  margin-top: 4rem;
}
#index-body .honor .content ul {
  margin-right: -3.05rem;
}
#index-body .honor .content ul .slick-slide {
  margin-right: 3.05rem;
}
#index-body .honor .content ul .slick-dots {
  position: absolute;
  bottom: -4rem;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  margin-left: -40px;
}
#index-body .honor .content ul .slick-dots li {
  width: 6px;
  height: 6px;
  background-color: #1b1c1b;
  display: inline-block;
  margin: 0 13px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
}
#index-body .honor .content ul .slick-dots li::before {
  content: '';
  position: absolute;
  top: -12px;
  left: -12px;
  bottom: -12px;
  right: -12px;
  width: 30px;
  height: 30px;
  border: solid 3px #408dff;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .honor .content ul .slick-dots li button {
  display: none;
}
#index-body .honor .content ul .slick-dots li.slick-active::before {
  opacity: 1;
}
#index-body .product {
  background-color: #f7f7f7;
  overflow: hidden;
}
#index-body .product .fp-tableCell {
  padding-top: 2.5rem;
}
#index-body .product h3.title {
  text-align: center;
}
#index-body .product .content {
  margin-top: 3.95rem;
}
#index-body .product .content ul {
  margin-right: -2rem;
}
#index-body .product .content ul .slick-slide {
  margin-right: 2rem;
}
#index-body .product .content ul .slick-dots {
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  margin-left: -20px;
}
#index-body .product .content ul .slick-dots li {
  width: 6px;
  height: 6px;
  background-color: #1b1c1b;
  display: inline-block;
  margin: 0 13px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
}
#index-body .product .content ul .slick-dots li::before {
  content: '';
  position: absolute;
  top: -12px;
  left: -12px;
  bottom: -12px;
  right: -12px;
  width: 30px;
  height: 30px;
  border: solid 3px #408dff;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .content ul .slick-dots li button {
  display: none;
}
#index-body .product .content ul .slick-dots li.slick-active::before {
  opacity: 1;
}
#index-body .product .content li {
  background-color: #fff;
  text-align: center;
}
#index-body .product .content li .img {
  padding: 0.9rem 0.9rem 1.05rem;
}
#index-body .product .content li .img img {
  display: inline-block;
}
#index-body .product .content li .text {
  border-top: 1px solid rgba(52, 52, 52, 0.1);
  padding: 2.35rem 02.45rem;
  position: relative;
}
#index-body .product .content li .text::before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: #408dff;
  -webkit-transition: .5s;
            -moz-transition: .5s;
            -ms-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
}
#index-body .product .content li:hover .text::before{
  width: 100%;
  left: 0;
}
#index-body .product .content li .text h4 {
  font-size: 24px;
  color: #1f1f1f;
  line-height: 1.3;
  font-family: 'IM';
}
#index-body .product .content li .text p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(24, 29, 34, 0.7);
  margin-top: 8px;
}
#index-body .news {
  padding: 4.35rem 0 0;
  overflow: hidden;
}
#index-body .news h3.title {
  text-align: center;
}
#index-body .news .n-box {
  margin-top: 4rem;
  border-top: 2px solid #eee;
}
#index-body .news .n-box ul {
  margin-right: -2.3rem;
}
#index-body .news .n-box ul .slick-slide {
  margin-right: 2.3rem;
}
#index-body .news .n-box li {
  /*background: url(../images/nb.png) no-repeat;*/
  /*height: 244px;*/
  width: 100%;
  padding: 1.55rem 0 1.55rem 1.5rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news .n-box li .header time {
  display: inline-block;
  vertical-align: bottom;
  font-size: 24px;
  font-family: 'IM';
  color: #252525;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news .n-box li .header time em {
  font-size: 2.4rem;
  color: #408dff;
}
#index-body .news .n-box li .header span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  line-height: 1;
  color: #1c1c1c;
  opacity: 0.7;
  text-transform: uppercase;
  margin: 0 0 3px 1rem;
}
#index-body .news .n-box li .text {
  /*padding-top: 1.45rem;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #1c1c1c;
}
#index-body .news .n-box li .text h4 {
  font-size: 20px;
  line-height: 1.4;
  font-family: 'PR';
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
#index-body .news .n-box li .text time{
  display: block;
    margin: 5px 0;
    font-size: 14px;
    color: #666;
    line-height: 1;
}
#index-body .news .n-box li .text p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  height: 3.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*#index-body .news .n-box li:hover {
  background: #408dff;
}
#index-body .news .n-box li:hover .header time {
  color: #fff;
}
#index-body .news .n-box li:hover .header time em {
  color: #fff;
}
#index-body .news .n-box li:hover .header span {
  color: #fff;
}
#index-body .news .n-box li:hover .text {
  color: #fff;
}*/
#footer {
  background-color: #1e1f1f;
  position: relative;
  overflow: hidden;
}
#footer .footer-info {
  color: #fff;
  padding-top: 3rem;
}
#footer .footer-info h3 {
  font-size: 24px;
  line-height: 1;
  font-family: 'IM';
  padding-top: 1.05rem;
}
#footer .footer-info ul {
  margin-top: 2.05rem;
}
#footer .footer-info ul li {
  font-size: 16px;
  line-height: 1.8;
}
#footer .footer-info .f-ab {
  width: 30%;
}
/*#footer .footer-info .f-ab .share{
  margin-top: 1.5rem;
}*/
#footer .footer-info .f-ab .share ul{
  margin-top: 0;
}
#footer .footer-info .f-ab .share ul li{
   width: auto;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    vertical-align: middle;
}
#footer .footer-info .f-ab .share ul li:first-child{
  margin-left: 0;
}
#footer .footer-info .f-ab .share ul li svg{
max-height: 16px;
  display: inline-block;
  vertical-align: middle;
  fill: #fff;
}
#footer .footer-info .f-ab .share ul li:nth-child(2) svg,
#footer .footer-info .f-ab .share ul li:nth-child(3) svg,
#footer .footer-info .f-ab .share ul li:nth-child(4) svg{
  margin-top: 5px;
}
#footer .footer-info .f-product {
  width: 22%;
  padding-left: 3%;
}
#footer .footer-info .f-product ul li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-info .f-product ul li:hover {
  color: #408dff;
}
#footer .footer-info .f-form {
  width: 31%;
  padding-left: 4.2%;
}
#footer .footer-info .f-form .form {
  margin-top: 2.05rem;
}
#footer .footer-info .f-form .form input[type="text"],
#footer .footer-info .f-form .form textarea {
  height: 40px;
  background-color: #ffffff;
  border: none;
  width: 48%;
  font-size: 16px;
  color: #232426;
  padding-left: 0.75rem;
  margin-bottom: 1.2rem;
}
#footer .footer-info .f-form .form textarea {
  width: 100%;
  padding-top: 7px;
}
#footer .footer-info .f-form .form .i1 {
  margin-right: 3.1%;
}
#footer .footer-info .f-form .form input[type="submit"] {
  width: 100%;
  height: 40px;
  background: url(../images/send.png) no-repeat;
  text-align: center;
  font-size: 16px;
  border: none;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-info .f-form .form .b_an{
  width: 100%;
  height: 40px;
  background: url(../images/send.png) no-repeat;
  text-align: center;
  font-size: 16px;
  border: none;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#footer .footer-info .f-form .form .b_an::before{
  content: '';
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    z-index: -1;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #408dff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    box-sizing: border-box;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#footer .footer-info .f-form .form .b_an:hover{
  background: transparent;
}
#footer .footer-info .f-form .form .b_an:hover::before{
  -webkit-transform: translateX(0);
      transform: translateX(0);
}
#footer .footer-info .f-form .form input[type="submit"]:hover {
  background: #408dff;
}
#footer .footer-info .f-code {
  width: 17%;
  text-align: center;
  padding-left: 4%;
}
#footer .footer-info .f-code #ewm {
  margin: 2.05rem auto 0;
  width: 124px;
  border: 3px solid #fff;
}
#footer .f-copy {
  margin-top: 3rem;
  color: #fff;
  width: 100%;
}
#footer .f-copy .box {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 1rem 0;
}
#footer .f-copy .left {
  font-size: 14px;
  display: inline-block;
  color: #fff;
  width: 70%;
}
#footer .f-copy img {
   vertical-align: middle;
   max-height: 12px;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   }
#footer .f-copy svg {
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  fill: #fff;
}
#footer .f-copy svg text {
  fill: #fff;
}
#footer .f-copy svg:hover {
  fill: #408dff;
}
#footer .f-copy .right {
  width: 30%;
  text-align: right;
}
#footer .f-copy .right li {
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  font-size: 14px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1.45rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-color: #408dff;
}
#footer .f-copy .right li:last-child {
  margin-right: 0;
}
#footer .f-copy .right li:hover {
  background-color: #fff;
  color: #408dff;
}
.inquiry {
  position: fixed;
  bottom: 35%;
  right: 0;
  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: #408dff;
  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: 999;
}
.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: #408dff;
  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: 1920px) {
  #mobile {
    left: -320px;
  }
}
@media screen and (max-width: 1601px) {
  #index-body .i-product .slick-prev {
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
  }
  #index-body .i-product .slick-next {
    right: 80px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  #footer .footer-info .f-form .form .i1 {
    margin-right: 3%;
  }
}
@media screen and (max-width: 1360px) {
  #banner li .text .left p {
    color: #fff;
  }
  #index-body .advantage .content li .img img {
    width: 100%;
  }
  #footer .footer-info .f-form .form .i1 {
    margin-right: 2.8%;
  }
}
@media screen and (max-width: 1280px) {
  #footer .footer-info .f-form .form .i1 {
    margin-right: 2.7%;
  }
  #footer .footer-info .f-code {
    padding-left: 2%;
  }
}
@media screen and (max-width: 1100px) {
  .section {
    height: auto !important;
  }
  .fp-tableCell {
    padding: 0;
    height: auto !important;
  }
  #header .nav .ui.menu .menu-box {
    width: 69.95%;
  }
  #header .nav .ui.menu .h-search {
    width: 7.21%;
  }
  #header .nav .ui.menu .language {
    width: 7.21%;
  }
  #banner li .right {
    top: 80px;
  }
  #banner li > img {
    height: auto;
  }
  #banner li .text .left {
    padding: 1rem 0 0 9rem;
    width: 80%;
  }
  #banner li .text .left p {
    width: 100%;
    margin-top: 1rem;
  }
  #banner li .text .left .more {
    margin-top: 1rem;
    color: #fff;
  }
  #banner .slick-arrow {
    width: 60px;
    height: 60px;
  }
  #banner .slick-prev {
    bottom: 30px;
  }
  #banner .slick-next {
    bottom: -30px;
  }
  #index-body .about .a-box .right {
    padding-left: 3rem;
  }
  #index-body .factory {
    padding-bottom: 5rem;
  }
  #index-body .i-product {
    padding-bottom: 5rem;
  }
  #index-body .advantage {
    padding-bottom: 3rem;
  }
  #index-body .honor {
    padding-bottom: 8rem;
  }
  #index-body .product {
    padding-bottom: 6rem;
  }
  #footer .footer-info .f-product {
    padding-left: 2%;
  }
  #footer .footer-info .f-form {
    padding-left: 2.2%;
  }
}
@media screen and (max-width: 1000px) {
  #mobile {
    left: -280px;
  }
  #header .nav{
    background: #408dff;
  }
  #header .nav .ui.menu .logo {
    padding: 0;
    width: auto !important;
    height: auto !important;
    background: transparent;
  }
  #header .nav .ui.menu .logo img {
    width: 39%;
  }
  #mobile #menu-on i {
    background: #222;
  }
  #banner li .text .left span {
    font-size: 3rem;
  }
  #banner li .text .left h3 {
    font-size: 4rem;
    margin-top: 0;
  }
  /*#banner li .text .left p {
    color: #000;
  }*/
  #banner li .text .left .more {
    color: #000;
    font-size: 18px;
  }
  #banner li .right {
    top: 60px;
  }
  /*#banner li .right img {
    height: 100%;
  }*/
  #index-body .about .a-box .right {
    padding-left: 2rem;
  }
  #index-body .about .a-box .right h1 span::after {
    display: none;
  }
  #footer .footer-info .f-ab,
  #footer .footer-info .f-form {
    width: 50%;
  }
  #footer .footer-info .f-product,
  #footer .footer-info .f-code {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #banner li > img {
    min-height: 300px;
    object-fit: cover;
  }
    /*#banner li{
    padding-bottom: 220px;
  }*/
   #banner li .all{
     display: none;
   }
   #banner li .all1{
     display: block;
   }
  #banner li .text{
    position: relative;
    top: 0;
    /*top: 63%;*/
  }
  #banner li .text .left p{
    color: #000;
  }
  #banner li .text .left .more{
    border: 1px solid #000 !important;
    color: #000 !important;
  }
  #banner li .right{
    position: relative;
    top: 0;
  }
  /*#banner li .right img{
    height: 300px;
  }*/
  #index-body .about .fp-tableCell{
    padding-top: 2rem;
  }
  /*#banner li .i1{
    display: none;
  }
  #banner li .i2{
    display: block;
  }
  #banner li .right{
    display: none;
  }*/
  #banner li .text .left {
    width: 100%;
    padding: 1rem 0 0 15px;
  }
  #banner li .text .left span {
    font-size: 2rem;
  }
  #banner li .text .left h3 {
    font-size: 3rem;
  }
  #banner li .text .left p {
    font-size: 14px;
    margin-top: 10px;
  }
  #banner li .text .left .more {
    font-size: 16px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    width: 125px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
  }
  /*#index-body .about .a-box .left {
    display: none;
  }*/
  #index-body .about .a-box .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  /*#index-body .about .a-info {
    display: none;
  }*/
  #index-body .factory {
    display: none;
  }
  #index-body .contact {
    display: none;
  }
  #footer .footer-info .f-ab,
  #footer .footer-info .f-form {
    width: 100%;
  }
   /*#footer .footer-info .f-ab .share{
    display: none;
  }*/
  #footer .f-copy .left {
    width: 100%;
  }
  #footer .f-copy .right {
    display: none;
  }
}
/*@media screen and (max-width: 420px) {
  #banner li .right img{
    height: 100%;
  }
  #banner li .text {
    top: 55%;
}
}*/

.inner-banner {
    height: 400px;
    background-size: cover;
    background-position: center center;
    position: relative;
    text-align: center;
    padding-top: 200px;
    color: white;
    z-index: 1;
}
.inner-banner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}
.inner-banner h3 {
    font-size: 26px;
    line-height: 1.6;
    margin-bottom: 15px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}
.inner-banner .mbx {
    font-size: 16px;
    line-height: 2;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    margin: 0 5px;
    line-height: 30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-banner .mbx a:first-child:before {
    content: "\f015";
    font-family: "FontAwesome";
    color: #408dff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 20px;
}
.inner-banner .mbx a:hover {
    color: #408dff;
}
.inner-page {
  background: white;
  color: black;
}
.about-page .about-1 {
    padding: 4.5rem 0;
}
.about-page .about-1 span {
        font-size: 18px;
    line-height: 1.8;
    color: #b2b2b2;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
}
.about-page .about-1 h2 {
    font-size: 36px;
    line-height: 2;
    color: #333333;
    font-weight: normal;
    font-family: 'IM';
}
.about-page .about-1 p{
  font-size: 16px;
    line-height: 2;
    color: #717171;
    font-weight: 400;
}
.about-page .about-1 .about-1-img {
    position: relative;
    margin-top: 1rem;
}
.about-page .about-1 .about-1-img .play {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 6;
}
.about-page .about-1 .about-1-img .play::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(13,87,148, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100% !important;
    border-radius: inherit;
    -webkit-animation: ks2 3s infinite;
    -moz-animation: ks2 3s infinite;
    animation: ks2 3s infinite;
    display: block;
    z-index: -1;
}
.about-page .about-1 .about-1-img .play::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100% !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(13,87,148, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-animation: ks2 3s infinite;
    -moz-animation: ks2 3s infinite;
    animation: ks2 3s infinite;
    display: block;
    z-index: -1;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
}
.about-page .about-2 {
    padding-top: 1.75rem;
}
.about-page .about-2 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.about-page .about-2 .container .left {
    padding-right: 1rem;
    width: 50%;
}
.about-page .about-2 .container .left h2 {
        font-size: 36px;
    line-height: 1.6;
    color: #333333;
    font-weight: bold;
    margin-bottom: 1rem;
}
.about-page .about-2 .container .left p {
    font-size: 16px;
    line-height: 2;
    color: #717171;
    font-weight: 400;
    margin-bottom: 1.75rem;
}
.about-page .about-2 .container .left p:last-child {
    margin-bottom: 30px;
    max-height: 500px;
    overflow: auto;
    padding-right: 5px;
}
.about-page .about-2 .container .right {
    width: 50%;
    padding-left: 2rem;
    padding-bottom: 1rem;
}
.about-page .about-2.rt .container .left {
  padding-right: 0;
  padding-left: 1.65rem;
}
.about-page .about-2.rt .container .right {
padding-right: 1rem;
padding-left: 0;
}
.about-page .about-3 {
    padding: 5.25rem 0 7.25rem;
}
.about-page .about-3 h2 {
    font-size: 2.4rem;
    line-height: 1.4;
    color: #333333;
    font-weight: bold;
    margin-bottom: 2.25rem;
    text-align: center;
}
.about-page .about-3 p {
    font-size: 18px;
    line-height: 1.8;
    color: #717171;
    font-weight: 400;
    margin: 0 auto;
    max-width: 955px;
}
.about-page .about-4 {
    background: url(../images/about-4-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 5.5rem 0 6.25rem;
}
.about-page .about-4 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.about-page .about-4 .container .text p {
    font-size: 14px;
    line-height: 1;
    color: #408dff;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 1.5rem;
}
.about-page .about-4 .container .text h2 {
    font-weight: 900;
    font-size: 3.5rem;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
}
.about-page .about-4 .container .text h2 span{
    -webkit-text-stroke: 1px #fff;
    color: transparent;
}
.about-page .about-4 .container a {
    display: inline-block;
    padding: 0.9rem 3.2rem;
    border: 2px solid #fff;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 4.75rem;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    white-space: nowrap;
}
.about-page .about-4 .container a:hover {
    background: #408dff;
    border: 2px solid #408dff;
}
.about-page .about-5 {
    background: #f0f0f0;
    padding: 3.5rem 0 4rem;
    margin-top: 2.5rem;
}
.about-page .about-5 .top {
    text-align: center;
}
.about-page .about-5 .top h3 {
        font-size: 36px;
    line-height: 1.6;
    color: #408dff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: -0.25rem;
}
.about-page .about-5 .top p {
    font-size: 16px;
    line-height: 2;
    color: #999999;
    font-weight: 400;
    margin: 0 auto;
    max-width: 1000px;
}
.about-page .about-5 .factoryBox {
    max-width: 1355px;
    margin: 2rem auto 0;
    position: relative;
}
.about-page .about-5 .factoryBox .swiper-slide a {
    display: block;
    overflow: hidden;
}
.about-page .about-5 .factoryBox .swiper-slide a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.about-page .about-5 .factoryBox .swiper-slide a img {
    width: 100%;
}
.about-page .about-5 .factoryBox .swiper-button-prev,
.about-page .about-5 .factoryBox .swiper-button-next {
    width: 23px;
    height: 37px;
}
.about-page .about-5 .factoryBox .swiper-button-prev {
    background: url(../images/f-left.png) no-repeat center center;
    left: -5%;
}
.about-page .about-5 .factoryBox .swiper-button-next {
    background: url(../images/f-right.png) no-repeat center center;
    right: -5%;
}
@media screen and (max-width: 1650px) {
    .container {
        width: 1440px;
    }
}
@media screen and (max-width: 1440px) {
    .container {
        width: 1230px;
    }
}
@media screen and (max-width: 1230px) {
    .container {
        width: 970px;
    }
    .about-page .about-2 .container .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-2 .container .right {
        width: 100%;
        padding-left: 0;
        text-align: center;
        margin-top: 30px;
    }
}
@media screen and (max-width: 1000px) {
    .container {
        width: 700px;
    }
}
@media screen and (max-width: 700px) {
    .container {
        width: 100%;
    }
    .inner-banner {
       padding-top: 70px;
       height: 280px;
    }    
    .inner-banner h3{
      display: none;
    }
    .inner-banner .mbx{
      font-size: 14px;
      line-height: 1.2;
    }
    .about-page .about-5 .factoryBox .swiper-button-prev,
    .about-page .about-5 .factoryBox .swiper-button-next {
        display: none;
    }
    .about-page .about-1 .about-1-img .play{
      width: 70px;
      height: 70px;
    }
    /*.about-page .about-1 .about-1-img{
      display: none;
    }*/
}
@media screen and (max-width: 500px) {
    .about-page .about-4 .container {
        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;
    }
    #index-body .about .text h2{
      font-size: 20px;
    line-height: 1.8;
    }
    .about-page .about-4 .container a {
        margin-left: 0;
        margin-top: 30px;
    }
}
.prodet-page .prodet-1 {
    padding-top: 6rem;
}
.prodet-page .prodet-1 .containerBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: top;
    -webkit-align-items: top;
    -moz-box-align: top;
    -ms-flex-align: top;
    align-items: top;
}
.prodet-page .prodet-1 .containerBox .left {
    width: 51.5%;
}
.prodet-page .prodet-1 .containerBox .left .imgBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*-webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;*/
}
.prodet-page .prodet-1 .containerBox .left a {
    display: block;
    
    overflow: hidden;
}
.prodet-page .prodet-1 .containerBox .left a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.prodet-page .prodet-1 .containerBox .left a img {
    width: 100%;
}
.prodet-page .prodet-1 .containerBox .left .smallImg {
  width: 23.5%;
  padding-right: 1.5rem;
}
.prodet-page .prodet-1 .containerBox .left .smallImg ul {
  margin: -0.75rem;
}
.prodet-page .prodet-1 .containerBox .left .smallImg ul li {
  padding: 0.75rem;
}
.prodet-page .prodet-1 .containerBox .left .bigImg {
  width: 73.5%;
}
.prodet-page .prodet-1 .containerBox .left .bigImg img{
border: 1px solid #cfcfcf;
}
.prodet-page .prodet-1 .containerBox .right .box2 {
  margin-top: 2.5rem;
}
.prodet-page .prodet-1 .containerBox .right .box2>a {
  line-height: 1.8;
    height: auto;
  padding: 0 1rem;
  border-radius: 1.35rem;
  background: #408dff;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .containerBox .right .box2>a img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  width: auto;
  margin-top: -.2rem;
}
.prodet-page .prodet-1 .containerBox .right .box2 ul {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
}
.prodet-page .prodet-1 .containerBox .right .box2 ul li {
  width: auto;
  margin-right: 0.75rem;
  font-size: 16px;
  color: #383838;
  transition: .5s;
  vertical-align: middle;
}
.prodet-page .prodet-1 .containerBox .right .box2 ul li:nth-child(2){
  margin-top: 4px;
}
.prodet-page .prodet-1 .containerBox .right .box2 ul li:hover {
  color: #408dff;
}
.prodet-page .prodet-1 .containerBox .right {
    width: 48.5%;
    padding-left: 5%;
    font-family: 'Libre Caslon Text';
}
.prodet-page .prodet-1 .containerBox .right .title {
    font-size: 1.5rem;
    color: #333333;
    line-height: 28px;
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #cfcfcf;
    padding-right: 2rem;
    position: relative;
}
h1.rjtitle {
    font-size: 20px;
    color: #333;
    line-height: 1.8;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #cfcfcf;
    padding-right: 2rem;
    position: relative;
    font-family: 'PR';
}
.prodet-page .prodet-1 .containerBox .right .title i {
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  right: .25rem;
  top: 0.5rem;
  display: block;
  cursor: pointer;
}
.prodet-page .prodet-1 .containerBox .right .title i:after,
.prodet-page .prodet-1 .containerBox .right .title i:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transition: .5s;
}
.prodet-page .prodet-1 .containerBox .right .title i:before {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.prodet-page .prodet-1 .containerBox .right .title i.active:before {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
.prodet-page .prodet-1 .containerBox .right .content {
    margin: 0.5rem 0 2rem;
        font-family: 'PR';
    font-size: 16px;
    line-height: 2;
    color: #000000;
    max-height: 420px;
    overflow: auto;
}
.prodet-page .prodet-1 .containerBox .right .content ul li {
  padding-left: 1rem;
  position: relative;
}
.prodet-page .prodet-1 .containerBox .right .content ul li:after {
  content: '';
  border: .15rem solid #333;
  border-radius: 100%;
  position: absolute;
  top: 13px;
  left: 0;
}
.prodet-page .prodet-1 .containerBox .right .content strong {
  font-weight: bold;
  color: #666;
}
.prodet-page .prodet-1 .containerBox .right .content div {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.prodet-page .prodet-1 .containerBox .right .content p {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.prodet-page .prodet-1 .containerBox .right p {
    font-size: 18px;
    line-height: 1;
    color: #666666;
    font-weight: bold;
}
.prodet-page .prodet-1 .containerBox .right .btn {
    margin: 2rem 0;
}
.prodet-page .prodet-1 .containerBox .right .btn .inquiry {
    display: inline-block;
    padding: 0.9rem 1.5rem;
    border-radius: 55px;
    background: #408dff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.prodet-page .prodet-1 .containerBox .right .btn .inquiry:hover {
    background: #000;
}

.prodet-page .prodet-1 .containerBox .item{
  width: 100%;
  text-align: center;
  margin: 4.5rem 0 0 0;
}
.prodet-page .prodet-1 .containerBox .item .title{
   font-size: 26px;
   text-align: left;
    color: #333333;
    line-height: 1.6;
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #cfcfcf;
    padding-right: 2rem;
    position: relative;
}
.prodet-page .prodet-1 .containerBox .item .content {
    margin: 0.5rem 0 0;
    font-size: 16px;
    line-height: 2;
    color: #999;
}
.prodet-page .prodet-1 .containerBox .thumb-gallery .swiper-slide a {
    display: block;
    overflow: hidden;
}
.prodet-page .prodet-1 .containerBox .thumb-gallery .swiper-slide a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.prodet-page .prodet-1 .containerBox .thumb-gallery .swiper-slide a img {
    width: 100%;
}
.prodet-page .prodet-2 {
    padding: 4.5em 0;
}
.prodet-page .prodet-3 .title {
    border-bottom: 1px solid #d2d2d2;
}
.prodet-page .prodet-3 .title h4 {
    display: inline-block;
    padding: 20px 25px;
    font-size: 18px;
    line-height: 1.8;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    background: #408dff;
}
.prodet-page .prodet-2 .text {
    margin: 2rem 0 2.5rem;
    font-size: 18px;
    line-height: 1.8;
    color: #333333;
    font-weight: 400;
}
.prodet-page .prodet-3 {
    padding: 4rem 0 5rem;
}
/*.prodet-page .prodet-3 h4 {
    font-size: 3.2rem;
    line-height: 1;
    color: #202020;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #949494;
}*/
.prodet-page .prodet-3 .hotBox {
    margin-top: 1.75rem;
}
.prodet-page .prodet-3 .hotBox .swiper-slide a {
    display: block;
    overflow: hidden;
}
.prodet-page .prodet-3 .hotBox .swiper-slide a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.prodet-page .prodet-3 .hotBox .swiper-slide a img {
    width: 100%;
    border: 1px solid #cfcfcf;
}
.aboutrj {
    font-size: 16px;
    line-height: 1.8;
    color: #999;
    margin: 40px;
}
.prodet-page .prodet-3 .hotBox .swiper-slide h5 {
    font-size: 16px;
    line-height: 2;
    color: #202020;
    /*font-weight: bold;*/
    text-align: center;
    margin-top: 0.5rem;
}
.prodet-page .prodet-3 .hotBox .swiper-slide h5:hover {
    color: #408dff;
}
.prodet-page .prodet-3 .hotBox .swiper-slide p {
    font-size: 16px;
    line-height: 1;
    color: #3b3b3b;
    font-weight: 400;
    text-align: center;
}
@media screen and (max-width: 1250px) {
    .prodet-page .prodet-1 .containerBox .left {
        width: 100%;
    }
    .prodet-page .prodet-1 .containerBox .right .box2 ul{
          padding-top: 20px;
    }
    .prodet-page .prodet-1 .containerBox .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
}
.inner-page {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.inner-page .sideBox .side-left {
    width: 23%;
    padding-right: 10px;
}
.inner-page .sideBox .side-left h2 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 30px;
}
.inner-page .sideBox .side-left .box ul li a {
    display: block;
    padding: 15px 35px 15px 15px;
    background: #f1f1f1;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 2;
    position: relative;
}
.inner-page .sideBox .side-left .box ul li a i {
    position: absolute;
    right: 15px;
    top: 8px;
}
.inner-page .sideBox .side-left .box ul li ul {
    display: none;
}
.inner-page .sideBox .side-left .box ul li ul li a {
    background: #F9F9F9;
}
.inner-page .sideBox .side-left .info {
    margin-top: 10px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.inner-page .sideBox .side-left .info h5 {
    color: white;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    font-size: 22px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.inner-page .sideBox .side-right {
    width: 77%;
}
.inner-page .sideBox .side-right .jieanjupro1 {
    line-height: 2;
    font-size: 26px;
    margin-bottom: 10px;
    color: #408dff;
    font-family: 'IM';
}
.inner-page .sideBox .side-right .jieanjupro2 {
    line-height: 2;
    font-size: 16px;
    margin-top: 10px;
    padding-bottom: 20px;
}
h1.ruij {
    color: #408dff;
    font-size: 26px;
    margin-top: 60px;
    margin-bottom: 10px;
	font-weight:700;
}
.rjjiaju {
    font-size: 16px;
    line-height: 30px;
	margin-bottom:20px;
}
.inner-page .m-page {
    text-align: right;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    vertical-align: bottom;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #444;
    text-align: center;
    font-size: 14px;
    margin: 0 3px;
}
.inner-page .m-page a:first-child,
.inner-page .m-page span:first-child {
    margin-top: 40px;
}
.inner-page .m-page a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .m-page a:hover {
    background: #408dff;
    color: white;
}
.contact-btn {
    padding: 50px 0 25px;
    text-align: center;
    background: #408dff;
}
.contact-btn p {
    display: block;
    font-size: 18px;
    color: white;
}
.contact-btn a.more {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
    background: white;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.contact-btn a.more i {
    display: inline-block;
    vertical-align: middle;
    max-width: 16px;
    margin-right: 7px;
}
.contact-btn a.more i img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.contact-btn a.more:hover {
    -moz-box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
    -o-box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
    box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
}
.product-page {
    padding: 150px 0 60px;
}
.product-page .side-right .top {
    display: block;
    text-align: right;
    margin-bottom: 10px;
}
.product-page .side-right .top .form {
    display: inline-block;
    vertical-align: middle;
    max-width: 40%;
    width: 100%;
    position: relative;
}
.product-page .side-right .top .form:before {
    content: '';
    height: 16px;
    width: 1px;
    background: #747474;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-page .side-right .top .form input {
    width: 100%;
    line-height: 36px;
    height: 36px;
    padding-left: 14px;
    padding-right: 40px;
    font-size: 16px;
    color: black;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    background: none;
}
.product-page .side-right .top .form input::-webkit-input-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .top .form input:-moz-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .top .form input::-moz-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .top .form input:-ms-input-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .top .form input:focus {
    border-color: #408dff;
}
.product-page .side-right .top .form input[type="submit"] {
    width: 36px;
    border-bottom: none;
    background: url("../images/icon-search2.png") center center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.product-page .side-right .top .show {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 100px;
    margin-right: 20px;
}
.product-page .side-right .top .show span {
    line-height: 36px;
    height: 36px;
    padding: 0 26px;
    border: 1px solid #747a84;
    display: inline-block;
    font-size: 14px;
    color: #444;
    border-radius: 18px;
}
.product-page .side-right .top .show ul {
    position: absolute;
    border: 1px solid #eee;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 10px;
    z-index: 2;
    background: white;
    display: none;
}
.product-page .side-right .top .show ul li {
    padding: 7px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .side-right .top .show ul li:last-child {
    border-bottom: none;
}
.product-page .side-right .top .show ul li:hover {
    color: #408dff;
}
.product-page .side-right .top .show:hover ul {
    display: block;
}
.product-page .side-right .top .listBox {
    display: inline-block;
    vertical-align: middle;
}
.product-page .side-right .top .listBox span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.product-page .side-right .top .listBox span.list {
    margin-left: 20px;
}
.product-page .side-right .bottom .block ul {
    margin: -30px -10px;
}
.product-page .side-right .bottom .block ul li {
    padding: 30px 10px;
}
.product-page .side-right .bottom .block ul li a.img-box {
    display: block;
}
.product-page .side-right .bottom .block ul li h4 {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    color: #101010;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    line-height: 2;
}
.product-page .side-right .bottom .block ul li:hover h4 {
    color: #408dff;
}
.product-page .side-right .bottom .list {
    display: none;
}
.product-page .side-right .bottom .list ul li {
    margin-bottom: 20px;
}
.product-page .side-right .bottom .list ul li:last-child {
    margin-bottom: 0;
}
.product-page .side-right .bottom .list ul li .img {
    width: 30%;
    vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .img a {
    display: block;
}
.product-page .side-right .bottom .list ul li .text {
    width: 70%;
    padding-left: 5%;
    vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .text h4 {
    font-size: 24px;
    line-height: 1.8;
}
.product-page .side-right .bottom .list ul li .text .content {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    line-height: 2;
}
.product-page .side-right .bottom .list ul li .text a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    background: #408dff;
    color: white;
    border-radius: 3px;
    font-size: 14px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .side-right .bottom .list ul li .text a.more:hover {
    background: #222;
}
.news-page {
    padding: 50px 0 110px;
}
.news-page .top {
    display: block;
}
.news-page .top ul li {
    display: inline-block;
}
.news-page .top ul li a {
    display: block;
    line-height: 46px;
    height: 46px;
    padding: 0 42px;
    font-size: 18px;
    color: #171717;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .top ul li a:hover,
.news-page .top ul li a.active {
    background: #408dff;
    color: white;
}
.news-page .bottom {
    padding-top: 60px;
}
.news-page .bottom ul {
    margin: -30px -12px;
}
.news-page .bottom ul li {
    padding: 30px 12px;
}
.news-page .bottom ul li a.img-box {
    display: block;
}
.news-page .bottom ul li .content {
    display: block;
    padding: 25px 15px;
    background: #f5f5f5;
}
.news-page .bottom ul li .content h4 {
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.8;
    color: #101010;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-family: 'IM';
}
.news-page .bottom ul li .content h4:hover {
    color: #408dff;
}
.news-page .bottom ul li .content time {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 2;
    color: #3a3a3a;
}
.newdet-page {
    padding: 50px 0;
}
.newdet-page h3 {
    font-size: 22px;
    line-height: 2;
    color: black;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'IM';
}
.newdet-page time {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    line-height: 2;
    color: black;
    opacity: .6;
}
.newdet-page .content {
    display: block;
    padding: 15px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 16px;
    color: #666;
    line-height: 2;
}
.newdet-page .share {
    padding-top: 10px;
    margin-bottom: 60px;
}
.newdet-page .share h4 {
    font-size: 14px;
    line-height: 2;
    color: black;
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .share ul {
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .share ul li {
    width: auto;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    vertical-align: middle;
}
.newdet-page .share ul li svg{
  max-height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .share ul li:nth-child(2) svg,
.newdet-page .share ul li:nth-child(3) svg,
.newdet-page .share ul li:nth-child(4) svg{
  margin-top: 5px;
}
.newdet-page .share ul li:hover {
    color: #408dff;
}
.news-about-page h3.tit {
    font-size: 30px;
    color: #303036;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
}
.news-about-page h3.tit small {
    display: block;
    font-size: 16px;
    line-height: normal;
    margin-top: 15px;
    opacity: .55;
}
#msg2 .box {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 280px;
    right: 0;
    background: white;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 20px 15px;
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -ms-transform: translateY(110%);
    -o-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#msg2 .box h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
#msg2 .box i.close {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 18px;
    right: 10px;
    cursor: pointer;
}
#msg2 .box i.close:after,
#msg2 .box i.close:before {
    content: '';
    width: 24px;
    height: 1px;
    display: block;
    background: black;
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#msg2 .box i.close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#msg2 .box i.close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#msg2 .box form ul li {
    padding-bottom: 10px;
    font-size: 12px;
}
#msg2 .box form ul li:last-child {
    padding-bottom: 0;
}
#msg2 .box form ul li input,
#msg2 .box form ul li textarea {
    width: 100%;
    line-height: 24px;
    border: 1px solid #eee;
    padding: 5px 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#msg2 .box form ul li input:focus,
#msg2 .box form ul li textarea:focus {
    border-color: #408dff;
}
#msg2 .box form ul li textarea {
    height: 80px;
    resize: vertical;
    -webkit-transition: .5s all,height 0s;
    -moz-transition: .5s all,height 0s;
    -ms-transition: .5s all,height 0s;
    -o-transition: .5s all,height 0s;
    transition: .5s all,height 0s;
}
#msg2 .box form ul li input[type="submit"] {
    background: #408dff;
    color: white;
}
#msg2 .box form ul li input[type="submit"]:hover {
    background: #222;
}
#msg2.active .box {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
#msg2:hover span,
#msg2.active2 span {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
@media screen and (max-width: 1600px) {
    .news-page .top ul li a {
        line-height: 38px;
        height: 38px;
        padding: 0 30px;
        font-size: 16px;
    }
    .news-page .bottom {
        padding-top: 40px;
    }
    .news-page {
        padding: 50px 0;
    }
    .news-page .bottom ul li {
        padding: 5px;
    }
    .news-page .bottom ul {
        margin: -5px;
    }
    .news-page .bottom ul li .content {
        padding: 10px;
    }
    .product-page .side-right .top,
    .inner-page .sideBox .side-left h2 {
        margin-bottom: 30px;
    }
    .inner-page .sideBox .side-left h2 {
        font-size: 28px;
        line-height: 30px;
    }
    .inner-page .sideBox .side-left .box ul li a {
        font-size: 14px;
    }
    .product-page {
        padding: 60px 0;
    }
    .product-page .side-right .bottom .block ul li {
        padding: 10px;
    }
    .product-page .side-right .bottom .block ul {
        margin: -10px;
    }
    .product-page .side-right .bottom .list ul li .text h4 {
        font-size: 22px;
    }
    .product-page .side-right .bottom .list ul li .text a.more {
        line-height: 32px;
        height: 32px;
        font-size: 13px;
        padding: 0 20px;
    }
}
@media screen and (max-width: 1250px) {
    .inner-page .sideBox .side-left {
        width: 30%;
    }
    .inner-page .sideBox .side-right {
        width: 70%;
    }
    .product-page .side-right .bottom .list ul li .text .content {
        margin: 10px 0;
        font-size: 13px;
        line-height: 1.6;
    }
    .product-page .side-right .top .show {
        margin: 0 20px;
    }
}
@media screen and (max-width: 1000px) {
    .news-page .bottom ul li .content h4 {
        font-size: 16px;
    line-height: 2;
    }
    .news-page .top ul li a {
        line-height: 32px;
        height: 32px;
        padding: 0 15px;
    }
    .inner-page .sideBox .side-left {
        display: none;
    }
    .inner-page .sideBox .side-right {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .product-page .side-right .bottom .list ul li .text {
        width: 50%;
    }
    .product-page .side-right .bottom .list ul li .img {
        width: 50%;
    }
    .inner-page .ui.container{
      width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .product-page .side-right .top .form {
        max-width: 100%;
    }
    .product-page .side-right .top .show,
    .product-page .side-right .top .listBox {
        display: none;
    }
}
.product-page .side-right .bottom .block ul li img{
    width: auto;
    display:block;
    margin:0 auto;
    border: 1px solid #cfcfcf;
}
.contact-page {
    padding: 0;
}
.contact-page h2 {
    font-size: 42px;
    line-height: 1.4;
    color: #333;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
}
.contact-page h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 5px;
    background: #408dff;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.contact-page p {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    font-weight: 400;
}
.contact-page .contact-1 {
    background: #f7f7f7;
    background-size: cover;
    padding: 90px 0 115px;
}
.contact-page .contact-1 ul {
    margin-top: 65px;
    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-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contact-page .contact-1 ul li {
    width: 26%;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px 35px;
}
.contact-page .contact-1 ul li:hover img {
    transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.contact-page .contact-1 ul li span {
    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: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 140px;
    height: 100px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
    margin: 0 auto;
}
.contact-page .contact-1 ul li span img {
    display: inline-block;
    vertical-align: middle;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
}
.contact-page .contact-1 ul li p {
    color: rgba(102, 102, 102, 0.8);
    line-height: 2;
    margin-top: 30px;
}
.contact-page .contact-1 ul .add p {
    font-size: 16px;
    line-height: 1.5;
}
.contact-page .contact-2 {
    padding: 70px 0 70px;
}
.contact-page .contact-2 .top {
    text-align: center;
}
.contact-page .contact-2 .top p {
    line-height: 1.8;
    margin-top: 30px;
}
.contact-page .contact-2 form {
    margin-top: 80px;
    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;
}
.contact-page .contact-2 form input[type="text"] {
    width: 47%;
    border: 1px solid #c9c9c9;
    height: 50px;
    background: none;
    padding: 0 25px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
}
.contact-page .contact-2 form input[type="text"]:focus {
    border: 1px solid #408dff;
}
.contact-page .contact-2 form textarea {
    width: 100%;
    border: 1px solid #c9c9c9;
    height: 265px;
    background: none;
    padding: 25px;
    margin-bottom: 57px;
    font-size: 16px;
    font-weight: 400;
}
.contact-page .contact-2 form textarea:focus {
    border: 1px solid #408dff;
}
.contact-page .contact-2 form input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form input::-moz-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form input::-moz-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form input::-ms-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form textarea::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form textarea:-moz-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form textarea::-moz-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form textarea::-ms-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form input[type="submit"] {
    margin: 0 auto;
    width: 40%;
    padding: 15px 0;
    border: none;
    background: #408dff;
    font-size: 24px;
    line-height: 1.8;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.contact-page .contact-2 form button{
  margin: 0 auto;
    width: 40%;
    padding: 15px 0;
    border: none;
    background: #408dff;
    font-size: 24px;
    line-height: 1.8;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.contact-page .contact-2 form button::before{
  content: '';
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    z-index: -1;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #000;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    box-sizing: border-box;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.contact-page .contact-2 form button:hover::before{
  -webkit-transform: translateX(0);
      transform: translateX(0);
}
.contact-page .contact-2 form input[type="submit"]:hover {
    background: #000;
}
@media screen and (max-width: 1230px) {
    .contact-page .contact-1 ul li {
        width: 31%;
        padding: 30px 15px;
    }
    .contact-page .contact-1 ul .add p {
        font-size: 12px;
    }
    .contact-page p {
        font-size: 14px;
    }
    .contact-page .contact-2 .top p {
           line-height: 2;
        font-size: 16px;
    }
}
@media screen and (max-width: 700px) {
    .contact-page .contact-1 ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .aboutrj{
          margin: 40px 10px;
    }
}
@media screen and (max-width: 500px) {
    .contact-page .contact-2 form input[type="text"] {
        width: 100%;
    }
    .inner-page .m-page{
      text-align: center;
    }
    .inner-page .m-page a, .inner-page .m-page span{
      margin-bottom: 5px;
    }
}
.about-page .about-6 {
    padding-top: 150px;
}
.about-page .about-6 h2 {
    font-size: 34px;
    color: black;
    text-align: center;
    text-transform: uppercase;
    font-family: 'IM';
    font-weight: bold;
    line-height: 1.6;
}
.about-page .about-6 h2 small {
    display: block;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.8;
    text-transform: none;
    font-weight: 300;
    margin-top: 10px;
}
.about-page .about-6 .box {
    padding-top: 40px;
    max-width: 1570px;
    display: block;
    margin: 0 auto;
}
.about-page .about-6 .box ul li {
    padding-bottom: 20px;
}
.about-page .about-6 .box ul li:last-child {
    padding-bottom: 0;
}
.about-page .about-6 .box ul li h4 {
    padding: 20px 70px;
    background-image: url("../images/icon-lt.png");
    background-position: center left 25px;
    background-repeat: no-repeat;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #b7b7b7;
    font-size: 16px;
    line-height: 2;
    color: #666;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
}
.about-page .about-6 .box ul li h4:after {
    content: "\f107";
    font-size: 18px;
    position: absolute;
    right: 25px;
    top: 20px;
    font-family: "FontAwesome";
}
.about-page .about-6 .box ul li .text {
    padding: 25px;
    border: 1px solid #b7b7b7;
    margin-top: 8px;
    font-size: 16px;
    line-height: 2;
    color: #666;
    display: none;
    -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.about-page .about-6 .box ul li.active h4 {
    background-color: #408dff;
    color: white;
    background-image: url("../images/icon-lt2.png");
}
.about-page .about-6 .box ul li.active h4:after {
    content: "\f106";
}
@media screen and (max-width: 1000px){
  .jieanjuhide {
    display: none !important;
  }
  .inner-banner h3 {
    font-size: 18px !important;
    line-height: 1.8;
  }
  /*.inner-banner {
    height: auto !important;
    padding-bottom: 20px;
  }*/
  .about-page .about-1 h2 {
    font-size: 20px !important;
    line-height: 1.8;
  }
  .about-page .about-2 .container .left h2 {
    font-size: 20px !important;
    line-height: 2 !important;
  }
  .about-page .about-2 .container .left p {
    font-size: 14px !important;
  }
}

@-webkit-keyframes ks2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@-moz-keyframes ks2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@keyframes ks2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}

.service2-page{
  padding: 0;
}
/*.service2-page .container {
  padding: 0 10%;
}*/
.service2-page .container .tit-name h2 {
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  line-height: 1.6;
  color: #162c35 !important;
  margin-bottom: 30px;
}
.service2-page .container .tit-name p {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  color: #777 !important;
  margin-bottom: 10px;
}
.service2-page .container .section-link {
  margin-top: 30px;
  display: inline-block;
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
  color: #dbae78 !important;
  text-decoration: underline!important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service2-page .init-2 {
  padding: 80px 0;
  background: url(/kdgazedo/2022/06/21/bg1.jpg) no-repeat center;
  background-size: cover;
}
.service2-page .init-2 .grid-box {
  background: #fff;
}
.service2-page .init-2 .grid-box .column {
  vertical-align: middle;
}
.service2-page .init-2 .grid-box .column:nth-child(2) {
  padding: 0 5%;
}
.service2-page .init-1,
.service2-page .init-3 {
  padding: 80px 0 120px;
  background-color: #F3F4F6;
}
.service2-page .init-1 .column,
.service2-page .init-3 .column {
  vertical-align: middle;
}
.service2-page .init-1 .column:nth-child(2),
.service2-page .init-3 .column:nth-child(2) {
  padding-left: 5%;
}
.service2-page .init-3 .column {
  vertical-align: middle;
}
.service2-page .init-3 .column:nth-child(1) {
  padding-right: 5%;
}
.service2-page .init-3 .column:nth-child(2) {
  padding-left: 0;
}
.service2-page .init-4 {
  padding: 40px 0 6rem;
  background-color: #F3F4F6;
}
.service2-page .init-4 .tit-name {
  text-align: center;
}
.service2-page .init-4 .grid-box {
  margin-top: 30px;
}
.service2-page .init-4 .grid-box .column {
  padding: 0 8px;
}
.service2-page .init-4 .grid-box p{
  padding-top: 1.5rem;
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 700px) {
  .service2-page .init-2 .grid-box .column {
    width: 100%;
    padding-right: 0;
  }
  .service2-page .container .tit-name h2 {
    font-size: 20px;
  }
  .service2-page .container .tit-name h2{
    line-height: 1.8;
    padding-top: 15px;
  }
  .service2-page .init-1, .service2-page .init-3{
    padding: 30px 0;
  }
}
