@font-face {
  font-family: 'AM';
  src: url('/template/cn/fonts/ArialMT.eot') format('eot'), url('/template/cn/fonts/ArialMT.woff2') format('woff2'), url('/template/cn/fonts/ArialMT.woff') format('woff'), url('/template/cn/fonts/ArialMT.ttf') format('truetype');
}
@font-face {
  font-family: 'FG';
  src: url('/template/cn/fonts/FranklinGothic-Condensed.eot') format('eot'), url('/template/cn/fonts/FranklinGothic-Condensed.woff2') format('woff2'), url('/template/cn/fonts/FranklinGothic-Condensed.woff') format('woff'), url('/template/cn/fonts/FranklinGothic-Condensed.ttf') format('truetype');
}
@font-face {
  font-family: 'FW';
  src: url('/template/cn/fonts/FZZYJW--GB1-0.eot') format('eot'), url('/template/cn/fonts/FZZYJW--GB1-0.woff2') format('woff2'), url('/template/cn/fonts/FZZYJW--GB1-0.woff') format('woff'), url('/template/cn/fonts/FZZYJW--GB1-0.ttf') format('truetype');
}
@font-face {
  font-family: 'MUL';
  src: url('/template/cn/fonts/Montserrat-UltraLight.eot') format('eot'), url('/template/cn/fonts/Montserrat-UltraLight.woff2') format('woff2'), url('/template/cn/fonts/Montserrat-UltraLight.woff') format('woff'), url('/template/cn/fonts/Montserrat-UltraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'LB';
  src: url('/template/cn/fonts/Lato-Black.eot') format('eot'), url('/template/cn/fonts/Lato-Black.woff2') format('woff2'), url('/template/cn/fonts/Lato-Black.woff') format('woff'), url('/template/cn/fonts/Lato-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'PR';
  src: url('/template/cn/fonts/Poppins-Regular.eot') format('eot'), url('/template/cn/fonts/Poppins-Regular.woff2') format('woff2'), url('/template/cn/fonts/Poppins-Regular.woff') format('woff'), url('/template/cn/fonts/Poppins-Regular.ttf') format('truetype');
}
body {
  font-family: "Microsoft YaHei", "Arial";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1560px;
  margin: auto;
  width: 100%;
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#header .nav {
  display: inline-block;
  width: 100%;
  padding: 0 2.5rem 0 2.45rem;
}
#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.8rem 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-weight: 300;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 10px 25px;
  border-radius: 25px;
  /*padding: 25px 0;*/
}
#header .nav .ui.menu .menu-box ul.menu > li > a.active,#header .nav .ui.menu .menu-box ul.menu > li > a:hover{
  background-color: rgba(222,235,247,0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -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: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #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;
  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: -80%;
  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(/template/cn/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(/template/cn/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: 80px;
  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: #ff2425;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("/template/cn/images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("/template/cn/images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 19px;
  height: 4px;
  background-color: #ff2425;
  border-radius: 1px;
  display: inline-block;
  margin: 0 11px 0 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  width: 50px;
  background-color: #1b1b1b;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#index-body .product .slick-arrow {
  position: absolute;
  bottom: -15%;
  /*-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);*/
  width: 16px;
  height: 10px;
  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 .product .slick-prev {
  background: url("/template/cn/images/pl.png") no-repeat center center rgba(0, 0, 0, 0);
  left: 27%;
}
#index-body .product .slick-next {
  background: url("/template/cn/images/pr.png") no-repeat center center rgba(0, 0, 0, 0);
  left: 30%;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  max-width: 800px !important;
  height: auto !important;
  display: block;
  overflow: auto;
  margin: 0 auto 1rem;
  border: none;
}
table tbody {
  display: table;
  width: 100% !important;
  /*min-width: 700px;*/
}
table td,
table th {
  padding: 5px 5px;
  /*border: 1px solid #666;*/
  width: auto !important;
  height: auto !important;
  border: none;
  color: #7b8191;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(n+1) {
  background: #b5c7e7;
}
table tr:nth-child(n+2) {
  background: #b7c9e9;
}
table tr:nth-child(n+3) {
 background: #b7c9e9;
}
table tr:nth-child(n+4) {
  background: #bfcfeb;
}
table tr:nth-child(n+5) {
  background: #cfddf1;
}
table tr:nth-child(n+6), table tr:nth-child(n+7){
  background: #d9e3f3;
}
table tr:nth-child(n+8), table tr:nth-child(n+9){
  background-color: #dbe5f5;
}
table tr:nth-child(n+10){
  background: #e1e9f5;
}
.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;
}
#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;
  filter: brightness(0);
}
#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("/template/cn/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;
}
#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 z_fall {
  0% {
    top: -300px;
  }
  100% {
    top: 200%;
  }
}
@-moz-keyframes z_fall {
  0% {
    top: -300px;
  }
  100% {
    top: 200%;
  }
}
@-webkit-keyframes z_fall {
  0% {
    top: -300px;
  }
  100% {
    top: 200%;
  }
}
@-o-keyframes z_fall {
  0% {
    top: -300px;
  }
  100% {
    top: 200%;
  }
}
#banner {
  position: relative;
}
#banner ul li {
  position: relative;
  height: 100%;
}
/*#banner ul li > img {
  object-fit: cover;
  min-height: 250px;
}*/
#banner ul li .text {
  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%);
  width: 100%;
  color: #fff;
  text-align: center;
}
#banner ul li .text h3 {
  font-size: 3rem;
  line-height: 1;
  font-family: 'SCB';
}
#banner ul li .text p {
  font-size: 1.95rem;
  line-height: 1;
  margin-top: 1.3rem;
  font-family: 'SCM';
}
#banner .scroll {
  position: absolute;
  left: 50%;
  bottom: 1.4rem;
  padding-bottom: 1.5rem;
  cursor: pointer;
}
#banner .scroll::before {
  content: 'ÏÂÀ­';
  font-size: 14px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
}
#index-body h3.title {
  font-size: 1.6rem;
  line-height: 1;
}
#index-body h3.title em {
  font-size: 3.85rem;
  line-height: 1;
  display: inline-block;
}
#index-body h3.title span {
  display: inline-block;
}
#index-body .tag {
  font-size: 17px;
  color: #9f9f9f;
  font-family: 'AM';
  display: block;
  padding-top: 12px;
  margin-top: 11px;
  margin-left: 1.8rem;
  position: relative;
}
#index-body .tag::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #c9c9e1;
}
#index-body .about {
  background-color: #eff2f7;
}
#index-body .about .box .left {
  position: relative;
  z-index: 1;
  padding: 9.5rem 0 0 9.85rem;
}
#index-body .about .box .left::after {
  content: 'ABOUT';
  font-size: 10rem;
  font-family: 'FG';
  line-height: 1;
  letter-spacing: 1px;
  color: rgba(247, 247, 247, 0.51);
  position: absolute;
  z-index: -1;
  top: 6.5rem;
  left: 10.45rem;
}
#index-body .about .box .left h1.title {
  font-size: 1.6rem;
  line-height: 1;
  padding-left: 11.45rem;
}
#index-body .about .box .left h1.title em {
  font-size: 3.85rem;
  color: #0302bf;
  display: inline-block;
}
#index-body .about .box .left h1.title span {
  display: inline-block;
}
#index-body .about .box .left .s1 {
  font-size: 17px;
  color: #9f9f9f;
  line-height: 1;
  font-family: 'AM';
  display: block;
  padding-top: 10px;
  margin-top: 8px;
  margin-left: 15.5rem;
  position: relative;
}
#index-body .about .box .left .s1::before {
  content: '';
  width: 87%;
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .about .box .left p {
  font-size: 16px;
  line-height: 2;
  color: #676767;
  margin-top: 4rem;
  padding-right: 5rem;
  font-weight: bold;
}
#index-body .about .box .left .data {
  background-color: #fff;
  margin: 2.9rem -23.1% 0 0;
}
#index-body .about .box .left .data li {
  text-align: center;
  padding: 1.55rem 0 1.7rem;
  border-right: 1px solid #e7e7e7;
}
#index-body .about .box .left .data li .img img {
  filter: brightness(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .about .box .left .data li .text {
  padding-top: 0.7rem;
}
#index-body .about .box .left .data li .text h3 {
  font-size: 27px;
  line-height: 1;
}
#index-body .about .box .left .data li .text p {
  font-size: 14px;
  line-height: 1;
  margin-top: 0;
  padding-right: 0;
}
#index-body .about .box .left .data li:hover .img img {
  filter: none;
}
#index-body .about .box .left .data li:last-child {
  border-right: 0;
}
#index-body .about .box .left .mores {
  display: block;
  margin-top: 2.3rem;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 1.45rem;
  border-bottom: 1px solid #1b1b1b;
  width: 39.4%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .about .box .left .mores:hover {
  color: #ff0000;
  border-color: #ff0000;
}
#index-body .about .box .right {
  position: relative;
}
#index-body .about .box .right .down {
  position: absolute;
  right: 5.7rem;
  bottom: 2.5rem;
}
#index-body .about .box .right .down img {
  width: auto;
  height: auto;
}
#index-body .product {
  position: relative;
  z-index: 1;
  background-color: #eff2f7;
  overflow: hidden;
  padding-top: 2rem;
}
#index-body .product .header {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-box-justify-content: space-between;
  -moz-box-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
