@charset "utf-8";
@font-face {
  font-family: 'Raleway-Bold';
  src: url(../fonts/Raleway-Bold.ttf) format('truetype'), url(../fonts/Raleway-Bold.eot) format('eot'), url(../fonts/Raleway-Bold.woff) format('woff'), url(../fonts/Raleway-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Raleway-Regular';
  src: url(../fonts/Raleway-Regular.ttf) format('truetype'), url(../fonts/Raleway-Regular.eot) format('eot'), url(../fonts/Raleway-Regular.woff) format('woff'), url(../fonts/Raleway-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Raleway-SemiBold';
  src: url(../fonts/Raleway-SemiBold.ttf) format('truetype'), url(../fonts/Raleway-SemiBold.eot) format('eot'), url(../fonts/Raleway-SemiBold.woff) format('woff'), url(../fonts/Raleway-SemiBold.woff2) format('woff2');
}
@font-face {
  font-family: 'Oswald-Light';
  src: url(../fonts/Oswald-Light-TTF.sfd.ttf) format('truetype'), url(../fonts/Oswald-Light-TTF.sfd.eot) format('eot'), url(../fonts/Oswald-Light-TTF.sfd.woff) format('woff'), url(../fonts/Oswald-Light-TTF.sfd.woff2) format('woff2');
}
@font-face {
  font-family: 'Oswald-Regular';
  src: url(../fonts/Oswald-Regular.ttf) format('truetype'), url(../fonts/Oswald-Regular.eot) format('eot'), url(../fonts/Oswald-Regular.woff) format('woff'), url(../fonts/Oswald-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.eot) format('eot'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Raleway-Medium';
  src: url(../fonts/Raleway-Medium.ttf) format('truetype'), url(../fonts/Raleway-Medium.eot) format('eot'), url(../fonts/Raleway-Medium.woff) format('woff'), url(../fonts/Raleway-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype'), url(../fonts/Poppins-Medium.eot) format('eot'), url(../fonts/Poppins-Medium.woff) format('woff'), url(../fonts/Poppins-Medium.woff2) format('woff2');
}
body {
  font-family: "Raleway-Regular";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1430px;
}
#header {
  z-index: 1;
  position: relative;
}
#header .h-top {
  float: right;
  font-family: 'Poppins-Light';
  line-height: 1.6rem;
  height: 1.6rem;
  padding-top: 10px;
  background: #fff;
}
#header .h-top ul {
  float: right;
  margin-right: -15px;
}
#header .h-top ul li {
  line-height: 1.8rem;
  font-size: 0.7rem;
  color: white;
  display: inline-block;
  height: 1.8rem;
  margin-top: -3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top ul li a {
  padding: 0 15px;
  color: #666;
	display:inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top ul li a i {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 10px;
  vertical-align: middle;
}
#header .h-top ul li a .telephone {
  background: url(../images/telephone.png) no-repeat;
  background-size: 100%;
}
#header .h-top ul li a .phone {
  background: url(../images/phone.png) no-repeat;
  background-size: 100%;
}
#header .h-top ul li a .language {
  background: url(../images/language.png) no-repeat;
  background-size: 100%;
}
#header .nav {
  display: inline-block;
  width: 100%;
  font-family: 'Raleway-Medium';
  background: #fff;
}
#header .nav .ui.menu {
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  position: absolute;
  top: 0;
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  float: right;
  height: 40px;
  margin: 10px 0 5px;
  padding-top: 10px;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box .menu-menu-container {
	float: left;
}
#header .nav .ui.menu .menu-box ul.menu {
  float: left;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-left: 3rem;
  font-size: 0.9rem;
  color: #000;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 1px 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: #1badd9;
  color: #1badd9;
  -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: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #14b0e0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 16px;
  -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;
  padding: 0;
  vertical-align: middle;
  margin: 0 0 0 45px !important;
  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.slick-prev {
  background: url("../images/arrow3.png") no-repeat left center;
}
#banner .slick-arrow:hover.slick-next {
  background: url("../images/arrow4.png") no-repeat left center;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/arrow1.png") no-repeat left center;
  left: 15px;
}
#banner .slick-next {
  background: url("../images/arrow2.png") no-repeat right center;
  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: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  margin: 0 10px;
  border-radius: 50%;
  background-color: #8d8a8a;
  -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 {
  background-color: #14b0e0;
}
#banner .slick-slide .content {
  display: block;
}
#banner .slick-active .content {
  display: block;
}
.ig .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: 1;
}
.ig .slick-arrow:hover {
  background-color: #fd2318;
}
.ig:hover .slick-arrow {
  opacity: 1;
}
.ig .slick-prev {
  background: url("../images/arrow.png") no-repeat left center;
  left: 0px;
}
.ig .slick-next {
  background: url("../images/arrow.png") no-repeat right center;
  right: 0px;
}
.ig 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%);
}
.ig ul.slick-dots li {
  width: 19px;
  height: 19px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  background-color: #8d8a8a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.ig ul.slick-dots li button {
  display: none;
}
.ig ul.slick-dots li.slick-active {
  background-color: #14b0e0;
}
.ig .slick-slide .content {
  display: block;
}
.ig .slick-active .content {
  display: block;
}
.all-five ul.slick-dots {
  position: absolute;
  bottom: 1.5rem;
  right: -10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.all-five ul.slick-dots li {
  width: 0.65rem;
  height: 0.65rem;
  display: inline-block;
  margin: 0 0.5rem;
  border-radius: 50%;
  background-color: #8d8a8a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.all-five ul.slick-dots li button {
  display: none;
}
.all-five ul.slick-dots li.slick-active {
  background-color: #14b0e0;
}
#banner .home {
  position: relative;
}
#banner .home .text {
  position: absolute;
  top: 11vw;
  left: 11vw;
  text-transform: uppercase;
  color: #000;
}
#banner .home .text h2 {
  line-height: 2;
  font-size: 4rem;
  font-family: 'Oswald-Light';
  font-weight: bold;
  padding-bottom: 10px;
  color: #fff;
}
#banner .home .text .col-3 {
  text-align: left;
  padding: 0 5px;
}
#banner .home .text a {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  width: 100%;
  max-width: 200px;
  line-height: 2rem;
  font-size: 0.8rem;
  font-family: 'Oswald-Light';
  border: 2px solid;
  border-color: #7d7c7b #8e8e8e;
  margin: 0 2px 5px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
