body {
  font-family: "Microsoft YaHei", "Arial";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1320px;
}
#header {
  z-index: 1;
  position: relative;
}
#header .h-top {
  padding: 20px 0;
  z-index: 10;
  position: relative;
}
#header .h-top .ui.container {
  padding: 0 5%;
}
#header .h-top .left {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .left p {
  font-size: 14px;
  color: #666666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top .left p i {
  color: #f14e13;
  margin-right: 10px;
}
#header .h-top .left p:hover {
  color: #f14e13;
}
#header .h-top .logo {
  width: 40%;
  text-align: center;
  display: inline-block;
  margin: 0 -5px;
  vertical-align: middle;
}
#header .h-top .logo img {
  margin: 0 auto;
}
#header .h-top .right {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
#header .h-top .right .share {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .right .share ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: black;
  padding: 0 12px;
}
#header .h-top .right .yuy {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  margin-left: 8px;
  border-left: 1px solid black;
  position: relative;
}
#header .h-top .right .yuy span {
  font-size: 14px;
  color: #666666;
}
#header .h-top .right .yuy span i {
  color: black;
  margin-left: 5px;
}
#header .h-top .right .yuy ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: center;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 100px;
  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 #f14e13;
}
#header .h-top .right .yuy ul.sub-menu li {
  display: block;
  float: none;
  line-height: 30px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .h-top .right .yuy ul.sub-menu li a {
  display: block;
}
#header .h-top .right .yuy ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .h-top .right .yuy: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);
}
#header .nav {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 9;
}
#header .nav .ui.menu {
  padding: 0 5%;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  width: 100%;
}
#header .nav .ui.menu .menu-box .menu-menu-container {
	margin:0 -54px;
}
#header .nav .ui.menu .menu-box ul.menu {
  width: 100%;
	display:inline-block;
}
#header .nav .ui.menu .menu-box ul.menu:after {
	content:'';
	display:block;
}
#header .nav .ui.menu .menu-box ul.menu > li {
	padding:0 54px;
	font-size: 16px;
  color: #333333;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  position: relative;
  display: inline-block;
  -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 {
  color: #f14e13;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 15px 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: 12px;
  background: #f14e13;
  top: 100%;
  left: 0;
  width: 120px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  color: white;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
}
#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);
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .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 .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .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: #f14e13;
}
#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: #f14e13;
  -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: #f14e13;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
#banner li .content .left {
  width: 55%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5%;
}
#banner li .content .right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding-left: 8%;
}
#banner li .content .right.ie {
	padding-left:0;
}
#banner li .content .right h2 {
  font-size: 48px;
  color: #f14e13;
  letter-spacing: 10px;
  font-weight: bold;
  line-height: 60px;
}
#banner li .content .right h2:after {
  content: '';
  display: block;
  width: 70%;
  border-bottom: 1px #f14e13 dashed;
  margin-top: 10px;
}
#banner li .content .right p {
  font-size: 16px;
  color: black;
  line-height: 24px;
  padding: 15px 0;
}
#banner li .content .right a {
  display: inline-block;
  font-size: 12px;
  color: white;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 44px;
  padding: 0 15px;
  background: #f14e13;
  margin-top: 20px;
}
#index-body h2 {
  font-size: 30px;
  color: #333333;
  line-height: 28px;
  text-align: center;
}
#index-body h2 small {
  display: block;
  font-size: 14px;
  color: #999999;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 5px;
}
#index-body h2:after {
  content: '';
  border-bottom: 2px solid #f14e13;
  width: 65px;
  display: block;
  margin: 8px auto 0;
}
#index-body .init-1 {
  padding: 60px 0 55px;
}
#index-body .init-1 .content {
  padding-top: 10px;
  display: inline-block;
  width: 100%;
}
#index-body .init-1 .content ul {
  margin: 0 -50px;
}
#index-body .init-1 .content ul li {
  width: 25%;
  float: left;
  padding: 0 20px;
}
#index-body .init-1 .content ul li .box {
  padding: 50px 30px;
  text-align: center;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .content ul li .box i {
  height: 70px;
  display: block;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .content ul li .box i.ie1 {
  background-image: url("../images/init-1-t1.png");
}
#index-body .init-1 .content ul li .box i.ie2 {
  background-image: url("../images/init-1-t2.png");
}
#index-body .init-1 .content ul li .box i.ie3 {
  background-image: url("../images/init-1-t3.png");
}
#index-body .init-1 .content ul li .box i.ie4 {
  background-image: url("../images/init-1-t4.png");
}
#index-body .init-1 .content ul li .box h3 {
  font-size: 18px;
  color: #333333;
  line-height: 27px;
  margin: 15px auto;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .content ul li .box h3:after,
#index-body .init-1 .content ul li .box h3:before {
  content: '';
  width: 40%;
  border-bottom: 1px solid #666;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
}
#index-body .init-1 .content ul li .box h3:after {
  left: -50%;
}
#index-body .init-1 .content ul li .box h3:before {
  right: -50%;
}
#index-body .init-1 .content ul li .box p {
  font-size: 12px;
  color: #999999;
  line-height: 27px;
  max-height: 81px;
}
#index-body .init-1 .content ul li .box:hover {
  background: #f14e13;
}
#index-body .init-1 .content ul li .box:hover i.ie1 {
  background-image: url("../images/init-1-t1-1.png");
}
#index-body .init-1 .content ul li .box:hover i.ie2 {
  background-image: url("../images/init-1-t2-1.png");
}
#index-body .init-1 .content ul li .box:hover i.ie3 {
  background-image: url("../images/init-1-t3-1.png");
}
#index-body .init-1 .content ul li .box:hover i.ie4 {
  background-image: url("../images/init-1-t4-1.png");
}
#index-body .init-1 .content ul li .box:hover h3 {
  color: white;
}
#index-body .init-1 .content ul li .box:hover h3::after,
#index-body .init-1 .content ul li .box:hover h3:before {
  border-color: white;
}
#index-body .init-1 .content ul li .box:hover p {
  color: white;
}
#index-body .init-2 {
  background: url("../images/init-2-bg.jpg") center center fixed;
}
#index-body .init-2 .init-2-top {
  padding: 60px 0;
}
#index-body .init-2 .init-2-top h2 {
  color: white;
  letter-spacing: 18px;
  text-align: center;
}
#index-body .init-2 .init-2-top h2 small {
  color: white;
}
#index-body .init-2 .init-2-top h2:after {
  border-color: white;
}
#index-body .init-2 .init-2-top ul {
  padding-top: 40px;
  text-align: center;
}
#index-body .init-2 .init-2-top ul li {
  display: inline-block;
  line-height: 40px;
  padding: 0 16px;
  font-size: 14px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .init-2-top ul li:hover,
