body {
  font-family: "microsoft yahei";
  max-width: 1920px;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1470px;
}
.cloudzoom-zoom-inside {
	cursor: crosshair;
} 
#header {
  z-index: 21;
  position: relative;
}
#header:after {
  content: '';
  width: 52%;
  height: 220px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/icon-tel-bg.png") top right no-repeat;
  background-size: 100% 100%;
  display: block;
  z-index: -1;
}
#header .h-top {
  padding-top: 30px;
}
#header .h-top .logo {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .yuy {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #353535;
  margin: 0 40px 0 100px;
  text-transform: uppercase;
}
#header .h-top .yuy img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#header .h-top form {
  display: inline-block;
  vertical-align: middle;
  width: 260px;
  position: relative;
}
#header .h-top form input {
  display: block;
  width: 100%;
  height: 26px;
  line-height: 26px;
  border: none;
  background: #f0f0f0;
  font-size: 14px;
  color: black;
  border-radius: 13px;
  padding: 0 10px;
}
#header .h-top form input::-webkit-input-placeholder {
  color: #cfcece;
}
#header .h-top form input:-moz-placeholder {
  color: #cfcece;
}
#header .h-top form input::-moz-placeholder {
  color: #cfcece;
}
#header .h-top form input:-ms-input-placeholder {
  color: #cfcece;
}
#header .h-top form input[type="submit"] {
  width: 26px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/icon-search.png") center center no-repeat;
}
#header .h-top .left {
  width: 70%;
}
#header .h-top .right {
  width: 30%;
  text-align: right;
}
#header .h-top .right h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: white;
}
#header .h-top .right h4 small {
  font-size: 26px;
  font-weight: bold;
  display: block;
}
#header .h-top .right i {
  display: inline-block;
  vertical-align: middle;
}
#header .nav {
	display:inline-block;
	width:100%;
	padding-bottom:15px;
}
#header .nav .ui.menu .menu-box {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 50px;
  font-size: 16px;
  color: #353535;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 2px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: #69b0f8;
  color: #69b0f8;
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child {
  margin-left: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 7px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 13px;
  background: #fff;
  top: 100%;
  left: 0;
  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 #69b0f8;
  display: none \9;
  margin-top: 2px;
}
#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;
  -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 .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 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: #69b0f8;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../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: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #69b0f8;
  -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 {
  border-color: #69b0f8;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100% !important;
  margin-bottom: 20px;
	word-break: break-word;
	height:auto !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
	height:auto !important;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #69b0f8;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #69b0f8 !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: 20;
}
#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: #69b0f8;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #69b0f8;
}
#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;
}
#banner {
  position: relative;
}
#banner .content {
  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%);
  text-align: right;
  width: 100%;
}
#banner .content .left {
  width: 45%;
  text-align: left;
  display: inline-block;
}
#banner .content .left h2 {
  display: block;
  font-size: 40px;
  color: #191919;
  line-height: 55px;
  font-weight: bold;
}
#banner .content .left p {
  display: block;
  font-size: 16px;
  color: #505050;
  line-height: 30px;
  margin: 20px 0 50px;
}
#banner .content .left a.pro,
#banner .content .left a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
  height: 60px;
  width: 190px;
  color: white;
  font-size: 18px;
  text-align: center;
}
#banner .content .left a.pro {
  background: #1b7ee2;
  margin-right: 30px;
}
#banner .content .left a.more {
  background: #2ad870;
}
#index-body h2 {
  display: block;
  font-size: 40px;
  color: #191919;
  line-height: 50px;
  font-weight: bold;
  position: relative;
  font-family: "simsun";
  z-index: 1;
}
#index-body h2:after {
  content: '';
  width: 175px;
  height: 28px;
  display: block;
  position: absolute;
  left: -25px;
  bottom: 0;
  background: #8dbef0;
  z-index: -1;
}
#index-body .init-1 {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .init-1 ul li {
  padding: 0 15px;
}
#index-body .init-1 ul li .box {
  display: block;
  border-radius: 10px;
  padding: 50px;
  -webkit-box-shadow: 0 0 10px #d6d6d6;
  -moz-box-shadow: 0 0 10px #d6d6d6;
  box-shadow: 0 0 10px #d6d6d6;
  background: white;
}
#index-body .init-1 ul li .box h3 {
  display: block;
  position: relative;
  font-size: 26px;
  color: #1b7ee2;
  line-height: 40px;
  font-weight: bold;
  padding-right: 100px;
}
#index-body .init-1 ul li .box h3 i {
  position: absolute;
  right: 0;
  top: 10px;
}
#index-body .init-1 ul li .box p {
  display: block;
  padding-top: 40px;
  font-size: 16px;
  color: #404040;
  line-height: 30px;
}
#index-body .init-2 {
  position: relative;
  padding-bottom: 200px;
}
#index-body .init-2:after {
  content: url("../images/init-2-bg.png");
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -1;
}
#index-body .init-2 .left {
  width: 50%;
  text-align: center;
  vertical-align: middle;
}
#index-body .init-2 .left img {
  display: block;
  margin: 0 auto;
}
#index-body .init-2 .right {
  width: 50%;
  text-align: left;
  vertical-align: middle;
}
#index-body .init-2 .right .content {
  display: block;
  margin: 45px 0;
  font-size: 16px;
  color: #525252;
  line-height: 28px;
}
#index-body .init-2 .right a.link {
  display: block;
  font-size: 18px;
  color: #1b7ee2;
}
#index-body .init-2 .right a.link img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
#index-body .init-2 .right a.link:hover {
  text-decoration: underline;
}
#index-body .init-3 {
  position: relative;
}
#index-body .init-3:after {
  content: url("../images/init-2-bg.png");
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  z-index: -1;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#index-body .init-3 .top {
  display: block;
  text-align: center;
}
#index-body .init-3 .top h2:after {
  content: '';
  width: 75px;
  height: 2px;
  display: block;
  position: static;
  margin: 40px auto 0;
}
#index-body .init-3 .top ul {
  padding-top: 30px;
}
#index-body .init-3 .top ul li {
  line-height: 60px;
  height: 60px;
  font-size: 18px;
  color: #303030;
  text-align: center;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-3 .top ul li a {
  display: block;
}
#index-body .init-3 .top ul li:hover {
  color: #1b7ee2;
  background: #d1e5f9;
}
#index-body .init-3 .top ul .slick-current li {
  color: #1b7ee2;
  background: #d1e5f9;
}
#index-body .init-3 .bottom {
  padding-top: 70px;
}
#index-body .init-3 .bottom .img {
  width: 65%;
  vertical-align: middle;
}
#index-body .init-3 .bottom .content {
  width: 50%;
  margin-left: -15%;
  vertical-align: middle;
  padding-right: 12.5%;
}
#index-body .init-3 .bottom .content .box {
  padding: 50px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 15px #eee;
  -moz-box-shadow: 0 0 15px #eee;
  box-shadow: 0 0 15px #eee;
}
#index-body .init-3 .bottom .content h3 {
  display: block;
  font-size: 30px;
  color: #292929;
  font-weight: bold;
}
#index-body .init-3 .bottom .content h3:before {
  content: '';
  width: 75px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  background: #1b7ee2;
  margin-right: 10px;
}
#index-body .init-3 .bottom .content .text {
  display: block;
  font-size: 16px;
  color: #262626;
  line-height: 30px;
  margin-top: 30px;
}
#index-body .init-4 {
  padding: 200px 0;
}
#index-body .init-4 .left {
  width: 51%;
  vertical-align: middle;
}
#index-body .init-4 .left .box2 {
  position: relative;
  display: block;
}
#index-body .init-4 .left .box2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -20px;
  left: -20px;
  border: 3px solid #1b7ee2;
  z-index: -1;
}
#index-body .init-4 .right {
  width: 49%;
  vertical-align: middle;
  padding-left: 100px;
}
#index-body .init-4 .right h4 {
  display: block;
  font-size: 30px;
  color: #2ad870;
  font-weight: bold;
  margin-top: 50px;
  font-family: "simsun";
}
#index-body .init-4 .right .content {
  display: block;
  font-size: 16px;
  color: #555555;
  line-height: 28px;
  margin: 20px 0;
}
#index-body .init-4 .right .btn {
  display: block;
}
#index-body .init-4 .right .btn a.pro,
#index-body .init-4 .right .btn a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
  height: 60px;
  width: 190px;
  color: white;
  font-size: 18px;
  text-align: center;
}
#index-body .init-4 .right .btn a.more {
  background: #1b7ee2;
  margin-right: 30px;
}
#index-body .init-4 .right .btn a.pro {
  background: #2ad870;
}
#index-body .init-5 {
  padding: 100px 0 110px;
  background: #f0f4f7;
  overflow: hidden;
}
#index-body .init-5 .left {
  vertical-align: middle;
  width: 32%;
  padding: 0 20px;
}
#index-body .init-5 .left p {
  display: block;
  font-size: 16px;
  color: #6c6c6c;
  line-height: 30px;
  margin-top: 40px;
}
#index-body .init-5 .right {
  width: 68%;
  vertical-align: middle;
  padding-left: 3%;
}
#index-body .init-5 .right ul {
  margin: -35px;
}
#index-body .init-5 .right ul li {
  padding: 35px;
}
#index-body .init-5 .right ul li .box2 {
  background: #1b7ee2;
  color: white;
  padding: 35px;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
}
#index-body .init-5 .right ul li .box2 h3 {
  display: block;
  font-size: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#index-body .init-5 .right ul li .box2 time {
  display: block;
  font-size: 16px;
  margin: 5px 0 20px;
}
#index-body .init-5 .right ul li .box2 p {
  display: block;
  font-size: 16px;
  line-height: 28px;
}
#index-body .init-5 .right ul .slick-dots {
  margin: 0;
  text-align: center;
  padding-top: 5px;
}
#index-body .init-5 .right ul .slick-dots li {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 6px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  background: #bcd8f5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-5 .right ul .slick-dots li button {
  display: none;
}
#index-body .init-5 .right ul .slick-dots li:hover,
#index-body .init-5 .right ul .slick-dots li.slick-active {
  background: #1b7ee2;
}
#footer {
  background: url("../images/f-bg.jpg") center center;
  background-size: cover;
}
#footer .footer-top {
  padding: 110px 0 60px;
}
#footer .footer-top .left {
  width: 37%;
}
#footer .footer-top .left .f-logo {
  display: block;
}
#footer .footer-top .left .text {
  display: block;
  padding-top: 25px;
  font-size: 16px;
  line-height: 28px;
  color: white;
  max-width: 340px;
}
#footer .footer-top .right {
  width: 63%;
}
#footer .footer-top .right ul {
  margin: 0 -10px;
}
#footer .footer-top .right ul li {
  width: 30%;
  padding: 0 10px;
  color: white;
}
#footer .footer-top .right ul li:last-child {
  width: 40%;
}
#footer .footer-top .right ul li:last-child dl dd:hover {
  text-decoration: none;
}
#footer .footer-top .right ul li dl dt {
  display: block;
  font-size: 20px;
  padding-bottom: 10px;
}
#footer .footer-top .right ul li dl dd {
  display: block;
  font-size: 16px;
  line-height: 34px;
}
#footer .footer-top .right ul li dl dd:hover {
  text-decoration: underline;
}
#footer .footer-top .right ul li dl dd a.mail {
  display: block;
  line-height: 44px;
  height: 44px;
  border-radius: 15px;
  background: white;
  text-align: center;
  font-size: 16px;
  color: #1b7ee2;
  margin: 30px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-top .right ul li dl dd a.mail:hover {
  color: white;
  background: #1b7ee2;
}
#footer .footer-top .right ul li dl dd .share a {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background: white;
  text-align: center;
  margin-right: 10px;
  font-size: 18px;
  color: #1b7ee2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-top .right ul li dl dd .share a:hover {
  color: white;
  background: #1b7ee2;
}
#footer .footer-bottom {
  color: white;
  font-size: 14px;
  padding: 15px 0;
  text-align: right;
}
#footer .footer-bottom p {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
#footer .footer-bottom a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1600px) {
  .ui.container {
    width: 1200px;
  }
  #index-body .init-1 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    padding: 40px 0;
  }
  #index-body .init-1 ul li .box h3 {
    font-size: 20px;
    line-height: 34px;
    padding-right: 60px;
  }
  #index-body .init-1 ul li .box h3 i {
    width: 50px;
    top: 10px;
  }
  #index-body .init-1 ul li .box p {
    padding-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  #index-body .init-1 ul li .box {
    padding: 30px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 40px;
  }
  #header .h-top .right h4 {
    font-size: 14px;
  }
  #header .h-top .right h4 small {
    font-size: 22px;
  }
  #header .h-top .right i {
    max-width: 50px;
  }
  #header .h-top {
    padding-top: 15px;
  }
  #banner .content .left h2 {
    font-size: 34px;
    line-height: 48px;
  }
  #banner .content .left p {
    font-size: 14px;
    line-height: 28px;
  }
  #banner .content .left a.pro,
  #banner .content .left a.more,
  #index-body .init-4 .right .btn a.pro,
  #index-body .init-4 .right .btn a.more {
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    width: 150px;
  }
  #index-body h2 {
    font-size: 34px;
    line-height: 44px;
  }
  #index-body .init-2 .right .content,
  #index-body .init-3 .bottom .content .text,
  #index-body .init-4 .right .content,
  #footer .footer-top .left .text {
    font-size: 14px;
    line-height: 28px;
  }
  #index-body .init-2 .right a.link {
    font-size: 16px;
  }
  #index-body .init-2 {
    padding-bottom: 100px;
  }
  #index-body .init-3 .top h2:after {
    margin-top: 25px;
  }
  #index-body .init-3 .top ul li {
    line-height: 50px;
    height: 50px;
    font-size: 16px;
  }
  #index-body .init-3 .bottom .content {
    padding-right: 5%;
    margin-left: -25%;
  }
  #index-body .init-3 .bottom .content h3 {
    font-size: 24px;
  }
  #index-body .init-3 .bottom .content .box {
    padding: 30px 20px;
  }
  #index-body .init-3 .bottom .img {
    width: 75%;
  }
  #index-body .init-3 .bottom {
    padding-top: 50px;
  }
  #index-body .init-4 {
    padding: 100px 0;
  }
  #index-body .init-4 .right h4 {
    font-size: 24px;
    margin-top: 20px;
  }
  #index-body .init-4 .right {
    padding-left: 40px;
  }
  #index-body .init-5 {
    padding: 50px 0;
  }
  #index-body .init-5 .right ul li .box2 h3 {
    font-size: 20px;
  }
  #index-body .init-5 .right ul li .box2 time {
    font-size: 14px;
  }
  #index-body .init-5 .right ul li .box2 p {
    font-size: 14px;
    line-height: 24px;
  }
  #index-body .init-5 .right ul li {
    padding: 20px;
  }
  #index-body .init-5 .right ul {
    margin: -20px;
  }
  #index-body .init-5 .right ul li .box2 {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
  #footer .footer-top .right ul li dl dd .share a {
    margin-right: 5px;
  }
  #footer .footer-top .right ul li dl dd a.mail {
    margin: 25px 0;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 970px;
  }
  #header .h-top form {
    width: 200px;
  }
  #header .h-top .yuy {
    margin: 0 50px;
  }
  #header:after {
    height: 140px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 30px;
  }
  #banner .content .left h2 {
    font-size: 24px;
    line-height: 28px;
  }
  #banner .content .left p {
    margin: 20px 0;
  }
  #banner .content .left a.pro,
  #banner .content .left a.more,
  #index-body .init-4 .right .btn a.pro,
  #index-body .init-4 .right .btn a.more {
    line-height: 40px;
    height: 40px;
  }
  #index-body .init-1 ul li .box h3 {
    font-size: 18px;
    line-height: 30px;
  }
  #index-body .init-1 ul li .box h3 i {
    top: 5px;
  }
  #index-body .init-1 ul li .box p {
    padding-top: 10px;
  }
  #index-body .init-1 ul li .box {
    padding: 20px;
  }
  #index-body .init-1 ul li {
    padding: 0 10px;
  }
  #index-body .init-1 ul {
    margin: 0 -10px;
  }
  #index-body .init-2:after {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  #index-body h2 {
    font-size: 28px;
    line-height: 38px;
  }
  #index-body h2:after {
    height: 20px;
  }
  #index-body .init-2 .right .content {
    margin: 30px 0;
  }
  #index-body .init-3 .top ul li {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
  }
  #index-body .init-3 .bottom li {
    position: relative;
  }
  #index-body .init-3 .bottom .img {
    width: 100%;
  }
  #index-body .init-3 .bottom .content {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60%;
  }
  #index-body .init-3 .bottom .content h3 {
    font-size: 20px;
  }
  #index-body .init-3:after {
    display: none;
  }
  #index-body .init-4 .right h4 {
    font-size: 20px;
    margin-top: 10px;
  }
  #index-body .init-4 .right .content {
    margin: 10px 0;
    line-height: 24px;
  }
  #index-body .init-5 .left p {
    font-size: 14px;
    line-height: 28px;
  }
  #footer .footer-top .left .text {
    padding-right: 15px;
  }
  #footer .footer-top .right ul li dl dd .share a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    margin-right: 2px;
  }
  #footer .footer-top {
    padding: 80px 0 30px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .content .left {
    width: 55%;
  }
  #banner .content .left h2 {
    font-size: 20px;
    line-height: 24px;
  }
  #banner .content .left p {
    margin: 10px 0;
    line-height: 24px;
    font-size: 12px;
  }
  #banner .content .left a.pro,
  #banner .content .left a.more,
  #index-body .init-4 .right .btn a.pro,
  #index-body .init-4 .right .btn a.more {
    line-height: 34px;
    height: 34px;
    width: 120px;
    font-size: 12px;
  }
  #index-body .init-1 ul li .box h3 {
    font-size: 16px;
    line-height: 24px;
    padding-right: 40px;
  }
  #index-body .init-1 ul li .box h3 i {
    width: 35px;
  }
  #index-body .init-1 ul li .box p {
    font-size: 12px;
  }
  #index-body .init-1 ul li .box {
    padding: 15px;
  }
  #index-body .init-2 .left {
    padding-right: 25px;
  }
  #index-body h2 {
    font-size: 24px;
    line-height: 28px;
  }
  #index-body h2:after {
    height: 15px;
    left: -10px;
  }
  #index-body .init-2 .right .content {
    line-height: 24px;
    margin: 10px 0;
  }
  #index-body .init-2 {
    padding-bottom: 50px;
  }
  #index-body .init-3 .top ul li {
    font-size: 12px;
  }
  #index-body .init-4 .right {
    padding-top: 30px;
    padding-left: 0;
    width: 100%;
  }
  #index-body .init-4 .left {
    width: 100%;
  }
  #index-body .init-4 .right .content {
    margin: 25px 0;
  }
  #index-body .init-5 .right ul li .box2 h3 {
    font-size: 18px;
  }
  #index-body .init-5 .right ul li .box2 time {
    margin: 5px 0 10px;
  }
  #index-body .init-5 .left {
    padding: 0 10px;
  }
  #footer .footer-top .left .text {
    max-width: none;
    padding-right: 0;
  }
  #footer .footer-top .left {
    width: 100%;
  }
  #footer .footer-top .right {
    width: 100%;
    padding-top: 30px;
  }
  #footer .footer-top .right ul li dl dd a.mail {
    line-height: 34px;
    height: 34px;
    margin: 20px 0;
  }
  #footer .footer-top .right ul li dl dd {
    font-size: 14px;
    line-height: 30px;
  }
  #index-body .init-3 .bottom .content {
    width: 100%;
    padding: 0 15px;
    right: 0;
  }
  #index-body .init-3 .bottom .content .box {
    background: rgba(255, 255, 255, 0.7);
  }
  #index-body .init-3 .bottom .content .text {
    font-size: 12px;
    line-height: 24px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner .content .left {
    width: 50%;
  }
  #banner .content .left a.pro,
  #banner .content .left a.more,
  #banner .content .left p {
    display: none;
  }
  #index-body .init-1 ul li {
    width: 100%;
    padding: 10px;
  }
  #index-body .init-1 ul {
    margin: -10px;
  }
  #index-body .init-1 ul li .box h3 i {
    top: -5px;
  }
  #index-body .init-2 .right .content {
    font-size: 12px;
    line-height: 24px;
  }
  #index-body .init-3 .bottom .content {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    padding: 0 0 15px;
  }
  #index-body .init-4 {
    padding: 60px 0;
  }
  #index-body .init-4 .left .box2:after {
    left: -5px;
    top: -5px;
  }
  #index-body .init-5 .left {
    width: 100%;
  }
  #index-body .init-5 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  #index-body .init-5 .left p {
    line-height: 24px;
    margin-top: 20px;
  }
  #footer .footer-top .right ul li {
    width: 50%;
  }
  #footer .footer-top .right ul li:last-child {
    width: 100%;
    padding-top: 30px;
  }
  #footer .footer-top .right ul li dl dd a.mail {
    max-width: 300px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-2:after {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
  #banner .content .left h2 {
    font-size: 18px;
    line-height: 22px;
  }
  #banner .content .left h2 br {
    display: none;
  }
  #index-body .init-2 .left {
    padding-right: 0;
    width: 100%;
  }
  #index-body .init-2 .right {
    width: 100%;
    padding-top: 30px;
  }
  #index-body .init-4 .right .content,
  #index-body .init-5 .right ul li .box2 p,
  #footer .footer-top .left .text {
    font-size: 12px;
  }
}
#header.active {
	background:#f5f0f0;
}
#header.active .h-top form input[type="text"] {
	background:white;
}
.inner-title {
	background:#f5f0f0;
	border-top:1px solid #e1e1e1;
	padding:65px 0;
}
.inner-title h4 {
	font-size:30px;
	color:#353535;
	margin-bottom:20px;
}
.inner-title .woocommerce-breadcrumb {
	font-size:16px;
	color:#929292;
}
.inner-title .woocommerce-breadcrumb a:first-child {
	font-size:16px;
	color:#353535;
}
.inner-title .woocommerce-breadcrumb a:after {
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:30px;
	height:1px;
	background:#929292;
	margin:0 20px;
}
.inner-title .woocommerce-breadcrumb a:hover {
	text-decoration:underline;
}
.inner-banner img {
  width: 100%;
}
.inner-banner .woocommerce-breadcrumb {
  margin-top: 40px;
}
.inner-banner .woocommerce-breadcrumb a,
.inner-banner .woocommerce-breadcrumb span {
  display: inline-block;
  color: #959595;
  font-size: 14px;
  margin-right: 15px;
  margin-left: 15px;
}
.inner-banner .woocommerce-breadcrumb {
  margin-left: -15px;
}
.inner-banner .woocommerce-breadcrumb a {
  color: #69b0f8;
}
ul.product-id {
  margin: -10px -15px;
  display:inline-block;
  /*  width:100%; */
}
ul.product-id li {
  padding: 10px 15px;
  width:25%;
  display:inline-block;
  vertical-align:top;
  margin-left:-4px;
}
ul.product-id li:nth-child(4n+1) {
  margin-left:0;
}
ul.product-id li .box {
  border: 1px solid #cccdce;
  border-radius: 3px;
  padding: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
ul.product-id li .box:hover {
  border-color:#69b0f8;
  -webkit-box-shadow: 0 0 5px #69b0f8;
  -moz-box-shadow: 0 0 5px #69b0f8;
  box-shadow: 0 0 5px #69b0f8;
}
ul.product-id li .box h2 {
  font-size: 14px;
  color: #545f70;
  text-transform: capitalize;
  line-height: 20px;
  margin-bottom: 5px;
}
ul.product-id li .box h2 a {
  color: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  max-width: 100%;
}
ul.product-id li .box h2 small {
  display: block;
  font-size: inherit;
  text-transform: capitalize;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
ul.product-id li .box > a {
  display: block;
  padding: 20px 0;
}
ul.product-id li .box > a img {
  margin: 0 auto;
}
ul.product-id li .box .btn {
  display: inline-block;
  width: 100%;
}
ul.product-id li .box .btn a {
  background: #535e6f;
  color: white;
  display: inline-block;
  float: left;
  font-size: 12px;
  height: 42px;
  letter-spacing: 0;
  line-height: 40px;
  padding: 0;
  text-align: center;
  text-transform: none;
  width: 42px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 5px;
  cursor: pointer;
  cursor: hand;
}
ul.product-id li .box .btn a i {
  margin: 0;
  font-size: 18px;
}
ul.product-id li .box .btn a:hover {
  background: #69b0f8;
}
ul.product-id li .box .btn a.active {
  color: #ff5722;
}
ul.product-id li .box .btn a.active i:before {
  content: "\f004";
}
ul.product-id li .box .btn a.cart {
  border: none;
  width: 143px;
  margin-left: 0;
}
.inner-page {
  display: inline-block;
  width: 100%;
  padding: 40px 0;
background-color: #f5f0f0;
}
.inner-page h1,
.inner-page h2,
.inner-page h3,
.inner-page h4,
.inner-page h5,
.inner-page h6 {
  font-size: 16px;
  margin: 0 0 25px 0;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  font-weight: bold;
  color: #69b0f8;
}
.inner-page p,
.inner-page span,
.inner-page em,
.inner-page a {
  font-size: 14px;
  line-height: 24px;
}
.inner-page .left {
  width: 25%;
  float: left;
}
.inner-page .left img {
  width: 100%;
}
.inner-page .left .navigation-1,
.inner-page .left .navigation-2 {
  border: 1px solid #cccdce;
  padding: 25px 20px;
  margin-bottom: 25px;
}
.inner-page .left .navigation-1 span,
.inner-page .left .navigation-2 span {
  margin-bottom: 25px;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccdce;
  color: #363f4d;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.35;
  display: block;
  font-size: 16px;
}
.inner-page .left .navigation-1 ul li,
.inner-page .left .navigation-2 ul li {
  list-style-type: none;
  color: #363f4d;
  font-size: 14px;
  text-transform: capitalize;
}
.inner-page .left .navigation-1 ul li a,
.inner-page .left .navigation-2 ul li a {
  color: inherit;
  display:block;
  position:relative;
  padding: 10px 0;
  border-bottom: 1px solid #cccdce;
}
.inner-page .left .navigation-1 ul li a.active1:after,
.inner-page .left .navigation-2 ul li a.active1:after {
  content:"\f067";
  position:absolute;
  right:0;
  top:10px;
  font-family:"FontAwesome";
}
.inner-page .left .navigation-1 ul li a.active:after,
.inner-page .left .navigation-2 ul li a.active:after {
  content:"\f068";
}
.inner-page .left .navigation-1 ul li:hover,
.inner-page .left .navigation-2 ul li:hover,
.inner-page .left .navigation-1 ul li a.active,
.inner-page .left .navigation-2 ul li a.active{
  color: #69b0f8;
}
.inner-page .left .navigation-1 ul li ul ,
.inner-page .left .navigation-2 ul li ul {
  display:none;
}
.inner-page .left .navigation-1 ul li ul li,
.inner-page .left .navigation-2 ul li ul li {
  padding-left:10px;
}
.inner-page .right {
  width: 75%;
  display: inline-block;
  padding-left: 30px;
}
.product-page .right .toolbar {
  color: #363f4d;
  margin: 0 0 30px 0;
  position: relative;
  width: 100%;
  border: 1px solid #cccdce;
  padding: 17px 20px;
  line-height: 2;
}
.product-page .right .toolbar i.icon {
  display: inline-block;
  font-size: 18px;
}
.product-page .right .toolbar .Subclass {
  float: right;
  position: relative;
  display: inline-block;
}
.product-page .right .toolbar .Subclass span {
  color: #363f4d;
  font-size: 1em;
  font-weight: normal;
  cursor: pointer;
  cursor: hand;
}
.product-page .right .toolbar .Subclass span em {
  margin-left: 10px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: 30px;
  line-height: 28px;
  padding: 3px 15px;
  text-align: left;
  position: relative;
  z-index: 1;
}
.product-page .right .toolbar .Subclass span em i {
  margin-right: 0;
  margin-left: 10px;
  position: relative;
}
.product-page .right .toolbar .Subclass ul {
  background: white;
  position: absolute;
  top: 120%;
  right: 0;
  width: 240px;
  padding: 20px 0;
  box-shadow: 0 0 5px 0 #ccc;
  -webkit-box-shadow: 0 0 5px 0 #ccc;
  -moz-box-shadow: 0 0 5px 0 #ccc;
  -ms-box-shadow: 0 0 5px 0 #ccc;
  -o-box-shadow: 0 0 5px 0 #ccc;
  display: none;
  z-index: 1;
}
.product-page .right .toolbar .Subclass ul li {
  padding: 10px 20px;
  font-size: 14px;
  color: #363f4d;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .right .toolbar .Subclass ul li:hover {
  background: rgba(0, 0, 0, 0.5);
  color: white;
}
.product-page .right .toolbar .Subclass ul li a {
  color: inherit;
  display: block;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.product-page .right ul.product-id li {
  width: 33.33333%;
  float: left;
}
.product-page .right ul.product-id li .box .btn a.cart {
  width: 55%;
}
.prodet-page {
  padding: 40px 0;
}
.prodet-page .init-1 {
  display: inline-block;
  width: 100%;
  padding-bottom: 50px;
}
.prodet-page .init-1 .prodet-left {
  width: 40%;
  float: left;
}
.prodet-page .init-1 .prodet-left .album {
  margin: -10px;
  padding-top: 10px;
}
.prodet-page .init-1 .prodet-left .album li {
  width: 25%;
  float: left;
  padding: 10px;
}
.prodet-page .init-1 .prodet-right {
  width: 60%;
  display: inline-block;
  padding-left: 30px;
}
.prodet-page .init-1 .prodet-right h1 {
  color: #69b0f8;
  font-size: 24px;
  margin-bottom: 40px;
}
.prodet-page .init-1 .prodet-right .btn {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.prodet-page .init-1 .prodet-right .btn a {
  background: #363f4d;
  color: white;
  display: inline-block;
  float: left;
  font-size: 12px;
  height: 42px;
  letter-spacing: 0;
  line-height: 40px;
  padding: 0;
  text-align: center;
  text-transform: none;
  width: 42px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 5px;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .init-1 .prodet-right .btn a i {
  margin: 0;
  font-size: 18px;
}
.prodet-page .init-1 .prodet-right .btn a:hover {
  background: #69b0f8;
}
.prodet-page .init-1 .prodet-right .btn a.active {
  color: #ff5722;
}
.prodet-page .init-1 .prodet-right .btn a.active i:before {
  content: "\f004";
}
.prodet-page .init-1 .prodet-right .btn a.cart {
  border: none;
  width: 143px;
  margin-left: 0;
}
.prodet-page .init-1 .prodet-right .btn a.btn-message {
  margin-left: 0;
  width:160px;
}
.prodet-page .init-1 .prodet-right .btn a.btn-message i {
  width:auto;
  padding:0;
  margin-left:10px;
}
.prodet-page .init-1 .prodet-right .share {
  margin: 35px -5px 0;
}
.prodet-page .init-1 .prodet-right .share li {
  padding: 0;
  font-size: 18px;
  color: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background: #363f4d;
  text-align: center;
  margin: 0 5px;
  position: relative;
  display: inline-block;
}
.prodet-page .init-1 .prodet-right .share li a {
  color: inherit;
}
.prodet-page .init-1 .prodet-right .share li a i {
  margin: 0;
}
.prodet-page .init-1 .prodet-right .share li em {
  position: absolute;
  bottom: 120%;
  background: rgba(54, 63, 77, 0.6);
  font-size: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 30px;
  padding: 0 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  color: white;
	white-space:nowrap;
}
.prodet-page .init-1 .prodet-right .share li em:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid rgba(54, 63, 77, 0.6);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.prodet-page .init-1 .prodet-right .share li:hover {
  background: #69b0f8;
}
.prodet-page .init-1 .prodet-right .share li:hover em {
  display: block;
}
.prodet-page .init-2 {
  padding: 40px 0;
}
.prodet-page .init-2 .init-2-top ul {
  background: none;
  border: none;
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 50px 0;
  overflow: visible;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.prodet-page .init-2 .init-2-top ul li {
  background: #f3f2f2;
  border: none;
  color: #a8acb3;
  display: inline-block;
  font-family: Rubik, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 0 10px;
  position: relative;
  text-decoration: none;
  text-shadow: none !important;
  text-transform: uppercase;
  height: 45px;
  text-align: center;
  line-height: 45px;
  min-width: 170px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  vertical-align: bottom;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .init-2 .init-2-top ul li:hover,
.prodet-page .init-2 .init-2-top ul li.active {
  color: #fff;
  background: #69b0f8;
  height: 53px;
  line-height: 53px;
}
.prodet-page .init-2 .init-2-bottom li {
  text-align: left;
  display: none;
}
.prodet-page .init-2 .init-2-bottom li.active {
  display: block;
}
.prodet-page .init-2 .init-2-bottom table,
.prodet-page .init-2 .init-2-bottom table tr,
.prodet-page .init-2 .init-2-bottom table td,
.prodet-page .init-2 .init-2-bottom table th{
	background:none !important;
	width:auto !important;
	height:auto !important;
	border:none !important;
	padding:0 !important;
	margin:0 !important;
	color:black !important;
}
.prodet-page .init-3 {
  display: inline-block;
  width: 100%;
}
.prodet-page .init-3 li {
  width: 25%;
  float: left;
}
.news-page .left {
  float: right;
}
.news-page .right {
  padding-left: 0;
  padding-right: 30px;
}
.news-page .right .news h2 {
  color: #363f4d;
  line-height: 1.35;
  font-size: 2.286em;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.news-page .right .news ul {
  padding-top: 40px;
}
.news-page .right .news ul li {
  display: inline-block;
  width: 100%;
  padding-bottom: 40px;
}
.news-page .right .news ul li a.img-box {
  width: 48%;
  float: left;
}
.news-page .right .news ul li .content {
  width: 50%;
  float: right;
}
.news-page .right .news ul li .content h3 {
  color: #242424;
  font-size: 24px;
  margin: 0 0 10px 0;
  text-transform: none;
  font-weight: normal;
}
.news-page .right .news ul li .content h3 a {
  color: inherit;
  font-size: inherit;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 52px;
}
.news-page .right .news ul li .content h3 small {
  display: block;
  color: #999;
  font-size: 12px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ebebeb;
  margin-top: 15px;
}
.news-page .right .news ul li .content h3 small em {
  color: #69b0f8;
}
.news-page .right .news ul li .content a.more {
  margin-top: 20px;
  border: 2px solid #69b0f8;
  color: #69b0f8;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 0.93em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 40px;
  outline: none;
  overflow: hidden;
  padding: 0 30px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.news-page .right .news ul li .content a.more:hover {
  background: #69b0f8;
  color: white;
}
.newdet-page {
  padding: 40px 0;
}
.newdet-page .left {
  float: right;
}
.newdet-page .right {
  padding-left: 0;
  padding-right: 30px;
}
.newdet-page .right h1 {
  color: #242424;
  font-size: 28px;
  margin: 0 0 10px 0;
  text-transform: none;
  font-weight: normal;
}
.newdet-page .right h1 a {
  color: inherit;
  font-size: inherit;
}
.newdet-page .right h1 small {
  display: block;
  color: #999;
  font-size: 12px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ebebeb;
  margin-top: 15px;
}
.newdet-page .right h1 small em {
  color: #69b0f8;
}
.newdet-page .right p {
  padding: 10px 0;
}
.newdet-page .right .share {
  margin-top: 40px;
  text-align: center;
}
.newdet-page .right .share li {
  display: inline-block;
  padding: 5px 10px;
  background: #f9f9f9;
  border-radius: 5px;
  font-size: 18px;
  color: #363f4d;
}
.newdet-page .right .share li a {
  color: inherit;
}
.newdet-page .right .share li em {
  font-size: 12px;
  color: inherit;
}
.newdet-page .right .share li:hover {
  background: #69b0f8;
  color: white;
}
.about-page .init-1 > h1,
.about-page .init-1 > h2,
.about-page .init-1 > h3,
.about-page .init-1 > h4,
.about-page .init-1 > h5,
.about-page .init-1 > h6 {
  font-size: 28px;
}
.about-page .init-1 img {
  padding: 20px 0;
}
.about-page .init-1 p {
  padding: 10px 0;
}
.about-page .init-2 {
  margin: 40px 0;
  padding: 120px 0;
  display: inline-block;
  width: 100%;
  background: url("../images/about-us-policy-bg.jpg") no-repeat center center;
}
.about-page .init-2 ul {
  margin: 0 -15px;
}
.about-page .init-2 li {
  width: 33.333%;
  float: left;
  text-align: center;
  padding: 0 15px;
}
.about-page .init-2 li img {
  margin: 0 auto;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.about-page .init-2 li h2 {
  color: #363f4d;
  text-transform: none;
  margin: 10px 0;
  text-align: center;
}
.about-page .init-2 li:hover img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.about-page .init-3 {
  padding: 40px 0;
  display: inline-block;
  width: 100%;
}
.about-page .init-3 ul {
  margin: 0 -15px;
}
.about-page .init-3 li {
  width: 33.333%;
  float: left;
  text-align: center;
  padding: 0 15px;
}
.about-page .init-3 li img {
  margin: 0 auto;
}
.about-page .init-3 li h2 {
  color: #363f4d;
  text-transform: none;
  margin: 10px 0;
  text-align: center;
}
.about-page .init-3 li span {
  display: block;
  overflow: hidden;
}
.about-page .init-4 {
  padding-top: 40px;
}
.about-page .init-4 ul {
	margin:-5px;
}
.about-page .init-4 ul li {
	padding:5px;
}
.about-page .init-4 img {
  margin: 0 auto;
}
.about-page .init-4 .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  background: #f9f9f9;
  color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
  line-height: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .init-4 .slick-arrow:before {
  color: #363f4d;
  font-family: FontAwesome;
  text-align: center;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .init-4 .slick-arrow:hover {
  background: #69b0f8;
  border-color: #69b0f8;
}
.about-page .init-4 .slick-arrow:hover:before {
  color: white;
}
.about-page .init-4 .slick-prev {
  left: -40px;
}
.about-page .init-4 .slick-prev:before {
  content: "\f053";
}
.about-page .init-4 .slick-next {
  right: -40px;
}
.about-page .init-4 .slick-next:before {
  content: "\f054";
}
.faq-page h2 {
  font-size: 2.286em;
  text-transform: uppercase;
  color: #363f4d;
  margin-bottom: 70px;
}
.faq-page h3 {
  font-size: 1.5rem;
  color: #363f4d;
  margin-bottom: 10px;
}
.faq-page .faq-list {
  padding-top: 40px;
}
.faq-page .faq-list li {
  margin: 0 0 10px;
  word-break: break-word;
}
.faq-page .faq-list li h4 {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
  font-size: 1.143em;
  color: #363f4d;
  padding: 15px 30px 15px 25px;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
.faq-page .faq-list li h4 i {
  color: #bababa;
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}
.faq-page .faq-list li p {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 20px 25px;
  display: none;
}
.lg-page h2 {
  font-size: 2.286em;
  text-transform: uppercase;
  color: #363f4d;
  margin-bottom: 70px;
  text-align: center;
}
.lg-page ul {
  margin: -5px;
}
.lg-page ul li {
  width: 33.333333%;
  float: left;
  padding: 5px;
}
.lg-page ul li a {
  display: block;
}
.lg-page ul li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.lg-page ul li a:after {
  content: "\f00e";
  font-family: FontAwesome;
  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%);
  width: 50px;
  height: 50px;
  display: block;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
  color: white;
  font-size: 18px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.lg-page ul li a:hover:before {
  opacity: 1;
}
.lg-page ul li a:hover:after {
  opacity: 1;
  -webkit-transition: .5s .3s;
  -moz-transition: .5s .3s;
  -ms-transition: .5s .3s;
  -o-transition: .5s .3s;
  transition: .5s .3s;
}
.contact-page h2 {
  font-size: 32px;
  color: #363f4d;
  margin-bottom: 35px;
}
.contact-page {
  padding-bottom: 0;
}
.contact-page .map {
  margin-top: 50px;
  display: inline-block;
  width: 100%;
}
.contact-page .map #mapContainer {
  margin-bottom: -5px;
}
.contact-page .contact-left {
  width: 25%;
  float: left;
}
.contact-page .contact-left ul li {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
  padding-bottom: 40px;
}
.contact-page .contact-left ul li h3 {
  font-size: 20px;
  color: #363f4d;
  text-transform: none;
}
.contact-page .contact-left ul li h3 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.contact-page .contact-right {
  width: 66%;
  float: right;
}
.contact-page .contact-right ul li {
  padding-bottom: 1rem;
}
.contact-page .contact-right ul li em {
  margin-bottom: 5px;
  color: #888;
  width: 100%;
}
.contact-page .contact-right ul li input,
.contact-page .contact-right ul li textarea {
  border: 1px solid #ebebeb;
  color: #666666;
  display: block;
  margin-top: 5px;
  background: #fff;
  height: 50px;
  line-height: 50px;
  outline: none;
  width: 100%;
  border-radius: 0;
  padding: 0 15px;
  vertical-align: middle;
  max-width: 100%;
  min-width: 100%;
}
.contact-page .contact-right ul li textarea {
  height: 150px;
}
.contact-page .contact-right ul li input[type="submit"] {
  margin-top: 20px;
  background: #fff;
  border: 2px solid #69b0f8;
  box-shadow: none;
  color: #69b0f8;
  cursor: pointer;
  display: inline-block;
  font-size: 0.93em;
  font-weight: 500;
  width: auto;
  min-width: auto;
  height: 50px;
  letter-spacing: 0;
  line-height: 46px;
  outline: none;
  overflow: hidden;
  padding: 0 30px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.contact-page .contact-right ul li input[type="submit"]:hover {
  background: #69b0f8;
  color: white;
}
@media screen and (max-width: 1200px) {
  .product-page .right ul.product-id li {
    width: 50%;
  }
  .prodet-page .init-3 ul.product-id li .box .btn a.cart {
    width: 100px;
  }
  .news-page .right .news ul li .content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 48px;
    overflow: hidden;
  }
}
.entry-meta {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  color: #999;
  font-size: 14px;
  margin: 40px 0 30px;
  padding: 5px 0;
  width: 100%;
}
.entry-meta a {
  color: #69b0f8;
  text-transform: none;
  font-size: 13px;
}
.woocommerce-pagination {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.woocommerce-pagination .wp-pagenavi {
  border: 1px solid #ebebeb;
  margin: 0;
  padding: 17px 25px;
  text-align: center;
  width: 100%;
}
.woocommerce-pagination .wp-pagenavi a,
.woocommerce-pagination .wp-pagenavi span {
  padding: 5px 10px;
  border-radius: 5px;
  background: #f1f1f1;
  border: 1px solid #ebebeb;
  color: #363f4d;
  margin-right: 10px;
  outline: none;
}
.woocommerce-pagination .wp-pagenavi a:hover,
.woocommerce-pagination .wp-pagenavi span:hover {
  background: #0d71bb;
  border-color: #0d71bb;
  color: white;
}
.woocommerce-pagination .wp-pagenavi span {
  background: #0d71bb;
  border-color: #0d71bb;
  color: white;
}

table { background:#fafafa;}
table tr td{ border:1px solid #000; text-align:center; height:32px!important ; margin:0px; padding:0px;}
table tr:nth-child(1){
  background:#69b0f8 !important;
  color:#fff !important;
}
table tr:nth-child(even)
{
  background:#fff;

}
table tr:nth-child(odd)
{
  background:#eee;

}
table tr:nth-child(1) td {
  color: white !important;
}
.image-gallery a img {border: solid 1px #f1f1f1;}

.init-1-bottom { padding-top:10px;}
/**************页面右下角悬浮表单****************/
.mlztx {
  opacity: .6;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #2b93e6;
  position: fixed;
  bottom: 50px;
  right: 20px;
  font-size: 30px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  transition: all 1s ease 0s;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 2px 3px hsla(0, 0%, 0%, 0.1);
  box-shadow: 0px 0px 2px 3px hsla(0, 0%, 0%, 0.1);
  cursor: pointer;
}
.mlztx:hover {
  opacity:1;
  background-color:#00b1ff;
  width:65px;
  height:65px;
}
.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;
  /*margin-top: 40px;*/
  overflow: auto;
  max-height: 90vh;
}
.contact100-form-title {
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  background-image: url("../images/layer-form-bg.jpg");
  width: 100%;
  min-height: 128px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
  padding: 30px 15px 30px 15px;
}
.contact100-form-title::before {
  content:"";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(67, 67, 67, 0.6);
}
.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 55px 48px 55px;
}
.contact100-form .contact100-form {
  padding:0;
}
.wrap-input100 {
  width: 100%;
  position: relative;
  border-radius: 2px;
  margin-bottom: 15px;
  border: 1px solid #e6e6e6;
  height:60px;
}
.your-message {
  height:217px;
}
.label-input100 {
  font-size: 18px;
  color: #999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  left: 2px;
}
.label-input100.rs1 {
  height: 60px;
}
.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
  padding: 0 25px 0 60px;
  border: none;
}
input.input100 {
  height: 55px;
}
textarea.input100 {
  min-height: 162px;
  padding-top: 22px;
  padding-bottom: 15px;
  font-family:'microsoft yahei';
}
.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid;
  border-radius: 2px;
  border-color: #0066cc;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}
.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.input100:focus + .focus-input100 + .label-input100 {
  color: #0066cc;
}
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 17px;
}
.contact100-form input[type="submit"] {
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 42px;
  border-radius: 21px;
  background: #0066cc;
  cursor: pointer;
  box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.contact100-form input[type="submit"]:hover {
  background: #333333;
  box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
}
@media (max-width: 576px) {
  .contact100-form {
    padding: 40px 15px 48px 15px;
  }
  .input100 {
    padding: 0 25px 0 40px;
  }
  .label-input100 {
    width: 40px;
  }
}
.validate-input {
  position: relative;
}
.alert-validate .focus-input100 {
  box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -moz-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -webkit-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -o-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -ms-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
}
.alert-validate::before {
  content:"";
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: transparent;
  border: 1px solid #fa4251;
  border-radius: 2px;
  top: -1px;
  left: -1px;
  pointer-events: none;
}
.btn-hide-validate {
  font-size: 18px;
  color: #fa4251;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  top: 0px;
  right: -25px;
}
.rs1-alert-validate.alert-validate::before {
  background-color: #fff;
}
.true-validate::after {
  content:"\f26b";
  font-size: 18px;
  color: #00ad5f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  top: 0px;
  right: -25px;
}
@media (max-width: 576px) {
  .btn-hide-validate {
    right: 10px;
  }
  .true-validate::after {
    right: 10px;
  }
}
.btn-hide-contact100 {
  font-size: 20px;
  color: #fff;
  opacity: 0.6;
  position: absolute;
  right: 10px;
  top: 5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  z-index: 10;
}
.btn-hide-contact100 .icon {
  margin: 0;
  padding: 0;
  background: none;
}
.btn-hide-contact100:hover {
  opacity: 1;
}
*::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
*::-webkit-scrollbar-button {
  display: none;
}
*::-webkit-scrollbar-track {
  background-color: #eee;
}
*::-webkit-scrollbar-thumb{
  background-color: #69b0f8;
}
.cloudzoom-zoom {
  z-index: 11;
}
.button-group .button {
  background-color: #69b0f8 !important;
}
div.info-middle img {
  max-width: 100% !important;
}
@media screen and (max-width: 1000px){
  .inner-page .left {
    display: none;
  }
  .inner-page .right {
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .init-1 .prodet-left,.prodet-page .init-1 .prodet-right {
    width: 100%;
    float: none;
    padding-left: 0;
    text-align: center;
  }
  .prodet-page .init-1 .prodet-right {
    padding-top: 40px;
  }
  .prodet-page .init-1 .prodet-right .btn {
    width: auto;
  }
  .prodet-page .init-1 .prodet-right h1 {
    text-align: center;
  }
  .prodet-page .init-3 li {
    width: 50%;
  }
  .contact-page .contact-left,.contact-page .contact-right {
    width: 100%;
    float: none;
  }
  .contact-page .contact-right {
    padding-top: 40px;
  }
  .contact-page h2 {
    font-size: 24px;
  }
  .news-page .right {
    padding-right: 0;
  }

}

@media screen and (max-width: 700px){
  .about-page .init-2 {
    background-size: auto 100%;
    padding: 50px 0;
  }
  .about-page .init-2 li,.about-page .init-3 li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .faq-page h2,.faq-page h3,.lg-page h2,.news-page .right .news h2,.contact-page h2 {
    font-size: 16px;
  }
  .product-page .right ul.product-id li,.prodet-page .init-3 li {
    width: 100%;
  }
  .lg-page ul li {
    width: 50%;
  }
  .news-page .right .news ul li a.img-box,
  .news-page .right .news ul li .content {
    width: 100%;
    float: none;
  }
  .news-page .right .news ul li .content {
    padding-top: 30px;
  }
  .newdet-page .right h1 {
    font-size: 18px;
  }
  .newdet-page .right .share li {
    padding: 5px 2px;
    font-size: 16px;
  }
  .contact-page .contact-right ul li input, .contact-page .contact-right ul li textarea {
    line-height: 40px;
    height: 40px;
  }
  .contact-page .contact-right ul li textarea {
    height: 120px;
  }

}