@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-bold';
  src: url(../fonts/poppins-bold.ttf) format('truetype'), url(../fonts/poppins-bold.eot) format('eot'), url(../fonts/poppins-bold.woff) format('woff'), url(../fonts/poppins-bold.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');
}
.container {
  width: 1230px;
}
.images-box {
  overflow: hidden;
  position: relative;
}
.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
#header .h-top {
  background: #06b2b6;
  height: 52px;
}
#header .h-top .h-tel p {
  color: #ffffff;
  line-height: 52px;
}
#header .h-top .language p.icon {
  line-height: 52px;
}
#header .h-top .language p.icon .fa {
  color: #ffffff;
  font-size: 20px;
  padding: 0 10px;
  background: url("../images/shu_03.jpg") no-repeat right center;
}
#header .h-top .language p.country {
  background: #06a6aa;
  padding: 8px;
  margin-top: 6px;
}
#header .h-top .language p.country img {
  width: auto;
}
#header .nav {
  background: #ffffff;
  position: relative;
}
#header .nav .logo {
  padding-top: 18px;
}
#header .nav .h-search {
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: 0;
  z-index: 99;
  padding-top: 6px;
}
#header .nav .h-search .fa {
  width: 27px;
  height: 27px;
  background: url("../images/search.jpg") no-repeat;
}
#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;
}
#header .nav .menu-box {
  padding: 0;
  line-height: 99px;
  height: 99px;
  position: relative;
  padding-right: 30px;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin: 0 29px;
  vertical-align: top;
}
#header .nav .menu-box .menu > li > a {
  font-size: 16px;
  color: #000000;
  display: block;
  position: relative;
}
#header .nav .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 4px;
  background: #06b2b6;
}
#header .nav .menu-box .menu > li:hover > a {
  color: #000000;
}
#header .nav .menu-box .menu > li:hover > a:after,
#header .nav .menu-box .menu > li.current-menu-item > a:after,
#header .nav .menu-box .menu > li.current-post-ancestor > a:after,
#header .nav .menu-box .menu > li.current-category-ancestor > a:after {
  width: 80%;
  left: 10%;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #06b2b6;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#header.h-header{
	position: fixed;
	width: 100%;
	top:0;
	left: 0;
	z-index: 99;
	-webkit-box-shadow: 0px 0px 2px 3px hsla(0,0%,0%,0.1);
    box-shadow: 0px 0px 2px 3px hsla(0,0%,0%,0.1);
}
#index-body h3.h3 {
  font-family: poppins-light;
  text-align: center;
  color: #3c3c3c;
}
#index-body h2.h2 {
  font-size: 36px;
  color: #000000;
  text-align: center;
  font-family: poppins-bold;
  text-transform: uppercase;
}
#index-body h2.h2 span {
  color: #05aaae;
  font-size: 36px;
}
#index-body p.p {
  color: #8a8686;
  font-family: poppins-light;
  font-size: 16px;
  text-align: center;
}
#index-body img.img {
  margin: 10px auto;
  display: block;
  width: auto;
}
#index-body .i-about {
  padding: 90px 0;
}
#index-body .i-about img {
  width: auto;
  margin: 0 auto;
  display: block;
}
#index-body .i-about .big-p {
  font-size: 24px;
  color: #959595;
  line-height: 30px;
  font-family: Calibri;
  text-align: center;
  margin: 10px 0 40px;
}
#index-body .i-about .grid-box .column {
  padding: 0 1%;
}
#index-body .i-about .grid-box .column img {
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-bottom: 15px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-about .grid-box .column h2 {
  font-family: Calibri;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
#index-body .i-about .grid-box .column p {
  color: #a8a8a8;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  line-height: 25px;
  font-family: Calibri;
}
#index-body .i-about .grid-box .column:hover img {
  border: 1px solid #019296;
  -webkit-transform: rotatey(360deg);
  -moz-transform: rotatey(360deg);
}
#index-body .i-product {
  padding: 80px 0 160px;
  background: url("../images/product-bg.jpg") no-repeat top center;
}
#index-body .i-product .ul {
  text-align: center;
  margin-top: 30px;
}
#index-body .i-product .ul ul {
  display: inline-block;
}
#index-body .i-product .ul ul li {
  float: left;
  display: inline;
}
#index-body .i-product .ul ul li a {
  display: block;
  padding: 5px 20px;
  color: #8f8d8d;
  font-size: 24px;
  font-family: Calibri;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-product .ul ul li a:hover {
  background: #08bdc1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
#index-body .i-product .product-list {
  margin-top: 20px;
  position: relative;
}
#index-body .i-product .product-list .icon {
  width: 102px;
  height: 48px;
  background: url("../images/left.png") no-repeat center;
  position: absolute;
  left: 41%;
  bottom: -80px;
  cursor: pointer;
}
#index-body .i-product .product-list .right {
  background: url("../images/right.png") no-repeat center;
  left: auto;
  right: 41%;
}
#index-body .i-product .product-list .swiper-slide .img-box {
  position: relative;
}
#index-body .i-product .product-list .swiper-slide .img-box .layer {
  width: 100%;
  height: 100%;
  background: rgba(8, 189, 193, 0.8);
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=100);
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  padding-top: 46%;
}
#index-body .i-product .product-list .swiper-slide .img-box .layer p {
  text-align: center;
  font-size: 20px;
  font-family: poppins-bold;
}
#index-body .i-product .product-list .swiper-slide .img-box .layer p a {
  font-size: 20px;
  color: #ffffff;
}
#index-body .i-product .product-list .swiper-slide .img-box .layer .buttons {
  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%);
}
#index-body .i-product .product-list .swiper-slide .img-box .layer .buttons .tit {
  font-size: 1.56rem;
  margin-bottom: 29px;
  opacity: 0;
  text-transform: uppercase;
}
#index-body .i-product .product-list .swiper-slide .img-box .layer .buttons .tit a {
  color: #fff;
}
#index-body .i-product .product-list .swiper-slide .img-box .layer .buttons > a {
  float: left;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  width: 28px;
  height: 28px;
  margin: 0 auto;
  color: rgba(50, 50, 50, 0.9);
  -webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  -moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  -o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  display: block;
  color: #08bdc1;
  font-size: 16px;
  background: #ffffff;
  margin-top: 20px;
}
#index-body .i-product .product-list .swiper-slide .img-box .layer .buttons .the_search {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
  outline: none;
}
#index-body .i-product .product-list .swiper-slide .img-box .layer:hover .buttons .tit {
  opacity: 1;
}
#index-body .i-product .product-list .swiper-slide .img-box .layer:hover .buttons > a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#index-body .i-product .product-list .swiper-slide .img-box:hover .layer {
  opacity: 1;
  filter: alpha(opacity=100);
}
#index-body .i-service {
  padding: 70px 0 0;
}
#index-body .i-service .i-factory {
  margin-top: 28px;
}
#index-body .i-service .i-why {
  padding: 75px 0;
  background: url("../images/why-bg_02.jpg") no-repeat center;
  background-size: cover;
}
#index-body .i-service .i-why .column {
  padding: 0 2%;
}
#index-body .i-service .i-why .column .circle {
  background: url("../images/circle.png") no-repeat center;
  min-height: 120px; padding-top:30px;
}
#index-body .i-service .i-why .column .circle p {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  font-family: Calibri;
  text-align: center;
  line-height: 120px;
}
#index-body .i-service .i-why .column .circle p i {
  font-size: 36px;
}
#index-body .i-service .i-why .column h3 {
  font-family: Calibri;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  margin: 15px 0 0;
  color: #ffffff;
}
#index-body .i-news {
  padding: 70px 0;
}
#index-body .i-news .new-list {
  margin-top: 30px;
}
#index-body .i-news .new-list .swiper-slide .img-box {
  position: relative;
}
#index-body .i-news .new-list .swiper-slide .img-box .text {
  background: #ffffff;
  position: relative;
  z-index: 99;
  padding: 18px 15px;
  border: 1px solid #eeeeee;
}
#index-body .i-news .new-list .swiper-slide .img-box .text h2 a {
  font-size: 16px;
  font-weight: bold;
  font-family: Calibri;
}
#index-body .i-news .new-list .swiper-slide .img-box .text h2 a:hover {
  color: #06b2b6;
}
#index-body .i-news .new-list .swiper-slide .img-box .text p {
  color: #949494;
  line-height: 25px;
  font-family: Calibri;
  font-size: 16px;
}
#index-body .i-news .new-list .swiper-slide .img-box .text .time {
  margin-top: 10px;
}
#index-body .i-news .new-list .swiper-slide .img-box .text .time time {
  background: url("../images/time_05.jpg") no-repeat left center;
  padding-left: 20px;
  font-family: Calibri;
  color: #949494;
  float: left;
}
#index-body .i-news .new-list .swiper-slide .img-box .text .time a.more {
  float: right;
}
#index-body .i-news .new-list .swiper-slide .img-box .text .time a.more .fa {
  font-size: 20px;
}
#index-body .i-news .new-list .swiper-slide .img-box .text .time a.more:hover {
  color: #06b2b6;
}
#footer {
  background: url("../images/footer.png") no-repeat center;
}
#footer a:hover {
  color: #06b2b6 !important;
}
#footer .footer-top {
  padding: 66px 0;
}
#footer .footer-top .i-company {
  padding-right: 3%;
  width: 32%;
}
#footer .footer-top .i-company img {
  width: auto;
}
#footer .footer-top .i-company p {
  line-height: 22px;
  color: #ffffff;
}
#footer .footer-top .i-company .add {
  margin-top: 10px;
}
#footer .footer-top .i-company .add p {
  line-height: 30px;
}
#footer .footer-top .i-company .add p .fa {
  width: 22px;
  height: 22px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #1d282f;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  margin-right: 10px;
}
#footer .footer-top .i-link {
  width: 18%;
}
#footer .footer-top .i-qr form {
  margin-top: 5px;
}
#footer .footer-top .i-qr form input,
#footer .footer-top .i-qr form textarea {
  background: #22333b;
  font-family: poppins-regular;
  border: none;
  outline: none;
  color: #466b7c;
  margin-bottom: 5px;
  padding: 10px;
  width: 100%;
}
#footer .footer-top .i-qr form textarea {
  height: 76px ;
}
#footer .footer-top .i-qr form .submit {
  width: 40%;
  padding: 6px;
  background: #1cbdc8;
  color: #ffffff;
  text-align: center;
}
#footer .footer-top h2 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 10px;
  font-family: poppins-bold;
  text-transform: uppercase;
}
#footer .footer-top p {
  color: #ffffff;
}
#footer .footer-top ul li {
  line-height: 30px;
  text-transform: uppercase;
}
#footer .footer-top ul li a {
  color: #ffffff;
}
#footer .footer-top ul li a:hover {
  color: #06b2b6;
}
#footer .footer-bottom {
  border-top: 1px solid #3d5865;
}
#footer .footer-bottom p {
  color: #ffffff;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
}
#footer .footer-bottom p a {
  color: #ffffff;
}
#footer .footer-bottom p a:hover {
  color: #06b2b6!important;
}
#footer .footer-bottom .icon .fa {
  width: 42px;
  height: 42px;
  border: 1px solid #ffffff;
  margin-right: 10px;
  text-align: center;
  line-height: 42px;
  background: #14aac2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
}
#footer .footer-bottom .icon .fa-google-plus {
  background: #c11b00;
}
#footer .footer-bottom .icon .fa-facebook-f {
  background: #005f91;
}
#footer .footer-bottom .icon .fa-linkedin {
  background: #feed08;
}
.inner-banner {
  position: relative;
  width: 100%;
  height: 536px;
  background: url(../images/inner-banner.jpg) no-repeat center;
  background-size: cover;
  padding-top: 196px;
}
.inner-page {
  background: #ffffff;
  margin-top: -124px;
  padding-bottom: 120px;
}
.inner-banner .inn-cat-name{
  text-transform: uppercase;
  color: #fff;
  font-size: 55px;
  font-family: roboto-bold;
}
.inner-page .bread-crumbs {
  margin-bottom: 48px;
  color: #fff;
  text-transform: uppercase;
}
.inner-page .bread-crumbs img{
  display: inline;
    vertical-align: middle;
}
.inner-page .bread-crumbs a,
.inner-page .bread-crumbs span {
  font-size: 14px;
  color: #fff;
}
.inner-page .bread-crumbs .icon{
  font-size: 12px;
  margin: 0 9px!important;
}
.inner-page .bread-crumbs a:hover {
  color: #06b2b6;
}
.inner-page .sidebar {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e9eef2;
}
.inner-page .sidebar .side-top .side-menu li{
  float: left;
  position: relative;
}
.inner-page .sidebar .side-top .side-menu li:after{
  content: '';
  position: absolute;
  right: 0;
  top:50%;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background: #dedede;
}
.inner-page .sidebar .side-top .side-menu:after{
  content: '';
  width: 0;
  height: 0;
  clear: both;
  display: block;
}
.inner-page .sidebar .side-top .side-menu li a {
  font-size: 16px;
  font-family: poppins-regular;
  color: #666666;
  text-align: center;
  display: block;
  height: 98px;
  padding-top: 18px;
  position: relative;
}
.inner-page .sidebar .side-top .side-menu li a:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 113%;
  background:linear-gradient(to right,  #5fb9bc,#06b2b6);
  z-index: 10;
  opacity: 0;
  transition: 0.6s ease;
}
.inner-page .sidebar .side-top .side-menu li a .ico-box,
.inner-page .sidebar .side-top .side-menu li a span{
  position: relative;
  z-index: 11;
}
.inner-page .sidebar .side-top .side-menu li a .ico-box{
  display: inline-block;
}
.inner-page .sidebar .side-top .side-menu li a .ico-box img{
  display: none;
}
.inner-page .sidebar .side-top .side-menu li a .ico-box img:first-child{
  display: block;
}
.inner-page .sidebar .side-top .side-menu li a span{
  display: block;
  margin-top: 5px;
}
.inner-page .sidebar .side-top .side-menu li a:hover .ico-box img:first-child,
.inner-page .sidebar .side-top .side-menu li a.active .ico-box img:first-child{
  display: none;
}
.inner-page .sidebar .side-top .side-menu li a:hover .ico-box img:last-child,
.inner-page .sidebar .side-top .side-menu li a.active .ico-box img:last-child{
  display: block;
}
.inner-page .sidebar .side-top .side-menu li a:hover,
.inner-page .sidebar .side-top .side-menu li a.active{
  color: #fff;
}
.inner-page .sidebar .side-top .side-menu li a:hover:after,
.inner-page .sidebar .side-top .side-menu li a.active:after{
  opacity: 1;
}
.inner-page .page-right-bar {
  width: 100%;
  padding: 60px 43px;
  background: #fff;
}
.inner-shadow-box{
  box-shadow: 0 5px 20px 0 #c7cdd2;
}
.inner-page .piclist li {
  float: left;
}
.inner-page .piclist li .litit {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-align: center;
  margin-top: 10px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: uppercase;
}
.inner-page .piclist li .liintro {
  font-size: 14px;
  color: #333;
  margin-top: 6px;
}
.inner-page .piclist li:hover .litit {
  color: #06b2b6;
}
.about-page .about-artical img {
  width: auto;
  max-width: 100%;
}
.about-page .about-artical p {
  font-size: 14px;
  line-height: 1.8em;
  margin-top: 15px;
}
.product-page .piclist li {
  margin-right: 5%;
  margin-bottom: 39px;
  width: 29.5%;
  border-top-left-radius: 12px;
    -webkit-border-top-left-radius: 12px;
    -moz-border-top-left-radius: 12px;
    -ms-border-top-left-radius: 12px;
    -o-border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-top-right-radius: 12px;
    -ms-border-top-right-radius: 12px;
    -o-border-top-right-radius: 12px;
    padding-top: 0;
    background: url(../images/pro-layer.png) no-repeat center top;
    background-size: 100%;
}
.product-page .piclist li:nth-child(3n){ margin-right: 0; }
.product-page .piclist li .layer-box{
  display: none!important;
}
.i-pro-load-img{
  position: absolute;
  top: 100px;
  left: 50%;
  width: auto;
  height: auto;
  margin: 0 0 0 -15px;
  width: 30px;
}
.product-page .piclist li h3{
  display: block;
  text-align: center;
  font-size: 14px;
  margin-top: 17px;
  text-transform: uppercase;
}
.product-page .piclist li .img-box{
}
.product-page .piclist li img{
  width: 100%;
}
.product-page .piclist li h3 a{
  color: #666666;
}
.prodet-page .product-details .prodet-top-l {
  width: 55%;
}
.prodet-page .product-details .prodet-top-l ul.image-gallery {
  margin-top: 20px;
}
.prodet-page .product-details .prodet-top-l ul.image-gallery li {
  float: left;
  width: 15%;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 0;
}
.prodet-page .product-details .prodet-top-r {
  position: relative;
  width: 40%;
}
.prodet-page .product-details .prodet-top-r h1.protit {
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  font-family: arial-bold;
}
.prodet-page .product-details .prodet-top-r .prodetail {
  margin: 20px 0 60px;
  font-size: 14px;
}
.prodet-page .product-details .prodet-top-r .prodetail p {
  line-height: 2em;
}
.prodet-page .product-details .prodet-top-r a.pro-mes {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  color: #fff;
  width: 195px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #06b2b6;
}
.prodet-page .product-details .prodet-top-r a.pro-mes:hover {
  background: #000;
}
.prodet-page .pro-title {
  width: 150px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #06b2b6;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
}
.prodet-page .prodet-details {
  margin-top: 50px;
  margin-bottom: 20px;
}
.prodet-page .prodet-details p {
  line-height: 2em;
  font-size: 14px;
}
.news-page .newslist{
  padding: 30px 0;
}
.news-page .newslist li {
  padding: 0 10px 8px 20px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
}
.news-page .newslist li .new-l {
  width: 25%;
}
.news-page .newslist li .new-r {
  width: 100%;
}
.news-page .newslist li .new-r h3 {
  font-size: 16px;
  font-weight: 600;
  color: #555;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.news-page .newslist li .new-r i.new-update,
.news-page .newslist li .new-r p.new-abst {
  color: #777;
  font-size: 13px;
}
.news-page .newslist li .new-r i.new-update {
  display: block;
  margin: 10px 0;
}
.news-page .newslist li .new-r p.new-abst {
  line-height: 1.8em;
  font-size: 14px;
}
.news-page .newslist li .new-r:hover h3 {
  color: #06b2b6;
}
.news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #333;
}
.news .news_date {
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}
.news .news_abst {
  border-bottom: 1px dashed #CCC;
  padding: 10px 0;
  font-size: 14px;
}
.news .news_abst p {
  display: inline-block;
}
.news .news_contents {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px dashed #CCC;
  padding: 20px 0;
}
.news .news_contents a {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.news .news_contents p,
.news .news_contents div,
.news .news_contents span,
.news .news_contents table {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #999;
  font-size: 15px;
  margin-left: 5px;
}
.news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000000;
}
.news{
  padding: 30px 0;
}
.news .newsnav {
  margin-bottom: 30px;
}
.contact-page {
  padding-top: 0;
}
.contact-page img {
  width: auto;
}
.contact-page .cn-form {
  width: 67%;
  float: left;
  padding: 25px 35px 15px;
}
.contact-page .contact-details {
  background: #fff;
  width: 30%;
  padding: 30px;
  border: 6px solid #f2f2f2;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.contact-page .contact-details h3.contact-title {
  font-weight: 600;
  font-size: 22px;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 20px;
  color: #444;
  padding-bottom: 15px;
}
.contact-page .contact-details .contact-list h5 {
  margin-bottom: 10px;
  color: #222;
  font-size: 16px;
  font-weight: 600;
}
.contact-page .contact-details .contact-list p {
  font-size: 14px;
  line-height: 2em;
}
.contact-page .contact-details .contact-list a {
  color: #333;
}
.contact-page .contact-details .contact-list a:hover {
  color: #0250a9;
}
.lg-page .piclist li {
  cursor: pointer;
  margin-right: 3%;
  margin-bottom: 30px;
  width: 31.32%;
}
.lg-page .piclist li.no-mr{
	margin-right: 0;
}
.lg-page .piclist li img{
  width: 100%;
}
.lg-page .piclist li h3{
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}
.case-page .case-list li {
  margin-bottom: 18px;
  padding: 10px;
  background: #F5F5F5;
}
.case-page .case-list li img {
  float: left;
  width: 30%;
}
.case-page .case-list li .fr {
  width: 65%;
}
.case-page .case-list li .fr h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #06b2b6;
  text-transform: uppercase;
  margin: 15px 0 30px;
}
.case-page .case-list li .fr p {
  font-size: 13px;
  color: #222;
  line-height: 1.8em;
}
.cn-form {
  width: 100%;
  height: auto;
  padding: 35px 45px 25px;
  border: 1px solid #dddddd;
  background: #fff;
}
.cn-form p {
  font-size: 18px;
  padding: 10px 0;
  color: #666;
}
.cn-form .formtit {
  margin-bottom: 26px;
  font-size: 22px;
  line-height: 23px;
  color: #444;
  text-align: center;
  padding-bottom: 18px;
  background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
}
.cn-form li {
  margin-bottom: 13px;
  color: #444;
}
.cn-form li label {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.cn-form .btnTjly {
  font-size: 15px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  width: 100%;
  height: 38px;
  background: #06b2b6;
  border: none;
  cursor: pointer;
  color: #fff;
}
.cn-form .btnTjly:hover {
  background: #000;
}
.cn-form .m-form-l {
  width: 49%;
}
.cn-form .m-form-l li .iptTxt {
  font-size: 13px;
  padding: 0 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  width: 100%;
  border: 1px solid #dedede;
  height: 40px;
  outline: none;
  background: #fff;
  color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form .m-form-l li .txtAre {
  width: 95%;
  height: 383px;
  border: 1px solid #dedede;
  outline: none;
  resize: none;
  padding: 14px;
  color: #ccc;
  line-height: 18px;
}
.cn-form .m-form-r {
  width: 49%;
}
.cn-form .m-form-r textarea {
  height: 315px;
  width: 100%;
  border: 1px solid #dedede;
  font-size: 13px;
  padding: 10px 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  font-family: 微软雅黑;
}
.cn-form .m-form-r textarea:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.cn-form .yzm img {
  width: 19.4%;
  display: inline-block;
}
.cn-form .yzm input {
  font-size: 13px;
  padding: 0 15px;
  width: 75.6%;
  border: 1px solid #dedede;
  height: 30px;
  outline: none;
  background: #fff;
  color: #777;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
.recommend-product {
  margin: 50px 0;
}
.recommend-product ul li {
  float: left;
  width: 23%;
  margin-left: 2.6%;
}
.recommend-product ul li p {
  color: #222;
  margin-top: 8px;
  text-align: center;
}
.recommend-product ul li:first-child {
  margin-left: 0;
}
.zoom-box {
  position: relative;
}
.zoom-box .pic-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6) url(../images/zoom.png) no-repeat center center;
}
.zoom-box:hover .pic-zoom {
  opacity: 1;
  filter: alpha(opacity=1);
}
.zoom-pic {
  overflow: hidden;
}
.zoom-pic img {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.zoom-pic img:hover {
  transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
}
.white-zoom {
  position: relative;
}
.white-zoom:after {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  content: '';
  position: absolute;
  z-index: 2;
  width: 1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  left: 50%;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .around-line > li {
    float: left;
    position: relative;
    cursor: pointer;
  }
  .around-line > li > a {
    color: #fff;
    display: block;
    text-decoration: none;
  }
  .around-line > li:before,
  .around-line > li:after {
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    position: absolute;
  }
  .around-line > li:before {
    top: 0;
    left: 0;
    right: 100%;
    bottom: 100%;
    border-top: 1px solid rgba(0, 148, 217, 0.8);
    border-left: 1px solid rgba(0, 148, 217, 0.8);
  }
  .around-line > li:after {
    right: 0;
    bottom: 0;
    top: 100%;
    left: 100%;
    border-bottom: 1px solid rgba(0, 148, 217, 0.8);
    border-right: 1px solid rgba(0, 148, 217, 0.8);
  }
  .around-line > li:hover:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li:hover:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li.active:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li.active:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.m-page {
  font-family: 'arial';
  text-align: center;
  line-height: 22px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: top;
  padding: 2px 10px;
  margin-left: -1px;
  border: 1px solid #ddd;
  font-size: 14px;
  letter-spacing: normal;
  text-shadow: 0 1px #fff;
  background: #fff;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.m-page a {
  text-decoration: none;
  color: #000;
}
.m-page a:first-child {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.m-page a:last-child {
  margin-right: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.m-page a:hover {
  color: #fff;
  background: #06b2b6;
}
.m-page a:active {
  background: #06b2b6;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #06b2b6;
}
#pic-zoom,
.zoom-pic{
  border:1px solid #ddd;
}
#index-body .i-application .load-box .i-pro-load-img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  margin: -15px 0 0 -15px;
  width: 30px;
}
.faq-page .faq-list dt {

  font-size: 16px;

  color: #06b2b6;

  margin-bottom: 10px;

}

.faq-page .faq-list dd {

  font-size: 14px;

  margin-bottom: 20px;

  padding-bottom: 10px;

  border-bottom: 1px dashed #ddd;

}
div.wpcf7 img.ajax-loader{
  width: auto;
  display: block;
  margin:5px auto 0;
}
.faq-page .faq-list dt {

  font-size: 16px;

  color: #06b2b6;

  margin-bottom: 10px;

}

.faq-page .faq-list dd {

  font-size: 14px;

  margin-bottom: 20px;

  padding-bottom: 10px;

  border-bottom: 1px dashed #ddd;

}
.i-pro-load-img {
  position: absolute;
  top: 180px;
  left: 50%;
  width: auto;
  height: auto;
  margin: 0 0 0 -15px;
  width: 30px;
}

@media screen and (max-width: 1238px){

}
@media screen and (max-width: 970px) {

}
@media screen and (min-width: 768px) {
  .mb-sb {
    display: none;
  }
  .container-fluid{
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .pcsb {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .nav .navbar-collapse{
    padding: 0;
  }
  .nav .navbar-default{
    border: none;
    min-height: auto;
    margin-bottom: 0;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #header .h-top .container, #header .nav .container{
    width: auto;
  }
  #header .nav > .container {
    padding: 0;
    border: none;
  }

  #header .container-fluid {
    padding: 0;
  }

  #header .navbar {
    border: none;
    background: none;
  }

  #header .container-fluid > .navbar-collapse {
    padding: 0;
    margin: 0;
    border: none;
  }

  #header .navbar-default .navbar-toggle {
    border: none;
    margin-right: 15px;
    padding-right: 0;
    margin-top: 10px;
  }
  #header .nav .menu-box .menu > li:hover > a, #header .nav .menu-box .menu > li.current-menu-item > a, #header .nav .menu-box .menu > li.current-category-ancestor > a, #header .nav .menu-box .menu > li.current-post-ancestor > a{
    color: #fff;
  }
  #header .navbar-toggle .icon-bar {
    height: 2px;
    background: #000;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background: none;
  }
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
    margin: 0;
  }
  .navbar {
    min-height: none;
    margin-bottom: 0;
  }
  #header {
    position: relative;
    z-index: 10001;
    top: 0;
  }
  #header .box{
    height: auto;
    line-height: normal;
    padding-left: 0;
  }
  #header .h-top{
    display: none;
  }
  #header .nav {
    height: 50px;
    line-height: 50px;
    background: #fff;
    padding: 0;
  }

  #header .nav .logo {
    width: 160px;
    position: absolute;
    left: 15px;
    top: 16px;
    line-height: normal;
  }

  #header .nav .menu-box {
    float: none;
    margin-top: 0;
    height: auto;
    line-height: normal;
  }

  #header .nav .menu-box .menu > li {
    float: none;
  }

  #header .nav .menu-box .menu {
    background: #323232;
    width: 100%;
  }

  #header .nav .menu-box .menu ul {
    float: none;
  }

  #header .nav .menu-box .menu > li {
    margin-left: 0 !important;
    float: none;
    line-height: normal;
    text-align: center;
    border-bottom: 1px solid #666666;
    margin: 0;
    padding: 5px 0;
    display: block;
  }
  .inner-page{
    padding-bottom: 50px;
  }
  #header .nav .menu-box .menu > li > a {
    transition: 0s ease-in;
    -webkit-transition: 0s ease-in;
    -moz-transition: 0s ease-in;
    -ms-transition: 0s ease-in;
    -o-transition: 0s ease-in;
    font-weight: 500;
    background: none;
    line-height: 35px;
    padding: 0;
    display: block;
    font-size: 14px;
    height: 35px;
    color: #fff;
    width: auto;
    text-transform: uppercase;
  }

  #header .nav .menu-box .menu > li > a:hover {
    color: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }

  #header .nav .menu-box .menu > li .sub-menu {
    display: none !important;
  }

  #header .nav .menu-box .menu > li > a {
    border: none;
  }

  #header .nav .h-search,
  #header .nav .h-lan {
    display: none;
  }


  #footer {
    padding: 0;
    background: none;
    min-height: auto;
  }
  .f-top,
  .f-bot,
  .side-contact{
    display: none;
  }
  .product-page .piclist li{
    width: 50%;
    padding: 0 5%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .prodet-page .product-details .prodet-top-l,
  .prodet-page .product-details .prodet-top-r {
    width: 100%;
  }
  .prodet-page .product-details .prodet-top-r {
    margin-top: 20px;
  }
  .inner-page .piclist li {
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .cn-form{
    padding: 35px 25px 25px!important;
    width: 100%;
  }
  .cn-form .m-form-l,
  .cn-form .m-form-r{
    width: 100%;
  }
  .pcsb{
    display: none;
  }
  .cn-form .m-form-r textarea{
    height: 215px;
    resize:none;
  }
  .news-page .newslist li{
    padding-left: 0;
  }
  #contact-map{
    display: none;
  }
  .inner-banner{
    height: 150px;
    background-size: cover;
  }
  .contact-page .contact-details{
    margin-bottom: 30px;
  }
  .contact-page .cn-form,
  .contact-page .contact-details{
    width: 100%;
  }
  .inner-page .sidebar,
  .inner-page .page-right-bar{
    width: 100%;
  }
  .inner-page .page-right-bar{
    margin-top: 35px;
  }
  .search-box form {
    left: 10%;
    width: 80%;
    margin-left: 0;
  }
  .search-box form input[type="text"]{
    font-size: 16px;
  }
  .search-box form input[type="submit"]{
    top: 10px;
  }
}





