@font-face {
  font-family: 'poppins-regular';
  src: url(../font/poppins-regular.ttf) format('truetype'), url(../font/poppins-regular.eot) format('eot'), url(../font/poppins-regular.woff) format('woff'), url(../font/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-bold';
  src: url(../font/poppins-bold.ttf) format('truetype'), url(../font/poppins-bold.eot) format('eot'), url(../font/poppins-bold.woff) format('woff'), url(../font/poppins-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'AkzidenzGrotesk';
  src: url(../font/AkzidenzGrotesk-Bold.ttf) format('truetype'), url(../font/AkzidenzGrotesk-Bold.eot) format('eot'), url(../font/AkzidenzGrotesk-Bold.woff) format('woff'), url(../font/AkzidenzGrotesk-Bold.woff2) format('woff2');
}
.container {
  width: 1400px;
}
.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 {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
#header .h-top-tit {
  width: 100%;
  height: 30px;
  background: #2d8be2;
}
#header .nav {
  position: relative;
  padding: 20px 0;
  background: #fff;
}
#header .nav .form {
  padding-top: 22px;
  position: relative;
}
#header .nav .form input {
  width: 234px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #ccc;
  padding-left: 10px;
}
#header .nav .form input[type="submit"] {
  width: 22px;
  border: none;
  padding-left: 0;
  background: url(../image/tc-zoom.png) no-repeat center;
  position: absolute;
  right: 5px;
  top: 21px;
}
#header .nav .language {
  padding-left: 5px;
  padding-top: 22px;
}
#header .nav .language p {
  text-align: center;
  line-height: 33px;
}
#header .nav .language p a {
  width: 67px;
  height: 33px;
  display: block;
  background: #2d8be2;
  border: none;
  color: #fff;
  font-size: 16px;
  padding-left: 0;
}
#header .nav .menu-box {
  padding: 0;
  line-height: 83px;
  height: 83px;
  position: relative;
  padding-right: 30px;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin: 0 22px;
  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: 2px;
  background: #ffffff;
}
#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: #2d8be2;
}
#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-category-ancestor > a:after,
#header .nav .menu-box .menu > li.current-post-ancestor > a:after {
  width: 80%;
  left: 10%;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #2d8be2;
  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;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
#header.h-header .h-top-tit {
  height: 3px;
}
#index-body h2.h2 {
  font-family: AkzidenzGrotesk;
  color: #3f3b37;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
}
#index-body h2.h2 i{
	font-size: 48px;
}
#index-body p.p {
  color: #9d9d9d;
  font-size: 16px;
  text-align: center;
  margin: 0px 0 10px;
}
#index-body .i-about-1 {
  padding: 134px 0 100px; position:relative;
}
#index-body .i-about-1 .grid-box .column {
  width: 40%;
}
#index-body .i-about-1 .grid-box .column img {
  width: auto;
}
#index-body .i-about-1 .grid-box .column:nth-child(2) {
  width: 60%;
  position: relative;
}
#index-body .i-about-1 .grid-box .column .play {
  position: absolute;
  left: 50%;
  top: 36%;
  margin-left: -62px;
}
#index-body .i-about-1 .grid-box .column .play img {
  width: auto;
}
#index-body .i-about-1 .grid-box .i-fl {
  padding-right: 80px;
}
#index-body .i-about-1 .grid-box .i-fl h2 {
  color: #cecece;font-size: 42px;
  text-transform: uppercase;
  position: relative;
}
#index-body .i-about-1 .grid-box .i-fl h2:after {
  content: '';
  position: absolute;
  width: 92px;
  height: 1px;
  background: #000000;
  left: 120px;
  top: 30px;
}
#index-body .i-about-1 .grid-box .i-fl h3 {
  color: #2d8be2;font-family: AkzidenzGrotesk;font-size: 60px;
  text-transform: uppercase;
  padding-left: 100px;
  margin: -10px 0;
}
#index-body .i-about-1 .grid-box .i-fl p {
  font-size: 16px;
  line-height: 30px;
  padding: 30px 0 20px;
}
#index-body .i-about-1 .grid-box .i-fl a.more {
  display: block;
  width: 125px;
  height: 32px;
  margin-top: 20px;
  line-height: 32px;
  background: #2d8be2;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
