@font-face {
  font-family: 'OR';
  src: url('../fonts/Oswald.eot') format('eot'), url('../fonts/Oswald.woff2') format('woff2'), url('../fonts/Oswald.woff') format('woff'), url('../fonts/Oswald.ttf') format('truetype');
}
@font-face {
  font-family: 'OB';
  src: url('../fonts/Oswald-Bold.eot') format('eot'), url('../fonts/Oswald-Bold.woff2') format('woff2'), url('../fonts/Oswald-Bold.woff') format('woff'), url('../fonts/Oswald-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'RBK';
  src: url('../fonts/Roboto-Black.eot') format('eot'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'RL';
  src: url('../fonts/Roboto-Light.eot') format('eot'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'RAR';
  src: url('../fonts/Raleway.eot') format('eot'), url('../fonts/Raleway.woff2') format('woff2'), url('../fonts/Raleway.woff') format('woff'), url('../fonts/Raleway.ttf') format('truetype');
}
@font-face {
  font-family: 'RB';
  src: url('../fonts/Roboto-Bold.eot') format('eot'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'MonotypeCorsiva';
  src: url(../fonts/MonotypeCorsiva.ttf) format('truetype'), url(../fonts/MonotypeCorsiva.eot) format('eot'), url(../fonts/MonotypeCorsiva.woff) format('woff'), url(../fonts/MonotypeCorsiva.woff2) format('woff2');
}
body {
  font-family: 'RL';
  overflow-x: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1430px;
  margin: auto;
  width: 100%;
}
#header {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#header .nav {
  display: inline-block;
  width: 100%;
  padding: 0 2.1rem 0 1.65rem;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  padding: 1rem 0;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 1.4rem 0 0;
  font-size: 1rem;
  color: #000;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  font-family: 'RBK';
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 240px;
  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 #233c7c;
  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;
  -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 .menu-box ul.menu > li:last-child {
  margin: 0;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3.85rem;
  cursor: pointer;
}
#header .nav .ui.menu .h-language {
  position: relative;
  display: inline-block;
  margin-left: 1.4rem;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 0.9rem;
  color: #fff;
  font-family: 'OR';
  cursor: pointer;
}
#header .nav .ui.menu .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.75rem;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 110%;
  left: -160%;
  width: 125px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #233c7c;
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 5px;
  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 .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .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;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #000;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0);
  left: 79px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0);
  right: 80px;
}
#banner ul.slick-dots {
  position: absolute;
  left: 1.2rem;
  bottom: 48%;
}
#banner ul.slick-dots li {
  width: 4px;
  height: 46px;
  background-color: #d2d2d2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-bottom: 3px;
  cursor: pointer;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #0f5497;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#index-body .i-product .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 78px;
  height: 36px;
  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/ipl.png") no-repeat center center rgba(0, 0, 0, 0);
  left: -12%;
}
#index-body .i-product .slick-next {
  background: url("../images/ipr.png") no-repeat center center rgba(0, 0, 0, 0);
  right: -7%;
}
#index-body .i-product ul.slick-dots {
  position: absolute;
  left: 0;
  bottom: 10%;
}
#index-body .i-product ul.slick-dots li {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  position: relative;
  margin-right: 6px;
  border: solid 1px #dcdcdc;
  text-align: center;
}
#index-body .i-product ul.slick-dots li::after {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #0f5497;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
}
#index-body .i-product ul.slick-dots li button {
  opacity: 0;
  border: none;
  background: transparent;
  font-size: 14px;
  font-family: 'RBK';
}
#index-body .i-product ul.slick-dots li button::before {
  content: '0';
  font-size: 14px;
  font-family: 'RBK';
  display: inline-block;
}
#index-body .i-product ul.slick-dots li.slick-active {
  width: 26px;
  height: 26px;
  background: url(../images/db.png) no-repeat;
  border: none;
  line-height: 26px;
  text-align: center;
}
#index-body .i-product ul.slick-dots li.slick-active::after {
  display: none;
}
#index-body .i-product ul.slick-dots li.slick-active button {
  opacity: 1;
}
#index-body .i-product .slick-slide .content {
  display: none;
}
#index-body .i-product .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.button-group {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 12px;
  padding: 10px;
}
.button-group .button {
  height: 28px;
  line-height: 28px;
  background-color: #0D9BF2;
  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;
  display: none;
  z-index: 999;
}
#mobile .yy {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
  text-align: center;
  padding-bottom: 1rem;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
  text-transform: capitalize;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#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;
}
@keyframes myMove1 {
  0% {
    top: 0px;
  }
  50% {
    top: 50px;
  }
  100% {
    top: 0px;
  }
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
}
#banner li > img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}
#banner li .text {
  position: absolute;
  top: 19%;
  left: 0;
  width: 100%;
}
#banner li .text .left {
  display: inline-block;
  vertical-align: middle;
}
#banner li .text .left span {
  font-size: 24px;
  line-height: 1;
  font-family: 'RAR';
  display: block;
  padding-top: 1.3rem;
  position: relative;
}
#banner li .text .left span::before {
  content: '';
  width: 77px;
  height: 6px;
  background-color: #0f5497;
  position: absolute;
  top: 0;
  left: 0;
}
#banner li .text .left h3 {
  font-size: 4.35rem;
  line-height: 1;
  font-family: 'OB';
}
#banner li .text .left h3 em {
  color: #0f5497;
}
#banner li .text .left p {
  font-size: 16px;
  line-height: 1.5;
  color: #737373;
  width: 50%;
  margin-top: 1.45rem;
}
#banner li .text .left .mores {
  display: block;
  margin-top: 2.1rem;
  font-size: 16px;
  color: #484848;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner li .text .left .mores img {
  display: inline-block;
  margin-right: 0.55rem;
}
#banner li .text .left .mores:hover {
  color: #0f5497;
  transform: translateX(10px);
}
#banner li .text .right {
  display: inline-block;
  vertical-align: middle;
}
#banner .infos {
  font-size: 14px;
  color: #575757;
  position: absolute;
  left: 0.8rem;
  bottom: 32%;
  writing-mode: vertical-rl;
}
#banner .scroll {
  text-align: center;
  margin-top: -2%;
  position: relative;
  cursor: pointer;
}
#banner .scroll span {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 16px;
  color: #484848;
  line-height: 1;
}
#banner .scroll .img {
  animation: myMove1 3s infinite;
  -webkit-animation: myMove1 3s infinite;
}
#banner .scroll .img img {
  animation: myMove1 3s infinite;
  -webkit-animation: myMove1 3s infinite;
}
#index-body {
  position: relative;
}
#index-body .more {
  font-size: 17px;
  display: block;
  font-family: 'OR';
  color: #fff;
  width: 188px;
  height: 57px;
  background-color: #135ab7;
  text-align: center;
  line-height: 57px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#index-body .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 #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;
}
#index-body .more:hover::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#index-body .mores {
  display: block;
  font-size: 16px;
  color: #484848;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .mores img {
  display: inline-block;
  margin-right: 0.55rem;
}
#index-body .mores:hover {
  color: #0f5497;
  transform: translateX(10px);
}
#index-body .s1 {
  font-size: 18px;
  line-height: 1;
  display: block;
  padding-top: 1.7rem;
  position: relative;
}
#index-body .s1::before {
  content: '';
  width: 77px;
  height: 6px;
  background-color: #0f5497;
  position: absolute;
  top: 0;
  left: 0;
}
#index-body h3.title {
  font-size: 4.35rem;
  line-height: 1;
  font-family: 'OB';
}
#index-body h3.title em {
  color: #0f5497;
}
#index-body p.desc {
  font-size: 18px;
  line-height: 1;
  margin-top: 0.55rem;
}
#index-body .about {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 4.65rem 0 5.8rem;
  background: url(../images/ab.jpg) no-repeat #fff;
  background-position-y: 180px;
}
#index-body .about .header .left {
  width: 34%;
}
#index-body .about .header .left h3.title {
  word-break: break-all;
}
#index-body .about .header .right {
  width: 66%;
  padding-left: 1.5rem;
  padding-top: 2rem;
}
#index-body .about .header .right p {
  font-size: 18px;
  line-height: 1.6;
  color: #616161;
}
#index-body .about .header .right .mores {
  text-align: right;
  margin-top: 1.75rem;
}
#index-body .about .content {
  padding-top: 5.25rem;
}
#index-body .about .content ul {
  margin: 0 -3rem;
}
#index-body .about .content li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .about .content li .img img {
  filter: brightness(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .about .content li .text {
  margin-top: 1.3rem;
}
#index-body .about .content li .text h3 {
  font-size: 20px;
  font-family: 'OB';
  line-height: 1.2;
}
#index-body .about .content li .text p {
  font-size: 16px;
  color: #464646;
  line-height: 1.4;
  padding: 0 3rem;
  margin-top: 0.9rem;
}
#index-body .about .content li:hover {
  color: #0f5497;
}
#index-body .about .content li:hover .img img {
  filter: none;
}
#index-body .i-product {
  background-color: #f8f8f8;
}
#index-body .i-product ul {
  margin-right: -6rem;
}
#index-body .i-product ul li .text {
  padding-top: 9.2rem;
  width: 45%;
  position: relative;
  z-index: 1;
}
#index-body .i-product ul li .text h3 {
  text-transform: uppercase;
}
#index-body .i-product ul li .text p {
  font-size: 16px;
  line-height: 1.5;
  color: #737373;
  margin-top: 1.65rem;
  width: 54%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .i-product ul li .text .mores {
  margin-top: 3.8rem;
}
#index-body .i-product ul li .img {
  width: 75%;
  margin-left: -20%;
  position: relative;
}
#index-body .i-product ul li .img .show {
  position: absolute;
  top: 6.7rem;
  right: 0;
}
#index-body .product {
  padding: 4.4rem 0 1.1rem;
}
#index-body .product ul {
  margin-right: -1.4rem;
}
#index-body .product ul .slick-slide {
  margin-right: 1.4rem;
  padding: 1rem 0 2rem 1rem;
}
#index-body .product ul .slick-slide.slick-active {
  transform: translateY(0);
}
#index-body .product ul .slick-slide.slick-active + div {
  transform: translateY(90px);
}
#index-body .product ul .slick-slide.slick-active + div + div {
  transform: translateY(0);
}
#index-body .product ul .slick-slide.slick-active + div + div + div {
  transform: translateY(90px);
}
#index-body .product ul .slick-slide:nth-child(odd) {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product ul .slick-slide:nth-child(odd):hover:hover li .all {
  background-color: #33363b;
}
#index-body .product ul .slick-slide:nth-child(even) li .all {
  background-color: #33363b;
}
#index-body .product ul .slick-slide:nth-child(even) li .all .img {
  margin: 5rem 0 -7rem;
}
#index-body .product ul .slick-slide:nth-child(even) li .text {
  margin-top: 5rem;
}
#index-body .product ul .slick-slide:nth-child(even):hover li .all {
  background-color: #0f5497;
}
#index-body .product ul li .all {
  background-color: #0f5497;
  padding: 4.1rem 0 4rem;
}
#index-body .product ul li .all h3 {
  font-size: 4.4rem;
  font-family: 'RBK';
  line-height: 1;
  color: rgba(172, 172, 172, 0.07);
}
#index-body .product ul li .all .img {
  margin-top: 3.35rem;
  margin: 3.5rem -3rem 0 -1rem;
}
#index-body .product ul li .text {
  margin-top: 1.65rem;
  text-align: center;
}
#index-body .product ul li .text h3 {
  font-size: 20px;
  font-family: 'OB';
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: uppercase ;
}
#index-body .product ul li .text p {
  font-size: 16px;
  line-height: 1.5;
  color: #737373;
  margin-top: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#index-body .news {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 3.9rem 0 9.8rem;
}
#index-body .news .header {
  text-align: center;
}
#index-body .news .header .s1::before {
  left: 47%;
}
#index-body .news .header p {
  font-size: 16px;
  line-height: 1.5;
  color: #737373;
  margin-top: 1.3rem;
}
#index-body .news .content {
  margin-top: 3.55rem;
}
#index-body .news .content ul {
  margin-right: -0.65rem;
}
#index-body .news .content ul .slick-slide {
  margin-right: 0.65rem;
  padding: 0 0 5px 0;
}
#index-body .news .content ul li {
  position: relative;
}
#index-body .news .content ul li .img {
  position: relative;
}
#index-body .news .content ul li .img .tag {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4.5rem;
  height: 4.5rem;
  background-color: #0f5497;
  text-align: center;
  line-height: 4.5rem;
  color: #fff;
  font-size: 2rem;
  font-family: 'OB';
}
#index-body .news .content ul li .text {
  text-align: center;
  padding: 1.8rem 1.15rem 0;
}
#index-body .news .content ul li .text h3 {
  font-size: 20px;
  font-family: 'OB';
  line-height: 1.5;
  text-transform: uppercase;
}
#index-body .news .content ul li .text p {
  margin-top: 1rem;
  font-size: 16px;
  line-height: 1.5;
  color: #737373;
  overflow: hidden;  