#index-body .product .header .left .tag{
  margin-left: 4rem;
}
#index-body .product .header .left {
  color: #fff;
  width: 33.8%;
  position: relative;
  padding-top: 1rem;
}
#index-body .product .header .left::after {
  content: 'PRODUCT';
  font-family: 'FW';
  line-height: 1;
  position: absolute;
  top: 0;
  left: -22%;
  font-size: 7.5rem;
  letter-spacing: 1px;
  color: rgba(247, 247, 247, 0.1);
}
#index-body .product .header .right {
  padding-top: 4.5rem;
}
#index-body .product .header .right li {
  text-align: center;
  display: inline-block;
  padding-right: 1.8rem;
  margin-right: 1.65rem;
  position: relative;
}
/*#index-body .product .header .right li .img {
  height: 71px;
}*/
#index-body .product .header .right li .img img {
  filter: brightness(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .header .right li p {
  font-size: 16px;
  font-family: 'MUL';
  line-height: 1;
  color: #1b1b1b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .header .right li:hover .img img {
  filter: none;
}
#index-body .product .header .right li:hover p {
  color: #ff0000;
}
#index-body .product .header .right li:last-child {
  margin-right: 0;
  padding-right: 0;
}
#index-body .product .header .right li:last-child::after {
  display: none;
}
#index-body .product .header .right li::after {
  content: '';
  width: 1px;
  height: 27px;
  background-color: rgba(0, 0, 0, 0.12);
  position: absolute;
  right: 0;
  top: -5px;
}
#index-body .product .content {
  margin-top: 2.55rem;
  height: 460px;
}
#index-body .product .content ul {
  margin-right: -14px;
}
#index-body .product .content ul .slick-slide {
  margin-right: 14px;
}
#index-body .product .content ul li img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}
#index-body .product .line {
  width: 31.4%;
  margin-top: 2.5rem;
}
#index-body .product .line .line-bgc {
  width: 100%;
  height: 2px;
  background-color: #8e8e8e;
  position: relative;
  display: inline-block;
  margin: auto;
}
#index-body .product .line .line-bgc em {
  content: '';
  position: absolute;
  left: 33.5%;
  top: 7px;
  height: 0;
  width: 0%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .line .line-bgc em::after {
  content: '';
  position: absolute;
  top: -8px;
  right: 0;
  height: 4px;
  width: 160px;
  background-color: #fff;
}
#index-body .product .prev-next {
  color: #fff;
  padding-top: 12px;
  width: 31.4%;
  text-align: right;
  font-family: 'LB';
  color: #9f9f9f;
  font-size: 16px;
}
#index-body .product .prev-next .s1 {
  color: #fff;
  font-size: 24px;
}
#index-body .product::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 70%;
  height: 100vh;
  background: url(/template/cn/images/pbg1.png) no-repeat;
  background-size: cover;
}
#index-body .news {
  position: relative;
  background-color: #eff2f7;
  overflow: hidden;
}
#index-body .news .header {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 3.45rem;
}
#index-body .news .header h3.title em {
  color: #0302bf;
}
#index-body .news .header .tag {
  padding-left: 0rem;
}
#index-body .news .header .tag::before {
  background-color: #e6e6e6;
  width: 66.1%;
  right: -14%;
  left: auto;
}
#index-body .news .header::after {
  content: 'NEWS';
  position: absolute;
  z-index: -1;
  font-family: 'FG';
  top: 10%;
  left: 35%;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 1px;
  color: rgba(247, 247, 247, 0.43);
}
#index-body .news .content {
  padding-top: 3.5rem;
}
#index-body .news .content ul {
  margin-right: -14px;
}
#index-body .news .content ul .slick-slide {
  margin-right: 14px;
}
#index-body .news .content li {
  position: relative;
  z-index: 1;
}
#index-body .news .content li .img img {
  width: 100%;
}
#index-body .news .content li .text {
  padding-top: 1.15rem;
}
#index-body .news .content li .text .info .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
#index-body .news .content li .text .info .time {
  text-align: right;
  font-size: 18px;
  color: #4e4e4e;
  line-height: 1;
  font-family: 'PR';
}
#index-body .news .content li .text p {
  font-size: 16px;
  color: #1f1f1f;
  line-height: 1.2;
  margin-top: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .news .content li .text .mores {
  display: block;
  margin-top: 2.15rem;
  font-size: 16px;
  letter-spacing: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news .content li .text .mores:hover {
  color: #0302bf;
}
#index-body .news .content li::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0302bf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .news .content li .desc {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 0 2rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .news .content li .desc h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
#index-body .news .content li .desc .icon {
  margin-top: 1.75rem;
}
#index-body .news .content li .desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 1.7rem;
}
#index-body .news .content li .desc .mores {
  display: block;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1;
  margin-top: 3.3rem;
}
#index-body .news .content li:hover::after {
  opacity: 1;
  z-index: 1;
}
#index-body .news .content li:hover .desc {
  opacity: 1;
  top: 12%;
}
#footer {
  position: relative;
  background-color: #eff2f7;
  overflow: hidden;
  z-index: 1;
}
#footer .header {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 3.45rem;
  margin-top: 3rem;
}
#footer .header h3.title{
  font-size: 1.6rem;
line-height: 1;
}
#footer .header h3.title em {
  color: #0302bf;
  font-size: 3.85rem;
line-height: 1;
display: inline-block;
}
#footer .header .tag {
  padding-left: 1.25rem;
  font-size: 17px;