#footer .mb-footer {
  background: #333;
  padding: 30px 0 60px;
}
#footer .mb-footer .mb-f-social {
  width: 228px;
  margin: 0 auto;
}
#footer .mb-footer .mb-f-social a {
  text-align: center;
  color: #38393a;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  line-height: 36px;
  font-size: 20px;
  margin-left: 12px;
  float: left;
  background: #fff;
}
#footer .mb-footer .mb-f-social a:first-child {
  margin-left: 0;
}
#footer .mb-footer .mb-f-logo {
  text-align: center;
  margin: 20px 0;
}
#footer .mb-footer .mb-f-logo img {
  width: 170px;
}
#footer .mb-footer .mb-f-copyright {
  text-align: center;
}
#footer .mb-footer .mb-f-copyright a {
  color: #fff;
  font-size: 13px;
  margin: 0 10px;
  font-weight: 500;
}
#footer #footerToolBar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 48px;
  background: #06b2b6;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 999;
}
#footer #footerToolBar li {
  width: 20%;
  height: 45px;
  float: left;
  text-align: center;
  border-color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  margin-top: 2px;
}
#footer #footerToolBar li:first-child {
  border-left: 0px none;
}
#footer #footerToolBar li.footerBarPro a:before {
  background-position: -120px 0px;
}
#footer #footerToolBar li.footerBarTel a:before {
  background-position: -90px 0px;
}
#footer #footerToolBar li.footerBarEmail a:before {
  background-position: 0 0px;
}
#footer #footerToolBar li.footerBarMessage a:before {
  background-position: -30px 0px;
}
#footer #footerToolBar li.footerBarShare a:before {
  background-position: -60px 0px;
}
#footer #footerToolBar li a {
  display: block;
  height: 45px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-transform: capitalize;
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding-top: 1px;
}
#footer #footerToolBar li a:before {
  content: '';
  width: 30px;
  height: 20px;
  margin: 4px auto;
  display: block;
  background: url(../images/footer-tool.png) no-repeat;
  background-size: 149px;
}
#footer .mb-share {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9997;
  background: rgba(0, 0, 0, 0.6);
}
#footer .mb-share .sharebox {
  position: absolute;
  padding: 15px;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  width: 90%;
  left: 5%;
  top: 40px;
}
#footer .mb-share .sharebox .shareComp {
  text-align: center;
  padding: 20px 0;
  background: #eee;
}
#footer .mb-share .sharebox .shareComp img {
  width: auto;
}
#footer .mb-share .sharebox p {
  text-align: center;
  color: #fff;
  background: #dfdfdf;
  font-size: 20px;
  font-weight: bold;
  line-height: 100px;
  height: 100px;
  border: 1px solid #EEEEEE;
}
#footer .mb-share .sharebox .shareButtonList li {
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  float: left;
  width: 50%;
  border: none;
  border-left: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
