/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/core/bootstrap.min.css";

/* 公用样式 */
@import "../css/public.css";

/**{font-family: "微软雅黑" !important; }*/

/* main */
.main {
  width: 100%;
  overflow: hidden;
  padding: 15px 0;
  background-color: #fffbe0;
}
.indexMain {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* 甲田租赁 */
.lease {
  width: 36.796875%;
  float: left;
}
.leaseTitle {
  display: block;
  overflow: hidden;
  line-height: 41px;
  background: url(../images/title_bj2.jpg) repeat-x left center;
}
.leaseTitle>span {
  width: 140px;
  float: left;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: url(../images/title_bj.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.leaseTitle>a {
  float: right;
  line-height: 35px;
  margin-right: 20px;
/*  font-family: SimSun;*/
  font-size: 14px;
  margin-top: 6px;
  color: #0d0d0d;
}
.leaseTitle>a:hover {
  color: #f00;
  text-decoration: underline;
}
.leaseImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.leaseImg::before {
  content: "";
  display: block;
  padding-top: 29.2994%;
}

@media (max-width: 991px) {
  .lease {
    width: 33.796875%;
  }
}

@media (max-width: 767px) {
  .lease {
    width: 100%;
    margin-top: 10px;
  }
}

/* 二手专区 */
.cp {
  width: 36.796875%;
  float: left;
  background-color: #f0f0f0;
}
.cpList {
  display: block;
  overflow: hidden;
  padding: 8px 3% 0 3%;
}
.cpList>li {
  width: 31.33333%;
  float: left;
  margin: 0 1%;
}
.cpList>li .cpImg {
  width: 100%;
  overflow: hidden;
  border: 1px solid #cdcdcd;
  position: relative;
  background-color: #fff;
}
.cpList>li .cpImg::before {
  content: "";
  display: block;
  padding-top: 72.1805%;
}
.cpList>li .cpTxt {
  display: block;
  overflow: hidden;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #111;
  text-align: center;
}
.cpList>li:hover .cpImg {
  border-color: #f00;
}
.cpList>li:hover .cpTxt {
  color: #f00;
}

@media (max-width: 991px) {
  .cp {
    width: 33.796875%;
  }
  .cpList>li {
    width: 48%;
  }
  .cpList>li:last-child {
    display: none;
  }
}

@media (max-width: 767px) {
  .cp {
    width: 100%;
    margin-top: 10px;
  }
}

/* 资讯中心 */
.news {
  width: 24.140625%;
  float: right;
  background-color: #f0f0f0;
}
.newsList {
  display: block;
  overflow: hidden;
  padding: 8px 18px 10px 18px;
}
.newsList>li {
  display: block;
  overflow: hidden;
  line-height: 30px;
}
.newsList>li>span {
  float: right;
/*  font-family: SimSun;*/
  font-size: 14px;
  color: #2a2a2a;
}
.newsList>li>a {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #2a2a2a;
  position: relative;
  padding-left: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsList>li>a::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid #4c4c4c;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.newsList>li>a:hover {
  color: #f00;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .news {
    width: 30.140625%;
  }
}

@media (max-width: 767px) {
  .news {
    width: 100%;
    margin-top: 10px;
  }
}

/* 最新产品 */
.zxcp {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.zxcpContect {
  display: block;
  overflow: hidden;
  padding: 12px 20px 0 20px;
  background-image: linear-gradient(#e1e0de, #fff);
}
.zxcpSwiper .swiper-slide .zxcpImg {
  width: 100%;
  overflow: hidden;
  border: 1px solid #cfcfcf;
  background-color: #fff;
  position: relative;
}
.zxcpSwiper .swiper-slide .zxcpImg::before {
  content: "";
  display: block;
  padding-top: 78.9157%;
}
.zxcpSwiper .swiper-slide .zxcpTxt {
  display: block;
  overflow: hidden;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #111;
}
.zxcpSwiper .swiper-slide:hover .zxcpImg {
  border-color: #f00;
}
.zxcpSwiper .swiper-slide:hover .zxcpTxt {
  color: #f00;
}
/* END-main */

/* 关于甲田 */
.mainLeft {
  width: 210px;
  float: left;
}
.leftMenu {
  width: 100%;
  float: left;
}
.menuTitle {
  display: block;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  background: url(../images/title_bj2.jpg) repeat-x left top;
  background-size: 100% 100%;
}
.menuTitle>span {
  width: 120px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  float: left;
  background: url(../images/title_bj.jpg) no-repeat center top;
  background-size: 100% 100%;
}

.menuList {
  display: block;
  overflow: hidden;
  transition: initial;
  background-image: linear-gradient(#e1e0de, #fff);
}
.menuList>li {
  display: block;
  overflow: hidden;
  margin-top: 7px;
}
.menuList>li>a {
  display: block;
  overflow: hidden;
  padding: 0 10px;
  background: url(../images/jtfl-qh1.jpg) repeat-x left center;
}
.menuList>li>a>span {
  display: block;
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #010101;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px 0 20px;
  position: relative;
  background: url(../images/add.png) no-repeat left center;
}
.menuList>li>a>span::after {
  content: "";
  width: 0;
  height: 0;
  border-right: 4px solid #fe0007;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.menuList>li:hover>a>span,
.menuList>li.menuActive>a>span {
  color: #f00;
}

.lxwmTitle {
  margin-top: 7px;
  display: block;
  overflow: hidden;
  background-color: #000;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.lxwmTitle>span {
  display: block;
  overflow: hidden;
  background-color: #FF0;
  color: #f00;
  line-height: 30px;
  font-size: 16px;
}
.lxwmTxt {
/*	font-family: 宋体;*/
  display: block;
  overflow: hidden;
  background-image: linear-gradient(#e1e0de, #fff);
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  padding: 10px;
  letter-spacing: 1px;
}

.mainRight {
  width: 1050px;
  float: right;
}
.dqwzTitle {
  width: 100%;
  float: left;
  background: url(../images/title_bj2.jpg) repeat-x left center;
  background-size: 100% 100%;
}
.dqwzName {
  width: 120px;
  float: left;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: url(../images/title_bj.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.dqwzNav {
  float: right;
  font-size: 14px;
  color: #000;
  padding: 8px 10px 0 0;
}
.dqwzContect {
  width: 100%;
  float: left;
  background-image: linear-gradient(#e1e0de, #fff);
}
.company {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #000;
  padding: 10px;
  line-height: 26px;
  font-size: 16px;
}
.company table{
    width: 100% !important;
	height: auto !important;
	border-collapse:collapse !important;
}
.company table td{
  border: 1px #ccc solid !important;
}
.company p ,.company span{

  line-height: 30px !important;

}
.companyTitle {
  display: block;
  overflow: hidden;
  font-weight: bold;
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-bottom: 30px;
}
.company img {
  /*display: block;*/
  max-width: 100%;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 1360px) {
  .mainLeft {
    width: 17%;
  }
  .mainRight {
    width: 81%;
  }
}

@media (max-width: 1200px) {
  .mainLeft {
    width: 20%;
  }
  .mainRight {
    width: 78%;
  }
}

@media (max-width: 991px) {
  .mainLeft {
    width: 29%;
  }
  .mainRight {
    width: 69%;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .mainLeft {
    width: 100%;
  }
  .leftMenu {
    margin: 0;
  }
  .menuTitle {
    width: calc(100% + 40px);
    text-align: left;
    margin-left: -20px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #000;
    position: relative;
    background: #ffdd00;
  }
  .menuTitle::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menuList {
    display: none;
  }
  .menuList>li {
    margin-top: 3px;
  }

  .mainRight {
    width: 100%;
  }
  .dqwzContect {
    padding: 15px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
  .companyTitle {
    margin-bottom: 10px;
  }
.company p ,.company span , .company strong{

  font-size: 14px !important;
  line-height: 26px !important;

}
}
/* END-关于甲田 */

/* 甲田产品 */
.menuChildList {
  display: block;
  overflow: hidden;
  padding: 5px 0 0 20px;
}
.menuChildList>li {
  display: block;
  overflow: hidden;
  line-height: 1.2;
  margin: 5px 0;
  padding-left: 20px;
  background: url(../images/jtfl-tb.jpg) no-repeat left center;
}
.menuChildList>li>a {
  color: #000;
  font-size: 13px;
}
.menuChildList>li>a:hover ,.menuChildList>li>a.on{
  color: #f00;
  text-decoration: underline;
}

.cpMain {
  padding: 10px;
}
.cpMain .mainRight {
  width: calc(100% - 210px);
  padding-left: 10px;
}

.proList {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 1%;
}
.proList>li {
  width: 23%;
  float: left;
  margin: 0 1% 2% 1%;
  border-bottom: 1px solid #c1c1c1;
}
.proList>li .proImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #cecece;
  background-color: #fff;
}
.proList>li .proImg::before {
  content: "";
  display: block;
  padding-top: 75.74124%;
}
.proList>li .proBox {
  display: block;
  overflow: hidden;
}
.proList>li .proBox .proTitle {
  display: block;
  overflow: hidden;
  line-height: 50px;
  border-bottom: 1px solid #c1c1c1;
  font-size: 16px;
  color: #272727;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.proList>li .proBox .proTxt {
  display: block;
  overflow: hidden;
  line-height: 24px !important;
  font-size: 14px;
  color: #666;
  padding: 6px 0;
	height: 105px !important;
}
.proList>li .proBox .proTxt p ,.proList>li .proBox .proTxt font{
/*  font: 14px Arial, "Microsoft YaHei", SimHei, SimSun !important;*/
  font-size: 14px !important;
  color: #666 !important;
  line-height: 24px !important;
}
.proList>li:hover .proImg {
  border-color: #f00;
}
.proList>li:hover .proBox .proTitle {
  color: #f00;
}

.cpxq {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 20px;
}
.cpxqLeft {
  width: calc(60% - 20px);
  float: left;
}
.cpxqTitle {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #1f1f1f;
  font-weight: bold;
  padding: 5px 0;
  margin-bottom: 20px;
}
.cpxqTxt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #262626;
}
.cpxqTxt p{
	line-height: 24px !important;
}

.cpxqRight {
  width: calc(40% - 20px);
  float: right;
}
.cpxqSwiper {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
	border: 1px #ccc solid;
}
.cpxqSwiper .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 73.027523%;
}
.cpxqNavSwiper {
  width: 100%;
  margin-top: 10px;
}
.cpxqNavSwiper .swiper-slide {
  cursor: pointer;
  border: 1px solid #fff;
}
.cpxqNavSwiper .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 73.027523%;
}
.cpxqNavSwiper .swiper-slide-thumb-active {
  border: 1px solid #ffdd00;
}

.cpxqSwipers {
  width: 50%;
  overflow: hidden;
/*  background-color: #fff;*/
}
.cpxqSwipers .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 73.027523%;
}
.cpxqNavSwipers {
  width: 50%;
  margin-top: 10px;
}
.cpxqNavSwipers .swiper-slide {
  cursor: pointer;
  border: 1px solid #fff;
}
.cpxqNavSwipers .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 73.027523%;
}
.cpxqNavSwipers .swiper-slide-thumb-active {
  border: 1px solid #ffdd00;
}

.cpxqSubNav {
  width: 100%;
  float: left;
  margin-top: 40px;
}
.cpxqSubNav>li {
  width: 92px;
  float: left;
  margin-right: 20px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #e04624;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
}
.cpxqSubNav>li.cpxqSubActive {
  background-image: linear-gradient(#fd795d, #e04624);
  color: #fff;
}
.cpxqContect {
  width: 100%;
  float: left;
  border: 1px solid #e04624;
  padding: 15px;
}
.cpxqContect>div {
  display: none;
}
.cpxqContect>div div{
  /*width: auto !important;*/
}
.cpxqContect>div ul{
  width: auto !important;
}
.cpxqContect>div img{
  max-width: 100% !important;
	height: auto !important;
}
.cpxqContect>div:first-child {
  display: block;
}
.cpxqContect>div table{
/*  max-width: 100% !important;
	height: auto !important;*/
	border-collapse:collapse !important;
}
.cpxqContect>div table td{
  border: 1px #ccc solid !important;
}
.cpxqContect>div:first-child{
  max-width: 100%;
  overflow-x: auto;
}



@media (max-width: 1360px) {
  .cpMain .mainRight {
    width: 81%;
    padding-left: 0;
  }
}

@media (max-width: 1200px) {
  .cpMain .mainRight {
    width: 78%;
  }
}

@media (max-width: 991px) {
  .cpMain .mainRight {
    width: 69%;
  }
  .proList>li {
    width: 31.33333%;
  }
}

@media (max-width: 767px) {
  .cpMain .mainRight {
    width: 100%;
  }
  .proList {
    padding: 0 1%;
  }
  .proList>li {
    width: 48%;
  }
  .proList>li .proBox .proTitle {
    line-height: 40px;
  }

  .cpxq {
    padding: 0 10px;
  }
  .cpxqLeft {
    width: 100%;
    padding: 10px 0;
  }
  .cpxqTitle {
    padding: 0;
    margin-bottom: 10px;
  }
  .cpxqRight {
    width: 100%;
  }
  .cpxqSubNav {
    margin-top: 10px;
  }

  .cpxqSwipers {
    width: 100%;
  }
  .cpxqNavSwipers {
    width: 100%;
  }
/*  .cpxqContect>div table{
    max-width: initial !important;
  width: auto !important;
  height: auto !important;
}*/
.cpxqContect>div table td{
  font-size: 12px !important;
}




.cpxqContect {
  padding: 5px;
}
}
/* END-甲田产品 */

/* 资讯中心 */
.dqwzContect .newsList>li {
  padding: 5px 20px;
  border-bottom: 1px dashed #ccc;
}

.xwxq {
  display: block;
  overflow: hidden;
  padding: 0 30px;
}
.xwxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 26px;
  margin: 15px 0;
}
.xwxqTime {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #000;
  line-height: 25px;
}
.xwxqTime>a {
  color: #000;
  margin: 0 20px;
}
.xwxqTime>a:hover {
  color: #f00;
  text-decoration: underline;
}
.xwxqContect {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  text-align: justify;
  margin-top: 25px;
  background-color: #fff;
  padding: 15px;
}
.xwxqContect img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .dqwzContect .newsList {
    padding: 0;
  }
  .xwxq {
    padding: 0 10px;
  }
  .xwxqTitle {
    margin: 10px 0;
  }
  .xwxqTime {
    font-size: 13px;
  }
  .xwxqTime>a {
    margin: 0 10px;
  }
  .xwxqContect {
    margin-top: 15px;
    padding: 10px;
  }
}
/* END-资讯中心 */

/* 联系我们 */
.contact {
  display: block;
  overflow: hidden;
  padding: 20px;
}
.contactTxt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 26px;
}
.contactTxt table{
  max-width: 100%;
	height: auto;
}
.contactMap {
  width: 100%;
  overflow: hidden;
  height: 500px;
  border: none;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .contact {
    padding: 0 10px;
  }
  .contactTxt {
    font-size: 14px;
    line-height: 24px;
  }
  .contactMap {
    margin-top: 10px;
    height: 300px;
  }
	.contactTxt table{
  width: 100%;
	height: auto;
}
}
/* END-联系我们 */