color: #9f9f9f;
font-family: 'AM';
display: block;
padding-top: 12px;
margin-top: 11px;
margin-left: 1.8rem;
position: relative;
}
#footer .header .tag::before {
  background-color: #e6e6e6;
  width: 66.1%;
  right: -14%;
  left: auto;
}
#footer .header::after {
  content: 'CONTACT';
  position: absolute;
  z-index: -1;
  font-family: 'FG';
  top: 10%;
  left: 25%;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 1px;
  color: rgba(247, 247, 247, 0.43);
}
#footer .content {
  margin: 3rem auto 0;
  width: 70%;
}
#footer .content li {
  text-align: center;
}
#footer .content li .img {
  width: 74px;
  height: 74px;
  border: solid 1px #adadad;
  border-radius: 50%;
  color: #adadad;
  text-align: center;
  line-height: 74px;
  font-size: 16px;
  margin: 0 auto;
}
#footer .content li .img img {
  vertical-align: middle;
}
#footer .content li p {
  font-size: 16px;
  color: #adadad;
  margin-top: 1.4rem;
}
#footer .form {
  margin: 4.5rem auto 0;
  width: 70%;
}
#footer .form li {
  margin-right: 4.2rem;
  width: 28%;
}
#footer .form li input[type="text"],
#footer .form li textarea {
  background: transparent;
  width: 100%;
  border: none;
  border-bottom: 2px solid #343434;
  padding: 0.7rem 0;
  font-size: 14px;
  color: #adadad;
  font-weight: bold;
}
#footer .form li input[type="text"]:focus,
#footer .form li textarea:focus {
  border-color: #0302bf;
}
#footer .form li:nth-child(3),
#footer .form li:nth-child(4),
#footer .form li:nth-child(5) {
  margin-right: 0;
}
#footer .form .wid-100 {
  width: 100%;
}
#footer .form .wid-100 textarea {
  padding: 2rem 0 4rem;
}
#footer .form .wid-100 .submit {
  width: 171px;
  height: 44px;
  line-height: 44px;
  background-color: #0302bf;
  border-radius: 22px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  border: none;
  margin: 1.7rem auto 0 auto;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#footer .form .wid-100 .submit img {
  vertical-align: middle;
  margin-left: 8px;
}
#footer .form .wid-100 .submit::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 .form .wid-100 .submit:hover::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#footer .form .wid-100 input[type="submit"] {
  width: 171px;
  height: 44px;
  background-color: #0302bf;
  border-radius: 22px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  border: none;
  margin: 1.7rem auto 0 auto;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .form .wid-100 input[type="submit"]:hover {
  background-color: #000;
}
#footer .f-copy {
  padding: 3rem 0 1.9rem;
  margin: auto;
}
#footer .f-copy .grid-box .left {
  font-size: 14px;
  color: #676767;
}
#footer .f-copy .grid-box .left 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 .grid-box .left svg text {
  fill: #fff;
}
#footer .f-copy .grid-box .left svg:hover {
  fill: #d51c29;
}
#footer .f-copy .grid-box .right {
  font-size: 14px;
  text-align: right;
}
#footer .f-copy .grid-box .right .i1 {
  width: 18%;
  display: inline-block;
  vertical-align: middle;
}
#footer .f-copy .grid-box .right .login {
  display: inline-block;
  vertical-align: middle;
}
#footer .f-copy .grid-box .right .tops {
  margin-left: 2.85rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: 8px;
}
#footer .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.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(3, 2, 191, 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: #0302bf;
  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;
}
#fp-nav {
  left: 5.5rem !important;
  top: 70% !important;
}
body #fp-nav ul li,
body .fp-slidesNav ul li {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fff;
  margin: 35px 0;
}
body #fp-nav ul li:last-child,
body .fp-slidesNav ul li:last-child {
  display: none;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: none !important;
}
body #fp-nav ul li a.active span,
body .fp-slidesNav ul li a.active span {
  height: 50px !important;
  width: 50px !important;
  margin: -6px 0 0 -6px;
  border-radius: 50% !important;
  left: -0.8rem !important;
  top: -0.8rem !important;
  border: 1px solid #fff;
}
body #fp-nav ul li:nth-child(2) a.active span,
body .fp-slidesNav ul li:nth-child(2) a.active span {
  border-color: #ff0000;
}
body #fp-nav ul li:nth-child(4) a.active span,
body .fp-slidesNav ul li:nth-child(4) a.active span {
  border-color: #ff0000;
}
body #fp-nav ul li:nth-child(5) a.active span,
body .fp-slidesNav ul li:nth-child(5) a.active span {
  border-color: #000;
}
#fp-nav ul li a.active::after {
  display: block;
}
#fp-nav ul li a::after {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  top: -185px;
  left: -6px;
  position: absolute;
  display: none;
}
#fp-nav ul li:nth-child(2) a::after {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #ff0000;
  border-radius: 50%;
  top: -180px;
  left: -2px;
  position: absolute;
}
#fp-nav ul li:nth-child(4) a::after {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #ff0000;
  border-radius: 50%;
  top: -180px;
  left: -2px;
  position: absolute;
}
#fp-nav ul li:nth-child(5) a::after {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #000000;
  border-radius: 50%;
  top: -180px;
  left: -2px;
  position: absolute;
}
#fp-nav ul li:nth-child(3) a::after {
  top: -170px;
  left: -2px;
}
#fp-nav ul li a span:after,
#fp-nav ul li:nth-child(1) a span:after {
  content: '';
  width: 1px;
  height: 96px;
  background-color: #ffffff;
  display: none;
  position: absolute;
  top: -7.4rem;
  left: 20px;
}
#fp-nav ul li a span:before {
  content: 'SLIDE';
  position: absolute;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  line-height: 59px;
  display: none;
  left: -8px;
  top: -42px;
  writing-mode: vertical-rl;
}
#fp-nav ul li:nth-child(2) a span:before {
  color: #000;
  left: -6px;
  border-color: #000;
}
#fp-nav ul li:nth-child(2) a span::after {
  background-color: #ff0000;
  left: 24px;
}
#fp-nav ul li:nth-child(3) a span:after {
  left: 24px;
}
#fp-nav ul li:nth-child(3) a span:before {
  left: -6px;
}
#fp-nav ul li:nth-child(4) a span:before {
  color: #000;
  left: -6px;
  border-color: #000;
}
#fp-nav ul li:nth-child(4) a span::after {
  background-color: #ff0000;
  left: 24px;
}
#fp-nav ul li:nth-child(5) a span:before {
  color: #000;
  left: -6px;
  border-color: #000;
}
#fp-nav ul li:nth-child(5) a span::after {
  background-color: #000;
  left: 24px;
}
body #fp-nav ul li:last-child,
body .fp-slidesNav ul li:last-child {
  display: block;
}
#fp-nav ul li a.active span:after {
  display: block;
}
#fp-nav ul li a.active span::before {
  display: block;
}
@media screen and (min-width: 992px) {
  #banner ul li > img {
    height: 100vh;
    width: 100%;
  }
  #index-body .about .box .right img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
}
@media screen and (max-width: 1700px) {
  #fp-nav {
    left: 1.5rem !important;
  }
}
@media screen and (max-width: 1530px) {
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin: 0 1rem 0 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a{
    padding: 10px 14px;
  }
  #index-body .about .box .left {
    padding: 9.5rem 0 0 4.85rem;
  }
  #index-body .about .box .left::after {
    left: 6rem;
  }
  #footer .form li {
    margin-right: 3.95rem;
  }
}
@media screen and (max-width: 1230px) {
  .section {
    height: auto !important;
  }
  .fp-tableCell {
    padding: 0;
    height: auto !important;
  }
  #banner ul li > img {
    height: auto !important;
  }
  #index-body .about .box .right img {
    height: auto !important;
  }
  #index-body .about .box .left {
    padding: 9.5rem 0 0 15px;
  }
  #index-body .about .box .left p {
    padding-right: 15px;
  }
  #index-body .product {
    padding-bottom: 2rem;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a{
    padding: 10px 13px;
  }
}
@media screen and (max-width: 1160px) {
  #header .nav{
    padding: 0 1rem;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a{
    padding: 10px 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin: 0;
  }
  #header .nav .ui.menu .h-search{
    margin-left: 0.85rem;
  }
  #index-body .product .content ul {
    margin-right: 0;
  }
  #index-body .about .box .left p {
    margin-top: 2rem;
  }
  #index-body .about .box .left::after {
    left: 3rem;
  }
  #index-body .about .box .left .data li {
    width: 25%;
  }
  #footer .form li {
    margin-right: 2rem;
    width: 30%;
  }
  #footer .f-copy .grid-box .right .i1 {
    width: 27%;
  }
}
@media screen and (max-width: 992px) {
  #header .nav {
    padding: 0;
    background-color: #fff;
  }
  #header .nav .ui.menu .h-language {
    display: none;
  }
  /*#header .nav .ui.menu .logo img {
    filter: brightness(0);
  }*/
  #index-body .about {
    padding-bottom: 2rem;
  }
  #index-body .about .box .left .data {
    display: none;
  }
  #index-body .about .box .left {
    padding: 1.5rem 0 0 15px;
  }
  #index-body .about .box .left h1.title {
    padding-left: 0;
    text-align: center;
  }
  #index-body .about .box .left::after {
    display: none;
  }
  #index-body .about .box .left p {
    font-size: 14px;
    margin-top: 1rem;
  }
  #index-body .product::after {
    display: none;
  }
  #index-body .product .header {
    display: block;
  }
  #index-body .product .header .left,
  #index-body .product .header .right {
    width: 100%;
    margin-bottom: 1rem;
  }
  #index-body .product .header .left {
    color: #000;
  }
  #index-body .product .header .right li {
    width: 22%;
  }
  #index-body .product .header .left::after {
    display: none;
  }
  #index-body .product .line {
    width: 90%;
  }
  #index-body .product .line .line-bgc em::after {
    background-color: #0302bf;
  }
  #index-body .product .prev-next .s1 {
    color: #0302bf;
  }
  #index-body .news .header::after {
    display: none;
  }
  #index-body .news .content li .text .info .title {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
  }
  #index-body .news .content li .text .info .time {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
  }
  #footer .header::after {
    display: none;
  }
  #footer .content {
    width: 100%;
  }
  #footer .form {
    width: 100%;
  }
  #footer .f-copy .grid-box .right .i1 {
    width: 40%;
  }
}
@media screen and (max-width: 700px) {
  #banner{
    padding-top: 60px;
  }
  #banner ul li > img {
    height: auto !important;
  }
  #index-body .about .box .right {
    display: none;
  }
  #index-body .product .header .right li {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 1.5rem;
  }
  #index-body .product .header .right li::after {
    display: none;
  }
  #index-body .product .content ul .slick-slide {
    margin-right: 0;
  }
  #header .nav .ui.menu .logo {
    opacity: 1 !important;
  }
  #index-body .product .line .line-bgc em {
    left: 31.5%;
  }
  #index-body .product .line .line-bgc em::after {
    width: 82px;
  }
  #footer .form {
    display: none;
  }
  #footer .f-copy .grid-box .right {
    text-align: left;
  }
  #footer .f-copy .grid-box .right .i1 {
    width: 50%;
  }
  .inquiry{
    right: 0;
  }
}