#index-body .i-product {
  padding: 80px 0 112px;
  background: #f1f1f1;
}
#index-body .i-product .news-tit {
  background: #fff;
  margin: 30px 0 20px;
}
#index-body .i-product .news-tit .i-fl {
  background: #2d8be2;
  padding: 0 30px;
}
#index-body .i-product .news-tit .i-fl p {
	font-size: 20px;
  color: #fff;
  line-height: 90px;
  text-transform: uppercase;
}
#index-body .i-product .news-tit .i-fl p .fa {
  padding: 0 10px;
}
#index-body .i-product .news-tit .i-fr ul li {
  float: left;
  line-height: 90px;
  margin: 0 26px;
}
#index-body .i-product .news-tit .i-fr ul li a {
  display: block;
  font-size: 16px;
  color: #515151;
  position: relative;
}
#index-body .i-product .news-tit .i-fr ul 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: #2d8be2;
}
#index-body .i-product .news-tit .i-fr ul li a .fa {
  font-size: 22px;
  color: #2d8be2;
  margin-left: 5px;
}
#index-body .i-product .news-tit .i-fr ul li:hover > a {
  color: #2d8be2;
}
#index-body .i-product .news-tit .i-fr ul li:hover > a:after {
  width: 100%;
  left: 0%;
}
#index-body .i-product .product-list {
  margin-top: 45px;
  position: relative;
}
#index-body .i-product .product-list .icon {
  width: 102px;
  height: 48px;
  background: url("/wp-content/themes/kaizhoujixie/images/left.png") no-repeat center;
  position: absolute;
  left: 41%;
  bottom: -80px;
  cursor: pointer;
}
#index-body .i-product .product-list .right {
  background: url("/wp-content/themes/kaizhoujixie/images/right.png") no-repeat center;
  left: auto;
  right: 41%;
}
#index-body .i-product .product-list .swiper-wrapper {
  padding: 10px 0 10px 10px;
}
#index-body .i-product .product-list .swiper-slide {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#index-body .i-product .product-list .swiper-slide .img-box {
  position: relative;
  background: #fff;
  padding: 30px;
}
#index-body .i-product .product-list .swiper-slide .img-box img {
  width: auto;
  display: block;
  margin: 0 auto;
}
#index-body .i-product .product-list .swiper-slide .img-box p {
  position: relative;
  z-index: 8;
  color: #272626;
  text-align: center;
  padding-top: 20px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#index-body .i-product .product-list .swiper-slide .img-box p a {
  font-size: 18px;
}
#index-body .i-product .product-list .swiper-slide .img-box .layer {
  width: 100%;
  height: 100%;
  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 .buttons {
  position: absolute;
  top: 36%;
  z-index: 99;
  bottom: 20px;
  left: 82%;
  -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 > a {
  -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: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  width: 32px;
  height: 32px;
  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: #000;
  font-size: 16px;
  margin-top: 20px;
}
#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-contact {
  padding: 40px 0;
}
#index-body .i-contact .con-text {
  background: url(../image/c-bg.png) no-repeat center;
  padding: 50px 10%;
  height: 204px;
}
#index-body .i-contact .con-text .i-logo .column {
  width: 28%;
}
#index-body .i-contact .con-text .i-logo .column img {
  width: auto;
  margin: 0 auto;
  display: block;
}
#index-body .i-contact .con-text .i-logo .column:nth-child(1) {
  border-right: 1px solid #f1f1f1;
}
#index-body .i-contact .con-text .i-logo .column:nth-child(2) {
  width: 72%;
  padding-top: 20px;
}
#index-body .i-contact .con-text .i-logo .column:nth-child(2) h2 {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
}
#index-body .i-contact .con-text .i-logo .column:nth-child(2) h3 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
#index-body .i-contact .con-text .i-message2 {
  padding-left: 30%;
}
#index-body .i-contact .con-text .i-message2 h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#index-body .i-contact .con-text .i-message2 a.contact {
  display: block;
  width: 140px;
  height: 44px;
  margin: 10px auto 0;
  line-height: 44px;
  background: #2d8be2;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  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-contact .con-text .i-message2 a.contact:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
#index-body .i-news {
  padding: 50px 0;
}
#index-body .i-news .grid-box {
  margin-top: 30px;
}
#index-body .i-news .grid-box .tit {
  border-bottom: 1px solid #d3d3d3;
}
#index-body .i-news .grid-box .tit h2 {
  font-size: 16px;
  width: 146px;
  height: 57px;
  float: left;
  background: #2d8be2;
  color: #fff;
  text-align: center;
  line-height: 57px;
  text-transform: uppercase;
}
#index-body .i-news .grid-box .tit a.more {
  font-size: 16px;
  color: #b5b3b3;
  text-transform: capitalize;
  float: right;
  line-height: 57px;
}
#index-body .i-news .grid-box .tit a.more:hover {
  color: #2d8be2;
}
#index-body .i-news .grid-box .i-news2 {
  width: 70%;
  padding-right: 5%;
}
#index-body .i-news .grid-box .i-news2 ul {
  padding-left: 5%;
}
#index-body .i-news .grid-box .i-news2 ul li {
  margin-bottom: 40px;
}
#index-body .i-news .grid-box .i-news2 ul li .time {
  width: 10%;
}
#index-body .i-news .grid-box .i-news2 ul li .time h3 {
  font-size: 36px;
  color: #959595;
  font-weight: bold;
  line-height: 25px;
  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-news .grid-box .i-news2 ul li .time h3 span {
  color: #959595;
  font-size: 20px;
  text-transform: uppercase;
  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-news .grid-box .i-news2 ul li .text {
  width: 90%;
  padding-left: 20px;
}
#index-body .i-news .grid-box .i-news2 ul li .text h2 {
  margin-bottom: 5px;
  text-transform: capitalize;
  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-news .grid-box .i-news2 ul li .text h2 a {
  color: #959595;
  font-size: 16px;
}
#index-body .i-news .grid-box .i-news2 ul li .text p {
  line-height: 28px;
  color: #959595;
  font-size: 16px;
}
#index-body .i-news .grid-box .i-news2 ul li:hover .time h3 {
  color: #525252;
}
#index-body .i-news .grid-box .i-news2 ul li:hover .time h3 span {
  color: #525252;
}
#index-body .i-news .grid-box .i-news2 ul li:hover .text h2 a {
  color: #525252;
}
#index-body .i-news .grid-box .i-faq {
  width: 30%;
  padding-left: 5%;
}
#index-body .i-news .grid-box .i-faq .faq-list {
  margin-top: 30px;
}
#index-body .i-news .grid-box .i-faq .faq-list ul li {
  margin-bottom: 40px;
  padding-left: 55px;
  position: relative;
}
#index-body .i-news .grid-box .i-faq .faq-list ul li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #2d8be2;
  color: #fff;
  font-size: 24px;
}
#index-body .i-news .grid-box .i-faq .faq-list ul li:nth-child(1):after {
  content: '1';
}
#index-body .i-news .grid-box .i-faq .faq-list ul li:nth-child(2):after {
  content: '2';
}
#index-body .i-news .grid-box .i-faq .faq-list ul li:nth-child(3):after {
  content: '3';
}
#index-body .i-news .grid-box .i-faq .faq-list ul li h3 {
  text-transform: uppercase;
}
#index-body .i-news .grid-box .i-faq .faq-list ul li h3 a {
  font-size: 16px;
  color: #959595;
}
#index-body .i-news .grid-box .i-faq .faq-list ul li h3 a:hover {
  color: #525252;
}
#index-body .i-news .grid-box .i-faq .faq-list ul li p {
  color: #918e8e;
  font-size: 16px;
}
#index-body .i-about {
  padding: 100px 0 150px;
  background: url(../image/about-bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}
