﻿@import url('css2-Poppins_swap.css'); 




.service_one a:hover {
  text-indent: 10px;
}

.service_one .right a:hover {
  background: #77b917;
  color: white;
}

.service_two {
  width: 100%;
  padding: 5rem 0 0;
  background: #32373d;
}

.service_two h6 {
  font-size: 1.1rem;
  color: white;
  line-height: 2rem;
  padding-bottom:.5rem
}

.service_two h6 a {
  float: right;
  color: #77b917;
}

.tknews {
  width: 100%;
  background: white;
  overflow: hidden;
}

.tknews .left {
  width: 50%;
  margin-top: 20px;
}

.tknews .left img {
  width: 100%;
}

.tknews .right {
  width: 50%;
  padding-top: 20px;
}

.tknews .right li {
  width: 85%;
  padding-right: 20px;
  margin-bottom: 25px;
  float: right;
  position: relative;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 2rem;
}

.tknews .right li::before {
  display: block;
  content: "";
  width: 0;
  height: 4px;
  background: #77b917;
  position: absolute;
  left: -60px;
  top: 5px;
  transition: all .2s;
}

.tknews .right a {
  display: block;
  margin-bottom: 5px;
  transition: all .2s;
}

.tknews .right a:hover {
  color: #77b917;
}

.tknews .right p {
  color: #808080;
}

.tkbottom {
  width: 100%;
  min-height: 300px;
  position: relative;
  margin-top: 30px;
}

.tkbottom h6 {
  font-size: 1.8rem;
  color: white;
  font-family: "Poppins";
}

.tkbottom p {
  color: #a0a0a0;
  width: 49%;
  min-width: 300px;
}

.tkbottom img {
  width: 50vw;
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 769px;
  height: auto;
}

