@font-face {
  font-family: 'HelveticaNeueMedium';
  src: url(../fonts/HELVNMM.TTF) format('truetype');
}
@font-face {
  font-family: 'Raleway-Medium';
  src: url(../fonts/Raleway-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'SourceHanSansCN-Light';
  src: url(../fonts/SourceHanSansCN-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url(../fonts/SourceHanSansCN-Regular.woff.ttf) format('truetype');
}
strong{
	font-size:inherit;
}
.containerBox {
  width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}
.container {
  width: 1230px;
}
img {
  width: auto;
}
.images-box {
  overflow: hidden;
  position: relative;
}
.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h5,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!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: 2000;
}
#mobile:before {
  content: '';
  width: 200vh;
  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;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #e0640d;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #e0640d;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  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;
}
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
#header img {
  width: auto;
}
#header .nav {
  height: 105px;
  position: relative;
}
#header .nav .nav-box {
  padding: 0 15px;
  margin: 0 auto;
  height: 105px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .nav .nav-box .logo {
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
}
#header .nav .nav-box .logo a {
  display: inline-block;
}
#header .nav .nav-box .logo a img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .nav-box .menu-box {
  padding: 0;
  position: relative;
}
#header .nav .nav-box .menu-box .menu-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header .nav .nav-box .menu-box .menu-top .h-search {
  margin-left: 20px;
  color: #000000;
  cursor: pointer;
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
}
#header .nav .nav-box .menu-box .menu-top .language {
  margin-left: 20px;
}
#header .nav .nav-box .menu-box .menu-top .language a {
  font-size: 18px;
  color: #5a5a5a;
  font-family: 'SourceHanSansCN-Light';
}
#header .nav .nav-box .menu-box .menu {
  border-top: 1px solid #e2e2e2;
}
#header .nav .nav-box .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin: 0 20px;
  vertical-align: top;
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
}
#header .nav .nav-box .menu-box .menu > li:first-child {
  margin: 0 20px 0 0;
}
#header .nav .nav-box .menu-box .menu > li:last-child {
  margin: 0 0 0 20px;
}
#header .nav .nav-box .menu-box .menu > li > a {
  display: inline-block;
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  height: 100%;
  font-size: 18px;
  color: #5a5a5a;
  font-family: 'SourceHanSansCN-Light';
  display: block;
  position: relative;
  padding: 10px 0;
}
#header .nav .nav-box .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #0056c7;
}
#header .nav .nav-box .menu-box .menu > li:hover > a {
  color: #0056c7;
}
#header .nav .nav-box .menu-box .menu > li:hover > a:after {
  width: 100%;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #006ebd;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li a {
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 10px 18px;
  font-family: 'SourceHanSansCN-Light';
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li:hover {
  background: #ffffff;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li:hover a {
  color: #000000;
}
#header .nav .nav-box .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .nav-box .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .nav-box .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .nav-box .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .nav-box .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .nav-box .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .nav-box .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner {
  position: relative;
  margin-top: 105px;
}
#banner .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
#banner .content .container {
  padding-left: 50px;
}
#banner .content .container h2 {
  font-size: 60px;
  line-height: 60px;
  color: #006ebd;
  font-family: 'HelveticaNeueMedium';
  text-transform: uppercase;
}
#banner .content .container p {
  font-size: 18px;
  line-height: 30px;
  margin: 35px 0 65px 0;
  max-width: 810px;
  color: #333333;
  font-family: 'Raleway-Medium';
}
#banner .content .container a {
  font-size: 20px;
  color: #333333;
  padding: 10px 40px;
  border: 2px solid #006ebd;
  display: inline-block;
  font-family: 'Raleway-Medium';
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#banner .content .container a:hover {
  background: #006ebd;
  color: #ffffff;
}
@font-face {
  font-family: 'SourceHanSansCN-Light';
  src: url(../fonts/SourceHanSansCN-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'SourceHanSansCN-Bold';
  src: url(../fonts/SourceHanSansCN-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url(../fonts/SourceHanSansCN-Regular.woff.ttf) format('truetype');
}
#index-body h5.h5,
#index-body h2.h2,
#index-body h3.h3,
#index-body h4.h4,
#index-body h5.h5,
#index-body h6.h6,
#index-body h5,
#index-body h2,
#index-body h3,
#index-body h4,
#index-body h5,
#index-body h6 {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body a,
#index-body span,
#index-body i {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#index-body .i-products-list {
  padding: 60px 0;
}
#index-body .i-products-list .top {
  text-align: center;
}
#index-body .i-products-list .top p {
  text-align: center;
  margin-bottom: 60px;
}
#index-body .i-products-list .products-list {
  display: flex;
  justify-content: space-between;
}
#index-body .i-products-list .products-list .left .box {
  position: relative;
  margin-bottom: 25px;
}
#index-body .i-products-list .products-list .left .box:hover .content h2 a::after {
  width: 150px;
}
#index-body .i-products-list .products-list .left .box .products-img {
  display: inline-block;
  overflow: hidden;
}
#index-body .i-products-list .products-list .left .box .products-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#index-body .i-products-list .products-list .left .box .content {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#index-body .i-products-list .products-list .left .box .content.contents{
  position: absolute;
  top: 20px;
  right: 20px;
}
#index-body .i-products-list .products-list .left .box .content h2 a {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-family: 'SourceHanSansCN-Bold';
  position: relative;
  padding: 5px 0;
	    font-weight: bold;
}
#index-body .i-products-list .products-list .left .box .content h2 a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0px;
  height: 1px;
  background: #ffffff;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  content: "";
}
#index-body .i-products-list .products-list .center .box {
  position: relative;
}
#index-body .i-products-list .products-list .center .box .products-img {
  display: inline-block;
}
#index-body .i-products-list .products-list .center .box .content-top {
  position: absolute;
  top: 20px;
  left: 20px;
}
#index-body .i-products-list .products-list .center .box .content-top:hover h2 a::after {
  width: 150px;
}
#index-body .i-products-list .products-list .center .box .content-top h2 a {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-family: 'SourceHanSansCN-Bold';
  position: relative;
  padding: 5px 0;
	font-weight: bold;
}
#index-body .i-products-list .products-list .center .box .content-top h2 a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0px;
  height: 1px;
  background: #ffffff;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  content: "";
}
#index-body .i-products-list .products-list .center .box .content-bottom {
  position: absolute;
  bottom: 15px;
  right: 20px;
}
#index-body .i-products-list .products-list .center .box .content-bottom:hover h2 a::after {
  width: 150px;
}
#index-body .i-products-list .products-list .center .box .content-bottom h2 a {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-family: 'SourceHanSansCN-Bold';
  position: relative;
  padding: 5px 0;
	font-weight: bold;
}
#index-body .i-products-list .products-list .center .box .content-bottom h2 a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0px;
  height: 1px;
  background: #ffffff;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  content: "";
}
#index-body .i-products-list .products-list .right .box {
  position: relative;
  margin-bottom: 25px;
}
#index-body .i-products-list .products-list .right .box:hover .content h2 a::after {
  width: 150px;
}
#index-body .i-products-list .products-list .right .box .products-img {
  display: inline-block;
  overflow: hidden;
}
#index-body .i-products-list .products-list .right .box .products-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#index-body .i-products-list .products-list .right .box .content {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#index-body .i-products-list .products-list .right .box .content.contents{
  position: absolute;
  top: 20px;
  right: 20px;
}
#index-body .i-products-list .products-list .right .box .content h2 a {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-family: 'SourceHanSansCN-Bold';
  position: relative;
  padding: 5px 0;
	font-weight:bold;
}
#index-body .i-products-list .products-list .right .box .content h2 a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0px;
  height: 1px;
  background: #ffffff;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  content: "";
}
#index-body .i-product {
  padding: 60px 0;
}
#index-body .i-product .top {
  text-align: center;
}
#index-body .i-product .top p {
  text-align: center;
  margin-bottom: 60px;
}
#index-body .i-product .productBox .swiper-slide {
  border: 1px solid #eeeeee;
  position: relative;
}
#index-body .i-product .productBox .swiper-slide:hover .product-img h2 {
  opacity: 0;
}
#index-body .i-product .productBox .swiper-slide:hover .product-img .back {
  opacity: 1;
}
#index-body .i-product .productBox .swiper-slide:hover .product-img .content p > a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#index-body .i-product .productBox .swiper-slide:hover .product-img .content > a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#index-body .i-product .productBox .swiper-slide .product-img {
  position: relative;
}
#index-body .i-product .productBox .swiper-slide .product-img h2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  opacity: 1;
  left: 0;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background: #5a5a5a;
  font-family: 'SourceHanSansCN-Light';
}
#index-body .i-product .productBox .swiper-slide .product-img .back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(36, 113, 197, 0.8);
  opacity: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-product .productBox .swiper-slide .product-img .content {
  position: absolute;
  z-index: 100;
  width: 100%;
  padding: 0 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#index-body .i-product .productBox .swiper-slide .product-img .content p {
  padding: 5px 0;
}
#index-body .i-product .productBox .swiper-slide .product-img .content p > a {
  display: inline-block;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  -moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  -o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  font-size: 14px;
  color: #ffffff;
  font-family: 'SourceHanSansCN-Light';
  text-align: center;
}
#index-body .i-product .productBox .swiper-slide .product-img .content > a {
  display: inline-block;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  -moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  -o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
}
#index-body .i-product .productBox .swiper-slide .product-img .content > a i {
  color: #ffffff;
  font-size: 24px;
  font-weight: 100;
}
#index-body .i-news {
  padding: 60px 0;
}
#index-body .i-news .top {
  text-align: center;
}
#index-body .i-news .top p {
  text-align: center;
  margin-bottom: 60px;
}
#index-body .i-news .newsBox .swiper-slide .newsImg {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
#index-body .i-news .newsBox .swiper-slide .newsImg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#index-body .i-news .newsBox .swiper-slide .content {
  margin-top: -7px;
  position: relative;
  padding: 20px 15px 10px 15px;
  background: #f3f4f6;
}
#index-body .i-news .newsBox .swiper-slide .content .time {
  position: absolute;
  padding: 15px 5px 25px 5px;
  top: -43px;
  right: 20px;
  background: url(../images/timeBackground.png) no-repeat center center;
}
#index-body .i-news .newsBox .swiper-slide .content .time > p {
  font-size: 18px;
  padding: 0 10px;
  color: #ffffff;
  font-family: 'SourceHanSansCN-Bold';
}
#index-body .i-news .newsBox .swiper-slide .content .time > p:first-child {
  border-bottom: 1px solid #ffffff;
}
#index-body .i-news .newsBox .swiper-slide .content h2 > a {
  display: inline-block;
  padding: 5px 0;
  font-size: 16px;
  color: #151d1f;
  font-family: 'SourceHanSansCN-Regular';
  border-bottom: 1px solid #151d1f;
}
#index-body .i-news .newsBox .swiper-slide .content h2 > a:hover {
  color: #2471c5;
  border-bottom: 1px solid #2471c5;
}
#index-body .i-news .newsBox .swiper-slide .content > p {
  font-size: 14px;
  color: #151d1f;
  font-family: 'SourceHanSansCN-Light';
  line-height: 18px;
  padding: 10px 0 15px 0;
}
#index-body .i-news .newsBox .swiper-slide .content > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #151d1f;
  font-family: 'SourceHanSansCN-Light';
}
#index-body .i-news .newsBox .swiper-slide .content > a:hover {
  color: #2471c5;
}
#index-body .i-news .newsBox .swiper-slide .content > a i {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-left: 15px;
  color: #2471c5;
}
@font-face {
  font-family: 'SourceHanSansCN-Light';
  src: url(../fonts/SourceHanSansCN-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'SourceHanSansCN-Bold';
  src: url(../fonts/SourceHanSansCN-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url(../fonts/SourceHanSansCN-Regular.woff.ttf) format('truetype');
}
#footer h5.h5,
#footer h2.h2,
#footer h3.h3,
#footer h4.h4,
#footer h5.h5,
#footer h6.h6,
#footer h5,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer a,
#footer span,
#footer i {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#footer .top {
  background: #1b1b1e;
  padding: 60px 0;
}
#footer .top .topBox {
  display: flex;
  justify-content: space-between;
}
#footer .top .topBox .left {
  padding-top: 50px;
  width: 60%;
}
#footer .top .topBox .left h1 {
  font-size: 14px;
  color: #c1c1c1;
  font-family: 'SourceHanSansCN-Regular';
  margin-bottom: 25px;
}
#footer .top .topBox .left .footer-link {
  display: flex;
  justify-content: space-between;
}
#footer .top .topBox .left .footer-link ul h2 {
  font-size: 14px;
  color: #c1c1c1;
  font-family: 'SourceHanSansCN-Regular';
  padding-bottom: 15px;
}
#footer .top .topBox .left .footer-link ul > li a {
  font-size: 14px;
  color: #c1c1c1;
  font-family: 'SourceHanSansCN-Regular';
}
#footer .top .topBox .left .footer-link ul > li a:hover {
  color: #2471c5;
}
#footer .top .topBox .left > h2 {
  margin-top: 30px;
  font-size: 14px;
  color: #c1c1c1;
  font-family: 'SourceHanSansCN-Regular';
  margin-bottom: 15px;
}
#footer .top .topBox .left form input {
  border: none;
  width: 127px;
  height: 30px;
  background: #ffffff;
  padding: 5px 5px;
  font-size: 12px;
  font-family: 'SourceHanSansCN-Light';
}
#footer .top .topBox .left form textarea {
  border: none;
  width: 380px;
  height: 30px;
  background: #ffffff;
  padding: 5px 5px;
  font-size: 12px;
  font-family: 'SourceHanSansCN-Light';
  margin-left: 20px;
}
#footer .top .topBox .left form input[type="submit"] {
  width: 82px;
  height: 30px;
  background: #2471c5;
  color: rgba(225, 225, 225, 0.5);
  margin-left: 5px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#footer .top .topBox .left form input[type="submit"]:hover {
  background: #ea2628;
}
#footer .top .topBox .left form input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
#footer .top .topBox .left form input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
#footer .top .topBox .left form input:-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
#footer .top .topBox .left form input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
#footer .top .topBox .left form textarea::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
#footer .top .topBox .left form textarea:-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
#footer .top .topBox .left form textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
#footer .top .topBox .left form textarea::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
#footer .top .topBox .right {
  max-width: 370px;
}
#footer .top .topBox .right .footer-logo {
  margin-bottom: 10px;
}
#footer .top .topBox .right p {
  font-size: 14px;
  color: #c1c1c1;
  font-family: 'SourceHanSansCN-Light';
  padding: 5px 0;
}
#footer .top .topBox .right .qr {
  margin-top: 30px;
}
#footer .top .topBox .right .qr > img {
  width: 95px;
  height: 95px;
}
#footer .bottom {
  padding: 15px 0;
  background: #2471c5;
}
#footer .bottom .bottom-box {
  display: flex;
  justify-content: center;
}
#footer .bottom .bottom-box p {
  font-size: 14px;
  color: #ffffff;
  font-family: 'SourceHanSansCN-Light';
  opacity: 1;
}
#footer .bottom .bottom-box p .reference{
	width: auto;
	height:auto;
	margin-left:0;
	margin-top: 0;
	margin-right: 5px;
}
#footer .bottom .bottom-box p a {
  font-size: 14px;
  color: #ffffff;
  font-family: 'SourceHanSansCN-Light';
}
#footer .bottom .bottom-box p img {
  margin-top: 4px;
  margin-left: 5px;
  display: inline-block;
  width: 125px;
  height: auto;
}
@media screen and (max-width: 1430px) {
  .containerBox {
    width: 1230px;
  }
  #header .nav .nav-box .menu-box .menu-top .language a {
    font-size: 16px;
  }
  #header .nav .nav-box .menu-box .menu > li > a {
    font-size: 16px;
  }
  #index-body .i-products-list .products-list .left {
    width: 32%;
  }
  #index-body .i-products-list .products-list .center {
    width: 32%;
  }
  #index-body .i-products-list .products-list .right {
    width: 32%;
  }
  #index-body .i-products-list .products-list .left .box {
    margin-bottom: 28px;
  }
  #index-body .i-products-list .products-list .right .box {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  .containerBox {
    width: 970px;
  }
  #header .nav {
    height: 80px;
  }
  #header .nav .nav-box {
    height: 80px;
  }
  #header .nav .nav-box .logo a > img {
    width: 300px;
    height: auto;
  }
  #header .nav .nav-box .menu-box .menu > li {
    margin: 0 15px;
  }
  #header .nav .nav-box .menu-box .menu > li > a {
    font-size: 14px;
  }
  #header .nav .nav-box .menu-box .menu-top .language a {
    font-size: 14px;
  }
  #banner {
    margin-top: 80px;
  }
  #index-body .i-products-list {
    padding: 30px 0;
  }
  #index-body .i-products-list .top p {
    margin-bottom: 30px;
  }
  #index-body .i-products-list .products-list .left .box {
    margin-bottom: 20px;
  }
  #index-body .i-products-list .products-list .right .box {
    margin-bottom: 20px;
  }
  #index-body .i-product {
    padding: 30px 0;
  }
  #index-body .i-product .top p {
    margin-bottom: 30px;
  }
  #index-body .i-news {
    padding: 30px 0;
  }
  #index-body .i-news .top p {
    margin-bottom: 30px;
  }
  #footer .top .topBox .left form input {
    width: 100px;
  }
  #footer .top .topBox .left form textarea {
    width: 340px;
  }
  #footer .top {
    padding: 30px 0;
  }
  #footer .bottom {
    padding: 10px 0;
  }
  #footer .bottom .bottom-box p {
    font-size: 12px;
  }
  #footer .bottom .bottom-box p a {
    font-size: 12px;
  }
  #footer .bottom .bottom-box p img {
    margin-top: 3px;
    width: 100px;
  }
}
@media screen and (max-width: 1100px) {
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 0;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  .containerBox {
    width: 768px;
  }
  #index-body .i-products-list .products-list .left .box {
    margin-bottom: 14px;
  }
  #index-body .i-products-list .products-list .right .box {
    margin-bottom: 14px;
  }
  #index-body .i-products-list .products-list .center .box .content-top h2 a {
    font-size: 14px;
  }
  #index-body .i-products-list .products-list .center .box .content-bottom h2 a {
    font-size: 14px;
  }
  #index-body .i-products-list .products-list .left .box .content h2 a {
    font-size: 14px;
  }
  #index-body .i-products-list .products-list .right .box .content h2 a {
    font-size: 14px;
  }
  #index-body .i-products-list .products-list .right .box:hover .content h2 a::after {
    width: 100px;
  }
  #index-body .i-products-list .products-list .left .box:hover .content h2 a::after {
    width: 100px;
  }
  #index-body .i-products-list .products-list .center .box .content-top:hover h2 a::after {
    width: 100px;
  }
  #index-body .i-products-list .products-list .center .box .content-bottom:hover h2 a::after {
    width: 100px;
  }
  #footer .top .topBox .right {
    max-width: 280px;
  }
  #footer .top .topBox .left form input {
    width: 20%;
  }
  #footer .top .topBox .left form textarea {
    width: 60%;
    margin-left: 10px;
  }
  #footer .top .topBox .left form input[type="submit"] {
    width: 15%;
    margin-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  .containerBox {
    width: 100%;
  }
  #index-body .i-products-list .products-list {
    display: block;
  }
  #index-body .i-products-list .products-list .left {
    width: 100%;
  }
  #index-body .i-products-list .products-list .center {
    width: 100%;
    margin-bottom: 14px;
  }
  #index-body .i-products-list .products-list .right {
    width: 100%;
  }
  #index-body .i-product .productBox .swiper-slide .product-img h2 {
    font-size: 12px;
    padding: 5px 0;
  }
  #footer .top .topBox {
    display: block;
  }
  #footer .top .topBox .left {
    width: 100%;
  }
  #footer .top .topBox .left .footer-link ul h2 {
    font-size: 12px;
  }
  #footer .top .topBox .left .footer-link ul > li a {
    font-size: 12px;
  }
  #footer .top .topBox .left form textarea {
    margin-left: 5px;
  }
  #footer .top .topBox .right {
    max-width: 100%;
  }
  #footer .top .topBox .right .qr {
    margin-top: 10px;
  }
  #footer .top .topBox .left {
    padding-top: 0px;
  }
	#footer .top .topBox .left .footer-link ul:nth-child(4){
		display: none;
	}
	#footer .top .topBox .left .footer-link ul:nth-child(5){
		display: none;
	}
	#footer .top .topBox .left .footer-link ul:nth-child(6){
		display: none;
	}
}





