#banner .home .text .a3:hover,
#banner .home .text .a4:hover {
  background-color: #8e8e8e;
}
#banner .home .text .a1 {
  border-color: #14b0e0 #296d83;
}
#banner .home .text .a1:hover {
  background-color: #14b0e0;
}
#banner .home .text .a2 {
  border-color: #7f6f3e #d1b650;
}
#banner .home .text .a2:hover {
  background-color: #d1b650;
}
#banner .home .text .a5 {
  border-color: #895d85 #9d689b;
}
#banner .home .text .a5:hover {
  background-color: #9d689b;
}
#banner .home .text .a6 {
  border-color: #b16948 #d17850;
}
#banner .home .text .a6:hover {
  background-color: #d17850;
}
#index-body .i-advantage {
  text-align: center;
}
#index-body .i-advantage .all-one {
  width: 100%;
  margin-top: 2rem;
}
#index-body .i-advantage .all-one .ui .row.text {
  padding: 2rem;
}
#index-body .i-advantage .all-one .ui .row.text h3 {
  font-family: 'Raleway-SemiBold';
  font-size: 2rem;
}
#index-body .i-advantage .all-one .ui .row.text p {
  max-width: 1100px;
  font-size: 14px;
  font-family: 'Raleway-Regular';
  text-align: left;
  text-indent: 1em;
  margin: 30px auto;
  line-height: 2;
}
.wow.bounceIn.langzhi {
    max-width: 1100px;
    font-size: 14px;
    font-family: 'Raleway-Regular';
    text-align: left;
    text-indent: 1em;
    margin: 30px auto;
    line-height: 2;
}
.wow.bounceIn.langzhi h1 {
    display: inline;
}
h1.shclz {
    font-size: 25px;
    color: #0da8d7;
    font-weight: 900;
	padding: 15px 0px;
}
.lzfz {
    font-size: 16px;
    line-height: 2;
}
.tg em {
    color: #1badd9;
}
.tg small {
    display: block;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
}
h2.tg {
    font-size: 38px;
    color: #000;
    font-weight: 700;
    text-align: center;
    display: block;
    text-transform: uppercase;
	padding-bottom: 20px;
}
.olk {
    font-size: 16px;
    color: #666;
    padding: 15px 0;
    line-height: 2em;
	}