#footer .mb-share .sharebox .shareButtonList li a {
  display: block;
  text-align: center;
  height: 120px;
}
#footer .mb-share .sharebox .shareButtonList li a img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-top: 44px;
}
#footer .mb-share .sharebox .shareButtonList li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#footer .mb-share .sharebox .shareButtonList li.fb {
  background: #305891;
}
#footer .mb-share .sharebox .shareButtonList li.gl {
  background: #ce4d39;
}
#footer .mb-share .sharebox .shareButtonList li.in {
  background: #4498c8;
}
#footer .mb-share .sharebox .shareButtonList li.tw {
  background: #2ca8d2;
}
#footer .mb-share .sharebox .shareButtonList li.pin {
  background: #c82828;
}
#footer .mb-share .sharebox .shareButtonList li.mail {
  background: #738a8d;
}
#footer .mb-product {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9998;
  margin: 0;
}
#footer .mb-product .mb-pro-tit {
  display: block;
  position: relative;
  text-transform: uppercase;
  color: #333;
  line-height: 45px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  background: #fcfcfc;
}
#footer .mb-product .mb-pro-tit em {
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  background: url(../images/side-pro-close.png) no-repeat center;
}
#footer .mb-product h4 {
  text-transform: uppercase;
  font-size: 15px;
  padding: 15px 10px;
  color: #333;
  font-weight: bold;
  background: #e4e4e4;
}
#footer .mb-product li {
  padding: 12px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}