text-overflow: ellipsis;  
display: -webkit-box;  
-webkit-line-clamp: 5;  
-webkit-box-orient: vertical; 
}
#index-body .news .content ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f5497;
  box-shadow: 0px 10px 62px 0px rgba(0, 0, 0, 0.34);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news .content ul li .tags {
  font-size: 4rem;
  line-height: 1;
  color: #fff;
  font-family: 'OB';
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news .content ul li .desc {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0 1.7rem 0 2.7rem;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news .content ul li .desc h3 {
  font-family: 'OB';
  font-size: 20px;
  line-height: 1.5;
  width: 90%;
  text-transform: uppercase;
}
#index-body .news .content ul li .desc p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .news .content ul li .desc time {
  display: block;
  margin-top: 1.4rem;
  font-size: 16px;
  line-height: 1;
}
#index-body .news .content ul li .more {
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 192px;
  height: 69px;
  background-color: #ffffff;
  text-align: center;
  font-size: 16px;
  color: #484848;
  line-height: 69px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news .content ul li .more img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.55rem;
  margin-top: -5px;
}
#index-body .news .content ul li:hover::after {
  opacity: 1;
}
#index-body .news .content ul li:hover .tags {
  opacity: 1;
  top: -3%;
}
#index-body .news .content ul li:hover .desc {
  top: 35%;
  opacity: 1;
}
#index-body .news .content ul li:hover .more {
  bottom: 3.2rem;
  opacity: 1;
}
#index-body::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -13%;
  width: 100%;
  height: 52%;
  background: url(../images/n-icon.png) no-repeat;
}
.contact {
  background: url(../images/cb.jpg) no-repeat;
  background-size: cover;
  padding: 6.25rem 0 5.3rem;
  color: #fff;
}
.contact .left {
  width: 70% !important;
}
.contact .left h3 {
  font-family: 'OB';
  font-size: 2.55rem;
  line-height: 1;
}
.contact .left p {
  font-size: 24px;
  line-height: 1.4;
  margin-top: 1.2rem;
}
.contact .right {
  width: 30% !important;
  padding-top: 8px;
}
.contact .right .more {
  display: block;
  width: 281px;
  height: 90px;
  border: solid 1px #ffffff;
  text-align: center;
  line-height: 90px;
  font-size: 24px;
  font-family: 'OB';
  float: right;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.contact .right .more::before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  z-index: -1;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 90px 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 .right .more:hover {
  border-color: #000;
}
.contact .right .more:hover::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.contact .right .more img {
  display: inline-block;
  vertical-align: middle;
  filter: brightness(100);
  margin-right: 0.55rem;
  margin-top: -5px;
}
#footer {
  background-color: #1b1b1b;
  position: relative;
  z-index: 1;
}
#footer .header {
  padding-top: 4.8rem;
  color: #fff;
}
#footer .header span {
  font-size: 19px;
  line-height: 1.8;
}
#footer .header form {
  margin-top: 1.35rem;
}
#footer .header form input[type="text"],
#footer .header form textarea {
  background-color: rgba(166, 168, 172, 0.15);
  height: 67px;
  border-radius: 10px;
  border: none;
  color: rgba(255, 255, 255, 0.48);
  font-size: 17px;
  padding-left: 0.7rem;
  width: 13.72%;
  margin-right: 0.2rem;
}
#footer .header form input[type="text"]::placeholder,
#footer .header form textarea::placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .header form input[type="text"]::-webkit-input-placeholder,
#footer .header form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .header form input[type="text"]:-ms-input-placeholder,
#footer .header form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .header form input[type="text"]:-moz-placeholder,
#footer .header form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .header form textarea {
  padding-top: 1.1rem;
  width: 41.7%;
}
#footer .header form input[type="submit"] {
  height: 64px;
  background-color: #0f5497;
  border-radius: 20px;
  border: none;
  width: 13.9%;
  font-size: 25px;
  font-family: 'RBK';
  color: #e3e2de;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .header form input[type="submit"]:hover {
  background-color: #000;
}
#footer .content {
  margin-top: 4.45rem;
  color: #fff;
}
#footer .content h4 {
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.66);
  width: 50.6%;
  position: relative;
  text-transform: uppercase;
}
#footer .content h4::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 26px;
  height: 4px;
  background-color: #ffffff;
}
#footer .content ul {
  margin-top: 1.7rem;
}
#footer .content ul li {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.61);
}
#footer .content .f-contact {
  width: 28%;
}
#footer .content .f-contact .share {
  margin-top: 1.5rem;
}
#footer .content .f-contact .share dd {
  display: inline-block;
  border: solid 1px rgba(255, 255, 255, 0.1);
  width: 44px;
  height: 44px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  margin-right: 10px;
}
#footer .content .f-contact .share dd img {
  vertical-align: middle;
}
#footer .content .f-contact .share dd:last-child {
  margin-right: 0;
}
#footer .content .f-contact .share dd:hover {
  background-color: #0f5497;
  color: #fff;
  border-color: #0f5497;
}
#footer .content .f-contact .share dd:hover img {
  filter: brightness(100);
}
#footer .content .f-product {
  padding-left: 1%;
  width: 24%;
}
#footer .content .f-product h4 {
  width: 67.5%;
}
#footer .content .f-nav {
  padding-left: 2%;
  width: 16%;
}
#footer .content .f-nav h4 {
  width: 87%;
}
#footer .content .f-news {
  padding-left: 3%;
  width: 16%;
}
#footer .content .f-news h4 {
  width: 93.5%;
}
#footer .content .f-code {
  padding-left: 3%;
  width: 16%;
}
#footer .content .f-code h4 {
  width: 93.5%;
}
#footer .content .f-code #ewm {
  margin-top: 1.7rem;
}
#footer .content .f-code #ewm img {
  width: 145px;
  height: 145px;
  border: 4px solid #fff;
}
#footer .f-copy {
  padding: 2.9rem 0;
  margin: auto;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