#index-body .i-advantage .all-one .ui .row.text a {
	display: block;
  width: 8rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.8rem;
  font-family: 'Oswald-Light';
  border: none;
  background-color: #000;
  color: #fff;
  margin: auto;
}
#index-body .i-advantage .all-one .ui .row.text a:hover {
  color: #14b0e0;
}
#index-body .i-advantage .all-one .ui .row.about {
  max-width: 1250px;
  margin: 0 auto;
}
#index-body .i-advantage .all-one .ui .row.about img {
  width: 100%;
  width: 5rem;
}
#index-body .i-advantage .all-one .ui .row.about .about-text {
  text-align: left;
  line-height: 1.2;
}
#index-body .i-advantage .all-one .ui .row.about .about-text h3 {
  color: #0da8d7;
  font-size: 1.9rem;
  font-family: 'Poppins-Medium';
}
#index-body .i-advantage .all-one .ui .row.about .about-text p {
  color: #666;
  font-size: 14px;
  font-family: 'Raleway-Medium';
  line-height: 2;
}
#index-body .all-two-three {
  position: relative;
}
#index-body .all-two-three .logo-two {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: 1;
}
#index-body .all-two-three .all-two.row {
  margin-top: 3rem;
}
#index-body .all-two-three .all-two.row .text {
  text-align: center;
}
#index-body .all-two-three .all-two.row .text h3 {
  font-size: 2rem;
  font-family: 'Raleway-SemiBold';
}
#index-body .all-two-three .all-two.row .text p {
  font-size: 14px;
  font-family: 'Raleway-Medium';
  color: #999;
  margin-bottom: 2rem;
  line-height: 2;
}
#index-body .all-two-three .all-two.row .ig.ig2 {
  display: none;
}
#index-body .all-two-three .all-two.row .ig.ig3 {
  display: none;
}
#index-body .all-two-three .all-two.row .ig {
  position: relative;
  font-family: 'Raleway-Bold';
}
#index-body .all-two-three .all-two.row .ig li {
  background-size: 100%;
  height: 23rem;
  position: relative;
}
#index-body .all-two-three .all-two.row .ig li .two-text {
  position: absolute;
  left: 50%;
  bottom: 10%;
  width: 100%;
  transform: translate(-50%, -25%);
  font-family: 'Raleway-Bold';
  font-size: 14px;
  color: #fff;
}
#index-body .all-two-three .all-two.row .ig li .two-btn {
  position: relative;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10rem;
  height: 10rem;
  border: 10px solid #000;
  border-radius: 50%;
	transition: .5s;
}
#index-body .all-two-three .all-two.row .ig li .two-btn a {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 173px;
  max-height: 173px;
  width: 8rem;
  height: 8rem;
  transform: translate(-50%, -50%);
  background-color: #000000;
  border-radius: 50%;
	transition: .5s;
}
#index-body .all-two-three .all-two.row .ig li .two-btn a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index-body .all-two-three .all-two.row .ig li:hover .two-btn {
  border-color: #14b0e0;
}
#index-body .all-two-three .all-two.row .ig li:hover .two-btn a {
  background-color: #14b0e0;
}
#index-body .all-two-three .all-three {
  position: relative;
  background-color: #23353d;
  padding: 3rem;
  padding-bottom: 3.5rem;
}
#index-body .all-two-three .all-three .container .row.text {
  color: #fff;
}
#index-body .all-two-three .all-three .container .row.text h3 {
  font-size: 2rem;
  font-family: 'Raleway-SemiBold';
}
#index-body .all-two-three .all-three .container .row.text p {
  font-size: 14px;
  font-family: 'Raleway-Medium';
  color: #fff;
  padding-bottom: 2rem;
  line-height: 2;
}
#index-body .all-two-three .all-three .container .row .col-4 {
  padding: 1rem;
  position: relative;
  z-index: 10;
}
#index-body .all-two-three .all-three .container .row .col-4 .img-box .three-text {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
	width: 80%;
	line-height: 2;
  color: #fff;
  font-size: 14px;
  font-family: 'Raleway-Medium';
	z-index: 1;
}
#index-body .all-four .row {
  font-family: 'Raleway-Regular';
}
#index-body .all-four .row .four-img {
  position: relative;
  overflow: hidden;
}
#index-body .all-four .row .four-img .text {
  position: absolute;
  top: 43%;
  right: 13%;
  text-align: left;
}
#index-body .all-four .row .four-img .text h3 {
  font-size: 2rem;
  font-family: 'Raleway-SemiBold';
  text-transform: uppercase;
  white-space: normal;
}
#index-body .all-four .row .four-img .text p {
  font-size: 1rem;
  color: #666;
  font-family: 'Raleway-Regular';
  line-height: 2;
}
#index-body .all-five {
  position: relative;
  padding-bottom: 4rem;
}
#index-body .all-five .ui .text {
  text-align: center;
  font-family: 'Raleway-SemiBold';
}
#index-body .all-five .ui .text {
  padding-top: 4rem;
}
#index-body .all-five .ui .text h3 {
  font-size: 2rem;
  font-family: 'Raleway-SemiBold';
}
#index-body .all-five .ui .text p {
  font-size: 14px;
  font-family: 'Raleway-Medium';
  color: #999;
  padding-bottom: 2rem;
}
#index-body .all-five .ui .grid {
	font-size: 0;
}
#index-body .all-five .ui .grid .left {
	display: inline-block;
	vertical-align: bottom;
	width: 50%;
	padding: 10px;
}
#index-body .all-five .ui .grid .left img {
  width: 100%;
}
#index-body .all-five .ui .grid .left .news {
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  padding-left: 1rem;
	padding-right: 8rem;
  text-align: left;
  font-size: 1.1rem;
  font-family: 'Raleway-SemiBold';
  background-color: #f8f8f8;
}
#index-body .all-five .ui .grid .right {
	display: inline-block;
	vertical-align: bottom;
	width: 50%;
	padding: 10px;
}
#index-body .all-five .ui .grid .right ul.fivenews li {
  width: 100%;
  min-height: 4rem;
  line-height: 4rem;
  color: #333;
  text-align: left;
  background-color: #f8f8f8;
}
#index-body .all-five .ui .grid .right ul.fivenews li:nth-child(even) {
	background:#fff;
}
#index-body .all-five .ui .grid .right ul.fivenews li span {
	display: inline-block;
  padding-left: 1.8rem;
  padding-right: 3rem;
  font-size: 0.9rem;
  font-family: 'Raleway-Regular';
}
#index-body .all-five .ui .grid .right ul.fivenews li a {
	display: inline-block;
   width: 70%;
   padding-left: 1.8rem;
   line-height: 2;
  font-size: 14px;
	vertical-align: middle;
  font-family: 'Raleway-SemiBold';
}
#index-body .all-five .ui .grid .right ul.fivenews .menu-li {
  background-color: #fff;
}
#index-body .all-five .ui .grid .right a:hover {
	color: #14b0e0;
}
#index-body .all-five .ui .grid .right .more {
  width: 100%;
  height: 2.5rem;
	line-height: 2.5rem;
  font-size: 0.7rem;
  font-family: 'Oswald-Regular';
  margin-top: 2.5rem;
  border: none;
  color: #fff;
  background-color: #14b0e0;
}
#index-body .all-five .ui .grid .right .more a {
	display: block;
	transition: .5s;
}
#index-body .all-five .ui .grid .right .more a:hover {
	background-color: #1b1b1b;
}
.all-six {
  position: relative;
  width: 100%;
  font-family: 'Raleway-Regular';
  background-color: #eaeaea;
  padding-top: 44px;
  padding-bottom: 40px;
}
.all-six .six-left {
  position: relative;
}
.all-six .six-left .six-logo .left {
  text-align: right;
  padding-left: 0;
}
.all-six .six-left .six-logo .col-6 {
  padding-left: 0;
}
.all-six .six-left i {
  display: inline-block;
  width: 46px;
  height: 46px;
  padding-left: 0;
  padding-right: 1rem;
  background: url(../images/query.png) no-repeat center center;
  background-size: 100%;
}
.all-six .six-left h3 {
  text-align: left;
  font-size: 38px;
  font-family: 'Raleway-Bold';
}
.all-six .six-left p {
  text-align: left;
  font-size: 14px;
  font-family: 'Raleway-Regular';
  color: #666;
  line-height: 2;
}
.all-six .six-right .input-one .col-3 input,
.all-six .six-right .input-one .col-3 textarea {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  font-size: 0.9rem;
  font-family: 'Raleway-Regular';
  padding-left: 1.1rem;
  border: none;
  color: #666666;
}
.all-six .six-right .input-two {
  width: 100%;
}
.all-six .six-right .input-two .left input,
.all-six .six-right .input-two .left textarea {
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  font-size: 0.9rem;
  font-family: 'Raleway-Regular';
  border: none;
  padding-left: 1.1rem;
}
.all-six .six-right .input-two .right input,
.all-six .six-right .input-two .right textarea {
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  border: none;
  text-align: center;
  font-size: 1rem;
  font-family: 'Raleway-Medium';
  color: #fff;
  background-color: #0da8d7;
}
.all-six .six-right .input-two .right input:hover {
  color: #9ad6e8;
}
#footer {
  position: relative;
  width: 100%;
  font-family: 'Poppins-Regular';
  background-color: #353535;
  padding-top: 2rem;
}
#footer .ui .footer-one.row .footer-partner h3 {
  color: #fff;
  font-size: 2.2rem;
  font-family: 'Raleway-Bold';
  text-align: center;
}
#footer .ui .footer-two {
  position: relative;
  padding-bottom: 2rem;
  border-bottom: 1px solid #3c3c3c;
}
#footer .ui .footer-two dl.col-2 dd a:hover {
  color: #0da8d7;
}
#footer .ui .footer-two .logo-menu .footer-logo {
  width: 8rem;
  border: none;
}
#footer .ui .footer-two dl {
  text-align: left;
}
#footer .ui .footer-two dl dt {
  height: 6rem;
  line-height: 7em;
  color: #fff;
  font-size: 1.2rem;
  font-family: 'Raleway-SemiBold';
  margin-bottom: 1.2rem;
  border-bottom: 1px solid #777;
}
#footer .ui .footer-two dl dd {
  font-size: 14px;
  line-height: 2;
  color: #8d8d8d;
}
#footer .ui .footer-two dl #ewm {
  width: 113px;
  height: 113px;
}
#footer .ui .footer-copy {
  position: relative;
  padding: 1rem 0;
}
#footer .ui .footer-copy .copy {
	width: 77.7777%;
	vertical-align: middle;
  font-size: 14px;
  font-family: 'Raleway-Medium';
  z-index: 5;
  color: #8d8d8d;
  line-height: 2;
}
#footer .ui .footer-copy .copy-right {
	width: 22.22222%;
	vertical-align: middle;
  text-align: center;
}
#footer .ui .footer-copy .copy-right li {
	width: 18%;
}
#footer .ui .footer-copy .copy-right li a {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
}
#footer .ui .footer-copy .copy-right li a:hover {
  background-color: #14b0e0;
}
#footer .ui .footer-copy .copy-right li a img {
  vertical-align: middle;
}
@media screen and (max-width: 1500px) {
	#index-body .all-four .row .four-img .text {
		right: 5%;
	}
}
@media screen and (max-width: 700px) {
	#footer .ui .footer-copy {
		width: 100%;
		text-align: center;
	}
	#footer .ui .footer-copy .copy-right {
		width: 100%;
		text-align: center;
		padding-top: 20px;
	}
	#footer .ui .footer-copy .copy-right li a {
		width: 40px;
    	height: 40px;
    	line-height: 40px;
	}
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  font-size:15px;
  padding: 10px 15px;
  width: 50%;
}
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: #fd2318;
}
#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: #fd2318 !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: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active: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;
}
.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);
}
.inner-page .grid-box {
	margin: -10px;
}
.inner-page .grid-box.ui.container {
	margin: 0 auto;
}
.inner-page .grid-box .column {
	padding: 10px;
}
.about-page .init-1 {
  padding-top: 35px;
  padding-bottom: 40px;
}
.about-page .init-1 strong {
	font-weight: bold;
}
.about-page .init-1 table {
	margin: auto;
}
.about-page .init-1 table td {
	border: 1px solid #fff;
}
.about-page .init-1 h2 {
  padding-bottom: 20px;
}
.about-page .init-1 h2 {
  font-size: 38px;
  color: black;
  font-weight: bold;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.about-page .init-1 h2 em {
  color: #1badd9;
}
.about-page .init-1 h2 small {
  display: block;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
}
.about-page .init-1 p {
  font-size: 16px;
  color: #666;
  padding: 15px 0;
  line-height: 2em;
}
.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: 38px;
  color: black;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}