#footer .mb-product li a {
  color: #333;
  padding-left: 20px;
}
#footer .mb-feedback {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9997;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
#footer .mb-feedback .f-fb-layer {
  position: absolute;
  width: 90%;
  left: 5%;
  background: #fff;
  top: 100px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 20px 15px 40px;
}
#footer .mb-feedback .f-fb-layer h4 {
  text-align: center;
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
}
#footer .mb-feedback .f-fb-layer p {
  color: #333;
  margin: 16px 0;
  font-size: 12px;
}
#footer .mb-feedback .f-fb-layer form {
  position: relative;
}
#footer .mb-feedback .f-fb-layer input,
#footer .mb-feedback .f-fb-layer textarea {
  outline: none;
  display: block;
  width: 100%;
  border: none;
  background: rgba(110, 110, 111, 0.4);
  font-size: 12px;
  color: #fff;
}
#footer .mb-feedback .f-fb-layer input {
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  margin-bottom: 15px;
}
#footer .mb-feedback .f-fb-layer input[type="submit"] {
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  margin-bottom: 0;
  width: 80px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  padding: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#footer .mb-feedback .f-fb-layer input[type="submit"]:hover {
  background: #ff661a;
}
#footer .mb-feedback .f-fb-layer textarea {
  height: 85px;
  resize: none;
  padding: 6px 12px;
}
#footer .mb-feedback .f-fb-layer ::-webkit-input-placeholder {
  color: #fff;
}
#footer .mb-feedback .f-fb-layer :-moz-placeholder {
  color: #fff;
}
#footer .mb-feedback .f-fb-layer ::-moz-placeholder {
  color: #fff;
}
#footer .mb-feedback .f-fb-layer :-ms-input-placeholder {
  color: #fff;
}
#footer .fancy-close {
  cursor: pointer;
  position: absolute;
  width: 36px;
  height: 36px;
  right: -18px;
  top: -18px;
  background: url(../images/fancybox_sprite.png);
}
.i-pro-load-img {
  position: absolute;
  top: 180px;
  left: 50%;
  width: auto;
  height: auto;
  margin: 0 0 0 -15px;
  width: 30px;
}
#pic-zoom img{
  width: 100%;
}