#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: #0f5497;
}
#footer .infos {
  width: 100%;
  /*margin-top: 3.55rem;*/
  position: relative;
}
#footer .infos img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.25rem;
}
#footer .infos a {
  display: block;
  float: right;
  width: 219px;
  height: 61px;
  background-color: #0f5497;
  text-align: center;
  line-height: 61px;
  color: #fff;
  font-size: 15px;
  font-family: 'RBK';
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#footer .infos a::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;
}
#footer .infos a:hover::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.inquiry {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background: rgba(13, 85, 174, 0.5);
  cursor: pointer;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 100;
}
.layer-form {
  display: none;
}
.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 1000001;
  left: 0;
  top: 0;
}
.wrap-contact100 {
  width: 560px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  overflow: auto;
  max-height: 90vh;
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.btn-hide-contact100 {
  font-size: 20px;
  color: #fff;
  opacity: .6;
  position: absolute;
  right: 10px;
  top: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  z-index: 10;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px 15px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit] {
  border: 1px solid #e6e6e6;
  background: #0f5497;
  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: 1870px) {
  #index-body .i-product .slick-arrow {
    top: 80%;
  }
  #index-body .i-product .slick-next {
    right: 30px;
  }
  #index-body .i-product .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 1480px) {
  #banner li .text .left {
    padding-left: 1rem;
  }
  #index-body .i-product .slick-next {
    right: 120px;
  }
}
@media screen and (max-width: 1200px) {
  #index-body .about .content li .text p {
    padding: 0 2rem;
  }
  #index-body .i-product ul {
    margin-right: 0;
  }
  #index-body h3.title {
    font-size: 4rem;
  }
  #footer .content .f-news {
    padding-left: 1%;
  }
  #footer .content .f-code {
    padding-left: 1%;
  }
}
@media screen and (max-width: 1110px) {
  #index-body .about .content li {
    width: 25%;
  }
  #banner li .text .left p {
    width: 70%;
  }
  #index-body .about .content li .text p {
    padding: 0 1rem;
  }
  #index-body h3.title {
    font-size: 3.5rem;
  }
  #footer .content .f-product {
    width: 22%;
  }
  #footer .content .f-code {
    width: 18%;
  }
  #footer .content h4 {
    width: 62%;
  }
}
@media screen and (max-width: 992px) {
  #header .nav .ui.menu .menu-box {
    display: none;
  }
  #header .nav {
    background-color: #000;
  }
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #mobile #menu-on i {
    background: #fff;
  }
  #banner li .text .left {
    padding-left: 2rem;
  }
  #banner ul.slick-dots {
    bottom: 40%;
  }
  #banner .infos {
    left: 0.5rem;
    bottom: 12%;
  }
  #banner li .text .left p {
    width: 100%;
  }
  #index-body .about .content li {
    width: 50%;
    margin-bottom: 1rem;
  }
  #index-body h3.title {
    font-size: 3rem;
  }
  #index-body .i-product ul li .text p {
    width: 100%;
  }
  #index-body .i-product ul li .img {
    width: 55%;
    margin-left: 0;
  }
  #index-body::after {
    display: none;
  }
  #index-body .product ul .slick-slide.slick-active + div {
    transform: translateY(50px);
  }
  .contact .right .more {
    width: 200px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
  }
  #footer .header {
    display: none;
  }
  #footer .content .f-contact {
    width: 100%;
  }
  #footer .content .f-product,
  #footer .content .f-nav,
  #footer .content .f-news,
  #footer .content .f-code {
    display: none;
  }
  #footer .content .f-contact .share {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #banner li .text .left span {
    font-size: 18px;
  }
  #banner li .text .left h3 em {
    color: #000;
  }
  #banner li .text .left h3 {
    font-size: 3rem;
  }
  #banner li .text .left p {
    font-size: 14px;
  }
  #banner li .text .right {
    display: none;
  }
  #banner li .text .left .mores {
    font-size: 14px;
    margin-top: 1rem;
  }
  #banner .scroll {
    display: none;
  }
  #banner li .text {
    top: 25%;
  }
  #index-body .about .header .left,
  #index-body .about .header .right {
    width: 100%;
  }
  #index-body .about .header .right {
    padding-left: 0;
  }
  #index-body .about .header .right p {
    font-size: 16px;
  }
  #index-body .s1 {
    font-size: 16px;
  }
  #index-body .about .content {
    display: none;
  }
  #index-body .i-product ul li .text,
  #index-body .i-product ul li .img {
    width: 100%;
  }
  #index-body .i-product ul li .text .mores {
    margin: 1.5rem 0;
  }
  #index-body .news .header .s1::before {
    display: none;
  }
  #index-body .product ul {
    margin-left: -1rem;
  }
  .contact {
    display: none;
  }
  #footer{
    padding-top: 1rem;
  }
}