#index-body .i-about h2 {
  color: #2d8be2;
  font-family: AkzidenzGrotesk;
  text-transform: uppercase;
  font-size: 48px;
}
#index-body .i-about h3 {
  color: #dddddd;
  font-size: 16px;
  margin: 5px 0 30px;
}
#index-body .i-about p {
  padding: 0 13%;
  color: #dddddd;
  font-size: 16px;
  line-height: 28px;
}
#index-body .i-about a.more {
  display: block;
  width: 132px;
  height: 30px;
  margin: 50px auto 0;
  line-height: 30px;
  background: #ffffff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #292929;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  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 a.more:hover {
  background: #2d8be2;
  color: #ffffff;
}
#footer .footer-top {
  background: none;
  margin-top: -82px;
}
#footer .footer-top .h-top {
  height: 82px;
  background: #fff url(../image/line.png) no-repeat bottom center;
  padding: 0 5%;padding-right:8%;
}
#footer .footer-top .h-top .fl li {
  float: left;
  margin-right: 35px;
  text-transform: uppercase;
  line-height: 82px;
  font-size: 17px;
}
#footer .footer-top .h-top .fl li span {
  font-size: 17px;
  font-weight: bold;
}
#footer .footer-top .h-top .fl li a {
  font-size: 17px;
}
#footer .footer-top .h-top .fr a.more {
  display: block;
  width: 182px;
  height: 37px;
  margin: 20px auto 0;
  line-height: 37px;
  background: #2d8be2;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  font-weight: bold;
}
#footer .footer-top .h-center {
  padding: 20px 0;
  background: #fff url(../image/line.png) no-repeat bottom center;
}
#footer .footer-top .h-center .column.i-message {
  width: 80%;
  padding: 0 15%;
}
#footer .footer-top .h-center .column.i-qr{
	width:20%;
}
#footer .footer-top .h-center .column.i-qr img{
	width:150px;
}
#footer .footer-top .h-center .column.i-message h2 {
  color: #2e2e2e;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
#footer .footer-top .h-center .column.i-message p {
  line-height: 25px;
  font-size: 16px;
  color: #636363;
}
#footer .footer-top .h-center .column.i-message .column {
  padding: 0;
}
#footer .footer-top .h-center .column::nth-child(2) {
  width: 20%;
}
#footer .footer-bottom p {
  font-size: 16px;
  color: #636363;
  line-height: 30px;
  padding: 15px 0;
  padding-left: 5%;
}
#footer .footer-bottom p a {
  font-size: 16px;
}
#footer .footer-bottom p a:hover {
  color: #000000;
}