#index-body .init-2 .init-2-top ul li.active {
  background: #f14e13;
}
#index-body .init-2 .init-2-bottom {
  display: inline-block;
  width: 100%;
  padding-bottom: 80px;
}
#index-body .init-2 .init-2-bottom ul {
  margin: 0 -6px;
}
#index-body .init-2 .init-2-bottom ul li {
  width: 25%;
  float: left;
  padding: 0 6px;
}
#index-body .init-2 .init-2-bottom ul li a.img-box {
  background: white;
  display: block;
  text-align: center;
}
#index-body .init-2 .init-2-bottom ul li a.img-box span {
  display: block;
  overflow: hidden;
  padding: 50px 10px;
  text-align: center;
}
#index-body .init-2 .init-2-bottom ul li a.img-box span img {
  margin: 0 auto;
}
#index-body .init-2 .init-2-bottom ul li a.img-box h3 {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  padding: 10px 25px;
  text-align: left;
  border-top: 1px solid #dcdcdc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .init-2-bottom ul li a.img-box h3 em {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
#index-body .init-2 .init-2-bottom ul li a.img-box h3 small {
  font-size: 12px;
  display: block;
  line-height: 24px;
  color: #999999;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .init-2-bottom ul li a.img-box:hover h3 {
  background: #f14e13;
  color: white;
}
#index-body .init-2 .init-2-bottom ul li a.img-box:hover h3 small {
  color: white;
}
#index-body .init-3 {
  background: #f4f4f4;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
#index-body .init-3:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/init-3-r-bg.png") no-repeat right top 50px;
  z-index: -1;
}
#index-body .init-3:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/init-3-l-bg.png") no-repeat left bottom 25px;
  z-index: -1;
}
#index-body .init-3 h2 {
  text-align: left;
  letter-spacing: 15px;
  position: relative;
  z-index: 1;
  padding: 100px 0 70px 120px;
}
#index-body .init-3 h2 small {
  color: #999999;
}
#index-body .init-3 h2:after {
  width: 100px;
  border-bottom-width: 3px;
  position: absolute;
  top: 105px;
  left: 0;
}
#index-body .init-3 h2:before {
  content: '15';
  font-size: 312px;
  color: #e8e8e8;
  position: absolute;
  top: 75%;
  left: -70px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Futura LT ExtraBold";
  z-index: -1;
  letter-spacing: -50px;
}
#index-body .init-3 .content {
  position: relative;
  z-index: 2;
}
#index-body .init-3 .content .left {
  padding-left: 10%;
}
#index-body .init-3 .content .right {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 32%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .init-3 .content .right .box {
  border: 5px solid #e5e5e5;
  background: white;
  padding: 55px 50px 40px 25px;
}
#index-body .init-3 .content .right .box h3 {
  font-size: 14px;
  color: #333333;
  line-height: 29px;
  font-weight: bold;
}
#index-body .init-3 .content .right .box h3 img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-3 .content .right .box p {
  font-size: 14px;
  color: #999999;
  line-height: 29px;
  padding-top: 35px;
}
#index-body .init-3 .content .right a.more {
  font-size: 14px;
  color: #292929;
  text-align: right;
  text-transform: uppercase;
  display: block;
  vertical-align: middle;
  line-height: 35px;
  margin-top: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-weight: bold;
}
#index-body .init-3 .content .right a.more:before {
  content: '>';
  height: 35px;
  width: 35px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #ed501d;
  color: white;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
}
#index-body .init-3 .content .right a.more:hover {
  color: #f14e13;
}
#index-body .init-4 {
  padding: 80px 0 50px;
  display: inline-block;
  width: 100%;
}
#index-body .init-4 .content {
  padding-top: 35px;
}
#index-body .init-4 .content ul {
  margin: 0 -12px;
}
#index-body .init-4 .content ul li {
  width: 33.3333%;
  float: left;
  padding: 0 12px;
}
#index-body .init-4 .content ul li .box .box1 {
  position: relative;
  padding-bottom: 10px;
}
#index-body .init-4 .content ul li .box .box1 a {
  display: block;
}
#index-body .init-4 .content ul li .box .box1 time {
  position: absolute;
  bottom: 0;
  left: 20px;
  display: inline-block;
  background: #f14e13;
  color: white;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  padding: 5px 10px;
}
#index-body .init-4 .content ul li .box .box1 time em {
  display: block;
  font-size: 14px;
  border-top: 1px solid white;
}
#index-body .init-4 .content ul li .box .box1 time:after {
  content: '';
  border-top: 5px #942d0b solid;
  border-right: 5px #942d0b solid;
  display: block;
  border-left: transparent 5px solid;
  border-bottom: transparent 5px solid;
  position: absolute;
  bottom: 0;
  left: -10px;
}
#index-body .init-4 .content ul li .box .box2 h3 {
  color: #333333;
  line-height: 27px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 10px 0 5px;
  font-weight: bold;
}
#index-body .init-4 .content ul li .box .box2 h3:hover {
  color: #f14e13;
}
#index-body .init-4 .content ul li .box .box2 p {
  font-size: 12px;
  color: #999999;
  line-height: 20px;
}
#index-body .init-4 .content ul li .box .box2 a.more {
  color: #ed501d;
  line-height: 27px;
  font-size: 12px;
  margin-top: 10px;
  display: block;
}
#footer {
  background: url("../images/f-bg.png") no-repeat center top;
  padding-top: 110px;
}
#footer .footer-top {
  display: inline-block;
  width: 100%;
}
#footer .footer-top ul li {
  width: 20%;
  float: left;
}
#footer .footer-top ul li dl dt {
  font-size: 18px;
  color: white;
  padding-bottom: 25px;
}
#footer .footer-top ul li dl dd {
  font-size: 14px;
  line-height: 32px;
  color: white;
  position: relative;
  padding-left: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-top ul li dl dd i {
  color: #f14e13;
  position: absolute;
  top: 9px;
  left: 0;
  font-size: 14px;
}
#footer .footer-top ul li dl dd:hover {
  color: #f14e13;
}
#footer .footer-top ul li:first-child {
  width: 40%;
}
#footer .footer-top ul li:last-child dd {
  padding-top: 10px;
  padding-left: 0;
}
#footer .footer-bottom {
  padding: 40px 0 15px;
}
#footer .footer-bottom p {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: white;
}
#footer .footer-bottom p a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom p a:hover {
  color: #f14e13;
}
#footer .footer-bottom img {
  float: right;
  position: relative;
  top: -5px;
  cursor: pointer;
  cursor: hand;
}
.m-messages {
  position: fixed;
  width: 300px;
  line-height: 50px;
  color: white;
  font-size: 24px;
  letter-spacing: 12px;
  background: #f14e13;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  z-index: 11;
}
@media screen and (max-width: 1900px) {
  #footer .footer-bottom img {
    right: 8%;
  }
}
@media screen and (max-width: 1700px) {
  #footer .footer-bottom img {
    right: 220px;
  }
}
@media screen and (max-width: 1500px) {
  #footer .footer-bottom img {
    right: 310px;
  }
}
@media screen and (max-width: 1320px) {
  .ui.container {
    width: 996px;
  }
	#header .nav .ui.menu .menu-box ul.menu > li {
		padding:0 33px;
	}
	#header .nav .ui.menu .menu-box .menu-menu-container {
		margin:0 -33px;
	}
  #banner li .content .right {
    padding-left: 4%;
  }
  #banner li .content .right h2 {
    font-size: 38px;
  }
  #banner .slick-arrow {
    width: 40px;
    height: 60px;
    background-size: 12px;
  }
  #index-body .init-1 .content ul li .box {
    padding: 50px 10px;
  }
  #index-body .init-3 .content .left {
    padding-left: 3%;
    padding-right: 20%;
  }
  #index-body .init-3 .content .right {
    width: 48%;
    right: 2%;
  }
  #footer .footer-bottom img {
    right: 200px;
  }
  #banner .slick-active .content {
    zoom: .8;
  }
  #index-body .init-1 .content ul {
    margin: 0 -20px;
  }
  #index-body .init-1 .content ul li .box p {
    max-height: none;
    height: 108px;
  }
}
@media screen and (max-width: 1200px) {
  #footer .footer-bottom img {
    right: 300px;
  }
}