.inner-banner {
  overflow: hidden;
  position: relative;
}
.inner-banner .mbx {
  font-size: 16px;
  color: white;
}
.inner-banner h2 {
  font-size: 60px;
  text-shadow: 0 2px 0 black;
  font-family: 'OB';
  color: white;
}
.inner-banner .chr-banner-bg {
  border-bottom-left-radius: 400px;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat fixed top;
}
.inner-banner .chr-content-container {
  position: relative;
  width: 100%;
  max-width: 1700px;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
}
.inner-banner .chr-banner-content {
  height: 430px;
  padding-left: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.inner-banner .chr-banner-content .chr-banner-content-inner {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-bottom: 90px;
}
.inner-banner .ui.container,
.inner-page .ui.container {
  width: 1400px;
}
@media screen and (max-width: 1400px) {
  .inner-banner .ui.container,
  .inner-page .ui.container {
    width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .inner-banner .ui.container,
  .inner-page .ui.container {
    width: 1000px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .ui.container,
  .inner-page .ui.container {
    width: 700px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .ui.container,
  .inner-page .ui.container {
    width: 100%;
  }
}

h2.home-tit {
    font-size: 3.6rem;
    line-height: 1;
    font-family: 'OB';
}
h2.home-tit span {
    font-family: 'MonotypeCorsiva';
    color: #0f5497;
}

.about-page h6 {
  font-size: 18px;
  font-family: 'OB';
  text-transform: uppercase;
}
.about-page h6::before,
.about-page h6::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 43px;
  height: 1px;
  background-color: #0f5497;
}
.about-page h6::before {
  margin-right: 7px;
}
.about-page h6::after {
  margin-left: 7px;
}
.about-page .about-1 {
  padding: 90px 0;
}
.about-page .about-1 .title {
  max-width: 640px;
  margin-left: auto;
}
.about-page .about-1 h6::after {
  display: none;
}
.about-page .about-1 h2 {
  font-size: 62px;
  font-family: 'OB';
  line-height: .8;
  margin-top: 20px;
}
.about-page .about-1 h2 span {
  font-family: 'MonotypeCorsiva';
  color: #0f5497;
}
.about-page .about-1 .box {
  margin-top: 25px;
}
.about-page .about-1 .img {
  position: relative;
}
.about-page .about-1 .img::before {
  content: url(../images/about-dot.png);
  position: absolute;
  left: -92px;
  top: -113px;
}
.about-page .about-1 .text {
  color: #858585;
  margin-top: 60px;
}
.about-page .about-1 .text p:not(:last-child) {
  margin-bottom: 40px;
}
.about-page .about-1 .list {
  margin-top: 90px;
}
.about-page .about-1 .list ul {
  margin: 0 -40px;
}
.about-page .about-1 .list ul li {
  padding: 0 40px;
  width: 25%;
  vertical-align: middle;
  position: relative;
}
.about-page .about-1 .list ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #d2d2d2;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-1 .list ul li .flex {
  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;
}
.about-page .about-1 .list ul li .flex .content {
  margin-left: 20px;
}
.about-page .about-1 .list ul li .flex .content h3 {
  font-size: 40px;
  line-height: 1;
  color: #0f5497;
}
.about-page .about-1 .list ul li .flex .content h3 em {
  font-family: 'OB';
  vertical-align: middle;
}
.about-page .about-1 .list ul li .flex .content h3 small {
  font-size: 16px;
  vertical-align: middle;
}
.about-page .about-1 .list ul li .flex .content p {
  font-size: 16px;
  color: #545252;
}
.about-page .about-2 {
  background-color: #0f5497;
  color: white;
  padding: 90px 0 100px;
  border-top-right-radius: 300px;
}
.about-page .about-2 h6::before,
.about-page .about-2 h6::after {
  background-color: white;
}
.about-page .about-2 h2 {
  font-size: 80px;
  font-family: 'OB';
}
.about-page .about-2 .box {
  max-width: 1660px;
  margin-left: auto;
  padding-left: 15px;
}
.about-page .about-2 .title {
  max-width: 1400px;
}
.about-page .about-2 .list {
  margin-top: 80px;
}
.about-page .about-2 .list dl{
  text-align: left;
  /*padding-left: 2rem;*/
}
.about-page .about-2 .swiper-container {
  padding-right: 125px;
}
.about-page .about-2 .dots {
  margin-top: 100px;
}
.about-page .about-2 .swiper-scrollbar {
  height: 6px;
  max-width: 380px;
  margin: 0 auto;
  background: #959595;
  border-radius: unset;
}
.about-page .about-2 .swiper-scrollbar-drag {
  background: white;
  border-radius: unset;
}
.about-page .about-3 {
  padding: 80px 0;
}
.about-page .about-3 .box {
  max-width: 1660px;
  margin-left: auto;
  padding-left: 15px;
}
.about-page .about-3 h6:before,
.about-page .about-3 h6:after {
  display: none;
}
.about-page .about-3 .list {
  margin-top: 65px;
}
.about-page .about-3 .swiper-container {
  padding-right: 370px;
}
.about-page .about-3 .dots {
  margin-top: 25px;
}
.about-page .about-3 .swiper-scrollbar {
  height: 6px;
  background: #e3e3e3;
  border-radius: unset;
}
.about-page .about-3 .swiper-scrollbar-drag {
  background: #0f5497;
  border-radius: unset;
}
.about-page .about-4 {
  padding: 80px 0;
}
.about-page .about-4 .title {
  display: inline-block;
  text-align: left;
}
.about-page .about-4 .img {
  margin-top: 80px;
}
@media screen and (max-width: 1400px) {
  .about-page .about-1 .list ul {
    margin: 0 -20px;
  }
  .about-page .about-1 .list ul li {
    padding: 0 20px;
  }
  .about-page .about-1 .list ul li .flex .content p {
    font-size: 14px;
  }
  .about-page .about-1 h2 {
    font-size: 50px;
  }
  .about-page .about-2 h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .inner-banner .chr-banner-bg {
    border-bottom-left-radius: 200px;
  }
  .about-page .about-2 {
    border-top-right-radius: 200px;
  }
  .inner-banner .chr-banner-content {
    height: 400px;
  }
  .about-page .about-1 .list ul li {
    padding: 0;
  }
  .about-page .about-1 .list ul li::after {
    display: none;
  }
  .about-page .about-1 h2 {
    font-size: 35px;
  }
  .about-page .about-2 h2 {
    font-size: 35px;
  }
  .about-page .about-1 .list ul li .flex .content h3 {
    font-size: 30px;
  }
  .about-page .about-1 .list ul li .flex img {
    width: 50px;
  }
  .inner-banner h2 {
    font-size: 35px;
    line-height: 1;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .chr-banner-bg {
    background: no-repeat 50%;
  }
  .inner-banner .chr-banner-content {
    height: 200px;
    padding-left: 50px;
  }
  .inner-banner .chr-banner-content .chr-banner-content-inner {
    margin-bottom: 10px;
  }
  .about-page .about-1 .text {
    margin-top: 30px;
  }
  .about-page .about-1 .text p:not(:last-child) {
    margin-bottom: 20px;
  }
  .about-page .about-1 .list {
    margin-top: 30px;
  }
  .about-page .about-1 .list ul {
    margin: -20px;
  }
  .about-page .about-1 .list ul li {
    width: 50%;
    padding: 20px;
  }
  .about-page .about-1 .img::before {
    display: none;
  }
  .about-page .about-2 .list {
    margin-top: 30px;
  }
  .about-page .about-2 .dots {
    margin-top: 30px;
  }
  .about-page .about-3 .swiper-container {
    padding-right: 150px;
  }
  .about-page .about-3 .list {
    margin-top: 30px;
  }
  .about-page .about-4 .img {
    margin-top: 30px;
  }
  .inner-banner .chr-banner-content .chr-banner-content-inner {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}
@media screen and (max-width: 700px) {
   .inner-banner h2{
    display: none;
  }
  .inner-banner .chr-banner-bg {
    border-bottom-left-radius: 80px;
  }
  .about-page .about-2 {
    border-top-right-radius: 80px;
  }
  .about-page .about-1 {
    padding: 60px 0;
  }
  .about-page .about-2 {
    padding: 60px 0;
  }
  .about-page .about-3 {
    padding: 60px 0;
  }
  .about-page .about-4 {
    padding: 60px 0;
  }
  .about-page .about-2 .swiper-container {
    padding-right: 0;
  }
  .about-page .about-2 .box {
    padding-right: 15px;
  }
  .about-page .about-3 .box {
    padding-right: 15px;
  }
  .about-page .about-3 .swiper-container {
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner h2 {
    font-size: 24px;
    display: none;
  }
  .inner-banner .mbx {
    font-size: 14px;
  }
  .inner-banner .chr-banner-content {
    height: 150px;
    padding-left: 30px;
  }
  .inner-banner .chr-banner-bg {
    border-bottom-left-radius: 0;
  }
  .about-page .about-1 h2 {
    font-size: 24px;
  }
  .about-page .about-1 .list ul li .flex img {
    display: none;
  }
  .about-page .about-1 .list ul li .flex .content {
    margin-left: 0;
  }
  .about-page .about-2 h2 {
    font-size: 24px;
  }
  .about-page .about-1 .list ul {
    margin: -10px;
  }
  .about-page .about-1 .list ul li {
    padding: 10px;
  }
}
h2.inner-tit {
  font-size: 50px;
  font-family: 'OB';
  position: relative;
  line-height: 130px;
  padding-left: 60px;
}
h2.inner-tit.small{
  line-height: 1;
}
h2.inner-tit span{
    font-family: 'MonotypeCorsiva';
    color: #0f5497;
}
h2.inner-tit::before {
  content: url(../images/about-dot2.png);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  z-index: -1;
}
.faq-page {
  padding: 100px 0;
}
.faq-page h3 {
  font-size: 38px;
  font-family: 'OB';
  margin-top: 20px;
}
.faq-page .list {
  margin-top: 60px;
}
.faq-page .list ul li {
  padding: 50px 0;
  border-top: 1px solid #bfbfbf;
}
.faq-page .list ul li:last-child {
  border-bottom: 1px solid #bfbfbf;
}
.faq-page .list ul li h4 {
  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;
  font-size: 28px;
  position: relative;
  padding-right: 130px;
  cursor: pointer;
}
.faq-page .list ul li h4 img {
  margin: 0 15px;
}
.faq-page .list ul li h4 span {
  display: inline-block;
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  line-height: 74px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 2px solid #bfbfbf;
}
.faq-page .list ul li .faq-q {
  font-size: 24px;
  padding: 40px 80px;
  display: none;
}
.faq-page .list ul li.active h4 span {
  background-color: #0f5497;
  border-color: #0f5497;
  color: white;
}
@media screen and (max-width: 1200px) {
  h2.inner-tit {
    font-size: 50px;
  }
  .faq-page h3 {
    font-size: 24px;
  }
  .faq-page .list ul li h4 {
    font-size: 20px;
  }
  .faq-page .list ul li .faq-q {
    font-size: 18px;
    padding: 20px 80px;
  }
  .faq-page .list ul li {
    padding: 30px 0;
  }
  .faq-page .list ul li h4 span {
    width: 50px;
    height: 50px;
    line-height: 46px;
    right: 15px;
  }
  .faq-page .list ul li h4 {
    padding-right: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .faq-page {
    padding: 60px 0;
  }
  h2.inner-tit {
    font-size: 35px;
    line-height: 1;
  }
  .faq-page h3 {
    font-size: 20px;
  }
  .faq-page .list {
    margin-top: 30px;
  }
  .faq-page .list ul li h4 {
    font-size: 16px;
  }
  .faq-page .list ul li .faq-q {
    font-size: 14px;
  }
}
.contact-page .contact-1 {
  padding: 100px 0;
}
.contact-page .contact-1 h3 {
  font-size: 38px;
  font-family: 'MonotypeCorsiva';
  margin-top: 20px;
}
.contact-page .contact-1 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
}
.contact-page .contact-1 .box .left {
  width: 50%;
  padding-right: 50px;
  border-right: 1px solid #cccccc;
}
.contact-page .contact-1 .box .right {
  width: 50%;
  padding-left: 50px;
}
.contact-page .contact-1 .box h4 {
  font-size: 24px;
  margin-bottom: 30px;
}
.contact-page .contact-1 .box h4 img {
  margin-right: 20px;
  vertical-align: text-bottom;
}
.contact-page .contact-1 .box ul li {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .contact-page .contact-1 h3 {
    font-size: 24px;
  }
  .contact-page .contact-1 .box ul li {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 h3 {
    font-size: 20px;
  }
  .contact-page .contact-1 .box h4 {
    font-size: 24px;
  }
  .contact-page .contact-1 .box ul li {
    font-size: 18px;
  }
  .contact-page .contact-1 .box .left {
    padding-right: 30px;
  }
  .contact-page .contact-1 .box .right {
    padding-left: 30px;
  }
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .box {
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .box ul li {
    font-size: 14px;
  }
  .contact-page .contact-1 .box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .box {
    display: block;
  }
  .contact-page .contact-1 .box .left {
    width: 100%;
    padding-right: 0;
    border: none;
  }
  .contact-page .contact-1 .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .contact-page .contact-1 .box h4 {
    margin-bottom: 10px;
  }
}
.news-page {
  padding: 100px 0;
}
.news-page .new-silder {
  margin-top: 60px;
}
.news-page .new-silder h3 {
  font-size: 24px;
  font-family: 'OB';
  display: inline-block;
  vertical-align: middle;
}
.news-page .new-silder h3::after {
  content: "";
  display: inline-block;
  width: 85px;
  height: 1px;
  background-color: black;
  vertical-align: middle;
  margin: 0 15px;
}
.news-page .new-silder ul {
  display: inline-block;
  vertical-align: middle;
}
.news-page .new-silder ul li {
  display: inline-block;
  font-size: 20px;
  line-height: 45px;
  border-radius: 30px;
}
.news-page .new-silder ul li a {
  display: block;
  min-width: 130px;
  text-align: center;
  padding: 0 30px;
}
.news-page .new-silder ul li:hover,
.news-page .new-silder ul li.active {
  background-color: #0f5497;
  color: white;
}
.news-page .list {
  margin-top: 55px;
}
.news-page .list ul li {
  padding: 30px 0;
  border-top: 1px solid #bfbfbf;
}
.news-page .list ul li:last-child {
  border-bottom: 1px solid #bfbfbf;
}
.news-page .list ul li .content {
  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;
}
.news-page .list ul li .content .img {
  width: auto;
}
.news-page .list ul li .content .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 50px;
  margin-right: 30px;
}
.news-page .list ul li .content .text .date {
  font-size: 24px;
}
.news-page .list ul li .content .text .date span {
  color: #0f5497;
}
.news-page .list ul li .content .text p {
  font-size: 24px;
  margin: 25px 0;
  width: 75%;
  line-height: 2;
  font-family: 'OB';
}
.news-page .list ul li .content a.btn {
  background-color: #0f5497;
  color: white;
}
@media screen and (max-width: 1200px) {
  .news-page .new-silder h3 {
    font-size: 24px;
  }
  .news-page .new-silder ul li {
    font-size: 20px;
  }
  .news-page .list ul li .content .text p {
    width: 100%;
  }
  .news-page .list ul li .content .text p {
    font-size: 18px;
  }
  .news-page .list ul li .content .text .date {
    font-size: 18px;
  }
  .news-page .list ul li .content .text {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page {
    padding: 60px 0;
  }
  .news-page .new-silder {
    display: none;
  }
  .news-page .list ul {
    font-size: 0;
    margin: -30px -10px;
  }
  .news-page .list ul li {
    width: 50%;
    display: inline-block;
    padding: 30px 10px;
    vertical-align: top;
  }
  .news-page .list ul li .content {
    display: block;
  }
  .news-page .list ul li .content .text {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
  .news-page .list ul li:last-child {
    border-bottom: none;
  }
  .news-page .list ul li .content .text .date {
    font-size: 14px;
  }
  .news-page .list ul li .content .text p {
    margin: 10px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .list ul li {
    width: 100%;
  }
}
.product-page {
  padding: 100px 0 60px;
}
.product-page .product-1 {
  background: url(../images/product-bg.png) no-repeat left bottom;
  padding-bottom: 190px;
  /*padding-top: 50px;*/
}
.product-page .product-1 .box:before {
  left: 100%;
}
.product-page .product-2 {
  background: url(../images/product-bg2.png) no-repeat right bottom;
  padding-bottom: 190px;
  padding-top: 50px;
}
.product-page .product-2 .box:before {
  right: 100%;
}
.product-page .product-2 .img {
  left: 50%;
}
.product-page .product-2 .list {
  right: 50%;
}
.product-page .title .left {
  width: 100%;
  vertical-align: middle;
}
.product-page .title .right {
  width: 50%;
  vertical-align: middle;
}
.product-page .title .right a.btn {
  background-color: #0f5497;
  color: white;
}
.product-page .box {
  position: relative;
}
.product-page .box::before {
  content: url(../images/product-after.png);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-page .box .img {
  width: 50%;
  vertical-align: middle;
  position: relative;
}
.product-page .box .list {
  width: 50%;
  vertical-align: middle;
  position: relative;
}
.product-page .box .list ul li {
  width: 50%;
  /*border: 3px solid #eeeeee;
  background-color: #ffffff;*/
  padding: 5px;
}
.product-page .box .list ul li .inner {
  cursor: pointer;
  position: relative;
  border: 3px solid #f6f6f6;
  background-color:#ffffff;
}
.product-page .box .list ul li .inner img {
  width: 100%;
}
.product-page .box .list ul li .inner::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #0f5497;
  border-left: none;
  border-bottom: none;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 99;
  -webkit-transform: translate(-20px, 20px);
  -moz-transform: translate(-20px, 20px);
  -ms-transform: translate(-20px, 20px);
  transform: translate(-20px, 20px);
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.product-page .box .list ul li .inner::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #0f5497;
  border-right: none;
  border-bottom: none;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 99;
  -webkit-transform: translate(20px, 20px);
  -moz-transform: translate(20px, 20px);
  -ms-transform: translate(20px, 20px);
  transform: translate(20px, 20px);
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.product-page .box .list ul li .inner .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.product-page .box .list ul li .inner .hover::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #0f5497;
  border-left: none;
  border-top: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  -webkit-transform: translate(-20px, -20px);
  -moz-transform: translate(-20px, -20px);
  -ms-transform: translate(-20px, -20px);
  transform: translate(-20px, -20px);
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.product-page .box .list ul li .inner .hover::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #0f5497;
  border-right: none;
  border-top: none;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 99;
  -webkit-transform: translate(20px, -20px);
  -moz-transform: translate(20px, -20px);
  -ms-transform: translate(20px, -20px);
  transform: translate(20px, -20px);
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.product-page .box .list ul li .inner:hover::before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.product-page .box .list ul li .inner:hover::after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.product-page .box .list ul li .inner:hover .hover {
  opacity: 1;
}
.product-page .box .list ul li .inner:hover .hover::before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.product-page .box .list ul li .inner:hover .hover::after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .product-page .box::before {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .product-2 {
    padding-bottom: 90px;
  }
  .product-page .product-1 {
    padding-bottom: 90px;
  }
  .product-page {
    padding: 60px 0;
  }

  .product-page .box .img {
    width: 100%;
  }
  .product-page .box .list {
    width: 100%;
  }
  .product-page .product-2 .img {
    left: auto;
  }
  .product-page .product-2 .list {
    right: auto;
  }
}
@media screen and (max-width: 700px) {
  
  .product-page .product-2 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .product-page .product-1 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .product-page .title .left {
    width: 100%;
  }
  .product-page .title .right {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .product-page .box .list ul li{
    width: 100%;
  }
}

.prodet-page {
  padding: 100px 0;
}
.prodet-page .prodet-1 .title .left {
  width: 40%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .title .right {
  width: 60%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .title .right h6 {
  font-size: 24px;
}
.prodet-page .prodet-1 .title .right h1 {
  font-size: 36px;
  font-family: 'OB';
}
.prodet-page .prodet-1 .content {
  margin-top: 20px;
}
.prodet-page .prodet-1 .content .img {
  width: 50%;
  background-color: #f1f1f1;
}
.prodet-page .prodet-1 .content .img img{
  width: 100%;
}
.prodet-page .prodet-1 .content .list {
  width: 14%;
}
.prodet-page .prodet-1 .content .list ul li {
  border: 1px solid #eeeeee;
}
.prodet-page .prodet-1 .content .list ul li .inner {
  cursor: pointer;
  position: relative;
}
.prodet-page .prodet-1 .content .list ul li .inner img {
  width: 100%;
}
.prodet-page .prodet-1 .content .list ul li .inner::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #0f5497;
  border-left: none;
  border-bottom: none;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 99;
  -webkit-transform: translate(-20px, 20px);
  -moz-transform: translate(-20px, 20px);
  -ms-transform: translate(-20px, 20px);
  transform: translate(-20px, 20px);
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.prodet-page .prodet-1 .content .list ul li .inner::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #0f5497;
  border-right: none;
  border-bottom: none;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 99;
  -webkit-transform: translate(20px, 20px);
  -moz-transform: translate(20px, 20px);
  -ms-transform: translate(20px, 20px);
  transform: translate(20px, 20px);
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.prodet-page .prodet-1 .content .list ul li .inner .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.prodet-page .prodet-1 .content .list ul li .inner .hover::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #0f5497;
  border-left: none;
  border-top: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  -webkit-transform: translate(-20px, -20px);
  -moz-transform: translate(-20px, -20px);
  -ms-transform: translate(-20px, -20px);
  transform: translate(-20px, -20px);
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.prodet-page .prodet-1 .content .list ul li .inner .hover::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #0f5497;
  border-right: none;
  border-top: none;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 99;
  -webkit-transform: translate(20px, -20px);
  -moz-transform: translate(20px, -20px);
  -ms-transform: translate(20px, -20px);
  transform: translate(20px, -20px);
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.prodet-page .prodet-1 .content .list ul li .inner:hover::before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.prodet-page .prodet-1 .content .list ul li .inner:hover::after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.prodet-page .prodet-1 .content .list ul li .inner:hover .hover {
  opacity: 1;
}
.prodet-page .prodet-1 .content .list ul li .inner:hover .hover::before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.prodet-page .prodet-1 .content .list ul li .inner:hover .hover::after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.prodet-page .prodet-1 .content .text {
  width: 50%;
  font-size: 16px;
  padding-left: 25px;
}
/*.prodet-page .prodet-1 .content .text table,
.prodet-page .prodet-1 .content .text tbody,
.prodet-page .prodet-1 .content .text table tr {
  display: block;
  width: 100%;
}
.prodet-page .prodet-1 .content .text table td {
  border: none;
  display: inline-block;
  font-size: 16px;
}
.prodet-page .prodet-1 .content .text table tr {
  margin-bottom: 4px;
  border: 1px solid #dedede;
  font-size: 0;
}
.prodet-page .prodet-1 .content .text table td:first-child {
  width: 25%;
  padding: 20px;
}
.prodet-page .prodet-1 .content .text table td:last-child {
  width: 75%;
}*/

.prodet-page .prodet-1 .content .text h1{
  font-size: 2.4rem;
  font-family: 'OB';
  line-height: 1.2;
  margin-bottom: 2rem;
}
.prodet-page .prodet-1 .content .text .con{
  font-size: 16px;
    line-height: 1.8;
    color: #616161;
}
.prodet-page .prodet-1 .content .text .more {
    left: 53%;
    bottom: 0;
    border-top: 1px solid #e1e1e1;
    padding-top: 2rem;
    margin-top: 4rem;
}
.prodet-page .prodet-1 .content .text .more .fl {
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
}
.prodet-page .prodet-1 .content .text .more a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #0f5497;
    color: #1c1c1c;
    padding: 11px 2rem;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-1 .content .text .more a:hover{
  background-color: #0f5497;
  color: #fff;
}
.prodet-page .prodet-1 .content .text .share {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
}
.prodet-page .prodet-1 .content .text .share h5 {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    text-transform: capitalize;
    font-size: 20px;
}
.prodet-page .prodet-1 .content .text .share .icon {
    display: flex;
    justify-content: center;
    margin-left: 1.5rem;
}
.prodet-page .prodet-1 .content .text .share .icon a {
    margin: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #000;
    font-size: 14px;
    line-height: 1;
    color: #000;
    transition: .5s;
}
.prodet-page .prodet-1 .content .text .share .icon a:hover{
  background-color: #0f5497;
  color: #fff;
}

/*.prodet-page .prodet-1 .content .text .share h4 {
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  line-height: 50px;
}
.prodet-page .prodet-1 .content .text .share .fl a {
  display: inline-block;
  margin-left: 20px;
  color: #9a9a9a;
  line-height: 50px;
}
.prodet-page .prodet-1 .content .text .share a.btn {
  background-color: #0f5497;
  color: white;
}*/
.prodet-page .prodet-2 {
  padding-top: 60px;
}
.prodet-page .prodet-2 .box {
  margin-top: 55px;
  font-size: 16px;
}
.prodet-page .prodet-2 .box table td,
.prodet-page .prodet-2 .box table th{
  padding: 20px;
  width: 33.33%;
}
.prodet-page .prodet-2 .box table tbody:first-of-type tr:first-of-type{
  background-color: #0f5497;
  color: white;
}
.prodet-page .prodet-2 .box table tr:nth-child(odd){
  background: #fbfbfb;
}
.prodet-page .prodet-3 {
  padding-top: 60px;
}
.prodet-page .prodet-3 .box {
  margin-top: 55px;
}
.prodet-page .prodet-3 .box ul {
  margin: -18px;
}
.prodet-page .prodet-3 .box ul li {
  padding: 18px;
}
.prodet-page .prodet-3 .box ul li .img {
  border: 1px solid #eeeeee;
  height: 353px;
  line-height: 353px;
}
.prodet-page .prodet-3 .box ul li .img img{
  vertical-align: middle;
  display: inline-block;
}
.prodet-page .prodet-3 .box ul li p {
  font-size: 14px;
  margin-top: 15px;
}
h2.prodet-tit {
  font-size: 36px;
  font-family: 'OB';
  position: relative;
  padding: 30px 0 30px 50px;
  border-bottom: 1px solid #e3e3e3;
}
h2.prodet-tit::before {
  content: url(../images/about-dot2.png);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}
h2.prodet-tit span {
  color: #0f5497;
}
a.btn {
    font-size: 18px;
    line-height: 50px;
    font-family: 'OB';
    display: inline-block;
    padding: 0 35px;
    border-radius: 50px;
}
@media screen and (max-width: 1200px) {
  .prodet-page .prodet-1 .title .right h1 {
    font-size: 24px;
  }
  .prodet-page .prodet-1 .content .text table td {
    font-size: 12px;
  }
  .prodet-page .prodet-1 .content .text table td:first-child {
    padding: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .title .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .title .right {
    width: 100%;
    margin-top: 30px;
  }
  .prodet-page .prodet-1 .content .img {
    width: 100%;
  }
  .prodet-page .prodet-1 .content .list {
    width: 22%;
  }
  .prodet-page .prodet-1 .content .text {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
  .prodet-page {
    padding: 60px 0;
  }
  h2.prodet-tit {
    font-size: 24px;
  }
  .prodet-page .prodet-3 .box ul {
    margin: -10px;
  }
  .prodet-page .prodet-3 .box ul li {
    padding: 10px;
  }
}



.newdet-page {
  padding: 70px 0;
}
.newdet-page .news-content h3.title {
  font-size: 24px;
  font-family: 'OB';
}
.newdet-page .news-content a.img-box {
  display: block;
}
.newdet-page .news-content a.img-box img {
  width: 100%;
}
.newdet-page .news-content time {
  width: 65px;
  height: 65px;
  margin-top: -35px;
  background: #0f5497 none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
}
.newdet-page .news-content .tag {
  font-size: 14px;
  color: #828893;
  
}
.newdet-page .news-content .tag em {
  color: black;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .news-content .tag div {
  margin-left: 15px;
}
.newdet-page .news-content .tag div i {
  color: #0f5497;
  margin-right: 5px;
}
.newdet-page .news-content .content {
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  text-align: left;
}
.newdet-page .news-content .content p {
  padding: 5px 0;
}
.newdet-page .news-content .share {
  text-align: left;
}
.newdet-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;
  
  color: #333;
  font-size: 14px;
}
.newdet-page .news-content .share ul {
  display: inline-block;
}
.newdet-page .news-content .share ul li {
  width: auto;
  padding: 5px;
}
.newdet-page .news-content .share ul li a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
  color: white;
  background: #0f5497;
}
.newdet-page .news-content .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
}
.newdet-page .news-content .m-link a {
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
  color: #0f5497;
  text-decoration: underline;
}


.gallery-page {
  padding: 70px 0;
}
.gallery-page .gallery-list ul {
  margin: -15px;
}
.gallery-page .gallery-list ul li {
  padding: 15px;
}
.gallery-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.gallery-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
  background: #0f5497;
  color: white;
}



/* banner-animte */
.chr-banner-canvas{
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.chr-banner-canvas i{
  top:100%;
  border:20px solid rgba(255,255,255,.3);
  border-radius: 50%;
  animation: square 15s infinite;
    transition-timing-function: linear;
}


.chr-banner-canvas i:nth-child(2) {
  animation-delay: 2s;
  animation-duration: 7s;
}
.chr-banner-canvas i:nth-child(3) {
  animation-delay: 4s;
}
.chr-banner-canvas i:nth-child(4) {
  animation-duration: 8s;
}

@keyframes square {
  0% {
    opacity: 0.5;
    transform: translateY(0px) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateY(-250px) scale(1.3);
  }
  100% {
    opacity: 0;
    transform: translateY(-500px) scale(1);
  }
}
/* end */




.lg-page {
  padding: 100px 0;
}
.lg-page .title {
  text-align: center;
  text-transform: uppercase;
  color: #1c1c1e;
  padding: 2rem 0;
}
.lg-page .title span {
  font-size: 18px;
}
.lg-page .title h3 {
  font-size: 3rem;
  font-family: 'Gotham-Bold';
  line-height: 1.1;
}
.lg-page ul.grid-box {
  margin: -10px;
}
.lg-page ul.grid-box li.column {
  padding: 10px;
}
.lg-page ul.grid-box li.column .ig {
  display: block;
  position: relative;
  overflow: hidden;
}
.lg-page ul.grid-box li.column .ig::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.lg-page ul.honour-ig.grid-box li.column .ig::after {
  display: none;
}
.lg-page ul.grid-box li.column .ig img {
  width: 100%;
}
.lg-page ul.grid-box li.column .ig span {
  z-index: 2;
  position: absolute;
  top: 3rem;
  left: 3rem;
  font-size: 16px;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 5px;
}
.lg-page ul.grid-box li.column .ig span::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 1px;
  width: 0%;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity ease 0.4s, width ease 0.4s;
  -ms-transition: opacity ease 0.4s, width ease 0.4s;
  transition: opacity ease 0.4s, width ease 0.4s;
}
.lg-page ul.grid-box li.column .ig span:hover::after {
  opacity: 1;
  left: -1px;
  width: 100%;
}
.lg-page ul.grid-box li.column .ig .text {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3rem;
  color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.lg-page ul.grid-box li.column .ig .text h4 {
  font-size: 2.6rem;
  font-family: 'Anton';
  text-transform: uppercase;
  line-height: 1.2;
}
.lg-page ul.grid-box li.column .ig .text p {
  position: absolute;
  bottom: 0;
  font-size: 1.1rem;
  text-transform: uppercase;
  opacity: 0;
  margin-top: 1.5rem;
  -webkit-transition: transform ease .25s, opacity ease .25s;
  -ms-transition: transform ease .25s, opacity ease .25s;
  transition: transform ease .25s, opacity ease .25s;
  -webkit-transform: translateY(58px);
  -moz-transform: translateY(58px);
  -ms-transform: translateY(58px);
  -o-transform: translateY(58px);
  transform: translateY(58px);
}
.lg-page ul.grid-box li.column .ig:hover .text {
  -webkit-transform: translateY(-58px);
  -moz-transform: translateY(-58px);
  -ms-transform: translateY(-58px);
  -o-transform: translateY(-58px);
  transform: translateY(-58px);
}
.lg-page ul.grid-box li.column .ig:hover .text p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 992px) {
  .lg-page ul.grid-box li.column {
    width: 100%;
  }
  .lg-page ul.honour-ig.grid-box li.column {
    width: 33.33333%;
  }
}
@media screen and (max-width: 700px) {
  .lg-page ul.honour-ig.grid-box li.column {
    width: 50%;
  }
  .lg-page ul.grid-box li.column .ig span {
    font-size: 14px;
  }
  .lg-page ul.grid-box li.column .ig .text {
    position: relative;
    color: #000;
    background-color: #fff;
    padding: 10px;
  }
  .lg-page ul.grid-box li.column .ig .text h4 {
    font-size: 20px;
  }
  .lg-page ul.grid-box li.column .ig:hover .text p {
    display: none;
  }
  .lg-page ul.grid-box li.column .ig:hover .text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}




/* 分页 */
.m-page{
  text-align: center;
  margin-top: 80px;
}
.m-page a,
.m-page span{
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  margin: 0 5px;
}

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




.factory_title .column{
  width: 50%;
  vertical-align: middle;
}
.factory_title .column a{
  display: inline-block;
  border: 1px solid #0f5497;
  background-color: black;
  color: white;
  font-size: 18px;
  padding: 10px 15px;
  margin-left: 10px;
  transition: .3s ease;
}
.factory_title .column a:hover,
.factory_title .column a.active{
  background-color: #0f5497;
  color: white;
}




.new_product_container li{
  background: #0f5497;
  color: #fff;
  border-radius: 0 90px 0 0;
}
.new_product_container li:not(:last-child){
  margin-bottom: 30px;
}
.new_product_container .img,
.new_product_container .mml-text{
  width: 50%;
  vertical-align: middle;
}

.new_product_container .img img{
  width: 100%;
}

.new_product_container .img{
  background-color: #eeeeee; /* 针对不支持渐变的浏览器 */
  background-image: radial-gradient(#ffffff, #eeeeee);
}

.new_product_container .mml-text{
  padding: 0 50px;
}

.new_product_container .mml-text h4{
  font-size: 48px;
  font-family: 'OB';
}

.new_product_container .mml-text .read_more a{
  display: inline-block;
  font-family: 'OB';
  padding: 10px 25px;
  color: #0f5497;
  background: #fff;
  border-radius: 50px;
}

@media screen and (max-width: 1400px) {
  .new_product_container .mml-text h4{
    font-size: 30px;
  }

  .new_product_container .mml-text{
    padding: 0 30px;
  }
}

@media screen and (max-width: 1000px) {
  .new_product_container .img,
  .new_product_container .mml-text{
    width: 100%;
  }

  .new_product_container .mml-text{
    padding: 30px 15px;
  }

  .new_product_container li{
    border-radius: 0;
  }
}