.about-page .init-2 .left h2 em {
  color: #1badd9;
}
.about-page .init-2 .left h2 small {
  display: block;
  font-weight: normal;
  font-size: 21px;
  line-height: 40px;
}
.about-page .init-2 .left h2 {
  padding-bottom: 20px;
}
.about-page .init-2 .left p {
  font-size: 16px;
  color: #666;
  line-height: 2em;
}
.about-page .init-2 .left .cfd {
  padding-top: 60px;
  padding-left: 45px;
}
.about-page .init-2 .left .cfd h3 {
  font-size: 24px;
  color: black;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.about-page .init-2 .left .cfd h3 img {
  position: absolute;
  left: -50px;
  top: -4px;
	width:45px;
}
.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 {
	margin: 0;
}
.about-page .init-3 ul li {
  text-align: center;
  padding: 0;
  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;
  min-height: 72px;
}
.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: #1badd9;
}
.about-page .init-4 h2 small {
  display: block;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
}
.about-page .init-4 h2 {
  color: white;
}
.about-page .init-4 ul {
  padding: 40px 80px 50px;
}
.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: white;
  -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 #e4e4e4;
  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: #1badd9;
  color: #1badd9;
}
.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 {
	text-align: center;
/*   padding: 80px 0; */
}
.about-page .init-4 ul li img {
	max-width: 450px;
	width: 100%;
}
.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: #1badd9;
}
.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: #1badd9;
}
.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: #1badd9;
}
.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: #1badd9;
}
.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: #1badd9;
}
.about-page .init-6 ul li a.more:hover:after {
  border-color: #1badd9;
}
.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 {
	vertical-align: bottom;
}
.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: 18px;
  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: #1badd9;
}
.product-page .init-1 .init-1-bottom {
  padding: 60px 0;
}
.product-page .init-1 .init-1-bottom ul {
	font-size: 0;
  margin: -10px -20px;
  display: inline-block;
  width: 100%;
}
.product-page .init-1 .init-1-bottom ul li {
	display: inline-block;
  width: 25%;
/*   float: left; */
  padding: 10px 20px;
}
.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: 25px 10px 30px;
}
.product-page .init-1 .init-1-bottom ul li .box a {
  display: block;
  overflow: hidden;
}
.product-page .init-1 .init-1-bottom ul li .box h2 {
  font-size: 24px;
  color: black;
  padding: 10px 0;
  display: block;
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
  text-align: center;
  line-height: 2;
}
.product-page .init-1 .init-1-bottom ul li .box h2 a {
  font-size:18px;
  color: inherit;
  display: inline;
}
.product-page .init-1 .init-1-bottom ul li .box h2:hover {
  color: #1badd9;
}
.product-page .init-1 .init-1-bottom ul li .box p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 20px;
	display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.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: #1badd9;
}
.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 {
	vertical-align: bottom;
}
.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: 18px;
  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: #1badd9;
}
.prodet-page .init-1 .init-1-bottom .bread-crumbs {
  font-size: 18px;
  color: black;
  padding: 50px 0 20px;
  border-bottom: 1px solid #ccc;
}
.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: #1badd9;
}
.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: 40px;
  color: black;
  line-height: 80px;
}
.prodet-page .init-2 .right h2 {
  font-size: 30px;
  color: black;
  line-height: 45px;
  padding-top: 20px;
}
.prodet-page .init-2 .right .color {
  padding: 10px 0;
}
.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 td {
	border: 0px solid #eee;
}
.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: #1badd9;
}
.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: #1badd9;
}
.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 .init-4-recommend {
	border-bottom: 1px solid #eee;
}
.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: #1badd9;
}
.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;
}
.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: #1badd9;
}
.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%;
	font-size: 16px;
  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: #1badd9;
}
.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: #1badd9;
  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: 30px;
  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: 26px;
  color: black;
  padding: 20px 0 10px;
}
.contact-page .init-1 ul li p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
      line-height: 2;
}
.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: #1badd9;
}
.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 {
	font-size: 16px;
  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: #1badd9;
}
.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: #1badd9;
  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: #1badd9;
}
.conter-page .init-2 ul .slick-arrow:hover:before {
  color: #1badd9;
}
.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: #1badd9;
}
.conter-page .init-3 .content .btn:hover:before {
  color: #1badd9;
}
.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: #1badd9;
}
.conter-page .init-4 ul .slick-arrow:hover:before {
  color: #1badd9;
}
.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%;
  }
}
@media screen and (max-width: 1120px) {
	#index-body .all-five .ui .grid .left,
	#index-body .all-five .ui .grid .right {
		width: 100%;
	}
}
.news-page .init-1 ul {
  border-bottom: 1px solid #eee;
  padding: 50px 0;
}
.news-page .init-1 ul li {
  text-align: center;
}
.news-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;
}
.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;
  background-color: #f5f5f5;
}
.news-page .init-2 ul li .left {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
}
.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;
  vertical-align: middle;
  padding: 20px 0 20px 5%;
}
.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: #1badd9;
}
.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: 16px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 2;
}
.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: #1badd9;
}
.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: #1badd9;
}
.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: #1badd9 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: -9%;
}
.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: #1badd9;
}
.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: #1badd9;
}
.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: 2;
  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: #1badd9;
}