@font-face {
  font-family: 'GCHW00U';
  src: url(../fonts/GCHW00U.ttf) format('truetype'), url(../fonts/GCHW00U.eot) format('eot'), url(../fonts/GCHW00U.woff) format('woff'), url(../fonts/GCHW00U.woff2) format('woff2');
}
.inner-banner {
  position: relative;
}
.inner-banner .contact {
  position: absolute;
  top: 20%;
  width: 100%;
  left: 0;
}
.inner-banner .contact h1 {
  font-size: 48px;
  color: white;
  font-weight: bold;
}
.inner-banner .contact p {
  font-size: 24px;
  color: white;
  padding: 15px 0;
}
.inner-banner .contact a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #ccc;
  color: #ccc;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  cursor: hand;
}
.inner-banner .contact a i {
  margin: 0;
}
.inner-banner .contact a:hover {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
.about-page .init-1 {
  padding-top: 80px;
  padding-bottom: 40px;
}
.about-page .init-1 h2 {
  padding-bottom: 20px;
}
.about-page .init-1 h2 {
  font-size: 48px;
  color: black;
  font-weight: bold;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.about-page .init-1 h2 em {
  color: #f14e13;
}
.about-page .init-1 h2 small {
  display: block;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
}
.about-page .init-1 p {
  font-size: 18px;
  color: #222;
  text-indent: 2em;
  padding: 15px 0;
  line-height: 1.8em;
}
.about-page .init-2 {
  background: url("../images/about-init-2-bg.png") no-repeat 100% 100%;
}
.about-page .init-2 .left {
  padding-left: 5%;
  width: 50%;
  display: inline-block;
  margin-right: -5px;
  vertical-align: middle;
  padding-right: 4%;
}
.about-page .init-2 .left h2 {
  font-size: 48px;
  color: black;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}
.about-page .init-2 .left h2 em {
  color: #f14e13;
}
.about-page .init-2 .left h2 small {
  display: block;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
}
.about-page .init-2 .left h2 {
  padding-bottom: 20px;
}
.about-page .init-2 .left p {
  font-size: 18px;
  color: #222;
  line-height: 1.8em;
}
.about-page .init-2 .left .cfd {
  padding-top: 60px;
  padding-left: 60px;
}
.about-page .init-2 .left .cfd h3 {
  font-size: 30px;
  color: black;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.about-page .init-2 .left .cfd h3 img {
  position: absolute;
  left: -70px;
  top: -20px;
}
.about-page .init-2 .left .cfd p {
  font-size: 18px;
  color: #222;
  padding: 15px 0;
  line-height: 1.8em;
}
.about-page .init-2 .right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: -4px;
}
.about-page .init-3 {
  background: url("../images/about-init-3-bg.jpg");
  padding: 40px 0;
}
.about-page .init-3 ul li {
  text-align: center;
  padding-top: 40px!important;
  padding-bottom: 30px!important;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .init-3 ul li i {
  font-size: 60px;
  color: black;
  margin: 20px auto -20px;
  display: block;
}
.about-page .init-3 ul li h2 {
  font-size: 18px;
  color: #de0000;
  text-align: center;
  padding: 10px 0 20px;
}
.about-page .init-3 ul li h2 a {
  color: inherit;
}
.about-page .init-3 ul li p {
  font-size: 16px;
  color: black;
  text-align: center;
}
.about-page .init-3 ul.ie1 {
  border-bottom: 2px solid;
  border-image: -webkit-linear-gradient(left, transparent, #d9d9d9, transparent) 30 30;
  border-image: -moz-linear-gradient(left, transparent, #d9d9d9, transparent) 30 30;
  border-image: linear-gradient(left, transparent, #d9d9d9, transparent) 30 30;
}
.about-page .init-3 ul.ie1 li {
  border-right: 2px solid;
  border-image: -webkit-linear-gradient(top, transparent, #d9d9d9) 30 30;
  border-image: -moz-linear-gradient(top, transparent, #d9d9d9) 30 30;
  border-image: linear-gradient(top, transparent, #d9d9d9) 30 30;
}
.about-page .init-3 ul.ie2 li {
  border-right: 2px solid;
  border-image: -webkit-linear-gradient(bottom, transparent, #d9d9d9) 30 30;
  border-image: -moz-linear-gradient(bottom, transparent, #d9d9d9) 30 30;
  border-image: linear-gradient(bottom, transparent, #d9d9d9) 30 30;
}
.about-page .init-3 ul li:last-child {
  border: none;
}
.about-page .init-4 {
/*   background: url("../images/about-init-4-bg.jpg") no-repeat 100% 100%; */
  padding-top: 80px;
}
.about-page .init-4 h2 {
  font-size: 48px;
  color: black;
  font-weight: bold;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.about-page .init-4 h2 em {
  color: #f14e13;
}
.about-page .init-4 h2 small {
  display: block;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
}
.about-page .init-4 ul {
  padding: 40px 80px 50px;
}
.about-page .init-4 ul .slick-track {
	margin:0;
}
.about-page .init-4 ul .slick-active + .slick-active,
.about-page .init-4 ul .slick-center + .slick-active {
  z-index: 1;
}
.about-page .init-4 ul .slick-active + .slick-active img,
.about-page .init-4 ul .slick-center + .slick-active img {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.about-page .init-4 ul .slick-slide,
.about-page .init-4 ul .slick-center + .slick-active + .slick-active {
  position: relative;
  z-index: 0;
}
.about-page .init-4 ul .slick-slide img,
.about-page .init-4 ul .slick-center + .slick-active + .slick-active img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.about-page .init-4 ul .slick-active.slick-center {
  z-index: 2;
}
.about-page .init-4 ul .slick-active.slick-center img {
  -webkit-transform: scale(2, 2);
  -moz-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  -o-transform: scale(2, 2);
  transform: scale(2, 2);
}
.about-page .init-4 ul .slick-arrow {
  background: none;
  color: transparent;
  position: absolute;
  top: 50%;
  z-index: 10;
  border: none;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
}
.about-page .init-4 ul .slick-arrow:before {
  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%);
  display: block;
  color: #222;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: '';
  width: 60px;
  height: 60px;
  border: 2px solid #222;
  border-radius: 100%;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  font-family: FontAwesome;
  opacity: .5;
}
.about-page .init-4 ul .slick-arrow:hover:before {
  border-color: #f14e13;
  color: #f14e13;
}
.about-page .init-4 ul .slick-next {
  right: 10px;
}
.about-page .init-4 ul .slick-next:before {
  content: "\f054";
}
.about-page .init-4 ul .slick-prev {
  left: 10px;
}
.about-page .init-4 ul .slick-prev:before {
  content: "\f053";
}
.about-page .init-4 ul li {
  padding: 80px 0;
}
.about-page .init-5 .init-5-top {
  padding: 90px 0 40px;
}
.about-page .init-5 .init-5-top h2 {
  font-size: 48px;
  color: black;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}
.about-page .init-5 .init-5-top h2 em {
  color: #f14e13;
}
.about-page .init-5 .init-5-top h2 small {
  display: block;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
}
.about-page .init-5 .init-5-top h2 {
  margin: 0;
}
.about-page .init-5 .init-5-top ul {
  position: relative;
  margin: 0 5%;
  padding: 50px 0 40px;
}
.about-page .init-5 .init-5-top ul:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 2px solid black;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 5px;
}
.about-page .init-5 .init-5-top ul li {
  padding: 50px 0;
  font-size: 24px;
  color: black;
  position: relative;
}
.about-page .init-5 .init-5-top ul li a {
  color: inherit;
}
.about-page .init-5 .init-5-top ul li:after {
  content: '';
  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: 15px;
  height: 15px;
  border: 2px solid #3b0001;
  background: #3b0001;
  border-radius: 100%;
}
.about-page .init-5 .init-5-top ul .slick-slide:nth-child(even) a {
  position: relative;
  top: -50px;
}
.about-page .init-5 .init-5-top ul .slick-slide:nth-child(odd) a {
  position: relative;
  top: 50px;
}
.about-page .init-5 .init-5-top ul li.active:after,
.about-page .init-5 .init-5-top ul .slick-slide:hover li:after {
  background: white;
  border-color: #f14e13;
}
.about-page .init-5 .init-5-top .content {
  text-align: center;
}
.about-page .init-5 .init-5-top .btn {
  color: white;
  padding: 15px 50px;
  background: #333333;
  display: inline-block;
  cursor: pointer;
  cursor: hand;
  margin: 0 -3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .init-5 .init-5-top .btn:hover {
  opacity: .9;
}
.about-page .init-5 .init-5-bottom {
  padding: 0 5%;
  position: relative;
  min-height: 100px;
}
.about-page .init-5 .init-5-bottom .left {
  width: 50%;
  display: inline-block;
  padding-right: 10%;
  margin-right: -5px;
  vertical-align: top;
}
.about-page .init-5 .init-5-bottom .left h2 {
  font-size: 48px;
  color: black;
  padding: 40px 0;
}
.about-page .init-5 .init-5-bottom .left p {
  font-size: 18px;
  color: #222;
  padding: 15px 0;
  line-height: 1.8em;
}
.about-page .init-5 .init-5-bottom .right {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.about-page .init-5 .init-5-bottom .right img {
  float: right;
}
.about-page .init-6 {
  margin: 80px 0 20px;
  padding: 50px 0;
  background-image: url("../images/init-4-bg.png");
  background-size: 100% 100%;
}
.about-page .init-6 h2 {
  font-size: 48px;
  color: black;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}
.about-page .init-6 h2 em {
  color: #f14e13;
}
.about-page .init-6 h2 small {
  display: block;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
}
.about-page .init-6 ul {
  margin: -25px;
}
.about-page .init-6 ul li {
  padding: 25px;
}
.about-page .init-6 ul li .box {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .init-6 ul li .box .content {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding-bottom: 20px;
}
.about-page .init-6 ul li .box:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.about-page .init-6 ul li .box:hover .content {
  padding: 0 15px 20px;
}
.about-page .init-6 ul li a {
  display: block;
  overflow: hidden;
}
.about-page .init-6 ul li a img {
  width: 100%;
}
.about-page .init-6 ul li h3 {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  padding: 10px 0 20px;
}
.about-page .init-6 ul li h3 a {
  color: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.about-page .init-6 ul li h3:hover {
  color: #f14e13;
}
.about-page .init-6 ul li p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.67);
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.about-page .init-6 ul li a.more {
  display: inline-block;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  margin-top: 20px;
}
.about-page .init-6 ul li a.more:after {
  content: '';
  display: block;
  border-bottom: 1px solid #8f8f8f;
}
.about-page .init-6 ul li a.more:hover {
  color: #f14e13;
}
.about-page .init-6 ul li a.more:hover:after {
  border-color: #f14e13;
}
.product-page .init-1 .init-1-top {
  background: url("../images/init-1-bg.jpg");
  padding: 35px 0;
}
.product-page .init-1 .init-1-top ul li img {
  width: 113px;
  height: 81px;
  margin: 0 auto;
}
.product-page .init-1 .init-1-top ul li a {
  display: block;
}
.product-page .init-1 .init-1-top ul li a span {
  display: block;
  text-align: center;
}
.product-page .init-1 .init-1-top ul li a span img.hover2 {
  display: none;
}
.product-page .init-1 .init-1-top ul li a h2 {
  font-size: 14px;
  color: black;
  display: block;
  text-align: center;
  padding-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .init-1 .init-1-top ul li:hover a span img.hover1,
.product-page .init-1 .init-1-top ul li.active a span img.hover1 {
  display: none;
}
.product-page .init-1 .init-1-top ul li:hover a span img.hover2,
.product-page .init-1 .init-1-top ul li.active a span img.hover2 {
  display: block;
}
.product-page .init-1 .init-1-top ul li:hover a h2,
.product-page .init-1 .init-1-top ul li.active a h2 {
  color: #f14e13;
}
.product-page .init-1 .init-1-bottom {
  padding: 60px 0;
}
.product-page .init-1 .init-1-bottom ul {
  margin: -10px -30px;
  display: inline-block;
  width: 100%;
}
.product-page .init-1 .init-1-bottom ul li {
  width: 33.333333%;
  float: left;
  padding: 10px 30px;
}
.product-page .init-1 .init-1-bottom ul li .box {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 30px 20px 40px;
}
.product-page .init-1 .init-1-bottom ul li .box a {
  display: block;
  overflow: hidden;
  text-align: center;
}
.product-page .init-1 .init-1-bottom ul li .box h2 {
  font-size: 24px;
  color: black;
  padding: 20px 0;
  display: block;
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
	text-align:center;
}
.product-page.lg-page .init-1 .init-1-bottom ul li .box h2 {
	padding-bottom: 0;
}
.product-page .init-1 .init-1-bottom ul li .box h2 a {
  color: inherit;
  display: inline;
}
.product-page .init-1 .init-1-bottom ul li .box h2:hover {
  color: #f14e13;
}
.product-page .init-1 .init-1-bottom ul li .box p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 20px;
}
.product-page .init-1 .init-1-bottom ul li .box:hover {
  box-shadow: 0 0 15px 0 #dbdbdb;
  -webkit-box-shadow: 0 0 15px 0 #dbdbdb;
  -moz-box-shadow: 0 0 15px 0 #dbdbdb;
  -ms-box-shadow: 0 0 15px 0 #dbdbdb;
  -o-box-shadow: 0 0 15px 0 #dbdbdb;
}
.product-page .init-2 {
  padding-bottom: 40px;
  position: relative;
	text-align:center;
}
.product-page .init-2 .wp-pagenavi span,
.product-page .init-2 .wp-pagenavi a {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  background: #3d4450;
  font-size: 14px;
  color: white;
  margin: 0 5px;
}
.product-page .init-2 .wp-pagenavi span:hover,
.product-page .init-2 .wp-pagenavi a:hover,
.product-page .init-2 .wp-pagenavi span.current,
.product-page .init-2 .wp-pagenavi a.current {
  background: #f14e13;
}
.prodet-page .init-1 .init-1-top {
  background: url("../images/init-1-bg.jpg");
  padding: 35px 0;
}
.prodet-page .init-1 .init-1-top ul li img {
  width: 113px;
  height: 81px;
  margin: 0 auto;
}
.prodet-page .init-1 .init-1-top ul li a {
  display: block;
}
.prodet-page .init-1 .init-1-top ul li a span {
  display: block;
  text-align: center;
}
.prodet-page .init-1 .init-1-top ul li a span img.hover2 {
  display: none;
}
.prodet-page .init-1 .init-1-top ul li a h2 {
  font-size: 14px;
  color: black;
  display: block;
  text-align: center;
  padding-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-1 .init-1-top ul li:hover a span img.hover1,
.prodet-page .init-1 .init-1-top ul li.active a span img.hover1 {
  display: none;
}
.prodet-page .init-1 .init-1-top ul li:hover a span img.hover2,
.prodet-page .init-1 .init-1-top ul li.active a span img.hover2 {
  display: block;
}
.prodet-page .init-1 .init-1-top ul li:hover a h2,
.prodet-page .init-1 .init-1-top ul li.active a h2 {
  color: #f14e13;
}
.prodet-page .init-1 .init-1-bottom .bread-crumbs {
  font-size: 18px;
  color: black;
  padding: 50px 0 20px;
  border-bottom: 1px solid #ccc;
}
.prodet-page .init-1 .init-1-bottom .bread-crumbs a,
.prodet-page .init-1 .init-1-bottom .bread-crumbs span {
  color: inherit;
  display: inline-block;
}
.prodet-page .init-1 .init-1-bottom .bread-crumbs a:hover {
  color: #f14e13;
}
.prodet-page .init-2 {
  padding: 60px 0 90px;
}
.prodet-page .init-2 .left a#zoom1 img {
  display: inline-block;
  border: 1px solid #ccc;
  width: 100%;
}
.prodet-page .init-2 .left ul {
  margin: -10px;
  padding-top: 20px;
}
.prodet-page .init-2 .left ul li {
  padding: 10px;
	width:20%;
}
.prodet-page .init-2 .left ul li a {
  display: block;
  border: 1px solid #ccc;
}
.prodet-page .init-2 .right {
  padding-left: 5%!important;
}
.prodet-page .init-2 .right h1 {
  font-size: 48px;
  color: black;
  line-height: 80px;
}
.prodet-page .init-2 .right h2 {
  font-family: GCHW00U;
  font-size: 30px;
  color: black;
  line-height: 45px;
  padding-top: 20px;
}
.prodet-page .init-2 .right .color {
  padding: 60px 0;
}
.prodet-page .init-2 .right .color #cs {
	width: 100%;
	margin-bottom: 20px;
}
.prodet-page .init-2 .right .color #cs td,
.prodet-page .init-2 .right .color #cs th{
	padding: 5px 10px;
	border: 1px solid #666;
	width: 50%;
}
.prodet-page .init-2 .right .color #cs td:first-child {
	color: #2d2d2d;
}
.prodet-page .init-2 .right .color #cs td:last-child {
	color: #666;
}
.prodet-page .init-2 .right .color h3 {
  font-size: 18px;
  color: black;
  display: block;
  padding-bottom: 20px;
}
.prodet-page .init-2 .right .color ul li {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .init-2 .right .color ul li:last-child {
  margin-right: 0;
}
.prodet-page .init-2 .right a.more {
  display: inline-block;
  padding: 15px 50px;
  background: black;
  color: white;
  font-size: 24px;
}
.prodet-page .init-2 .right a.more:hover {
  background: #f14e13;
}
.prodet-page .init-3 .init-3-top ul {
  border-bottom: 1px solid #ccc;
}
.prodet-page .init-3 .init-3-top ul li {
  display: inline-block;
  padding: 15px 50px;
  background: black;
  color: white;
  font-size: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .init-3 .init-3-top ul li:hover,
.prodet-page .init-3 .init-3-top ul li.active {
  background: #f14e13;
}
.prodet-page .init-3 .init-3-top ul li a {
  color: inherit;
}
.prodet-page .init-3 .init-3-bottom {
  padding-top: 20px;
  border-bottom: 2px solid #ccc;
}
.prodet-page .init-4 {
  padding-top: 50px;
}
.prodet-page .init-4 h2 {
  display: inline-block;
  padding: 15px 50px;
  background: black;
  color: white;
  font-size: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .init-4 h2:hover {
  background: #f14e13;
}
.prodet-page .init-4 ul {
  padding: 20px 0 60px;
  margin: -10px;
}
.prodet-page .init-4 ul li {
  padding: 10px;
}
.prodet-page .init-4 ul li a {
  display: block;
  border: 1px solid #ccc;
  position: relative;
  text-align: center;
}
.prodet-page .init-4 ul li a img {
	margin: 0 auto;
}
.prodet-page .init-4 ul li a h3 {
  font-size: 24px;
  color: white;
  position: absolute;
  top: 60%;
  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%);
  white-space: nowrap;
  max-width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  z-index: 1;
}
.prodet-page .init-4 ul li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-4 ul li a:hover {
  border-color: #f14e13;
}
.prodet-page .init-4 ul li a:hover h3 {
  top: 50%;
  opacity: 1;
  -webkit-transition: .5s .3s;
  -moz-transition: .5s .3s;
  -ms-transition: .5s .3s;
  -o-transition: .5s .3s;
  transition: .5s .3s;
}
.prodet-page .init-4 ul li a:hover:after {
  opacity: 1;
}
.prodet-page .init-5 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 20px;
  border-bottom: 1px solid #eee;
}
.prodet-page .init-5 ul {
  margin: -12px;
  display: inline-block;
  width: 100%;
  padding: 70px 0;
}
.prodet-page .init-5 ul li {
  width: 50%;
  padding: 12px;
  float: left;
  text-align: center;
}
.prodet-page .init-5 ul li input,
.prodet-page .init-5 ul li textarea {
  outline: none;
  background: none;
  border: 1px solid #ccc;
  width: 100%;
  padding: 0 10px;
}
.prodet-page .init-5 ul li input::-webkit-input-placeholder,
.prodet-page .init-5 ul li textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.prodet-page .init-5 ul li input:-moz-placeholder,
.prodet-page .init-5 ul li textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.prodet-page .init-5 ul li input::-moz-placeholder,
.prodet-page .init-5 ul li textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.prodet-page .init-5 ul li input:-ms-input-placeholder,
.prodet-page .init-5 ul li textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.prodet-page .init-5 ul li input:focus,
.prodet-page .init-5 ul li textarea:focus {
  border-color: #f14e13;
}
.prodet-page .init-5 ul li input {
  line-height: 60px;
}
.prodet-page .init-5 ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding: 10px 50px;
  line-height: normal;
  color: white;
  font-size: 18px;
  background: #f14e13;
  margin: 50px auto 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-5 ul li input[type="submit"]:hover {
  box-shadow: 0 5px 10px 0 #ccc;
  -webkit-box-shadow: 0 5px 10px 0 #ccc;
  -moz-box-shadow: 0 5px 10px 0 #ccc;
  -ms-box-shadow: 0 5px 10px 0 #ccc;
  -o-box-shadow: 0 5px 10px 0 #ccc;
}
.prodet-page .init-5 ul li textarea {
  height: 200px;
  max-width: 100%;
  min-width: 100%;
  line-height: 24px;
  padding-top: 15px;
}
.prodet-page .init-5 ul li .yam {
  position: relative;
}
.prodet-page .init-5 ul li .yam input {
  padding-right: 50%;
}
.prodet-page .init-5 ul li .yam .img {
  position: absolute;
  right: 2px;
  top: 20px;
}
.prodet-page .init-5 ul li .yam .img img,
.prodet-page .init-5 ul li .yam .img p {
  display: inline-block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}
.contact-page .init-1 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 20px;
  border-bottom: 1px solid #eee;
}
.contact-page .init-1 ul {
  padding: 80px 0;
}
.contact-page .init-1 ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li i {
  width: 100px;
  height: 100px;
  border: 2px solid #ccc;
  border-radius: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 24px;
  color: #969696;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li h3 {
  font-size: 14px;
  color: black;
  padding: 20px 0 10px;
}
.contact-page .init-1 ul li p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.contact-page .init-1 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.contact-page .init-1 ul li:hover i {
  color: #f14e13;
}
.contact-page .init-2 {
  border-top: 15px solid #d6d6d6;
  border-bottom: 15px solid #d6d6d6;
}
.contact-page .init-2 #map img,
.contact-page .init-2 #map label {
  max-width: none;
  width: auto;
}
.contact-page .init-3 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 20px;
  border-bottom: 1px solid #eee;
}
.contact-page .init-3 ul {
  margin: -12px;
  display: inline-block;
  width: 100%;
  padding: 70px 0;
}
.contact-page .init-3 ul li {
  width: 50%;
  padding: 12px;
  float: left;
  text-align: center;
}
.contact-page .init-3 ul li input,
.contact-page .init-3 ul li textarea {
  outline: none;
  background: none;
  border: 1px solid #ccc;
  width: 100%;
  padding: 0 10px;
}
.contact-page .init-3 ul li input::-webkit-input-placeholder,
.contact-page .init-3 ul li textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:-moz-placeholder,
.contact-page .init-3 ul li textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input::-moz-placeholder,
.contact-page .init-3 ul li textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:-ms-input-placeholder,
.contact-page .init-3 ul li textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:focus,
.contact-page .init-3 ul li textarea:focus {
  border-color: #f14e13;
}
.contact-page .init-3 ul li input {
  line-height: 60px;
}
.contact-page .init-3 ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding: 10px 50px;
  line-height: normal;
  color: white;
  font-size: 18px;
  background: #f14e13;
  margin: 50px auto 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-3 ul li input[type="submit"]:hover {
  box-shadow: 0 5px 10px 0 #ccc;
  -webkit-box-shadow: 0 5px 10px 0 #ccc;
  -moz-box-shadow: 0 5px 10px 0 #ccc;
  -ms-box-shadow: 0 5px 10px 0 #ccc;
  -o-box-shadow: 0 5px 10px 0 #ccc;
}
.contact-page .init-3 ul li textarea {
  height: 200px;
  max-width: 100%;
  min-width: 100%;
  line-height: 24px;
  padding-top: 15px;
}
.contact-page .init-3 ul li .yam {
  position: relative;
}
.contact-page .init-3 ul li .yam input {
  padding-right: 50%;
}
.contact-page .init-3 ul li .yam .img {
  position: absolute;
  right: 2px;
  top: 20px;
}
.contact-page .init-3 ul li .yam .img img,
.contact-page .init-3 ul li .yam .img p {
  display: inline-block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}
.conter-page .init-1 {
  padding: 50px 0;
}
.conter-page .init-1 ul li {
  text-align: center;
}
.conter-page .init-1 ul li a {
  display: inline-block;
  padding: 25px 30%;
  border: 1px solid #eee;
  border-radius: 30px;
  font-size: 24px;
  color: black;
  cursor: pointer;
  cursor: hand;
}
.conter-page .init-1 ul li:first-child a,
.conter-page .init-1 ul li:hover a {
  background: #eee;
}
.conter-page .init-2 {
  background: #f6f6f6;
  padding: 80px 0;
}
.conter-page .init-2 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
.conter-page .init-2 p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 28px;
  text-align: center;
}
.conter-page .init-2 ul {
  margin: -10px;
  padding-top: 50px;
}
.conter-page .init-2 ul li {
  padding: 10px;
}
.conter-page .init-2 ul li h3 {
  font-size: 18px;
  color: black;
  padding-top: 10px;
  text-align: center;
}
.conter-page .init-2 ul .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: 55px;
  height: 55px;
  border: 2px solid #ccc;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-family: FontAwesome;
  color: transparent;
  outline: none;
  font-size: 28px;
  background: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.conter-page .init-2 ul .slick-arrow:before {
  color: #ccc;
  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%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.conter-page .init-2 ul .slick-arrow:hover {
  border-color: #f14e13;
}
.conter-page .init-2 ul .slick-arrow:hover:before {
  color: #f14e13;
}
.conter-page .init-2 ul .slick-next {
  right: -70px;
}
.conter-page .init-2 ul .slick-next:before {
  content: "\f105";
}
.conter-page .init-2 ul .slick-prev {
  left: -70px;
}
.conter-page .init-2 ul .slick-prev:before {
  content: "\f104";
}
.conter-page .init-3 {
  background: url("../images/conter-init-2-bg.jpg") no-repeat top center;
  padding-top: 110px;
  margin-top: 40px;
}
.conter-page .init-3 .content {
  background: white;
  padding-top: 70px;
  text-align: center;
}
.conter-page .init-3 .content h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
.conter-page .init-3 .content p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 28px;
  text-align: center;
}
.conter-page .init-3 .content ul {
  margin: -10px;
  padding: 40px 0;
}
.conter-page .init-3 .content ul li {
  padding: 10px;
}
.conter-page .init-3 .content ul li h3 {
  font-size: 18px;
  color: black;
  padding-top: 10px;
  text-align: center;
}
.conter-page .init-3 .content .btn {
  display: inline-block;
  margin: 0 30px;
  width: 55px;
  height: 55px;
  border: 2px solid #ccc;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-family: FontAwesome;
  color: transparent;
  outline: none;
  font-size: 28px;
  background: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.conter-page .init-3 .content .btn:before {
  color: #ccc;
  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%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.conter-page .init-3 .content .btn:hover {
  border-color: #f14e13;
}
.conter-page .init-3 .content .btn:hover:before {
  color: #f14e13;
}
.conter-page .init-3 .content .next:before {
  content: "\f105";
}
.conter-page .init-3 .content .prev:before {
  content: "\f104";
}
.conter-page .init-4 {
  padding-top: 100px;
}
.conter-page .init-4 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
.conter-page .init-4 p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 28px;
  text-align: center;
  padding-bottom: 20px;
}
.conter-page .init-4 .content {
  background: #f7f7f7;
  padding-top: 40px;
  padding-bottom: 50px;
}
.conter-page .init-4 ul {
  margin: -10px;
}
.conter-page .init-4 ul li {
  padding: 10px;
}
.conter-page .init-4 ul li h3 {
  font-size: 18px;
  color: black;
  padding-top: 10px;
  text-align: center;
}
.conter-page .init-4 ul .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: 55px;
  height: 55px;
  border: 2px solid #ccc;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-family: FontAwesome;
  color: transparent;
  outline: none;
  font-size: 28px;
  background: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.conter-page .init-4 ul .slick-arrow:before {
  color: #ccc;
  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%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.conter-page .init-4 ul .slick-arrow:hover {
  border-color: #f14e13;
}
.conter-page .init-4 ul .slick-arrow:hover:before {
  color: #f14e13;
}
.conter-page .init-4 ul .slick-next {
  right: -70px;
}
.conter-page .init-4 ul .slick-next:before {
  content: "\f105";
}
.conter-page .init-4 ul .slick-prev {
  left: -70px;
}
.conter-page .init-4 ul .slick-prev:before {
  content: "\f104";
}
@media screen and (max-width: 1200px) {
  .conter-page .init-2 ul,
  .conter-page .init-4 ul {
    margin: -10px 3%;
  }
}
.news-page .init-1 ul {
  border-bottom: 1px solid #eee;
  padding: 50px 0;
	margin:0 -10px;
}
.news-page .init-1 ul li {
  text-align: center;
	padding:0 10px;
}
.news-page .init-1 ul li a {
  display: inline-block;
  padding: 25px 0;
	width:100%;
  border: 1px solid #eee;
  border-radius: 30px;
  font-size: 24px;
  color: black;
  cursor: pointer;
  cursor: hand;
}
.news-page .init-1 ul li:hover a,
.news-page .init-1 ul li.active a{
  background: #eee;
}
.news-page .init-2 ul li {
  display: block;
  margin-top: 65px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .init-2 ul li .left {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
}
.news-page.faq-page .init-2 ul li .left {
	width: 15%;
}
.news-page.faq-page .init-2 ul li .right {
	width: 85%;
}
.news-page .init-2 ul li .left a {
  overflow: hidden;
  display: block;
}
.news-page .init-2 ul li .right {
  width: 75%;
  display: inline-block;
  margin-left: -5px;
  padding-left: 5%;
  vertical-align: middle;
}
.news-page .init-2 ul li .right h2 {
  font-size: 18px;
  color: black;
  font-weight: bold;
}
.news-page .init-2 ul li .right h2 a {
  color: inherit;
}
.news-page .init-2 ul li .right h2:hover {
  color: #f14e13;
}
.news-page .init-2 ul li .right time {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  padding: 10px 0 20px;
  display: block;
}
.news-page .init-2 ul li .right p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 24px;
}
.news-page .init-2 ul li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.news-page .init-3 {
  text-align: center;
  padding: 60px 0 30px;
}
.news-page .init-3 .wp-pagenavi span,
.news-page .init-3 .wp-pagenavi a {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  background: #3d4450;
  font-size: 14px;
  color: white;
  margin: 0 5px;
}
.news-page .init-3 .wp-pagenavi span:hover,
.news-page .init-3 .wp-pagenavi a:hover,
.news-page .init-3 .wp-pagenavi span.current,
.news-page .init-3 .wp-pagenavi a.current {
  background: #f14e13;
}
.support-page .init-1 ul {
  padding: 50px 0;
}
.support-page .init-1 ul li {
  text-align: center;
}
.support-page .init-1 ul li a {
  display: inline-block;
  padding: 25px 30%;
  border: 1px solid #eee;
  border-radius: 30px;
  font-size: 24px;
  color: black;
  cursor: pointer;
  cursor: hand;
}
.support-page .init-1 ul li:first-child a,
.support-page .init-1 ul li:hover a {
  background: #eee;
}
.support-page .init-2 {
  padding: 20px 0;
  background: #f7f7f7;
}
.support-page .init-2 .left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.support-page .init-2 .left h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
}
.support-page .init-2 .left ul li {
  display: block;
  padding-top: 40px;
}
.support-page .init-2 .left ul li p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 24px;
}
.support-page .init-2 .left ul li p em {
  font-weight: bold;
}
.support-page .init-2 .right {
  width: 50%;
  display: inline-block;
  margin-left: -5px;
  padding-left: 5px;
  vertical-align: middle;
}
.support-page .init-2 .right {
	padding-left:5%;
}
.support-page .init-2 .right ul .slick-arrow {
  width: 45px;
  height: 45px;
  background: none;
  color: transparent;
  position: absolute;
  bottom: 20px;
  border: none;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  line-height: 45px;
  z-index: 10;
}
.support-page .init-2 .right ul .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1, 1.9);
  -moz-transform: translate(-50%, -50%) scale(1, 1.9);
  -ms-transform: translate(-50%, -50%) scale(1, 1.9);
  -o-transform: translate(-50%, -50%) scale(1, 1.9);
  transform: translate(-50%, -50%) scale(1, 1.9);
  display: block;
  color: white;
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.support-page .init-2 .right ul .slick-arrow:hover {
  background: #f14e13;
}
.support-page .init-2 .right ul .slick-next {
  right: 20px;
}
.support-page .init-2 .right ul .slick-next:before {
  content: '>';
}
.support-page .init-2 .right ul .slick-prev {
  right: 85px;
}
.support-page .init-2 .right ul .slick-prev:before {
  content: '<';
}
.support-page .init-2 .right ul .slick-next {
  left: 85px;
}
.support-page .init-2 .right ul .slick-next:before {
  content: '>';
}
.support-page .init-2 .right ul .slick-prev {
  left: 20px;
}
.support-page .init-2 .right ul .slick-prev:before {
  content: '<';
}
.support-page .init-2 .right ul:hover .slick-arrow {
  opacity: 1;
}

.support-page .init-3 {
  text-align: center;
  padding: 70px 0 80px;
}
.support-page .init-3 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  padding-bottom: 20px;
}
.support-page .init-3 p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.support-page .init-3 ul {
  padding-top: 90px;
}
.support-page .init-3 ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.support-page .init-3 ul li i {
  width: 77px;
  height: 77px;
  line-height: 77px;
  text-align: center;
  font-size: 28px;
  color: white;
  background: #9f202f;
  margin: 0 auto;
}
.support-page .init-3 ul li h3 {
  font-size: 18px;
  color: black;
  padding-top: 35px;
  margin-bottom: 10px;
}
.support-page .init-3 ul li h3:after {
  content: '';
  display: block;
  width: 40px;
  border-bottom: #f14e13 1px solid;
  margin: 0 auto;
  padding-top: 15px;
}
.support-page .init-3 ul li p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 24px;
}
.support-page .init-3 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.support-page .init-4 {
  padding: 70px 0 50px;
  background: #f7f7f7;
  text-align: center;
}
.support-page .init-4 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  padding-bottom: 20px;
}
.support-page .init-4 p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.support-page .init-4 .map {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  padding-top: 35px;
}
.support-page .init-4 .map .mark {
  position: absolute;
  top: 52%;
  right: -14%;
}
.support-page .init-4 .map .mark img {
  display: inline-block;
  vertical-align: middle;
}
@-webkit-keyframes td {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }

}

@-o-keyframes td {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }

}

@-moz-keyframes td {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }

}

@keyframes td {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }

}
.support-page .init-4 .map .mark:hover img {
  -webkit-animation: td .5s alternate infinite;
  -o-animation: td .5s alternate infinite;
  animation: td .5s alternate infinite;
}
.support-page .init-4 .map .mark p {
  display: inline-block;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}