.faq-page .faq-list li {
  padding: 0 160px 32px 20px;
  margin-bottom: 78px;
  border-bottom: 6px solid #ddddde;
}
.faq-page .faq-list li:last-child{
  margin-bottom: 0;
}
.faq-page .faq-list li .faq-num {
  font-size: 110px;
  color: #1f8fd7;
  font-style: italic;
  width: 5%;
  margin-top: 59px;
}
.faq-page .faq-list li .faq-con {
  width: 95%;
  padding-left: 6.8%;
}
.faq-page .faq-list li .faq-con > div > i {
  width: 6.7%;
  height: 51px;
  line-height: 51px;
  border-radius: 50%;
  font-size: 32px;
  color: #fff;
  text-align: center;
}
.faq-page .faq-list li .faq-con > div.question {
  margin-bottom: 29px;
}
.faq-page .faq-list li .faq-con > div.question > i {
  background: #008add;
}
.faq-page .faq-list li .faq-con > div.answer > i {
  background: #aa1211;
}
.faq-page .faq-list li .faq-con > div > div.fr {
  width: 89.5%;
}
.faq-page .faq-list li .faq-con > div.question > div.fr {
  color: #010101;
  font-size: 24px;
  margin-top: 10px;
  line-height: 1.4em;
}
.faq-page .faq-list li .faq-con > div.answer > div.fr {
  color: #595757;
  font-size: 20px;
  line-height: 48px;
  margin-top: 9px;
}