.inner-banner {
    padding-top: 200px;
    color: #fff;
    text-align: center;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../image/inner-banner.jpg");
    background-size: cover;
}
.inner-banner.about-banner{
  background-image: url("../image/about-banner.jpg")!important;
}
.inner-banner.product-banner{
  background-image: url("../image/product-banner.jpg")!important;
}
.inner-banner.news-banner.service-banner{
  background-image: url("/wp-content/themes/kaizhoujixie/images/service-banner.jpg")!important;
}
.inner-banner.news-banner{
  background-image: url("../image/news-banner.jpg")!important;
}
.inner-banner.news-banner.faq-banner{
  background-image: url("../image/faq-banner.jpg")!important;
}
.inner-banner.contact-banner{
  background-image: url("../image/contact-banner.jpg")!important;
}
.inner-banner .inner-tit,.inner-banner .inner-tit a {
    font-size: 33px;
    text-transform: capitalize;
}
.inner-banner .bread-crumbs a, .inner-banner .bread-crumbs span {
    font-size: 15px;
    color: #fff;
}
.inner-banner .bread-crumbs a:hover {
    color: #2d8be2;
}
.top-menu {
    position: relative;
    z-index: 11;
    text-align: center;
    height: 55px;
    line-height: 55px;
    background: #fff;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
}
.top-menu li {
    display: inline-block;
    margin: 0 40px;
    position: relative;
}
.top-menu li a {
    color: #343434;
    font-size: 16px;
}
.top-menu li a.active, .top-menu li a:hover {
    color: #2d8be2;
}
.top-menu li .children {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background: #fff;
    z-index: 10;
    text-align: left;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
    display: none;
}
.inner-page {
    padding: 40px 0 105px;
    word-break: break-word;
}
.inner-page .inner-tit {
    color: #3d3d3d;
    font-size: 36px;
    text-transform: capitalize;
    padding: 0 20px;
}
.inner-page .grid-box .sideBar {
    color: #fff;
    width: 20%;
}
.inner-page .grid-box .page-rightBar {
    width: 80%;
    padding-left: 5%;
}
.inner-page .sideBar .side-tit {
    padding-left: 18px;
    text-transform: capitalize;
    font-size: 26px;
    background: #2d8be2;
    height: 45px;
    line-height: 50px;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.inner-page .sideBar .side-menu {
    border-top-left-radius: 1px;
    -webkit-border-top-left-radius: 1px;
    -moz-border-top-left-radius: 1px;
    -ms-border-top-left-radius: 1px;
    -o-border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    -moz-border-top-right-radius: 1px;
    -ms-border-top-right-radius: 1px;
    -o-border-top-right-radius: 1px;
    background: rgba(45,139,226,0.6);
    padding-bottom: 86px;
}
.inner-page .sideBar .side-menu li a {
    line-height: 24px;
    padding: 11px 0 11px 15px;
    display: block;
    overflow: hidden;
    color: #fff;
}
.inner-page .sideBar .side-menu.side-contact{
    padding: 20px 0;
}
.inner-page .sideBar .side-menu.side-contact li a{
    height: auto;
    line-height: normal;
    padding: 10px 18px;
}
.inner-page .sideBar .side-menu li{
    position: relative;
}
.inner-page .sideBar .side-menu li .children{
    position: absolute;
    left: 100%;
    top:0;
    width: 100%;
    z-index: 10;
    background: #485b6e;
    display: none;
}
.inner-page .sideBar .side-menu li:hover .children{
    display: block;
}
.inner-page .sideBar .side-menu li a:hover, .inner-page .sideBar .side-menu li a.active {
    background: #3c3c3c;
}
.inner-page .sideBar .side-social {
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    background: rgba(30,50,115,0.6);
    padding-left: 18px;padding-top: 13px;
    padding-bottom: 13px;
    font-size: 0;
}
.inner-page .sideBar .side-social li {
    display: inline-block;
    vertical-align: middle;
}
.inner-page .sideBar .side-social a {
    margin-right: 2px;
    font-size: 18px;
    text-align: center;
    color: rgba(30,50,115,1);
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: #FFFFFF;
    transition: 0.5s ease;
}
.inner-page .sideBar .side-social a:hover{
  background: rgba(30,50,115,1);
  color: #FFFFFF;
}
.inner-page .sideBar .side-social a i {
    margin-right: 0;
}
.inner-page .sideBar .side-dw {
    margin-top: 8px;
    background: #2d8be2;
    line-height: 51px;
    padding-left: 18px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.inner-page .sideBar .side-dw a {
    color: #fff;
    font-size: 15px;
}
.inner-page .sideBar .side-dw i.icon {
    margin-left: 23%;
}
.about-page .about-article h2, .about-page .about-article h3, .about-page .about-article h4 {
    color: #3c3c3c;
}
.about-page .about-article h2 {
    font-size: 44px;
}
.about-page .about-article h4 span strong{
    font-size: 20px;
}
.about-page .about-article p {
    color: #191919;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 18px;
}
.about-page .about-article p strong{
	font-size: 14pt;
}
.about-page .about-article .about-advantage h2 {
    margin-bottom: 30px;
}
.about-page .about-article .about-advantage li {
    position: relative;
    color: #3c3c3c;
    font-size: 18px;
    padding-left: 28px;
    margin-bottom: 28px;
}
.about-page .about-article .about-advantage li:before {
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    background: #2d8be2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.product-page {
    padding: 72px 0 80px;
}
.product-page .i-product {
    padding: 0;
}
.prodet-page .prodet-top-box {
    padding-bottom: 80px;
}
.prodet-page .prodet-top-box .prodet-pic {
    padding-right: 4.9rem!important;
}
.prodet-page .prodet-top-box .prodet-pic img {
    width: 100%;
    border: 1px solid #ccc;
}
.prodet-page .prodet-top-box .prodet-pic ul {
    padding-top: 15px;
    margin: -5px;
}
.prodet-page .prodet-top-box .prodet-pic ul li {
    width: 25%;
    float: left;
    padding: 5px;
}
.prodet-page .prodet-top-box .prodet-con .pro_tit {
    color: #3d3d3d;
    font-size: 36px;
    margin-top: 3px;
}
.prodet-page .prodet-top-box .prodet-con .pro_sub_tit {
    color: #8b8b8b;
    font-size: 17px;
    margin-bottom: 10px;
}
.prodet-page .prodet-top-box .prodet-con .prodet_content{
  margin: 15px 0;
}
.prodet-page .prodet-top-box .prodet-con .prodet_content table{
	width:100%;
}
.prodet-page .prodet-top-box .prodet-con .prodet_content table tr td{
	border:1px solid #eee;
	padding:5px;
}
.prodet-page .prodet-top-box .prodet-con .prodet_contact a{

}
.prodet-page .prodet-top-box .prodet-con .prodet_social {
    margin: 72px 0 18px;
    font-size: 0;
}
.prodet-page .prodet-top-box .prodet-con .prodet_social li {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .prodet-top-box .prodet-con .prodet_social a {
    margin-right: 12px;
    font-size: 18px;
    display: inline-block;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #f2f2f2;
    color: #8b8b8b;
    text-align: center;
    line-height: 37px;
}
.prodet-page .prodet-top-box .prodet-con .prodet_social a i.icon {
    margin-right: 0;
}
.prodet-page .prodet-top-box .prodet-con .prodet_social a:hover {
    color: #fff;
    background: #2d8be2;
}
.prodet-page .prodet-top-box .prodet-con .prodet_gallery{
  margin: 15px 0;
  display: inline-block;
}
.prodet-page .prodet-top-box .prodet-con .prodet_contact a {
    width: 122px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background: #f2f2f2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #8b8b8b;
    text-align: center;
}
.prodet-page .prodet-top-box .prodet-con .prodet_contact a:hover {
    background: #2d8be2;
    color: #fff;
}
.prodet-page .prodet-top-box .prodet-con .prodet_contact a:first-child {
    width: 188px;
    margin-right: 2px;
    vertical-align: middle;
    transition: 0.5s ease;
}
.prodet-page .prodet-top-box .prodet-con .prodet_contact a:first-child .icon {
    margin-right: 21px;
    font-size: 18px;
}
.prodet-page .prodet-det-box {
    padding: 71px 0 114px;
    background: #f5f5f5;
}
.prodet-page .prodet-det-box .con-box {
    margin-top: 49px;
}
.prodet-page .prodet-det-box .con-box p {
    color: #6b6b6b;
    font-size: 16px;
    line-height: 29px;
}
.prodetFeedback {
    padding: 99px 0 154px;
    background: #fff;
}
.prodetFeedback .ptForm {
    margin-top: 70px;
}
.prodetFeedback .ptForm label {
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 500;
    margin-bottom: 0;
}
.prodetFeedback .ptForm input, .prodetFeedback .ptForm textarea {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    background: none;
    color: #3d3d3d;
    font-size: 16px;
    width: 100%;
    outline: none;
    resize: none;
    border: none;
    border-bottom: 1px solid #bfbfbf;
}
.prodetFeedback .ptForm .fbTop {
    margin-bottom: 62px;
}
.prodetFeedback .ptForm .fbTop li {
    float: left;
    width: 32%;
    margin-right: 2%;
}
.prodetFeedback .ptForm .fbTop li:last-child {
    margin-right: 0;
}
.prodetFeedback .ptForm .fbTop li input {
    height: 15px;
    padding: 0 4px;
}
.prodetFeedback .ptForm .fbTop li input:focus {
    height: 43px;
    border-bottom: 3px solid #2d8be2;
}
.prodetFeedback .ptForm .fbBot {
    margin-bottom: 75px;
}
.prodetFeedback .ptForm .fbBot textarea {
    height: 16px;
    overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
    height: 55px;
    border-bottom: 3px solid #2d8be2;
}
.prodetFeedback .ptForm .fbBot .yzm-box {
    margin-top: 40px;
}
.prodetFeedback .ptForm .fbBot .yzm-box label {
    display: block;
}
.prodetFeedback .ptForm .fbBot .yzm-box input {
    width: 397px;
    height: 15px;
    padding: 0 4px;
}
.prodetFeedback .ptForm .fbBot .yzm-box input:focus {
    height: 43px;
    border-bottom: 3px solid #2d8be2;
}
.prodetFeedback .ptForm .fbBot .yzm-box img {
    display: inline-block;
}
.prodetFeedback .ptForm input[type="submit"] {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    text-transform: capitalize;
    font-size: 16px;
    width: 288px;
    height: 53px;
    border: none;
    background: #2d8be2;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #fff;
    cursor: pointer;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
    background-color: #222;
}
.news-page .newslist li {
    padding: 0 10px 8px 20px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}
.news-page .newslist li .new-r {
    width: 100%;
}
.news-page .newslist li .new-r h3 {
    font-size: 18px;
    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 h3 a {
    color: #555;
}
.news-page .newslist li .new-r i.new-update, .news-page .newslist li .new-r .new-abst {
    color: #777;
    font-size: 14px;
}
.news-page .newslist li .new-r i.new-update {
    display: block;
    margin: 10px 0;
}
.news-page .newslist li .new-r .new-abst {
    line-height: 1.8em;
    font-size: 15px;
}
.news-page .newslist li .new-r:hover h3 a {
    color: #2d8be2;
}
.newdet-page .news {
}
.newdet-page .news .news_title h1 {
    padding-bottom: 10px;
    font-size: 20px;
    text-align: center;
    color: #333;
}
.newdet-page .news .news_date {
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
}
.newdet-page .news .news_abst {
    border-bottom: 1px dashed #CCC;
    padding: 10px 0;
    font-size: 14px;
}
.newdet-page .news .news_abst p {
    display: inline-block;
}
.newdet-page .news .news_contents {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    clear: both;
    margin-top: 10px;
    border-bottom: 1px dashed #CCC;
    padding: 20px 0;
}
.newdet-page .news .news_contents a {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    clear: both;
}
.newdet-page .news .news_next {
    width: 99%;
    margin-top: 0px;
    padding-left: 5px;
    border-top: 0px solid #CCC;
    text-align: left;
    padding-top: 10px;
}
.newdet-page .news .news_next a {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #999;
    font-size: 15px;
    margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #000;
}
.newdet-page .news .newsnav {
    margin-bottom: 30px;
}
.contact-page {
    padding: 0;
}
.contact-page .c-list-box {
    padding: 68px 0 112px;
    background: #f9f9f9;
}
.contact-page .c-list-box .tit {
    color: #000000;
    font-size: 48px;
    margin-bottom: 86px;
}
.contact-page .c-list-box .c-name {
    color: #333;
    font-size: 28px;
    margin-bottom: 38px;
}
.contact-page .c-list-box .info {
    line-height: 30px;
    margin-top: 24px;
    font-size: 18px;
    color: #676767;
}

.contact-page .c-list-box .info .add {
    display: block;
    margin-bottom: 40px;
}
.contact-page .c-list-box .info .fa {
    color: #a0a0a0;
    margin-right: 16px;
}
.contact-page .c-list-box .info a {
    color: #676767;
}
.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;
    font-weight: 600;
    line-height: 23px;
    color: #444;
    text-align: center;
    padding-bottom: 18px;
    background: url(/wp-content/themes/kaizhoujixie/images/form-tit-bg.jpg) no-repeat center bottom;
}
.cn-form li {
    margin-bottom: 13px;
    color: #444;
}
.cn-form li label {
    font-weight: 600;
    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: #e6212a;
    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 #000;
    -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    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: 237px;
    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;
}
.cn-form .m-form-r textarea:focus {
    border-color: #e9322d;
    box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    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%;
}
.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(/wp-content/themes/kaizhoujixie/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 {
    text-align: center;
    line-height: 22px;
    font-size: 0;
    letter-spacing: -0.307em;
    word-wrap: normal;
    white-space: nowrap;
    color: #138bdf;
    margin-top: 38px;
}
.m-page a, .m-page span {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    margin: 0 5px;
    border: 1px solid #ddd;
    font-size: 16px;
    letter-spacing: normal;
    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, .m-page a:last-child {
    background-image: url(/wp-content/themes/kaizhoujixie/images/m-page-arr-r.png);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #cdcdcd;
    box-shadow: none;
}
.m-page a:first-child {
    background-image: url(/wp-content/themes/kaizhoujixie/images/m-page-arr-l.png);
}
.m-page a:hover {
    color: #fff;
    background-color: #2d8be2;
}
.m-page a:active {
    background: #2d8be2;
}
.m-page span.current, .m-page span.current:hover, .m-page span.current:active {
    cursor: default;
    color: #fff;
    background: #2d8be2;
}
.tab-box .ui.i-pro-load-img {
    position: absolute;
    top: 180px;
    left: 50%;
    width: auto;
    height: auto;
    margin: 0 0 0 -15px;
    width: 30px;
    display: block;
}
.inner-page .i-product .tab-box {
    min-height: auto;
}


.i-con-box {
    background: #fff;
    padding: 20px 30px 0px 28px;
}
.i-con-box h3{
    margin-top: 10px;
}
.i-con-box h3 a {
    display: block;
    color: #000;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.i-con-box p {
    height: 87px;
    overflow: hidden;
    color: #6b6b6b;
    font-size: 18px;
    line-height: 29px;
    margin-top: 17px;
}
.i-product {
    padding: 100px 0 60px;
}
.i-product .tab-list {
    text-align: center;
    margin: 29px 0 77px;
}
.i-product .tab-list li {
    display: inline-block;
    margin: 0 8px;
}
.i-product .tab-list li a {
    display: block;
    padding: 0 39px;
    height: 32px;
    line-height: 32px;
    background: #e4e4e4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #252525;
    font-size: 16px;
}
.i-product .tab-list li a:hover, .i-product .tab-list li a.active {
    background: #043c82;
    color: #fff;
}
.i-product .tab-box {
    display: inline-block;
    width: 100%;
}
.i-product .tab-box ul {
    margin: -10px;
}
.i-product .tab-box li {
    width: 25%;
    float: left;
    padding: 10px;
}
.i-product .tab-box li .img-box{
    border: 1px solid #ccc;
}
.i-product .tab-box li .img-box img {
    width: 100%;
}
.i-product .tab-box {
    position: relative;
    min-height: 1042px;
}
.i-product .tab-box li .i-con-box{
    padding: 0;
    text-align: center;
}
@media screen and (max-width: 1400px) {
  .container {
    width: 1230px;
  }
  #index-body .i-contact .con-text {
    padding: 50px 2%;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  #header .nav .menu-box .menu > li {
    margin: 0 9px;
  }
  #header .nav .form input {
    width: 145px;
  }
  #index-body .i-about-1 .grid-box .column {
    width: 100%;
    margin-bottom: 20px;
  }
  #index-body .i-about-1 .grid-box .i-fl {
    padding-right: 0;
  }
  #index-body .i-about-1 .grid-box .column:nth-child(2) {
    width: 100%;
  }
  #index-body .i-product .news-tit .i-fr ul li {
    margin: 0 10px;
  }
  #index-body .i-product .product-list .swiper-slide .img-box .layer .buttons {
    top: 61%;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  #index-body .i-about-1 .grid-box .i-fl h3 {
    font-size: 46px;
  }
  #index-body .i-about-1 {
    padding: 34px 0 20px;
  }
  #index-body h2.h2,
  #index-body .i-about h2 {
    font-size: 30px;
  }
  #index-body .i-product .news-tit .i-fl {
    width: 100%;
  }
  #index-body .i-contact .con-text {
    padding: 43px 1%;
  }
  #index-body .i-contact .con-text .i-logo .column:nth-child(2) h2 {
    font-size: 14px;
  }
  #index-body .i-contact .con-text .i-logo .column:nth-child(2) h3 {
    font-size: 20px;
  }
  #index-body .i-contact .con-text .i-message2 h3 {
    font-size: 18px;
  }
  #index-body .i-news .grid-box .i-news2 {
    width: 100%;
    padding-right: 0;
  }
  #index-body .i-news .grid-box .i-faq {
    width: 100%;
    padding-left: 0;
  }
  #footer .footer-top .h-center .column.i-message {
    width: 100%;
    padding: 0;
  }
  #footer .footer-bottom p {
    font-size: 16px;
    padding: 15px 0;
    padding-left: 0;
  }
  #footer .footer-top .h-top .fl li span {
    font-size: 14px;
  }
  #footer .footer-top .h-top .fl li {
    margin-right: 8px;
    font-size: 14px;
  }
  #footer .footer-top .h-top .fl li a {
    font-size: 14px;
  }
  #footer .footer-top .h-top .fr a.more {
    display: block;
    width: 155px;
    height: 37px;
    margin: 20px auto 0;
    font-size: 14px;
  }
  #footer .footer-bottom p,
  #footer .footer-bottom p a {
    font-size: 14px;
    padding: 15px 0;
    padding-left: 0;
  }
  #index-body .i-news .grid-box .i-news2 ul li {
    margin-bottom: 25px;
  }
  #index-body .i-news .grid-box .i-faq .faq-list ul li {
    margin-bottom: 20px;
    padding-left: 55px;
  }
	/*inner*/