.support-page .init-5 {
  text-align: center;
  background: url("../images/support-init-5-bg.jpg") no-repeat center;
  padding: 110px 0;
}
.support-page .init-5 h2 {
  font-size: 36px;
  color: white;
  font-weight: bold;
}
.support-page .init-5 p {
  font-size: 18px;
  color: white;
  padding: 60px 0;
  margin: 0 auto;
  width: 80%;
  line-height: 28px;
}
.support-page .init-5 a {
  display: inline-block;
  padding: 7px 25px;
  border: 1px solid white;
  color: white;
  font-size: 14px;
}
.support-page .init-5 a:hover {
  color: #f14e13;
}
.support-page .init-6 .left {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
}
.support-page .init-6 .right {
  width: 40%;
  display: inline-block;
  margin-left: -5px;
  padding-left: 3%;
  vertical-align: middle;
}
.support-page .init-6 .right h2 {
  font-size: 34px;
  font-weight: bold;
}
.support-page .init-6 .right p {
  font-size: 24px;
  padding: 5px 0;
}
.support-page .init-6 .right a {
  font-size: 18px;
  color: #f14e13;
}
.support-page .init-6 .right a i {
  font-size: 34px;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 1200px) {
  .support-page .init-1 ul li a {
    white-space: nowrap;
  }
}