/* add */
.menu3{
		position:absolute;
		width:100%;
		z-index:99;
		top:100%;
		padding:30px 50px;
		background:rgba(255,255,255,.9);
		display:none;
	}
	.menu3 .column{
		padding:0 40px 0 0;
	}
	.menu3 .grid-box .column h2{
		padding-bottom: 10px;
    border-bottom: 1px solid #61789e;
    margin-bottom: 10px;
		text-transform:capitalize;
		height:55px;
	}
	.menu3 .grid-box .column h2 a{
		font-size:15px;font-weight:bold;
	}
	.menu3 .grid-box .column h2 a .fa{
		padding-left:5px;
		font-size:18px;
	}
	.menu3 .grid-box .column ul li{
		font-size:14px; line-height:32px;
/* 		white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
		position:relative;
	}
.menu3 .grid-box .column ul li .children2{
	display:none;
	width:100%;
	position:absolute;
	left:100%;
	top:0;
	background:rgba(6, 179, 183, 0.9);
	z-index:999;
	padding-left:10px;
}
.menu3 .grid-box .column ul li .children2 a{
	color:#fff;
}
.menu3 .grid-box .column ul li:hover .children2{
	display:block;
}

.i-rlzy{
	margin-top: 150px;
}
.i-rlzy img {
  width: auto;
  margin: 0 auto;
  display: block;
}
.i-rlzy p.p {
  padding: 20px 12%;
  color: #565656;
  font-size: 18px;
  text-align: center;
}

.rlzy-list {
  padding: 30px 0;
  background: #c9f0f1;
}
.rlzy-list img {
  width: auto;
  margin: 0 auto;
  display: block;
}
.rlzy-list .list {
  margin-top: 120px;
}
.rlzy-list .list ul li {
  width: 100%;
  padding: 10% 20%;
  background: #05afb3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  margin-bottom: 150px;
}
.rlzy-list .list ul li img {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: -100px;
}
.rlzy-list .list ul li h2 {
  font-size: 24px;
  text-align: center;
  color: #ffffff;
}
.rlzy-list .list ul li h2 span {
  color: #ffffff;
  font-size: 24px;
}
.rlzy-list .list ul li .text {
  padding-top: 30px;
}
.rlzy-list .list ul li .text p {
  color: #ffffff;
  line-height: 25px;
}
.rlzy-list .list ul li:nth-child(even) {
  background: #ffffff;
}
.rlzy-list .list ul li:nth-child(even) h2 {
  color: #000000;
}
.rlzy-list .list ul li:nth-child(even) h2 span {
  color: #000000;
}
.rlzy-list .list ul li:nth-child(even) .text p {
  color: #000000;
}
.job-banner{
  margin-bottom: 60px;
}
.job-banner ul li{
  background: #c9f0f1;
  height: 460px;
}
.job-banner ul li:nth-child(2){
  background: #05afb3;
}
.job-banner ul li .i-img {
  width: 46% !important;
  float: left;
}
.job-banner ul li .i-text {
  width: 54%!important;
  padding: 5% 4%;
  float: left;
}
.job-banner ul li .i-text h3 {
  font-size: 40px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}
.job-banner ul li .i-text p {
  font-size: 30px;
  color: #3d3b3b;
  position: relative;
  padding-bottom: 80px;
}
.job-banner ul li .i-text p:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 4px;
  background: #3d3b3b;
  left: 0;
  bottom: 0;
}
.job-banner ul li:nth-child(2) .i-text {
  background: #05afb3;
  padding: 2%;
}
.job-banner .slick-arrow{
display: none !important;
}


#cs {
  width: 100%;
  margin-bottom: 20px;
}
#cs td,#cs th{
  padding: 5px 10px;
  border: 1px solid #000;
  width: 50%;
}
#cs td:first-child {
  color: #000;
}
#cs td:last-child {
  color: #000;
}

.contact-list img{ width: 120px;  }

.wpulike.wpulike-default{
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default{
  display: block;
} 
.post-views-box{
  position: relative;
  margin: -50px 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;
}