div.pp_overlay {
  z-index: 99999;
}
div.pp_pic_holder {
  z-index: 1000000;
}
#imageContainer img {
  margin:0 auto;
}
.button-group .button {
  background-color: #1badd9 !important;
}

@media screen and (max-width: 1200px){
  .about-page .init-1 h2,.about-page .init-2 .left h2,.about-page .init-4 h2 {
    font-size: 40px;
  }
  .about-page .init-1 h2 small,.about-page .init-2 .left h2 small,.about-page .init-4 h2 small {
    font-size: 20px;
  }
  .about-page .init-1 p {
    font-size: 16px;
  }
  .about-page .init-2 .left p,.about-page .init-2 .left .cfd p {
    font-size: 14px;
  }
  .about-page .init-2 .left .cfd h3 {
    font-size: 22px;
  }
  .about-page .init-2 {
    background: url(../images/about-init-2-bg.png) no-repeat ;
  }
  .about-page .init-3 ul li h2 {
    font-size: 16px;
  }
  .about-page .init-3 ul li p {
    font-size: 14px;
  }
  .product-page .init-1 .init-1-bottom ul li .box h2 {
    font-size: 18px;
    padding: 10px 0;
  }
  .product-page .init-1 .init-1-bottom ul li {
    padding: 10px;
  }
  .product-page .init-1 .init-1-bottom ul {
    margin: -10px;
  }
  .news-page .init-2 ul li .right h2 {
    font-size: 16px;
  }
  .news-page .init-2 ul li .right p {
    font-size: 13px;
  }
  .news-page .init-2 ul li {
    margin-top: 30px;
  }
  .news-page .init-1 ul li a,.support-page .init-1 ul li a {
    font-size: 18px;
    padding: 15px 20%;
  }
  .inner-banner .contact h1 {
    font-size: 36px;
  }
  .inner-banner .contact p {
    font-size: 18px;
  }
  .newdet h2 {
    font-size: 28px;
  }
  .newdet p {
    font-size: 16px;
  }
  .prodet-page .init-1 .init-1-bottom .bread-crumbs {
    font-size: 16px;
  }
  .prodet-page .init-2 .right h1 {
    font-size: 34px;
  }
  .prodet-page .init-2 .right .color {
    padding: 20px 0;
  }
  .prodet-page .init-2 .right a.more,.prodet-page .init-3 .init-3-top ul li,.prodet-page .init-4 h2 {
    padding: 5px 20px;
    font-size: 18px;
  }
  .prodet-page .init-5 h2 {
    font-size: 26px;
  }
  .prodet-page .init-5 ul li input,.contact-page .init-3 ul li input {
    line-height: 50px;
    height: 50px;
  }
  .prodet-page .init-5 ul li input[type="submit"],.contact-page .init-3 ul li input[type="submit"] {
    padding: 5px 50px;
    font-size: 14px;
  }
  .support-page .init-2 .left h2,.support-page .init-3 h2,.support-page .init-4 h2,.support-page .init-5 h2,.support-page .init-6 .right h2,.contact-page .init-1 h2,.contact-page .init-3 h2 {
    font-size: 24px;
  }
  .support-page .init-2 .left ul li p,.support-page .init-5 p,.support-page .init-6 .right a {
    font-size: 14px;
  }
  .support-page .init-2 .left ul li {
    padding-top: 20px;
  }
  .support-page .init-3 ul {
    padding-top: 40px;
  }
  .support-page .init-6 .right p {
    font-size: 18px;
  }
  
}