.newdet  {
	padding: 50px 0;
}
.newdet h2 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}
.newdet time {
	display: block;
	text-align: center;
	font-size: 16px;
	color: rgba(0,0,0,.5);
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.newdet p {
	font-size: 18px;
	color: rgba(0,0,0,.7);
	line-height: 28px;
	text-indent: 2em;
}
.newdet .content {
	padding-top: 20px;
}
.newdet .news_next {
	padding-top: 20px;
	color: rgba(0,0,0.5);
	font-size: 16px;
	border-top: 1px solid #eee;
	margin-top: 20px;
}
.newdet .news_next a {
	color: inherit;
}
.newdet .news_next a:hover {
	color: #f14e13;
}

div.pp_overlay {
	z-index: 99999;
}
div.pp_pic_holder {
	z-index: 1000000;
}
#imageContainer img {
	margin:0 auto;
}
.dimmer {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}
.dimmer .spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.dimmer .loading1 > div, .dimmer .loading2 > div, .dimmer .loading3 > div {
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: ld 1.2s infinite ease-in-out;
  animation: ld 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.dimmer.wit .loading1 > div, .dimmer.wit .loading2 > div, .dimmer.wit .loading3 > div{
	background-color: #fff;
}
 
.dimmer .spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
 
.dimmer .loading2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
 
.dimmer .loading3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
 
.dimmer .circle1 { top: 0; left: 0; }
.dimmer .circle2 { top: 0; right: 0; }
.dimmer .circle3 { right: 0; bottom: 0; }
.dimmer .circle4 { left: 0; bottom: 0; }
 
.dimmer .loading2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
 
.dimmer .loading3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
 
.dimmer .loading1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
 
.dimmer .loading2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
 
.dimmer .loading3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
 
.dimmer .loading1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
 
.dimmer .loading2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
 
.dimmer .loading3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
 
.dimmer .loading1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
 
.dimmer .loading2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
 
.dimmer .loading3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
 
@-webkit-keyframes ld {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
 
@keyframes ld {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.wpulike.wpulike-default{
	display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default{
	display: inline-block;
	position:relative;
	z-index:0;
} 
.post-views-box{
  position: relative;
  margin: -116px 0 0 100px;
}
.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;
}