.service_p3, .service_p4 {
  overflow: hidden;
  margin: 5rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.service_p3 .left, .service_p4 .left {
  width: 59%;
  min-width: 300px;
}

.service_p3 .tit, .service_p4 .tit {
  color: #333333;
  line-height: 2.5rem;
}

.service_p3 span, .service_p4 span {
  font-family: "Poppins";
  font-size: 1.5rem;
}

.service_p3 .tit a, .service_p4 .tit a {
  float: right;
}

.service_p3 .tit a:hover, .service_p4 .tit a:hover {
  color: #77b917;
}

.service_p3 h3, .service_p4 h3 {
  font-size: 1.1rem;
  line-height: 2rem;
  margin-top: 20px;
  color: #77b917;
}

.service_p3 h3 a, .service_p4 h3 a {
  color: #77b917;
}

.service_p3 .right, .service_p4 .right {
  width: 39%;
  min-width: 300px;
  margin-top:40px
}
.service_p3 .right img,.service_p4 .right img{width: 100%;height:auto}
.service_p4 {
  margin: 0 auto;
}

.service_p4 dt {
  float: left;
}

.service_p4 dd {
  float: right;
}

.faq_que {
  width: 100%;
  height: 300px;
  box-sizing: border-box;
  padding-top: 90px;
  background: url("../image/bg_search.jpg");
}

.faq_wrap .tit {
  font-size: 1.8rem;
  color: #333333;
  margin: 1rem;
}

div.faqlist {
  background: #ffffff;
  margin-bottom: 5rem;
}

div.faqlist dl {
  width: 100%;
  color: #333333;
  padding: 0 3rem;
  box-sizing: border-box;
  transition: all .2s;
}

div.faqlist dl * {
  transition: all .2s;
}

div.faqlist dl dt {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

div.faqlist dl dd {
  width: 100%;
  display: none;
}

div.faqlist dl dd span {
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 40px 0 0;
  padding: 20px 0;
  border-top: 1px solid white;
}

div.faqlist dl dd a.con {
  display: inline-block;
  float: right;
  color: #77b917;
  border: 1px solid #77b917;
  padding: 0 40px;
  border-radius: 4px;
  transition: all .2s;
}

div.faqlist dl dd a.con:hover {
  background: #77b917;
  color: white;
}

div.faqlist dl p {
  font-size: 15px;
  line-height: 30px;
}

div.faqlist dl p a {
  border-bottom: 1px dashed;
  transition: all .2s;
}

div.faqlist dl p a:hover {
  border-color: #77b917;
  color: #77b917;
}

div.faqlist dl:after {
  display: block;
  content: "";
  clear: both;
}

div.faqlist dl:hover {
  box-shadow: 0 0 2px 2px #c7c7c7;
  background: #f5f5f5;
}

div.faqlist dl:hover dt {
  color: #77b917;
  border-bottom-color: #77b917;
  margin-bottom: 40px;
}

div.faqlist dl:hover dd {
  display: block;
}

div.faqlist .pagenum {
  margin-top: 40px;
}

ul.faqlist {
  width: 100%;
  background: white;
  padding: 0 3rem;
  margin-bottom: 5rem;
  box-sizing: border-box;
}

ul.faqlist li {
  width: 100%;
  font-size: 1rem;
  line-height: 2rem;
  border-bottom: 1px solid #eee;
}

ul.faqlist li:last-child {
  border: none;
}

ul.faqlist a {
  color: #333;
  display: block;
  transition: all .2s;
  padding: 15px 0;
}

ul.faqlist a:hover {
  color: #77b917;
}

.service_introduce {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.service_introduce dl {
  width: 49%;
  min-width:300px;
  box-sizing: border-box;
  padding: 1rem;
  color: white;
  margin-bottom: 40px;
  position: relative;
  background: url("../image/ser_intro_1.jpg") center;
  background-size: cover;
}

.service_introduce dl:nth-child(2) {
  background: url("../image/ser_intro_2.jpg") center;
  background-size: cover;
}

.service_introduce dl:nth-child(3) {
  background: url("../image/ser_intro_3.jpg") center;
  background-size: cover;
}

.service_introduce dl:nth-child(4) {
  background: url("../image/ser_intro_4.jpg") center;
  background-size: cover;
}

.service_introduce dt {
  font-size: 1.8rem;
  font-family: "Poppins";
  margin-bottom: 10px;
}

.service_introduce dd {
  line-height: 2rem;
}

.service_introduce a {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  background: #77b917;
  position: absolute;
  right: 0;
  bottom: 0;
}

.service_introduce a::before {
  margin-right: 5px;
}

.call_center {
  width: 100%;
  padding: 60px 0;
  margin: 5rem 0 0;
  text-align: center;
  color: white;
  background: url("../image/bg_5.jpg") center fixed;
}

.call_center dl {
  width: 100%;
  margin-bottom: 30px;
}

.call_center dl dt {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid white;
  margin: 0 auto;
 display: flex;
 justify-content: center;
 align-items: center;
}

.call_center dl dd {
  font-size: 1.2rem;
}

.call_center dl span {
  display: block;
  font-size: 1.8rem;
  margin: 20px 0 10px;
}

.call_center .container > a {
  display: inline-block;
  border: 1px solid white;
  color: white;
  line-height: 2rem;
  font-size: 1rem;
  padding: 5px 10px;
  text-align: center;
  margin: 0 10px 1rem;
  transition: all .2s;
}

.call_center .container > a:hover {
  border-color: #77b917;
  background: #77b917;
}

.service_principles {
  margin: 40px 0 -40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.service_principles dl {
  width: 49%;
  min-width: 300px;
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-around;
}

.service_principles dl * {
  transition: all .2s;
}

.service_principles dl:hover dt i, .service_principles dl:hover dt span {
  color: #77b917;
}

.service_principles dt {
  width: 25%;
  height: 100%;
  text-align: center;
}

.service_principles dt i {
  display: block;
  width: 70px;
  height: 60px;
  line-height: 70px;
  margin: 20px auto 10px;
  font-size: 30px;
  color: #333;
}

.service_principles dd {
  width: calc(100% - 150px);
  display: flex;
  align-items: center;
  border-left: 1px solid #ccc;
  padding: 0 10px;
  box-sizing: border-box;
}

.tkcopy dt {
  display: flex;
  justify-content: center;
  align-items: center;
}

.service_accessories a:hover {
  text-indent: 50px;
}

.service_accessories a:hover i {
  width: 0;
}

.parts_list {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.parts_list dl {
  width: 280px;
  height: 260px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-bottom: 20px;
  transition: all .2s;
}

.parts_list dl * {
  transition: all .2s;
}

.parts_list dl:hover dt img {
  transform: scale(1.05);
}

.parts_list dl:hover dd {
  color: #77b917;
}

.parts_list dt {
  width: 278px;
  height: 218px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}

.parts_list dt img {
  width: 100%;
}

.parts_list dd {
  text-align: center;
  line-height: 38px;
  color: #333333;
  text-transform: capitalize;
}

.turnkey h5 {
  width: 100%;
  font-family: "Poppins";
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: white;
  border: none;
}

.turnkey h5:after {
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background: white;
  margin-top: 10px;
}

.turnkey h5.center {
  text-align: center;
}

.turnkey h5.center:after {
  margin: 10px auto 0;
}

.tk01 dl:nth-child(2n) {
  flex-direction: row-reverse;
}

.tk02 {
  padding: 40px 0;
  background: #4b78ea;
}

.tk02 .service_principles {
  margin: 0 auto;
  color: white;
}

.tk02 .service_principles dl {
  border-color: white;
}

.tk02 .service_principles dl dd {
  border-left-color: white;
}

.tk02 .service_principles dl dd p {
  color: white;
}

.tk03 {
  background: #32373d;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.tk03 dt {
  width: 50%;
  min-width: 300px;
  overflow: hidden;
  padding-top: 3rem;
}
.tk03 dt img{width:100%; height:auto}

.tk03 dd {
  width:calc(50% - 160px);
  min-width: 300px;
  display: flex;
  align-items: center;
  margin:0 80px;
}

.tk03 ul {
  width: 100%;
}

.tk03 ul li {
  width: 100%;
  margin-bottom: 40px;
}

.tk03 ul li span, .tk03 ul li span > a {
  color: white;
  font-size: 1.5rem;
  display: block;
  transition: all .2s;
}

.tk03 ul li span:hover, .tk03 ul li span > a:hover {
  color: #77b917;
}

.tk03 ul li p {
  color: #808080;
}

.tk03 ul li p a {
  color: #77b917;
}

.tk04 {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.tk04 dl {
  width: 50%;
  min-width: 300px;
  background: #5eacd9;
}

.tk04 dl:hover dt img {
  transform: scale(1.05);
}

.tk04 dt {
  width: 100%;
  overflow: hidden;
}

.tk04 dt img {
  width: 100%;
  transition: all .2s;
  height: auto;
}

.tk04 dd {
  margin:1rem;
}

.tk04 dd p {
  margin: 20px auto 30px;
  color: white;
}

.tk04 dd a {
  color: white;
  border: 1px solid white;
  border-radius: 20px;
  transition: all .2s;
  display: block;
  width: 130px;
  text-align: center;
  line-height: 2rem;
  font-size: 1rem;
  margin: 0 auto;
}

.tk04 dd a:hover {
  background: white;
  color: #5eacd9;
}



h5 {
  width: 100%;
  font-size: 1.5rem;
  font-family: "Poppins";
  color: #333;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 2.5rem;
  line-height: 2.5rem;
  position: relative;
  transition: all .2s;
  padding-bottom: 10px;
}

h5 a {
  float: right;
  color: #ccc;
  font-size: 1rem;
  font-family: "Arial";
  transition: all .2s;
}

h5 a:hover {
  color: #77b917;
}

h5 span {
  display: block;
  height: 2px;
  width: 220px;
  position: absolute;
  bottom: 0;
  background: #77b917;
}

h5 span:before {
  display: block;
  content: "";
  width: 50%;
  height: 2px;
  background: #333333;
  transition: all .2s;
}

h5:hover {
  color: #77b917;
  border-color: #77b917;
}

h5:hover span:before {
  width: 0;
}

.cgp1 {
  margin: 5rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.cgp1 > div:first-child {
  width: 64%;
  min-width: 300px;
}

.cgp1 > div:last-child {
  width: 34%;
  min-width:300px
}

.cgp1 h3, .cgp2 h3 {
  font-size: 1.1rem;
  line-height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cgp1 a:hover, .cgp2 a:hover {
  color: #77b917;
}

.cgp1 time, .cgp2 time {
  display: block;
  margin: 5px 0 10px;
  font-size: 1rem;
}

.cgp1 time, .cgp1 p, .cgp2 time, .cgp2 p {
  color: #808080;
}

.cg01 {
  width: 100%;
}

.cg01 dl {
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.cg01 dt {
  width: 220px;
  margin-bottom: 1rem;
}

.cg01 dt img {
  width: 100%;
}

.cg01 dd {
  width: calc(100% - 240px);
  min-width:300px;
}

.cg02 {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 1rem;
}

.cg02 dl {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.cg02 dl:last-child {
  margin-bottom: 0px;
}

.cg02 dl:hover img {
  transform: scale(1.05);
}

.cg02 dl:hover dd {
  background: rgba(0, 0, 0, 0.7);
}

.cg02 dt, .cg02 img, .cg02 dd {
  width: 100%;
  transition: all .2s;
}

.cg02 dt {
  width: 100%;
  height: 100%;
}

.cg02 dd {
  position: absolute;
  bottom: 0;
  color: white;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  line-height: 2rem;
  font-size: 1rem;
  padding: 0.5rem 0;
}

.cgp2{display: flex;flex-wrap: wrap;justify-content: space-around;}

.cgp2 > div {
  width: 49%;
  min-width:300px
}

.cgp2 ul {
  width: 100%;
}

.cgp2 p {
  margin-bottom: 25px;
}

.vguide {
  margin: 5rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.vguide .left {
  width: 49%;
  min-width:300px;
  background: #77b917;
  margin-bottom: 2rem;
}

.vguide .left iframe {
  width: 100%;
  height: 100%;
}

.vguide .right {
  width: 49%;
  min-width: 300px;
  margin-bottom: 2rem;
}

.vguide .right h5 {
  border: none;
}

.vguide .right a:hover {
  color: #77b917;
}

.vguide .right dl {
  width: 100%;
  margin-bottom: 30px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.vguide .right dl:hover dt:after, .vguide .right dl.on dt:after {
  opacity: 1;
}

.vguide .right dl:hover dd h3, .vguide .right dl.on dd h3 {
  color: #77b917;
}

.vguide .right dt {
  width: 170px;
  height: 100px;
  float: left;
  position: relative;
  margin-bottom: 1rem;
}

.vguide .right dt img {
  width: 100%;
}

.vguide .right dt::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #77b917;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .2s;
}

.vguide .right dd {
  width: calc(100% - 190px);
  min-width:300px
}

.vguide .right p {
  margin: 3px auto;
}

.vguide .right p, .vguide .right time {
  color: #808080;
}

@media screen and (max-width:1255px) {
  .tkbottom img{width: 50vw;}
}
@media screen and (max-width:900px) {
  .tknews .left{display: none;}
  .tknews .right{width: 100%;}
  .service_principles dt{display: none;}
  .service_principles dd{min-width: 300px;border-left: none;}
}
@media screen and (min-width:769px){
    .tknews .right li:hover::before,.tknews .right li.on::before {width: 40px;}
}
@media screen and (max-width:560px) {
  ul.faqlist{padding:0 1rem}
}