@media screen and (max-width: 1000px){
  .about-page .init-1 h2, .about-page .init-2 .left h2, .about-page .init-4 h2 {
    font-size: 28px;
  }
  .about-page .init-1 h2 small, .about-page .init-2 .left h2 small, .about-page .init-4 h2 small,.about-page .init-3 ul li h2,.product-page .init-1 .init-1-bottom ul li .box h2,.news-page .init-2 ul li .right h2,.prodet-page .init-2 .right a.more, .prodet-page .init-3 .init-3-top ul li, .prodet-page .init-4 h2 {
    font-size: 14px;
  }
  .about-page .init-1 p,.newdet time,.newdet p,.newdet .news_next {
    font-size: 16px;
	line-height: 2;
  }
  .about-page .init-2 .left .cfd h3 {
    font-size: 18px;
  }
  .about-page .init-2 .left p, .about-page .init-2 .left .cfd p,.about-page .init-3 ul li p,.news-page .init-2 ul li .right p,.news-page .init-2 ul li .right time {
    font-size: 14px;
  }
  .news-page .init-1 ul li a, .support-page .init-1 ul li a,.inner-banner .contact p {
    font-size: 16px;
  }
  .newdet h2,.prodet-page .init-2 .right h1 {
    font-size: 20px;
  }
  .news-page .init-1 ul {
    padding: 20px 0;
  }
  .prodet-page .init-2 .grid-box.two {
    display: inline-block;
    margin: 0 auto;
  }
  .prodet-page .init-2 {
    text-align: center;
  }
  .prodet-page .init-2 .grid-box.two>.column {
    width: 100%;
  }
  .prodet-page .init-2 .grid-box.two>.column.right {
    padding-top: 30px;
    padding-left: 0 !important;
    text-align: left;
  }
  .prodet-page .init-4 ul {
    padding-bottom: 20px;
  }
  .prodet-page .init-5 ul {
    padding-top: 40px;
  }
  .prodet-page .init-5 h2 {
    font-size: 18px;
  }
  .inner-banner .contact h1 {
    font-size: 30px;
  }
  .contact-page .init-1 ul li i {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  #mapContainer {
    height: 300px !important;
  }

}