.i-product .tab-box li {
}
.inner-page .sideBar.three.wide.column {
    width: 100%!important;
}
.inner-page .page-rightBar.thirteen.wide.column {
    width: 100%!important;
    padding-left: 0%;
    padding-top:20px;
}
.inner-page .side-contact{ display:none;}
.inner-page .sideBar .side-menu {
    padding-bottom: 26px;
}
}
.button-group{
	z-index: 999;
	bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
	.button-group{z-index: 1;
	bottom: 1px !important;
}
	.inner-banner {
    padding-top: 70px;
    height: 200px;
}
	.inner-page .sideBar .side-social,.inner-page .sideBar .side-dw{
		display:none;
	}
	.inner-page .sideBar.three.wide.column .side-con{
		display:none;
	}
  #index-body .i-about-1 .grid-box .i-fl h2 {
    font-size: 20px;
  }
  #index-body .i-about-1 .grid-box .i-fl h2:after {
    left: 126px;
    top: 14px;
  }
  #index-body .i-about-1 .grid-box .i-fl h3 {
    font-size: 20px;
    margin: 0px 0;
    padding-left: 123px;
  }
  #index-body .i-about-1 .grid-box .i-fl p {
    font-size: 14px;
    line-height: 28px;
    padding: 15px 0 20px;
  }
  #index-body .i-about-1 .grid-box .column .play {
    display: none;
  }
  #index-body h2.h2,
  #index-body .i-about h2 {
    font-size: 20px;
  }
  #index-body .i-product .news-tit .i-fl p {
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    text-transform: uppercase;
  }
  #index-body .i-product .news-tit .i-fr ul li {
    line-height: 45px;
    margin: 0 26px;
  }
  .con-text .grid-box.two > .column {
    width: 100%;
  }
  #index-body .i-contact .con-text .i-message2 {
    padding-left: 0;
    margin-top: 30px;
  }
  #index-body .i-contact .con-text {
    background: none;
  }
  #index-body .i-contact .con-text .i-logo .column:nth-child(2) h3 {
    font-size: 15px;
  }
  #index-body .i-contact .con-text .i-logo .column:nth-child(2) {
    width: 72%;
    padding-top: 8px;
  }
  #index-body .i-contact .con-text .i-message2 h3 {
    font-size: 30px;
  }
  #index-body .i-contact .con-text .i-message2 a.contact {
    width: 225px;
    font-size: 14px;
  }
  #index-body .i-news .grid-box .i-news2 .grid-box.two > .column:nth-child(1),
  #footer .footer-top .h-top .fr a.more {
    display: none;
  }
  #index-body .i-news .grid-box .i-news2 .grid-box.two > .column {
    width: 100%;
  }
  #index-body .i-news .grid-box .tit a.more {
    font-size: 14px;
    line-height: 46px;
  }
  #index-body .i-news .grid-box .tit h2 {
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    text-transform: uppercase;
  }
  #index-body .i-about p {
    padding: 0 5%;
    font-size: 16px;
    line-height: 28px;
  }
  #index-body .i-news .grid-box .i-news2 ul li .time h3 {
    font-size: 25px;
  }
  #index-body .i-news .grid-box .i-news2 ul li .time h3 span {
    color: #959595;
    font-size: 15px;
  }
  #footer .footer-top .h-top .fl li {
    line-height: 41px;
  }
  #footer .footer-top .h-center .column.i-message .column {
    width: 50%;
  }
  #footer .footer-top .h-center .column.i-message .column:nth-child(3) {
    width: 100%;
  }
  .mlztx {
    display: none;
  }
  #index-body .i-product {
    padding: 40px 0 42px;
    background: #f1f1f1;
  }
	.prodetFeedback .ptForm .fbBot .yzm-box input {
    width: 100%;}
    .prodetFeedback .innerTit {
    font-size: 18px;
  }
  .prodetFeedback .ptForm .fbTop {
    margin-bottom: 10px;
}
  .prodetFeedback .ptForm .fbTop li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.prodetFeedback .ptForm .fbBot {
    margin-bottom: 15px;
}
.top-menu{ height:auto;}
.top-menu li {
    margin: 0 5px;
}
.i-product .tab-box li {
    width: 49%;
}
.i-product .tab-box li:nth-child(3n) {
    margin-right: 1.3%;
}
.i-product .tab-box li:nth-child(2n) {
    margin-right: 0;
}
.i-product .tab-box ul li .box h2 {
    font-size: 14px;
    padding: 20px 10px;
}
.prodet-page .prodet-top-box .column {
    width:100%;
}
.prodet-page .prodet-top-box .prodet-pic {
    padding-right: 0rem!important;
    width:100%;
}
.prodet-page .prodet-top-box .prodet-con .pro_tit {
    font-size: 20px;
}
.prodet-page .prodet-det-box .con-box table {
    display: block;
    width: 100%;
    overflow-x: scroll;
}
.recommend-product {
    margin: 20px 0;
}
.contact-page .c-list-box .column{width:100%;}
.contact-page .c-list-box img{display:none;}
.contact-page .c-list-box {
    padding: 30px 0;
}
.contactList h5 {
    font-size: 18px;
    margin-bottom: 20px;
}

