html {
  font-size: 50px;
}
a {
  text-decoration: none;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
a,
em,
img,
p,
dd,
dl,
dt,
ul,
li,
ol,
form,
label,
table,
td,
tr,
input {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.topnav {
  display: flex;
  height: 90px;
}
.topnav .logo {
  width: 275px;
  height: 73px;
  margin-top: 10px ;
}
.topnav .navlist {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.topnav .navlist li {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-top: 30px;
  margin-left: 20px;
}
.topnav .navlist li a {
  display: block;
  padding-left: 15px ;
  padding-right: 15px ;
}
.topnav .navlist li.on {
  border-bottom: #65c99c solid 5px;
}
.foot {
  display: flex;
  justify-content: space-between;
}
.foot .footlogo {
  text-align: left;
  flex: 1;
  margin-top: 46px;
  margin-bottom: 70px ;
}
.foot .footlist {
  width: 340px;
  text-align: left;
}
.foot .footlist span {
  display: block;
  height: 40px;
  line-height: 35px ;
  font-size: 23px;
  color: white;
  font-weight: lighter;
  margin-top: 40px ;
}
.foot .footlist li {
  color: #999999;
  font-size: 15px;
  line-height: 30px;
  display: flex;
}
.foot .footlist li::before {
  font-family: 'iconfont';
  content: "\e65e";
  width: 34px;
  height: 30px;
  display: block;
  color: #65c99c;
  font-size: 22px;
}
.foot .footlist :nth-child(3)::before {
  content: "\e8be";
  width: 34px;
}
.footbot {
  text-align: center;
  height: 36px;
  line-height: 36px;
  color: #010101;
  font-size: 25px;
}
.bg-green {
  background-color: #66bfa1;
}
.bg-greens {
  background-color: #d6faed;
}
.bg-grey {
  background-color: #efefef;
}
.bg-black {
  background-color: black;
}
.carousel-indicators .active {
  background-color: #66bfa1;
  width: 19px;
  height: 19px;
  border: none;
}
.carousel-indicators li {
  width: 18px;
  height: 18px;
  background-color: white;
  border: none;
  margin-left: 5px;
  margin-right: 5px;
}
.titlebox {
  text-align: center;
  width: 100%;
  float: left;
  color: #333333;
  font-size: 32px;
  font-weight: 900;
  margin-top: 40px;
  margin-bottom: 20px;
  background: url("../images/title.png") center 80px no-repeat;
  padding-bottom: 20px;
}
.titlebox span {
  text-align: center;
  width: 100%;
  float: left;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
}
.prddetail {
  display: flex;
  justify-content:center;
  text-align:center;
}
.prddetail .prdleft {
  width: 25%;
}
.prddetail .leftbox {
  width: 100%;
  text-indent: 20px;
  margin-bottom: 50px;
}
.prddetail .leftbox span {
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  display: block;
  color: #fff;
}
.prddetail .leftbox li {
  height: 40px;
  line-height: 50px;
  font-size: 20px;
  color: #999;
}
.prddetail .leftbox li a {
  color: #999;
  display: block;
}
.prddetail .leftbox li a:hover {
  background-color: whitesmoke;
}
.prddetail .prdright {
 width: 800px;

}
.prddetail .prdright .boxtit {
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  background-color: #efefef;
  text-indent: 20px;
  margin-bottom: 20px;
}
.addressbox {
  width: 100%;
  text-align: left;
  text-indent: 20px;
  margin-bottom: 50px;
}
.addressbox li {
  margin-top: 30px ;
}
.addressbox span {
  display: block;
  height: 50px;
  line-height: 50px ;
  font-size: 20px;
  color: white;
  font-weight: lighter;
  margin-top: 40px ;
}
.addressbox li {
  color: #999999;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}
.addressbox li::before {
  font-family: 'iconfont';
  content: "\e65e";
  width: 40px;
  height: 30px;
  display: block;
  color: #ddd;
  font-size: 24px;
  margin-right: 10px;
}
.addressbox :nth-child(3)::before {
  content: "\e8be";
  width: 34px;
  margin-right: 15px;
}
.myposition {
  height: 50px;
  text-align: left;
  line-height: 50px;
  font-size: 20px;
  margin-top: 20px ;
  margin-bottom: 30px;
  color: #a3a3a3;
}
.myposition .container {
  display: flex;
}
.myposition .container::before {
  width: 30px;
  display: block;
  content: "\e65f";
  font-family: 'iconfont';
  font-size: 30px;
  color: #999;
  line-height: 24px;
  margin-right: 5px;
  padding-top: 12px ;
}
.imglist {
  width: 100%;
  height: auto;
}
.imglist .taptit {
  width: 100%;
  font-size: 26px;
  color: #525252;
  display: flex;
  line-height: 90px;
  overflow: hidden;
  margin-top: 20px;
}
.imglist .taptit::before {
  width: 10px;
  height: 30px;
  display: block;
  background-color: #63cb9a;
  content: "";
  margin-right: 10px;
  border-radius: 5px;
  margin-top: 30px ;
  margin-bottom: 20px ;
}
.imglist .taptit span {
  font-size: 16px;
  flex: 1;
  text-align: right;
}
.imglist .tapimgbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.imglist .tapimgbox li {
  width: 22%;
  height: auto;
  margin-bottom: 30px;
}
.imglist .tapimgbox li img {
  width: 100%;
}
.imglist .tapimgbox li span {
  text-align: center;
  width: 100%;
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #4c4c4c;
}

.tapimgboxa {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  
}
.tapimgboxa li {
  width: 30%;
  height: auto;
  margin-bottom: 30px;
}
.tapimgboxa li:nth-child(3n+2),.tapimgboxa li:nth-child(3n+3){
  width: 30%;
  height: auto;
  margin-bottom: 30px;margin-left:5%;
}
.tapimgboxa li img {
  width: 100%;
}
.tapimgboxa li span {
  text-align: center;
  width: 100%;
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #4c4c4c;
}

.fenye {
  width: 100%;
  background: white;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  color: #000;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.fenye span {
  padding-left: 20px;
  padding-right: 20px;
}
.fenye .on {
  color: #66bfa1;
  font-weight: bolder;
}
.tapimgbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tapimgbox li {
  width: 22%;
  height: auto;
  margin-bottom: 30px;
}
.tapimgbox li img {
  width: 100%;
}
.tapimgbox li span {
  text-align: center;
  width: 100%;
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #4c4c4c;
}
.topimg {
  width: 100%;
  text-align:center;
}
.tapbox {
  width: 100%;
  background-color: #fff;
  height: auto;
  overflow: hidden;
}
.tapbox .swiper-slide {
  height: auto;
}
.tabs {
  width: 100%;
  height: 90px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  font-size: 26px;
  border-bottom: #f3f3f3 solid 1px;
  margin-bottom: 30px ;
}
.tabs li {
  width: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.tabs .active a {
  color: #66bfa1;
  border-bottom: 5px solid #66bfa1;
}
.tabs a {
  font-weight: normal;
  text-align: center;
  width: 130px;
  height: 90px;
  line-height: 90px;
  color: #666666;
  display: block;
}
.tab-content {
  width: 100%;
  height: auto;
  font-size: 26px;
  line-height: 30px;
}