@media screen and (max-width: 700px){
  .about-page .init-1 {
    padding: 30px 0;
  }
  .about-page .init-1 h2, .about-page .init-2 .left h2, .about-page .init-4 h2 {
    font-size: 20px;
  }
  .about-page .init-1 h2 small, .about-page .init-2 .left h2 small, .about-page .init-4 h2 small, .about-page .init-3 ul li h2, .product-page .init-1 .init-1-bottom ul li .box h2, .news-page .init-2 ul li .right h2, .prodet-page .init-2 .right a.more, .prodet-page .init-3 .init-3-top ul li, .prodet-page .init-4 h2 {
    font-size: 14px;
  }
  .about-page .init-2 .left {
    width: 100%;
    padding: 20px;
  }
  .about-page .init-2 .right {
    display: none;
  }
  .about-page .init-3 ul li {
    width: 100% !important;
    border: none;
    background: rgba(0,0,0,.05);
    padding: 30px 15px;
    margin-bottom: 20px;
  }
  .about-page .init-3 ul {
    display: inline-block;
    width: 100%;
  }
  .product-page .init-1 .init-1-bottom ul li {
    width: 100%;
  }
  .product-page .init-1 .init-1-bottom ul li .box {
    padding: 5px;
  }
  .product-page .init-1 .init-1-bottom {
    padding: 30px 0;
  }
  .news-page .init-2 ul li .left {
    display: none;
  }
  .news-page .init-2 ul li .right {
    width: 100%;
  }
  .news-page .init-1 ul li a, .support-page .init-1 ul li a, .inner-banner .contact p {
    font-size: 14px;
    padding: 5px 10%;
  }
  .inner-banner .contact h1 {
    font-size: 20px;
  }
  .inner-banner .contact p {
    padding: 0;
    font-size: 12px;
  }
  .newdet h2, .prodet-page .init-2 .right h1 {
    font-size: 16px;
  }
  .prodet-page .init-1 .init-1-top,
  .product-page .init-1 .init-1-top,
  .prodet-page .init-5 ul li .yam .img p,.contact-page .init-3 ul li .yam .img p{
    display: none;
  }
  .prodet-page .init-1 .init-1-bottom .bread-crumbs {
    padding: 10px 0;
  }
  .prodet-page .init-5 ul li,.contact-page .init-3 ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .prodet-page .init-5 ul li input[type="submit"], .contact-page .init-3 ul li input[type="submit"] {
    width: 100%;
    margin-top: 20px;
    line-height: 40px;
    height: 40px;
  }
  .prodet-page .init-5 ul li input, .contact-page .init-3 ul li input {
    line-height: 40px;
    height: 40px;
  }
  .prodet-page .init-5 ul,.contact-page .init-3 ul {
    margin: 0;
  }
  .prodet-page .init-5 ul li .yam .img,.contact-page .init-3 ul li .yam .img {
    top: 8px;
  }
  .prodet-page .init-1 .init-1-bottom .bread-crumbs,.contact-page .init-1 ul li p {
    font-size: 14px;
	line-height: 2;
  }
  .contact-page .init-1 ul li {
    width: 50% !important;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    margin-bottom: 15px;
  }
  .contact-page .init-1 ul li:nth-child(2n+1) {
    margin-left: 0;
  }
  .contact-page .init-1 ul {
    display: inline-block;
    width: 100%;
    padding: 40px 0;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .contact-page .init-3 ul {
    padding: 30px 0;
  }

}
.inner-page.choose-page .init-1 {
	padding: 35px 0 40px;
}
.inner-page.choose-page .init-1 strong {
	font-weight: bold;
}
.inner-page.choose-page .choose-top {
	padding-bottom: 40px;
}
.inner-page.choose-page .choose-top ul {
	font-size: 0;
}
.inner-page.choose-page .choose-top ul li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	text-align: center;
	padding: 20px;
}
.inner-page.choose-page .choose-top ul li .img-box img {
	border-radius: 20px;
}
.inner-page.choose-page .choose-top ul li .text h4 {
	font-size: 22px;
	font-weight: bolder;
	padding: 10px 0 5px;
}
.inner-page.choose-page .choose-top ul li .text p {
	font-size: 16px;
	line-height: 2;
}
@media screen and (max-width: 768px){
	.inner-page.choose-page .choose-top ul li {
		width: 100%;
		padding: 20px 10px;
	}
	.about-page table{
		width: 100%!important;
		/*display: block;*/
		overflow-x: scroll;
	}
	.about-page table{
		padding: 5px;
	}
	.about-page table span{
		font-size: 14px!important;
	}
	.news p {
    font-size: 14px;
   }
   dl.col-2.col-sm-4.col-xs-8.wow.fadeInRight,
   ul.copy-right.grid-box.five.column.wow.lightSpeedIn,
   .zhil, .shclz, .lzfz
    {
    display: none;
  }
}