.inner-page .inner-tit {
    font-size: 20px;
}
.recommend-product .piclist li {
    width: 48%;
    margin-right: 2.666%;
}
.recommend-product .piclist li:nth-child(2){ margin-right:0;}
.inner-page .sideBar .side-menu li .children{
    position: relative;
		left: auto;
    top: auto;
    width: 100%;
    z-index: 10;
    background: #485b6e;
    display: block;
}
	#index-body h2.h2 i {
    font-size:24px;
}
	#outerImageContainer{
	width: 100% !important;
	height: auto !important;
}

#outerImageContainer img{
	height: auto !important;
}
#imageDataContainer {
    width: 100% !important;
}
#imageData #bottomNav #bottomNavClose{
    z-index: 9999 !important; position:relative;
}
#lightbox{
    top: 35px !important;
}
	#footer .footer-top {
    margin-top: 0;
}
	.inner-page {
    padding: 30px 0;
}
	.contact-page .c-list-box .c-name {
    font-size: 20px;
    margin-bottom: 20px;
}
	.inner-page .grid-box .page-rightBar {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
}
}

.i-news2 .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;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: block;
}
.post-views-box {
  position: relative;
	margin: -66px 0 0 100px;
}
.newdet-page .post-views-box {
	margin: -50px 0 0 100px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../image/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}

.i-about-1 .video_layer {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	z-index: 998;
    background: rgba(0,0,0,.7);
}
.i-about-1 .i_video {
    width: 536px;
    height: 253px;
    top: 45%;
    left: 56%;
    margin: -250px 0 0 -400px;
    z-index: 9999;
}
.i_video, .video_layer {
    position: absolute;
    display: none;
}