.inner-page .grid-box {
  margin: 0 -15px;
}
.inner-page .grid-box>.column,
.inner-page .grid-box .swiper-slide.column{
  padding: 0 15px;
}
.i-product .i-tit {
  color: #1b1b1b;
}
.i-product .pro-list {
  margin-top: 69px;
}
.i-product .pro-list > .column {
  margin-bottom: 19px;
}
.i-product .pro-list  .column .img-box {
  border: 1px solid #eee;
  text-align: center;
}
.i-product .pro-list .con-box {
  position: relative;
  z-index: 10;
}
.i-product .pro-list .con-box a:hover {
  color: #2471c5!important;
}
.i-product .pro-list .con-box .inner-box {
  background: #eee;
  padding: 5px 10px;
}
.i-product .pro-list .con-box .inner-box .tit a {
  display: block;
  color: #1b1b1b;
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-product .pro-list .con-box .inner-box .abst {
  margin: 12px 0 18px;
  color: #9e9c9f;
  font-size: 16px;
  line-height: 28px;
}
.i-product .pro-list .con-box .inner-box .more {
  color: #1b1b1b;
  font-size: 16px;
}
.i-product .pro-list .con-box .inner-box .more .icon {
  margin-left: 14px;
}
.i-whyUs {
  text-align: center;
}
.i-whyUs .why-list {
  margin-top: 64px;
  padding: 0 8%!important;
}
.i-whyUs .why-list > .column {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.i-whyUs .why-list > .column .icon,
.i-whyUs .why-list > .column .tit {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.i-whyUs .why-list > .column .icon {
  max-width: 119px;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #676767;
  color: #676767;
  font-size: 40px;
  height: 119px;
  line-height: 119px;
}
.i-whyUs .why-list > .column .tit {
  color: #676767;
  font-size: 19px;
  text-transform: uppercase;
  margin-top: 21px;
}
.i-whyUs .why-list > .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.i-whyUs .why-list > .column:hover .icon {
  color: #2471c5;
  border-color: #2471c5;
}
.i-whyUs .why-list > .column:hover .tit {
  color: #2471c5;
}

@media screen and (max-width: 768px) {
  .f-bot {
    padding: 20px 0;
  }
  .f-bot a {
    display: block;
    line-height: 2em;
  }
}
.inner-banner {
  height: 348px;
  background: url("../images/inner-banner.jpg") no-repeat center;
  background-size: cover;
}
.bread-crumbs {
  font-size: 14px;
  margin-top: 7px;
}
.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span {
  color: white;
}
.bread-crumbs a:hover {
  color: #fff;
  text-decoration: underline;
}
.inner-page .sideBar {
  padding: 25px 0 22px;
  background: #2471c5;
}
.inner-page .sideBar .side-menu {
  position: relative;
  margin-top: 15px;
}
.inner-page .sideBar .side-menu .nowCat {
  background: #202a62 url("../images/sidebar-line.png") no-repeat 93% center;
  cursor: pointer;
  width: 226px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  color: white;
  font-size: 16px;
  border: 1px solid white;
  text-transform: capitalize;
}
.inner-page .sideBar .side-menu .cat-list {
  display: none;
  z-index: 111;
  position: absolute;
  width: 100%;
  padding: 10px 0;
  background: #202a62;
  left: 0;
  top: 100%;
}
.inner-page .sideBar .side-menu .cat-list li {
  padding: 6px 12px 6px 16px;
}
.inner-page .sideBar .side-menu .cat-list li a {
  display: block;
  color: white;
  padding: 5px;
}
.inner-page .sideBar .side-menu .cat-list li a:hover {
  color: #fff;
  text-decoration: underline;
}
.inner-page .inner-main-tit {
  text-align: left;
  color: white;
}
.inner-page .inner-main-tit .nowTit {
  font-size: 34px;
  text-transform: capitalize;
}
.about-page .a-tit {
  font-size: 29px;
  color: #000;
  text-transform: uppercase;
}
.about-page .a-txt p {
  color: #000000;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 27px;
}
.about-page .inner-main-box {
  padding: 90px 0 51px;
  background: #fbfbfb;
}
.about-page .inner-main-box .a-tit {
  margin: 47px 0 24px;
}
.about-page .a-factory .swiper-slide img {
  width: 100%;
}
.about-page .a-whyUs {
  padding: 111px 0;
  background: #fbfbfb;
}
.about-page .a-whyUs .a-txt {
  margin: 60px 0 73px;
}
.about-page .a-whyUs .why-list {
  padding: 0!important;
}
.product-page .i-product {
  padding: 11px 0 88px;
}
.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 14px;
}
.m-page span,
.m-page a {
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 31px;
  background-image: -moz-linear-gradient(top, #575e63, #404549);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #575e63, #404549);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}
.m-page a:hover,
.m-page .current,
.m-page .active {
  background-image: -moz-linear-gradient(top, #566f82, #3e505e);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
  /* IE*/
}
.prodet-page .prodetTit {
  margin-bottom: 23px;
  color: #121212;
  font-size: 39px;
  text-transform: capitalize;
  text-align: center;
}
.prodet-page .prodet-pics {
  padding: 59px 0 82px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic {
  width: 40%;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic img {
  margin: 0 auto;
  width: 100%;
  border: 1px solid #eee;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul {
  margin: 15px -5px 0;
  padding: 0 20px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  background: black;
  color: transparent;
  z-index: 1;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow:hover {
  background: #004ca1;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14px;
  font-family: "FontAwesome";
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-prev {
  left: 5px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-next {
  right: 5px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-prev:after {
  content: "\f104";
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-next:after {
  content: "\f105";
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul li {
  padding: 0 5px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one {
  padding-left: 5%;
  width: 60%;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
  color: #121212;
  font-size: 39px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proEmail {
  display: inline-block;
  color: #1e1e1e;
  font-size: 17px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial {
  margin: 18px 0 20px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial a {
  margin-right: 6px;
  color: #000;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f2f2f2;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial a:hover {
  background: #2471c5;
  color: #fff;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  font-size: 16px;
  background: #004ca1;
  color: white;
  text-align: center;
  border-radius: 5px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a i {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery li {
  padding: 0;
  float: left;
  width: 20%;
  margin-right: 1.5%;
  background: #fafafa;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery li:nth-of-type(4n) {
  margin-right: 0;
}
.prodet-page .prodet-det-two {
  padding: 122px 0 146px;
  background: #efefef;
}
.prodet-page .recommand-product {
  padding: 31px 0 133px;
}
.prodet-page .recommand-product .i-product {
  padding: 0;
}
.prodetFeedback {
  padding: 44px 0 64px;
  background: #f2f2f2;
}
.prodetFeedback .innerTit {
  font-size: 32px;
  text-transform: uppercase;
  color: #000;
}
.prodetFeedback .ptForm {
  margin-top: 50px;
}
.prodetFeedback .ptForm label {
  font-size: 16px;
  color: #636363;
  font-weight: 500;
  margin-bottom: 0;
}
.prodetFeedback .ptForm input,
.prodetFeedback .ptForm textarea {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #252525;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.prodetFeedback .ptForm .fbTop {
  margin-bottom: 62px;
}
.prodetFeedback .ptForm .fbTop li {
  float: left;
  width: 31%;
  margin-right: 2%;
}
.prodetFeedback .ptForm .fbTop li:last-child {
  margin-right: 0;
}
.prodetFeedback .ptForm .fbTop li input {
  height: 15px;
  padding: 0 4px;
}
.prodetFeedback .ptForm .fbTop li input:focus {
  height: 43px;
  border-bottom: 3px solid #2471c5;
}
.prodetFeedback .ptForm .fbBot {
  margin-bottom: 75px;
}
.prodetFeedback .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #2471c5;
}
.prodetFeedback .ptForm input[type="submit"] {
  cursor: pointer;
  text-align: left;
  padding-left: 31px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  width: 203px;
  height: 52px;
  border: none;
  background: #2471c5 url("../images/fb-send.png") no-repeat right 10px center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}
.news-page .new-list {
  padding-top: 78px!important;
}
.news-page .new-list li {
  padding-bottom: 52px;
  margin-bottom: 65px;
  border-bottom: 2px solid #777777;
}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-pic {
  width: 30%;
}
.news-page .new-list li .new-con {
  width: 70%;
}
.news-page .new-list li .new-con .tit a {
  height: 48px;
  overflow: hidden;
  display: block;
  color: #777777;
  font-size: 21px;
  line-height: 24px;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #2471c5;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 16px;
  line-height: 27px;
  margin: 25px 0 35px;
}
.news-page .new-list li .new-con .abst a {
  color: #2471c5;
}
.news-page .new-list li .new-con .date span {
  color: #777777;
}
.news-page .new-list li .new-con .date span:last-child {
  margin-left: 20px;
  text-transform: capitalize;
}
.news-page .new-list li:last-child {
  margin-bottom: 50px;
}
.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 30px;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents.page {
  border-bottom: none;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.contact-page {
  padding-top: 0;
}
.contact-page .c-list-box {
  padding: 70px 0 93px;
  background: #ffffff;
}
.contact-page .c-list-box .contactList {
  position: relative;
}
.contact-page .c-list-box .contactList .c-name {
  color: #292929;
  font-size: 39px;
  margin-bottom: 34px;
}
.contact-page .c-list-box .contactList .info {
  line-height: 34px;
  margin-top: 24px;
  font-size: 18px;
  color: #292929;
}
.contact-page .c-list-box .contactList .info i {
  width: 10px;
}
.contact-page .c-list-box .contactList .info .add {
  display: block;
  margin-bottom: 43px;
}
.contact-page .c-list-box .contactList .info .icon {
  color: #000;
  margin-right: 29px!important;
  font-size: 18px;
}
.contact-page .c-list-box .contactList .qr-box {
  position: absolute;
  right: 0;
  top: 70px;
  width: 158px;
  padding: 8px;
  background: #fff;
}
.faq-page .faq-list {
  padding: 20px 0 40px;
}
.faq-page .faq-list dt {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  padding: 16px 30px 14px;
  background-color: #343434;
  font-size: 18px;
  cursor: pointer;
  color: #9e9e9e;
  margin-bottom: 12px;
  transition: 0.5s ease;
  word-break: break-word;
  position: relative;
}
.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
  background: #2471c5;;
  color: #fff;
}
.faq-page .faq-list dt i {
  position: absolute;
  right: 10px;
  top: 20px;
}
.faq-page .faq-list dd {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
@media screen and (max-width: 768px) {
  .inner-page .sideBar .side-menu {
    float: left;
    margin-top: 10px;
  }
  .inner-banner {
    height: 150px;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-bPic,
  .prodet-page .prodet-pics .grid.two.column .pro-det-one,
  .prodetFeedback .ptForm .fbTop li {
    width: 100%!important;
    padding-left: 0!important;
  }
  .contact-page .c-list-box .contactList .qr-box {
    display: none;
  }
  .prodetFeedback .ptForm .fbTop li {
    margin-bottom: 30px;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
    font-size: 19px;
    margin-top: 30px;
  }
}
.button-group .button {
  background: #2471c5 !important;
}

@media screen and (max-width: 1200px){
  .inner-page .inner-main-tit .nowTit {
    font-size: 28px;
  }
  .about-page .a-whyUs {
    padding: 50px 0;
  }
  .i-whyUs .why-list {
    margin-top: 20px;
  }
  .about-page .a-tit {
    font-size: 24px;
  }
  .i-whyUs .why-list > .column .tit {
    font-size: 16px;
  }
  .about-page .a-txt p {
    font-size: 14px;
  }
  .i-whyUs .why-list > .column .icon {
    width: 80px;
    height: 80px;
    font-size: 30px;
    line-height: 80px;
  }
  .i-product .pro-list .con-box .inner-box .tit a {
    font-size: 18px;
  }
  .i-product .pro-list .con-box .inner-box .more {
    font-size: 14px;
  }
  .faq-page .faq-list dt {
    font-size: 16px;
  }
  .grid-box {
    margin: 0 -5px;
  }
  .grid-box>.column, .grid-box .swiper-slide.column {
    padding: 0 5px;
  }
  .i-product .pro-list {
    margin-top: 20px;
  }
  .product-page .i-product {
    padding: 20px 0;
  }
  .m-page {
    padding: 20px 0;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName,.prodet-page .prodetTit,.contact-page .c-list-box .contactList .c-name {
    font-size: 30px;
  }
  .prodetFeedback .innerTit {
    font-size: 28px;
  }
  .prodetFeedback .ptForm input[type="submit"] {
    font-size: 14px;
  }
  .news-page .new-list li .new-con .abst {
    font-size: 14px;
    margin: 15px 0;
  }
  .news-page .new-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .newdet-page .news .news_title h1 {
    font-size: 24px;
  }
  .contact-page .c-list-box .contactList .info {
    font-size: 16px;
  }
  .news-page .new-list {
    padding-top: 20px !important;
  }
  .prodet-page .prodet-det-two {
    padding: 70px 0;
  }

}
@media screen and (max-width: 1000px){
  .grid-box.four>.column {
    width: 33.3333%;
  }
  .grid-box.five>.column {
    width: 25%;
  }
  .inner-page .sideBar .side-menu {
    display: none;
  }
  .inner-page .inner-main-tit .nowTit {
    font-size: 20px;
  }
  .bread-crumbs {
    font-size: 12px;
  }
  .inner-page .sideBar {
    padding: 10px 0;
  }
  .about-page .inner-main-box {
    padding: 50px 0;
  }
  .about-page .a-whyUs .a-txt {
    margin: 30px 0;
  }
  .i-product .pro-list .con-box .inner-box .tit a {
    font-size: 16px;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-bPic {
    text-align: center;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-bPic img {
    width: auto;
    margin: 0 auto;
  }
  .prodet-page .prodet-det-two {
    padding: 50px 0;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a {
    font-size: 14px;
  }
  .prodetFeedback .ptForm .fbTop li input {
    height: 44px;
  }
  .prodetFeedback .ptForm .fbBot textarea {
    height: 55px;
  }
  .prodetFeedback .ptForm .fbTop {
    margin-bottom: 20px;
  }
  .news-page .new-list li .new-con .abst {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 48px;
  }
  .news-page .new-list li .new-con .tit a {
    font-size: 18px;
    height: auto;
    max-height: 48px;
  }
  .newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
    font-size: 13px;
  }
  .newdet-page .news .news_title h1 {
    font-size: 20px;
  }
  .newdet-page .news {
    padding: 40px 0 !important;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName, .prodet-page .prodetTit, .contact-page .c-list-box .contactList .c-name {
    font-size: 24px;
  }
  .prodetFeedback .innerTit {
    font-size: 20px;
  }
  .prodetFeedback .ptForm label {
    font-size: 14px;
  }
  .prodetFeedback .ptForm .fbTop li {
    margin-bottom: 15px;
  }
  .prodet-page .recommand-product {
    padding: 40px 0;
  }

}

@media screen and (max-width: 700px){
  .inner-page .inner-main-tit .nowTit {
    font-size: 18px;
  }
  .about-page .a-tit {
    font-size: 18px;
  }
  .about-page .a-txt p {
    font-size: 12px;
    line-height: 24px;
  }
  .about-page .a-whyUs .why-list .column {
    width: 50%;
    margin-bottom: 15px;
  }
  .grid-box.four>.column {
    width: 50%;
  }
  .grid-box.five>.column {
    width: 50%;
  }
  .faq-page .faq-list dt {
    font-size: 14px;
    padding: 8px 15px 8px 10px;
  }
  .faq-page .faq-list dt i {
    top: 12px;
  }
  .faq-page .faq-list {
    padding: 20px 0;
  }
  .i-product .pro-list .con-box .inner-box .more {
    font-size: 12px;
  }
  .i-product .pro-list .con-box .inner-box .tit a {
    font-size: 14px;
  }
  table {
    display: inline-block;
    width: 100%;
    overflow-y: auto;
  }
  .news-page .new-list li .new-pic,
  .news-page .new-list li .new-con{
    width: 100%;
  }
  .news-page .new-list li .new-con {
    padding-top: 10px;
  }
  .news-page .new-list li .new-con .tit a {
    font-size: 16px;
  }
  .news-page .new-list li .new-con .abst {
    line-height: 18px;
    margin: 10px 0;
  }
  .newdet-page .news .news_title h1 {
    font-size: 16px;
  }
  .newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
    font-size: 12px;
    line-height: 22px;
  }
  .newdet-page .news .news_next a {
    font-size: 13px;
  }
  .contact-page .c-list-box .contactList .c-name {
    font-size: 18px;
  }
  .contact-page .c-list-box {
    padding: 40px 0;
  }
  .contact-page .c-list-box .contactList .info {
    font-size: 14px;
    line-height: 24px;
  }
  .button-group .button:nth-child(2) {
    display: none !important;
  }
  #mapContainer {
    height: 250px !important;
  }
  .prodetFeedback .ptForm .fbBot {
    margin-bottom: 30px;
  }

}
.wpulike {
	display:none;
}

.theme-default .nivo-controlNav{
	position:absolute;
	left: 50%;
	transform: translatex(-50%);
	bottom:20px;
}