@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.inner-page h2 {
  font-size: 2.5rem;
  line-height: 1;
}
.inner-page h3{
  font-size: 2.4rem;
  line-height: 1;
  color: #000;
}
.inner-page p{
  font-size: 16px;
}
.inner-banner {
  margin-top: -1.5rem;
  position: relative;
  overflow: hidden;
}
.inner-banner > img{
  width: 100%;
  min-height: 200px;
  object-fit: cover;
}
.inner-banner .sub-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.inner-banner .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  /*text-align: center;*/
  left: 10%;
  z-index: 10;
}
.inner-banner .text h2 {
  line-height: 1.3;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 14px;
 -webkit-box-reflect: below -28px
  -webkit-gradient(linear,left top,left bottom, from(rgba(0,0,0,0)),to(rgba(255,255,255,0.1)));
}
.inner-banner .text .mbx {
  font-size: 18px;
  line-height: 1.4;
  /*font-family: 'FG';*/
  margin-top: 1.5rem;
  letter-spacing: 4px
}
.inner-banner .text .mbx a {
  margin: 0 5px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-banner .text .mbx a:hover {
  color: #929292;
}
.inner-banner .text .mbx span {
  margin: 0 5px;
}
.inner-banner h3 {
  position: absolute;
  left: 0;
  bottom: -6.3rem;
  width: 100%;
  padding: 2.25rem 8%;
  /*background: rgba(250, 250, 250, 0.8);*/
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  font-family: 'FG';
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.inner-banner h3::after {
  width: 5rem;
  height: 1px;
  background: #FFFFFF;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1.5rem;
  position: absolute;
}
.inner-page .p-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5rem 0;
}
.inner-page .p-nav li {
  margin: 0 2.25rem;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  font-family: 'FG';
}
.inner-page .p-nav li a {
  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-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .p-nav li a:hover {
  color: #0302bf;
}
.inner-page .p-nav li img {
  margin-right: 0.75rem;
}
.about-page .about-1 {
  padding: 6rem 15px 7.75rem;
  position: relative;
}
.about-page .about-1::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 1078px;
  height: 556px;
  right: 6.85rem;
  bottom: -4.6rem;
  /*background: url(/template/cn/images/about-1-bg.jpg) no-repeat center center;*/
}
.about-page .about-1 .content {
  margin: 0 auto;
  max-width: 1560px;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-1 .content .left {
  width: 50%;
  position: relative;
}
.about-page .about-1 .content .left > img {
  /*-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);*/
  /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);*/
}

.about-page .about-1 .content .left .play {
  position: absolute;
  display: block;
  right: -2rem;
  bottom: 3.25rem;
  z-index: 6;
}
.about-page .about-1 .content .left .play::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(3,2,191, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.about-page .about-1 .content .left .play::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100% !important;
  background: rgba(3,2,191, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}


.about-page .about-1 .content .right .play {
  position: absolute;
  display: block;
  left: 2rem;
  bottom: 3.25rem;
  z-index: 6;
}
.about-page .about-1 .content .right .play::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(154, 27, 64, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.about-page .about-1 .content .right .play::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100% !important;
  background: rgba(154, 27, 64, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.about-page .about-1 .content .right {
  width: 50%;
  padding-left: 4.5rem;
  position: relative;
}
.about-page .about-1 .content h4 {
  font-size: 1.25rem;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  /*font-family: 'FG';*/
}
.about-page .about-1 .content h2 {
  color: #0302bf;
  margin: 1rem 0;
  font-family: 'FG';
}
.about-page .about-1 .content p {
  line-height: 2;
}
.about-page .about-2 {
  padding: 5rem 0 6rem;
  position: relative;
}
.about-page .about-2::after {
  position: absolute;
  content: "";
  width: 55%;
  height: 100%;
  background:#f5f5f5;
  left: 0;
  top: 0;
  z-index: -1;
}

.about-page .about-2.right::after{
  left: auto;
  right: 0;
  width: 60%;
}
.about-page .about-2 .content {
  margin: 0 auto;
  max-width: 1560px;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-2 .content .left {
  width: 50%;
  padding-right: 4.5rem;
}
.about-page .about-2 .content h2 {
  color: #0302bf;
  margin-bottom: 1.75rem;
  font-family: 'FG';
}
.about-page .about-2 .content p {
  line-height: 2;
}
.about-page .about-2 .content .right {
  width: 50%;
}
.about-page .about-3 {
  text-align: center;
  padding: 5.75rem 0;
  background: url(/template/cn/images/about-3-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
/*.about-page .about-3 .top {
  margin-bottom: 7rem;
}*/
.about-page .about-3 .top h2 {
  color: #fff;
  margin-bottom: 1.5rem;
  font-family: 'FG';
}
.about-page .about-3 .top p {
  max-width: 680px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.5;
}
.about-page .about-3 .top .more {
  margin-top: 2.5rem;
}
.about-page .about-4 {
  background: #f3f3f3;
  padding: 5rem 0 6.5rem;
}
.about-page .about-4 .top {
  text-align: center;
}
.about-page .about-4 .top h2 {
  color: #0302bf;
  margin-bottom: 1.25rem;
  font-family: 'FG';
}
.about-page .about-4 .top p {
  color: #000000;
  margin: 0 auto;
  max-width: 845px;
}
.about-page .about-4 .list {
  margin-top: 3rem;
  text-align: center;
}
.about-page .about-4 .list ul {
  margin: -12px;
}
.about-page .about-4 .list ul li {
  padding: 12px;
}
.about-page .about-4 .list ul li span {
  width: 166px;
  height: 166px;
  line-height: 166px;
  border-radius: 100%;
  border: 1px #434343 dashed;
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.about-page .about-4 .list ul li span img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-4 .list ul li span i {
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: white;
  border: 1px #434343 dashed;
  font-size: 30px;
  font-weight: bold;
  color: #5f5f5f;
  position: absolute;
  top: 7px;
  right: 0;
  border-radius: 100%;
}
.about-page .about-4 .list ul li h4 {
  font-size: 24px;
  font-weight: bold;
  color: #564f3c;
  margin: 24px 0 12px;
  line-height: 1;
}
.about-page .about-4 .list ul li p {
  display: block;
  font-size: 16px;
  color: #8d8d8d;
  line-height: 1.4;
  font-weight: bold;
}
.about-page .about-4 .content {
  margin-top: 3rem;
  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-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;
}
.about-page .about-4 .content .historyBox {
  max-width: 350px;
}
.about-page .about-4 .content .historyBox h4 {
  font-size: 1.8rem;
  line-height: 1;
  color: #000000;
  font-family: 'FG';
  /*text-transform: uppercase;*/
  margin-bottom: 1rem;
}
.about-page .about-4 .content .historyBox .arrow-l,
.about-page .about-4 .content .historyBox .arrow-r {
  width: 30px;
  height: 30px;
  position: relative;
  margin-top: 0;
  background: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 1.5rem;
  line-height: 30px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  margin-top: 0.75rem;
}
.about-page .about-4 .content .historyBox .arrow-l:hover,
.about-page .about-4 .content .historyBox .arrow-r:hover {
  color: #0302bf;
}
.about-page .about-4 .content .historyBox .arrow-l {
  left: 0;
}
.about-page .about-4 .content .historyBox .arrow-r {
  right: 0;
}
.about-page .about-4 .content .right {
  padding-left: 2.5rem;
  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-4 .content .right .text {
  margin-left: 1.5rem;
}
.about-page .about-4 .content .right .text h5 {
  font-size: 2rem;
  line-height: 1.5;
  color: #afafaf;
  font-family: 'FG';
}
.about-page .about-4 .content .right .text h5 span {
  display: block;
  font-family: 'FG';
}
.about-page .about-4 .partnerBox {
  margin-top: 5rem;
}
.about-page .about-4 .partnerBox ul{
  margin: -15px;
}
.about-page .about-4 .partnerBox li {
  padding: 15px;
  cursor: pointer;
}
.about-page .about-5 {
  padding: 4rem 0 5rem;
  background: #1f2128;
}
.about-page .about-5 .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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-5 .container .left {
  width: 65.5%;
}
.about-page .about-5 .container .right {
  width: 34.5%;
  padding-left: 1.5rem;
}
.about-page .about-5 .container .right .content {
  max-width: 405px;
  margin: 0 0 0 auto;
}
.about-page .about-5 .container .right .content h4 {
  font-size: 3rem;
  line-height: 1;
  color: #ffffff;
  font-family: 'FG';
  margin-bottom: 1rem;
}
.about-page .about-5 .container .right .content p {
  color: #afafaf;
}
.about-page .about-5 .container .right .content h2 {
  font-size: 6.75rem;
  line-height: 1;
  font-family: 'FG';
  color: rgba(154, 27, 64, 0.1);
  margin-top: 1.75rem;
}
.about-page .about-6 {
  padding: 4rem 0 5.25rem;
}
.about-page .about-6 .content {
  margin: 0 auto;
  max-width: 1635px;
}
.about-page .about-6 .top {
  text-align: center;
}
.about-page .about-6 .top h2 {
  color: #0302bf;
  margin-bottom: 1.25rem;
  font-family: 'FG';
}
.about-page .about-6 .top p {
  color: #000000;
  margin: 0 auto;
  max-width: 705px;
}
.about-page .about-6 .newsBox {
  margin-top: 4rem;
}
.about-page .about-6 .newsBox ul{
  margin: -15px;
}
.about-page .about-6 .newsBox ul li{
  padding: 15px;
}
.about-page .about-6 .newsBox .news-img {
  display: block;
  overflow: hidden;
  position: relative;
}
.about-page .about-6 .newsBox .news-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-6 .newsBox .news-img .play::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(154, 27, 64, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.about-page .about-6 .newsBox .news-img .play::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  background: rgba(154, 27, 64, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}

.about-page .about-6 .newsBox .content h5 {
  font-size: 1.4rem;
  line-height: 1;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-transform: capitalize;
  margin: 1.5rem 0 1rem;
}
.about-page .about-6 .newsBox .content h5:hover {
  color: #0302bf;
}
.about-page .about-6 .newsBox .content .time {
  color: #5d5d5d;
  line-height: 1;
  margin-top: 1rem;
}
.about-page .about-6 .newsBox .content p {
  color: #5d5d5d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.why-page .why-1 {
  padding: 4rem 15px 8rem;
}
.why-page .why-1 .content {
  margin: 0 auto;
  max-width: 1750px;
}
.why-page .why-1 .content .title {
  text-align: center;
  margin-bottom: 3.75rem;
}
.why-page .why-1 .content .title h2 {
  color: #0302bf;
  margin-bottom: 1.25rem;
}
.why-page .why-1 .content .title p {
  color: #000000;
  margin: 0 auto;
  max-width: 850px;
}
.why-page .why-1 .content .text {
  margin: 0 auto;
  max-width: 1575px;
  padding: 2.75rem 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.why-page .why-1 .content .text h4 {
  font-size: 1.5rem;
  line-height: 1;
  color: #ffffff;
  padding-left: 4.25rem;
  position: absolute;
  left: 0;
  top: -4rem;
}
.why-page .why-1 .content .text h4::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 1.5rem;
  background: #fff;
  left: 5.25rem;
  bottom: -2.5rem;
}
.why-page .why-1 .content .text h3 {
  padding: 0 4.25rem;
}
.why-page .why-1 .content .text p {
  max-width: 858px;
  font-size: 18px;
  margin-top: 1.25rem;
  position: relative;
}
.why-page .why-1 .content .text p::after {
  position: absolute;
  content: "";
  width: 4.4rem;
  height: 1px;
  background: #000;
  top: 0.65rem;
  right: 104%;
}
.why-page .why-item .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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1575px;
  position: relative;
  z-index: 3;
}
.why-page .why-item .content .left {
  width: 46%;
  padding: 0 2rem 0 4.25rem;
}
.why-page .why-item .content .left h4 {
  font-size: 1.5rem;
  line-height: 1;
  color: #000000;
  padding-bottom: 3.25rem;
  position: relative;
}
.why-page .why-item .content .left h4::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 1.5rem;
  background: #000000;
  left: 1rem;
  bottom: 0.75rem;
}
.why-page .why-item .content .left h3 {
  margin-bottom: 1rem;
}
.why-page .why-item .content .left p {
  max-width: 505px;
}
.why-page .why-item .content .right {
  width: 54%;
}
.why-page .why-2 {
  padding: 6rem 15px 7.9rem;
  background: #fcfaf8;
  position: relative;
}
.why-page .why-2:after{
  position: absolute;
  content: "Design Team";
  font-size: 7.5rem;
  color: #f8f3ee;
  font-family: 'FG';
  line-height: 1.2;
  left: 0;
  bottom: 0;
}
.why-page .why-2:last-child:after{
  content: "Patented Technology";
}
.why-page .why-3 {
  padding: 6.3rem 15px 10.65rem;
  position: relative;
}
.why-page .why-3:after{
  position: absolute;
  content: "Overseas Sales";
  font-size: 7.5rem;
  color: #fafafa;
  font-family: 'FG';
  line-height: .65;
  right: 5%;
  bottom: 0;
}
.why-page .why-3 .content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.why-page .why-3 .content .left {
  padding: 0 4.25rem 0 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.contact-page .contact-1 {
  padding: 7.25rem 0 1.5rem;
}
.contact-page .contact-1 ul {
  background: #f9f9f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 ul li {
  width: 25%;
  padding: 3.5rem 15px 4.5rem;
  position: relative;
  text-align: center;
}
.contact-page .contact-1 ul li:hover::after {
  top: -2.75rem;
}
.contact-page .contact-1 ul li::after {
  position: absolute;
  content: "";
  width: 87px;
  height: 87px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -2.25rem;
  background: no-repeat center bottom;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.contact-page .contact-1 ul li h4 {
  font-size: 1.2rem;
  line-height: 1;
  color: #0302bf;
  margin-bottom: 1.1rem;
      font-family: 'FG';
}
.contact-page .contact-1 ul li p {
  line-height: 1.8;
  color: #000000;
  margin: 0 auto;
  max-width: 260px;
}
.contact-page .contact-1 ul li:nth-child(1)::after {
  background: url(/template/cn/images/c-1.png) no-repeat center bottom;
}
.contact-page .contact-1 ul li:nth-child(1):hover::after {
  background: url(/template/cn/images/c-1-h.png) no-repeat center bottom;
}
.contact-page .contact-1 ul li:nth-child(2)::after {
  background: url(/template/cn/images/c-2.png) no-repeat center bottom;
}
.contact-page .contact-1 ul li:nth-child(2):hover::after {
  background: url(/template/cn/images/c-2-h.png) no-repeat center bottom;
}
.contact-page .contact-1 ul li:nth-child(3)::after {
  background: url(/template/cn/images/c-3.png) no-repeat center bottom;
}
.contact-page .contact-1 ul li:nth-child(3):hover::after {
  background: url(/template/cn/images/c-3-h.png) no-repeat center bottom;
}
.contact-page .contact-1 ul li:nth-child(4)::after {
  background: url(/template/cn/images/c-4.png) no-repeat center bottom;
}
.contact-page .contact-1 ul li:nth-child(4):hover::after {
  background: url(/template/cn/images/c-4-h.png) no-repeat center bottom;
}
.contact-page .contact-2 {
  padding-bottom: 7.75rem;
}
.contact-page .contact-2 .container {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-2 .container .left {
  width: 50%;
  padding-right: 1.5rem;
  position: relative;
}

#ewm {
    width: 100px;
    border: 5px solid #fff;
}
/*.contact-page .contact-2 .container .left:after{
  position: absolute;
  width: 100%;
  height: 368px;
  content: "";
  background: url(/template/cn/images/contact-bg.jpg) no-repeat left bottom;
  left: 0;
  bottom: -15rem;
  z-index: -1;
}*/
.contact-page .contact-2 .container .left h4 {
  font-size: 3rem;
  line-height: 1;
  color: #0302bf;
      font-family: 'FG';
}
.contact-page .contact-2 .container .left p {
  color: #575757;
  margin: 2rem 0 1.75rem;
  max-width: 405px;
}
.contact-page .contact-2 .container .left form {
  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;
  max-width: 600px;
}
.contact-page .contact-2 .container .left form input[type="text"] {
  width: 49%;
  height: 44px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  font-family: 'FG';
  border: none;
  background: #efefef;
  margin-bottom: 15px;
}
.contact-page .contact-2 .container .left form textarea {
  width: 100%;
  height: 102px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  font-family: 'FG';
  border: none;
  background: #efefef;
  margin-bottom: 15px;
}
.contact-page .contact-2 .container .left form .more {
  border: none;
  padding: 15px 55px;
}
.contact-page .contact-2 .container .right {
  width: 50%;
  position: relative;
}
.contact-page .contact-2 .container .right .text {
  position: absolute;
  max-width: 455px;
  bottom: 1.75rem;
  left: 18%;
}
.contact-page .contact-2 .container .right .text p {
  line-height: 1.8;
  color: #fff;
}
.contact-page .contact-2 .container .right .text h4 {
  font-size: 15px;
  line-height: 1;
  color: #fff;
  padding: 0.75rem 0 15px 2.25rem;
  background: url(/template/cn/images/c-phone.png) no-repeat left center;
}
.faq-page {
  padding: 5.5rem 0 3.5rem;
}
.faq-page .faq-list {
  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;
}
.faq-page .faq-list li {
  width: 48%;
  padding: 2.5rem 2.5rem 2.5rem 10.5rem;
  border-radius: 5px;
  border: 1px solid #eae0d4;
  background: url(/template/cn/images/faq-img.png) no-repeat 2rem 2rem;
  margin-bottom: 3rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.faq-page .faq-list li:hover {
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.faq-page .faq-list li h4 {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 1.25rem;
}
.news-page {
  z-index: 2;
}
.news-page .news-1 {
  padding: 0 15px 6.5rem 0;
}
.news-page .news-1 .content {
  margin: -6.25rem auto 0;
  max-width: 1575px;
  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;
}
.news-page .news-1 .content h4 {
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 1;
  color: #000000;
}
.news-page .news-1 .content .left {
  width: 28%;
}
.news-page .news-1 .content .left h4 {
  font-family: 'FG';
  margin-bottom: 1rem;
}
.news-page .news-1 .content .left h2 {
  color: #0302bf;
}
.news-page .news-1 .content .right {
  width: 72%;
  padding: 3.75rem 4rem 0;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
.news-page .news-1 .content .right::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: -1;
}
.news-page .news-1 .content .right h4 {
  position: relative;
  margin-bottom: 1.4rem;
}
.news-page .news-1 .content .right h4::after {
  position: absolute;
  content: "";
  width: 4rem;
  height: 1px;
  background: #0302bf;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 105%;
}
.news-page .news-1 .content .right .text {
  max-width: 855px;
}
.news-page .news-2 {
  padding: 4rem 15px 7.15rem;
  background: #fcfaf8;
}
.news-page .news-2 .news-box {
  max-width: 1575px;
  margin: 0 auto;
}
.news-page .news-2 .news-box h3 {
  text-align: center;
  margin-bottom: 2.75rem;
}
.news-page .news-2 .news-box ul {
  margin: 0 -1rem;
  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;
}
.news-page .news-2 .news-box ul li {
  width: 25%;
  padding: 0 1rem;
  margin-bottom: 3.5rem;
}
.news-page .news-2 .news-box ul li img{
  width: 100%;
}

.news-page .news-2 .news-box ul li .content h5 {
  font-size: 22px;
  line-height: 1.2;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 20;
  overflow: hidden;
  margin: 1.5rem 0 1rem;
}
.news-page .news-2 .news-box ul li .content h5:hover {
  color: #0302bf;
}
.news-page .news-2 .news-box ul li .content .time {
  color: #5d5d5d;
  line-height: 1;
  margin-top: 1rem;
}
.news-page .news-2 .news-box ul li .content p {
  color: #5d5d5d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-page .news-3 {
  padding: 6.2rem 4.25rem;
  background: url(/template/cn/images/news-3-bg.jpg) no-repeat right center;
}
.news-page .news-3 .text {
  background: url(/template/cn/images/text-bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  max-width: 815px;
  padding: 4.75rem 5.25rem 4.5rem 4.25rem;
  text-align: right;
}
.news-page .news-3 .text h4 {
  font-size: 1.8rem;
  line-height: 1;
  color: #ffffff;
  font-family: 'FG';
  margin-bottom: 1.5rem;
}
.news-page .news-3 .text p {
  color: #fff;
  font-family: 'FG';
  font-size: 15px;
}
.news-page .news-4 {
  padding: 6.5rem 0 0;
}
.news-page .news-4 ul {
  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;
}
.news-page .news-4 ul li {
  width: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6.5rem;
}
.news-page .news-4 ul li .text {
  margin-left: 2.25rem;
  max-width: 380px;
}
.news-page .news-4 ul li .text h4 {
  font-size: 1.5rem;
  line-height: 1;
  color: #000000;
  font-family: 'FG';
  margin-bottom: 1rem;
}
.news-page .news-4 ul li .text p {
  color: #5d5d5d;
  line-height: 1.9;
}
.product-page .product-new {
  padding: 3.5rem 15px 5rem;
  background: #f2f2f2;
}
.product-page .product-new h2 {
  font-size: 2.5rem;
  text-align: center;
      font-family: 'FG';
}
.product-page .product-new .newBox {
  margin: 3.25rem auto 0;
  max-width: 1575px;
}
.product-page .product-new .newBox ul{
  margin: -15px;
}
.product-page .product-new .newBox ul li{
  padding: 15px;
}
/*.product-page .product-new .newBox li {
  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;
}*/
.product-page .product-new .newBox .left {
  width: 50%;
}
.product-page .product-new .newBox .left img{
  border-radius: 100%;
  width: 400px;
  height: 400px;
}
.inner-page .more {
    display: inline-block;
    padding: 18px 2.25rem;
    background: #0302bf;
    background-size: 100% 100%;
    font-size: 18px;
    line-height: 1;
    border-radius: 10px;
    color: #fff;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.product-page {
  padding: 100px 0 160px;
}
.product-page .sidebarBox .left {
  width: 30%;
  padding-right: 30px;
}
.product-page .sidebarBox .left .sidebar-nav {
  padding: 30px;
  background: #edeff2;
}
.product-page .sidebarBox .left .sidebar-nav ul li {
  margin: 5px 0;
}
.product-page .sidebarBox .left .sidebar-nav ul li a {
  display: block;
  text-transform: uppercase;
  color: #072948;
  font-size: 14px;
  padding: 15px 20px;
  background: #fff;
  border-left: 4px solid #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .sidebarBox .left .sidebar-nav ul li a i {
  float: right;
  font-size: 20px;
}
.product-page .sidebarBox .left .sidebar-nav ul li li a {
  background: #fbf9f7;
  border-color: #d7d7d7;
}
.product-page .sidebarBox .left .sidebar-nav ul li li a:before {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.product-page .sidebarBox .left .sidebar-nav ul li:hover > a,
.product-page .sidebarBox .left .sidebar-nav ul li.active > a {
  background: #0302bf none repeat scroll 0 0;
  color: #fff;
  border-left: 4px solid #072948;
}
.product-page .sidebarBox .left .sidebar-pdf {
  margin: 30px 0;
}
.product-page .sidebarBox .left .sidebar-pdf h4 {
  color: #111;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.product-page .sidebarBox .left .sidebar-pdf h4:after {
  position: absolute;
  height: 4px;
  width: 30%;
  background: #0302bf none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: -20px;
}
.product-page .sidebarBox .left .sidebar-pdf h4:before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 35%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.product-page .sidebarBox .left .sidebar-pdf ul li a {
  display: block;
  text-align: left;
  text-transform: uppercase;
  color: #111;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 30px;
  border: 1px solid #eee;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .sidebarBox .left .sidebar-pdf ul li a i {
  margin-right: 5px;
  color: #0302bf;
}
.product-page .sidebarBox .left .sidebar-pdf ul li a i.fa-download {
  float: right;
  margin-top: 6px;
  color: #111;
}
.product-page .sidebarBox .left .sidebar-pdf ul li a:hover {
  background: #0302bf none repeat scroll 0 0;
  color: #fff;
}
.product-page .sidebarBox .left .sidebar-pdf ul li a:hover i {
  color: inherit;
}
.product-page .sidebarBox .left .sidebar-info {
  padding: 30px;
  background: url("/template/cn/images/sidebar-info.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}
.product-page .sidebarBox .left .sidebar-info:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3,2,191, 0.6) none repeat scroll 0 0;
  z-index: -1;
}
.product-page .sidebarBox .left .sidebar-info h4 {
  color: #fff;
  font-size: 25px;
  text-transform: capitalize;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.product-page .sidebarBox .left .sidebar-info p {
  color: inherit;
}
.product-page .sidebarBox .left .sidebar-info a.tel {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 20px 0;
  display: block;
  font-size: 1.5rem;
}
.product-page .sidebarBox .left .sidebar-info a.contact {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #0302bf;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .sidebarBox .left .sidebar-info a.contact:hover {
  background: transparent;
  color: #fff;
}

.product-page .sidebarBox .left .box {
  padding: 35px 20px;
  background: #f7f7f7;
  margin-bottom: 30px;
}
.product-page .sidebarBox .left .box:last-child {
  margin-bottom: 0;
}
.product-page .sidebarBox .left .box h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 7px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}
.product-page .sidebarBox .left .box h4:after {
  content: '';
  width: 72px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 1;
  background: #0302bf;
}
.product-page .sidebarBox .left .box .list {
  padding-top: 20px;
}
.product-page .sidebarBox .left .box .list ul li {
  background: white;
}
.product-page .sidebarBox .left .box .list ul li a {
  display: block;
  padding: 15px;
  padding-right: 25px;
  background: white;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  -o-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  -webkit-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  position: relative;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebarBox .left .box .list ul li a i {
  position: absolute;
  right: 10px;
  top: 15px;
  opacity: 0;
  -webkit-transition: .5s opacity;
  -moz-transition: .5s opacity;
  transition: .5s opacity;
}
.product-page .sidebarBox .left .box .list ul li a i:after {
  content: '+';
}
.product-page .sidebarBox .left .box .list ul li a:hover {
  color: white;
  background: #0302bf;
  text-align: left;
}
.product-page .sidebarBox .left .box .list ul li a:hover i {
  opacity: 1;
}
.product-page .sidebarBox .left .box .info {
  margin-top: 20px;
}
.product-page .sidebarBox .left .box .info ul li {
  margin-bottom: 17px;
}
.product-page .sidebarBox .left .box .info ul li a {
  padding: 15px 10px 15px 55px;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  display: block;
  background: white;
  -o-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  -webkit-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
}
.product-page .sidebarBox .left .box .info ul li a i {
  position: absolute;
  left: 12px;
  top: 8px;
  max-width: 34px;
}
.product-page .sidebarBox .left .box .info ul li:last-child {
  margin-bottom: 0;
}
.product-page .sidebarBox .right {
  width: 70%;
}
.product-page .sidebarBox .right .list ul {
  margin: -6px;
}
.product-page .sidebarBox .right .list ul li {
  padding: 6px 6px 1.5rem;
}
.product-page .sidebarBox .right .list ul li a.img-box {
  display: block;
}
.product-page .sidebarBox .right .list ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, black));
  /* ¼æÈÝSafari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, black 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: -webkit-linear-gradient(top, transparent, black);
  background: -moz-linear-gradient(top, transparent, black);
  background: linear-gradient(to bottom, transparent, black);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black',GradientType=0)";
  /* ¼æÈÝIE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black', GradientType=0);
  /* ¼æÈÝIE5~IE9 */
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebarBox .right .list ul li a.img-box img {
  width: 100%;
  margin-top: -31%;
}
.product-page .sidebarBox .right .list ul li a.img-box i.fa {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: white;
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #0302bf;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
}
.product-page .sidebarBox .right .list ul li a.img-box h6 {
  position: absolute;
  bottom: 10px;
  padding: 0 10px;
  font-size: 24px;
  font-weight: bold;
  color: white;
  line-height: 1;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  width: 100%;
}
.product-page .sidebarBox .right .list ul li a.img-box h6 small {
  display: block;
  font-size: 12px;
  color: #0302bf;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.product-page .sidebarBox .right .list ul li a.img-box p{
  margin-top: 1rem;
  line-height: 1.6;
}
.product-page .sidebarBox .right .list ul li a.img-box:hover:after {
  opacity: 1;
}
.product-page .sidebarBox .right .list ul li a.img-box:hover i.fa,
.product-page .sidebarBox .right .list ul li a.img-box:hover h6 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.prodet-page .prodet-1 {
  background: #f7f7f7;
  padding: 4rem 0 4.5rem;
}
.prodet-page .prodet-1 .ui.container{
  max-width: 1280px;
  width: 100%;
}
.prodet-page .prodet-1 .prodet-box {
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-1 .prodet-box .left {
  width: 55%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll {
  width: 21%;
  padding-right: 14px;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li {
  margin: 3px 0;
  position: relative;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li .mb{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
   -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-pointer-events: none;
-moz-pointer-events: none;
-ms-pointer-events: none;
-o-pointer-events: none;
pointer-events: none;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li:hover .mb{
  background-color: rgba(0,0,0,0.5);
  transform: scale(1.1, 1.1);
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li img{
  border: 1px solid #efefef;
}
/*.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li img.cloudzoom-gallery-active{
  border: 1px solid #0302bf;
}*/
.prodet-page .prodet-1 .prodet-box .left .img-big{
  width: 79%;
  position: relative;
}
.prodet-page .prodet-1 .prodet-box .left .img-big::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
}
.prodet-page .prodet-1 .prodet-box .left .img-big img{
  width: 100%;
  height: 100%;
}
.prodet-page .prodet-1 .prodet-box .left .img-big .icons{
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.prodet-page .prodet-1 .prodet-box .left .img-big .icons img{
  width: auto;
}
.prodet-page .prodet-1 .prodet-box .right {
  width: 45%;
  padding-left: 5%;
}
.prodet-page .prodet-1 .prodet-box .right h4 {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #000000;
  font-family: 'FG';
}
.prodet-page .prodet-1 .prodet-box .right .content {
  margin: 0.75rem 0 2.5rem;
  font-size: 18px;
  line-height: 2.1;
  color: #000000;
  /*font-family: 'FG';*/
  text-transform: capitalize;
}
.prodet-page .prodet-1 .prodet-box .right .content p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.prodet-page .prodet-1 .prodet-box .right .content div {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.prodet-page .prodet-1 .prodet-box .right .content strong {
  color: inherit;
  font-size: inherit;
  font-weight: bold;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.prodet-page .prodet-1 .prodet-box .right .more {
  padding: 18px 60px;
  display: inline-block;
}
.prodet-page .prodet-1 .prodet-box .right .icon {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-1 .prodet-box .right .icon a {
  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;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #7c7c7c;
  border: 1px solid #7c7c7c;
  margin-right: 13px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.prodet-page .prodet-1 .prodet-box .right .icon a:hover {
  background: #0302bf;
  border: 1px solid #0302bf;
  color: #fff;
}
.prodet-page .prodet-1 .prodet-box .right .icon a:last-child {
  margin-right: 0;
}
.prodet-page .prodet-1 .prodet-box .right .show{
  margin-top: 1rem;
}
.prodet-page .prodet-2 {
  padding: 4.25rem 0 3.25rem;
}
.prodet-page .prodet-2 .options ul {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #dbdbdb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-2 .options ul li {
  font-size: 18px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  font-family: 'FG';
  margin: 0 1.4rem;
  cursor: pointer;
}
.prodet-page .prodet-2 .options ul li:hover {
  color: #0302bf;
}
.prodet-page .prodet-2 .options ul li.active {
  color: #0302bf;
}
.prodet-page .prodet-2 .ret {
  margin-top: 2.25rem;
}
.prodet-page .prodet-2 .ret .content{
  text-align: center;
}
.prodet-page .prodet-2 .ret .content table tbody tr td{
  font-size: 16px;
}
.prodet-page .prodet-2 .ret .content form {
  background: #fff;
  /*-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);*/
  /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);*/
  padding: 2.25rem 2.25rem 2.75rem;
}
.prodet-page .prodet-2 .ret .content form h4 {
  font-size: 1.4rem;
  line-height: 1;
  color: #000000;
  margin-bottom: 0.9rem;
}
.prodet-page .prodet-2 .ret .content form p {
  color: #838383;
  line-height: 1.8;
  font-family: 'FG';
}
.prodet-page .prodet-2 .ret .content form ul {
  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;
  margin-top: 1.5rem;
}
.prodet-page .prodet-2 .ret .content form ul li {
  width: 48%;
  text-align: left;
}
.prodet-page .prodet-2 .ret .content form ul li span {
  font-family: 'FG';
  font-size: 18px;
  line-height: 1;
  color: #000000;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.prodet-page .prodet-2 .ret .content form ul li input[type="text"] {
  height: 2.5rem;
  width: 100%;
  border: 1px solid #dedede;
  padding: 0 20px;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  margin-bottom: 1.5rem;
}
.prodet-page .prodet-2 .ret .content form ul li input[type="text"]:focus {
  border: 1px solid #0302bf;
}
.prodet-page .prodet-2 .ret .content form ul li textarea {
  height: 6.5rem;
  width: 100%;
  border: 1px solid #dedede;
  padding: 20px;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  margin-bottom: 1.5rem;
}
.prodet-page .prodet-2 .ret .content form ul li textarea:focus {
  border: 1px solid #0302bf;
}
.prodet-page .prodet-2 .ret .content form ul li input[type="submit"] {
  width: 100%;
  text-align: center;
  padding: 0.9rem 0;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  border: none;
}
.prodet-page .prodet-2 .ret .content form ul li:nth-child(5) {
  width: 100%;
}
.prodet-page .prodet-2 .ret .content form ul li:nth-child(6) {
  width: 11.75rem;
}
.prodet-page .prodet-3 {
  padding-bottom: 3.5rem;
}
.prodet-page .prodet-3 h4 {
  font-size: 1.8rem;
  line-height: 1;
  color: #000000;
  text-align: center;
  font-family: 'FG';
}
.prodet-page .prodet-3 .prodetBox {
  margin-top: 3rem;
  position: relative;
}
.prodet-page .prodet-3 .prodetBox ul{
  margin: -15px;
}
.prodet-page .prodet-3 .prodetBox ul li{
  padding: 15px;
}

.prodet-page .prodet-3 .prodetBox h4 {
  font-size: 24px;
  line-height: 1.2;
  color: #000000;
  text-align: center;
  font-family: 'FG';
  margin: 1.25rem 0 0.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.prodet-page .prodet-3 .prodetBox h4:hover {
  color: #0302bf;
}
.prodet-page .prodet-3 .prodetBox p {
  text-align: center;
  margin: 0 auto;
  max-width: 290px;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}
.prodet-page .prodet-3 .prodetBox .navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: -5rem;
}
.prodet-page .prodet-3 .prodetBox .navigation .swiper-button-prev,
.prodet-page .prodet-3 .prodetBox .navigation .swiper-button-next {
  position: relative;
  margin-top: 0;
  width: 42px;
  height: 54px;
}
.prodet-page .prodet-3 .prodetBox .navigation .swiper-button-prev {
  background: url(/template/cn/images/r-left.png) no-repeat center center;
  left: 0;
}
.prodet-page .prodet-3 .prodetBox .navigation .swiper-button-next {
  background: url(/template/cn/images/r-right.png) no-repeat center center;
  right: 0;
}
.lg-page {
    padding: 4rem 0 6rem;
    /*background: #2a2a2a;*/
}
.newslist ul {
    margin: -1.25rem;
}
.newslist ul li {
    padding: 1.25rem;
}
.newslist ul li .box {
    display: block;
    background: white;
    text-align: left;
}
.newslist ul li .box a.img-box {
    display: block;
}
.newslist ul li .box a.img-box img {
    width: 100%;
}
.newslist ul li .box .content {
    display: block;
    padding: 20px;
}
.newslist ul li .box .content h3 {
    display: block;
    font-size: 20px;
    color: black;
    font-family: "JosefinSans-SemiBold";
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newslist ul li .box .content h3:hover {
    color: #006eb3;
}
.newslist ul li .box .content p {
    font-size: 16px;
    color: #777777;
    line-height: 30px;
    font-family: "Arial";
    margin-bottom: 10px;
}
.newslist ul li .box .content a.more {
    display: block;
    font-size: 16px;
    color: #006eb3;
    text-transform: uppercase;
}
.newslist ul li .box .content a.more:hover {
    text-decoration: underline;
}
.newdet-page {
  background: #fff;
  padding: 20px 0;
}
.newdet-page .box {
 ackground: #fcfcfc;
  padding: 25px;
}
.newdet-page .box h4 {
  font-size: 40px;
  color: #333;
  /*font-family: "roboto-bold";*/
  text-align: center;
}

.inner-page.newdet-page .box .content .img {
    width: 40%;
    margin: auto;
    padding-bottom: 40px;
}


.newdet-page .box time {
  font-size: 14px;
  color: #666;
  text-align: center;
  display: block;
  margin: 15px 0;
  font-family: 'FG';
}
.newdet-page .box .content {
  display: block;
  font-size: 16px;
  color: #000;
  line-height:2;
  font-family: 'FG';
}
.newdet-page .box .link {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px #eee dashed;
}
.newdet-page .box .link a {
  display: block;
  font-size: 14px;
  font-family: 'FG';
}
.newdet-page .box .link a:hover {
  text-decoration: underline;
}
.inner-page .m-page {
    text-align: center;
    float: none;
    margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 45px;
    font-size: 15px;
    line-height: 40px;
    border: 1px solid #787878;
    border-radius: 30px;
    color: #787878;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.inner-page .m-page a:hover {
    background: #0302bf none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #0302bf;
}
.inner-page .m-page span.current{
  background: #0302bf none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #0302bf;
}
.application-page .application-list {
  padding: 100px 0 200px;
}
.application-page .application-list ul {
  margin: -30px;
}
.application-page .application-list ul li {
  padding: 30px;
}
.application-page .application-list ul li .box {
-moz-box-shadow: 0 3px 18px rgba(0,0,0,.35);
-o-box-shadow: 0 3px 18px rgba(0,0,0,.35);
box-shadow: 0 3px 18px rgba(0,0,0,.35);
background: white;
}
.application-page .application-list ul li .box .img {
  width: 40%;
  vertical-align: middle;
}
.application-page .application-list ul li .box .img .img-box {
  display: block;
}
.application-page .application-list ul li .box .content {
  width: 60%;
  vertical-align: middle;
  padding: 0 5%;
}
.application-page .application-list ul li .box .content h5 {
  font-size: 32px;
  color: black;
  font-weight: bold;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.application-page .application-list ul li .box .content .text {
  margin: 15px 0 35px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}
.application-page .application-list ul li .box .content a.more {
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.application-page .application-list ul li .box .content a.more img {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.application-page .application-list ul li .box .content a.more:hover,
.application-page .application-list ul li .box .content h5:hover {
  color: #0404bf;
}
.application-page .application-list ul li .box .content h5 img{
  display: inline-block;
  vertical-align: middle;
  padding-right: 1rem;
}
@media screen and (max-width: 1610px) {
.about-page .about-2 .content .left{
  padding-left: 15px;
}
.news-page .news-1 .content{
  padding: 0 15px;
}
}
@media screen and (max-width: 1437px) {
  /*.news-page .news-2 .news-box ul{
        margin: 0 -3rem;
  }*/
  /*.news-page .news-2 .news-box ul li{
    padding: 0 3rem;
  }*/
  .about-page .about-5 .container .right .content h2{
    font-size: 10rem;
  }
}

@media screen and (max-width: 1250px) {
  .about-page .about-4 .list ul li span {
    width: 140px;
    height: 140px;
    line-height: 140px;
  }
  .about-page .about-4 .list ul li span img {
    max-height: 40px;
    max-width: 40px;
  }
  .about-page .about-4 .list ul li span i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
  }
  .about-page .about-4 .list ul li h4 {
    font-size: 20px;
  }
  .about-page .about-4 .list ul li p {
    font-size: 14px;
  }
  .product-page{
    padding: 60px 0;
  }
   .product-page .sidebarBox .left .box h4 {
    font-size: 20px;
  }
  .product-page .sidebarBox .left .box .list ul li a {
    font-size: 16px;
  }
  .product-page .sidebarBox .left .box .info ul li a {
    font-size: 14px;
  }
  .product-page .sidebarBox .right .list ul li a.img-box h6 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1250px) {
.application-page .application-list ul li .box .content {
    width: 100%;
    padding: 30px 5%;
}
.application-page .application-list ul li .box .img {
    width: 100%;
}
}

@media screen and (max-width: 1230px) {
  .news-page .news-4 ul li{
        width: 49%;
  }
  .product-page .product-box .product-list ul li{
    width: 33.333%;
  }
  .news-page .news-2 .news-box ul li .content h5{
    font-size: 18px;
  }
}
/*@media screen and (max-width: 1100px) {
  .inner-banner{
    margin-top: 40px;
  }
}*/
@media screen and (max-width: 1000px) {
  .inner-banner .text{
    top: 60%;
    left: 0;
    padding: 0 1rem;
  }
  body.inner .ani-slide{display: none;}
  .about-page .about-4 .list ul li{
    width: 50% !important;
  }
  .about-page .about-4 .content .historyBox{
    max-width: 100%;
  }
  .about-page .about-4 .content .right{
    display: none;
  }
  .faq-page .faq-list li{
    width: 100%;
    background-size: auto 100%;
  }
  .contact-page .contact-1 ul li{
        padding: 7rem 15px 5rem;
        width: 50%;
  }
  .news-page .news-2 .news-box ul li{
    width: 50%;
  }
  .news-page .news-4 ul li {
    width: 100%;
  }

  .about-page .about-5 .container .left{
    width: 100%;
  }.about-page .about-5 .container .right {
      width: 100%;
      padding-left: 0;
  }
  .about-page .about-1 .content .left > img{
    width: 100%;
  }
  .about-page .about-5 .container .right .content{
    max-width: 100%;
  }

  .about-page .about-1 .content .left{
    width: 100%;
  }
  .about-page .about-1 .content .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .about-page .about-1 .content .left .play{
    right: auto;
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }

  .about-page .about-1 .content .right .play{
    right: auto;
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }

  .product-page .sidebarBox .left {
    display: none;
  }
  .product-page .sidebarBox .right {
    width: 100%;
  }
  .product-page .sidebarBox .right .list ul li a.img-box h6 {
    position: static;
    color: black;
        -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    margin-top: 15px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner{
    padding-top: 5rem;
  }
  .inner-banner .text h2{
    font-size: 3rem;
  }
  .inner-banner .text .mbx{
    letter-spacing: 0;
  }
  .prodet-page .prodet-1 .prodet-box .left .img-scroll{
    width: 28%;
  }
  .prodet-page .prodet-1 .prodet-box .left .img-big{
    width: 72%;
  }
.about-page .about-2 .content .left {
    padding: 0 15px;
    width: 100%;
}
.about-page .about-2 .content .right {
    width: 100%;
    padding: 20px 15px 0;
}
.inner-banner h3{
  display: none;
}

.contact-page .contact-1 ul li{
  width: 50%;    
  padding: 8rem 15px 4rem;
}
.contact-page .contact-2 .container .right .text #ewm{
  display: none;
}
.contact-page .contact-2 .container .left {
    width: 100%;
    padding-right: 0;
    position: relative;
}.contact-page .contact-2 .container .right {
    width: 100%;
    position: relative;
    margin-top: 2rem;
}
.newdet-page .box{
  padding: 25px 0;
}.news-page .news-1 .content{
  margin: 0rem auto 0;
}.news-page .news-1 .content .left {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}.news-page .news-1 .content .right{
width: 100%;
}
.news-page .news-1 .content .right:after{
  display: none;
}
.news-page .news-1 .content .right h4:after{
  display: none;
}.why-page .why-item .content .left{
  width: 100%;padding: 20px 0;
}
.why-page .why-item .content .right {
    width: 100%;
    margin-top: 20px;
}.why-page .why-item .content .left p {
    max-width: 100%;
}
.why-page .why-1 .content .text{
  flex-wrap: wrap;
}
.why-page .why-1 .content .text p{
  width: 100%;
  margin-top: 30px;
}
.inner-page .p-nav{
  display: none;
}
.product-page .product-box .pro-nav{
  display: none;
}
.product-page .product-box .product-list ul li{
  width: 50%;
}.prodet-page .prodet-1 .prodet-box .left{
  width: 100%;
}.prodet-page .prodet-1 .prodet-box .right {
    width: 100%;
    padding-left: 0%;
}
/*.prodet-page .prodet-2 .ret>ul>li .content table tbody{
      width: 670px !important;
}*/

}
@media screen and (max-width: 500px) {
  .faq-page .faq-list li{
    background-size: auto;
  }
  .contact-page .contact-1 ul li{
    width: 100%;
  }
  .contact-page .contact-2 .container .left form input[type=text]{
    width: 100%;
  }
  .contact-page .contact-2 .container .right .text h4{
    background: none;    padding: 1.5rem 0;
  }
.news-page .news-1 .content .right{
      padding: 7.5rem 0;
}
.news-page .news-1 {
    padding: 0;
}
.news-page .news-2 .news-box ul li {
    width: 100%;
}
.news-page .news-4 ul li .text{
      margin-left: 0;
    max-width: 100%;
}
.news-page .news-4 ul li img{
  display: none;
}
.newdet-page .box h4{
      font-size: 24px;
}
.product-page .product-box .product-list ul li{
  width: 100%;
}



}


.button-group .button{
  background-color: #0302bf!important;
}





/*#table_gl table,
#table_gl tbody{
    display: block;
    border:none;
}
#table_gl tr{
    display: block;
    font-size:0;
    border:none;
    margin:-5px;
}
#table_gl td{
    display: inline-block;
    width:16.66%;
    border:none;
    padding:5px;
}


#table_pro tr{
    line-height: 3;
    
    border-bottom:1px solid #eee;
}
#table_pro td,#table_pro th{
    padding:10px 10px;
}
#table_pro td img,#table_pro th img{
    vertical-align: sub;
}


@media screen and (max-width: 1000px) {
  #table_gl td{
    width: 33.33%;
  }
}*/


.viewer-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
/*.logo {
  position: absolute;
  left: -50px;
  top: -120px;
  border-radius: 100%;
}*/
.logo .project-container {
  width: 360px;
  height: 360px;
}
/*.logo a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 50%;
  padding-left: 20%;
}*/
.yuan {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  background: url(/template/cn/images/slide_1_yuan.png) no-repeat left center;
  background-size: cover;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.app-yuan {
  position: absolute;
  left: 30%;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  width: 1200px;
  height: 1200px;
  background: url(/template/cn/images/app_yuan.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.news-yuan {
  position: absolute;
  left: -15%;
  bottom: -65%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 1150px;
  height: 1150px;
  background: url(/template/cn/images/news_yuan.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.contact-yuan {
  position: absolute;
  width: 640px;
  height: 640px;
  background-color: #b43c42;
  border-radius: 100%;
  right: -7%;
  top: -45%;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.project-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  height: 0;
  border-radius: 100%;
  position: relative;
  z-index: 1;
}
.project-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border-radius: 100%;
  z-index: -1;
  background-color: #b43c42;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.ani-slide .project-container::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.ani-slide .move_x {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.ani-slide .yuan {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.ani-slide .app-yuan {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.ani-slide .news-yuan {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.ani-slide .contact-yuan {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.ani-slide #home .btn i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.ani-slide #product .product_list .img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.ani-slide #product .btn i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.ani-slide #about .left .btn i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.ani-slide #about .right i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.ani-slide #about .right .video {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.ani-slide #application .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.ani-slide #news i.small_yuan {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}
.ani-slide #news .list .img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.ani-slide #contact .btn i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.over_box {
  overflow: hidden;
}
.move_x {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.wgl-animate_bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
}
.wgl-animate_bg div {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.wgl-animate_bg div:nth-child(1) {
  left: 8%;
}
.wgl-animate_bg div:nth-child(2) {
  left: 25%;
}
.wgl-animate_bg div:nth-child(3) {
  left: 41%;
}
.wgl-animate_bg div:nth-child(4) {
  left: 58%;
}
.wgl-animate_bg div:nth-child(5) {
  left: 76%;
}
.wgl-animate_bg div:nth-child(6) {
  left: 92%;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-moz-keyframes spin {
  to {
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes spin2 {
  to {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@-moz-keyframes spin2 {
  to {
    -moz-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@keyframes spin2 {
  to {
    -webkit-transform: rotate(-1turn);
    -moz-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@-webkit-keyframes spin-reverse {
  from {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-moz-keyframes spin-reverse {
  from {
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin-reverse {
  from {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes spin-reverse2 {
  from {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@-moz-keyframes spin-reverse2 {
  from {
    -moz-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@keyframes spin-reverse2 {
  from {
    -webkit-transform: rotate(-1turn);
    -moz-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}

@media screen and (max-width: 1200px) {
  .ani-slide #contact .btn i {
    display: none;
  }
}
<!--ºÄÊ±1753096157.9503Ãë-->