/* 初始化页面属性 */

@charset "utf-8";

* {
  padding: 0;
  margin: 0;
  border: none;
  list-style: none;
  text-decoration: none;
  font-family: "Microsoft YaHei";
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -khtml-box-sizing: border-box;
}

em,
i {
  font-style: normal;
}

a {
  cursor: pointer;
  color: #000;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

body {
  text-align: left;
  margin: 0 auto;
}

img {
  display: block;
}

input,
textarea,
button {
  display: block;
  outline: none;
  border: none;
  cursor: pointer;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.b_con {
  width: 1680px;
  margin: 0 auto;
}
.zixun-line{
  width: 100%;
  height: 40px;
  font-size: 16px;
  color:#fff;
  background: #1C5DB9;
}
.zixun-line .tl-box{
  width: 1200px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  position: relative;

}
.zixun-line .tl-box .rig-li{
  display: flex;
  justify-content: space-between;
  align-items: center;

  cursor:pointer;
}
.zixun-line .tl-box .rig-li .icon{
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
.zixun-line .tl-box .lang-choose {
  display: none;
  position: absolute;
  top: 40px;
  right: -10px;
  z-index: 100;
  flex-direction: column;
  border: 1px solid #eee;
  background: #fff;
  width: 80px;
}
.zixun-line .tl-box .lang-choose.active {
  display: block;
}
.zixun-line .tl-box .lang-choose div{
  /*display: none;*/
  color:#1C5DB9;
  background: #fff;
  font-size: 14px;
  text-align: center;
  cursor:pointer;
}

.zixun-line .tl-box .lang-choose div:hover{
  color:#fff;
  background: #497DC6;
}
.zixun-line .tl-box .lang-choose div a:hover{
  color:#fff;

}
.zixun-line .tl-box div{
  line-height: 40px;

}
.top-tit{
  font-size: 14px;
  color: #999;
}
header {
  width: 100%;
  height: 90px;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.5);
}

header .container {
  display: flex;
  justify-content: space-between;
  background: #fff;
}

header .container .logo {
  height: 42px;
  margin: auto 0;
}

header .container .logo img {
  height: 100%;
}

header .container .nav ul {
  display: flex;
  height: 80px;
  width: 800px;
  display: flex;
  justify-content: space-between;
}

header .container .nav ul li {
  /*width: 130px;*/
  text-align: center;
}

header .container .nav ul li a {
  font-size: 18px;
  color: black;
  line-height: 60px;
  font-weight: bold;

}

header .container .nav ul li.active a {
  color: #497DC6;
}
header .nav ul .weixiu{
  position: relative;
}
header .nav ul .weixiu .active_li1_zh{
  display: none;
  position: absolute;
  top:80px;
  right: -20px;
  z-index: 100;
  flex-direction:column;
  border: 1px solid #eee;
  background: #fff;
  width: 120px;
}
header .nav ul .weixiu .active_li1_zh .w-list{
  display: flex;
  flex-direction:column;
}
header .nav ul .weixiu .active_li1_zh a{
  color:#497DC6;
  font-size: 16px;
  text-align: center;
  height: 35px;
  line-height: 35px;
}
header .nav ul .weixiu .active_li1_zh a:hover{
  color:#fff;
  background: #497DC6;
}
header .nav ul .weixiu:hover .active_li1_zh{
  display: block
}




header .nav ul .weixiu .active_li1{
  display: none;
  position: absolute;
  top:80px;
  right: -20px;
  z-index: 100;
  flex-direction:column;
  border: 1px solid #eee;
  background: #fff;
  width: 150px;

}
header .nav ul .weixiu .active_li1 .w-list{
  display: flex;
  flex-direction:column;
}
header .nav ul .weixiu .active_li1 a{
  color:#497DC6;
  font-size: 16px;
  text-align: center;
  height: 35px;
  line-height: 35px;
}
header .nav ul .weixiu .active_li1 a:hover{
  color:#fff;
 background: #497DC6;
}
header .nav ul .weixiu:hover .active_li1{
  display: block
}

/* 顶部轮播 */
.ind-box1 {
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 1440px) {
  .ind-box1 {
    height: 680px;
  }
}

.ind-box1 .swiper1 {
  width: 100%;
  height: 100%;
}

.ind-box1 .swiper1 .swiper-slide {
  width: 100%;
  height: 100%;
}

.ind-box1 .swiper1 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ind-box1 .swiper1 .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #b1adaa;
  margin: 0 6px;
}

.ind-box1 .swiper1 .swiper-pagination-bullet-active {
  background-color: #fff;
}

/* 关于我们 */
.ind-box {
  padding: 90px 0;
}

.ind-box a.more {
  display: block;
  width: 150px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #b48847;
  background-color: #b48847;
  font-size: 18px;
  color: #fff;
  line-height: 38px;
  text-align: center;
}
.ind-box2{
  height: 120px;
}
.ind-box2 .container {
  display: flex;
  justify-content: space-between;
}
.ind-box2 .container .content{
  display: flex;
  justify-content: space-between;
  width: 980px;
  align-items: center;


}
.ind-box2 .container .content .in-box{
  width: 280px;
  border-bottom: 1px solid #c0c5cb;
  height: 35px;


}
.ind-box2 .container .content .in-box{
  font-size: 16px;
}
.ind-box2 .container .content .in-box .select{
  font-size: 16px;
  width: 280px;
  height: 30px;
}
.ind-box2 .container .search-button{
  width: 170px;
  height: 60px;
  background: #FF6600;
  color:#fff;
}
.ind-box2 .le {
  width: 580px;
  padding-top: 30px;
}

.ind-box2 .le h3 {
  font-size: 38px;
  color: #262626;
}

.ind-box2 .le .eng {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}

.ind-box2 .le .article {
  max-height: 220px;
  margin: 30px 0;
  font-size: 17px;
  color: #4c4c4c;
  line-height: 32px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.ind-box2 .le .article p {
  font-size: 17px;
  color: #4c4c4c;
  line-height: 32px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.ind-box2 .rig {
  width: 570px;
  height: 400px;
}

.ind-box2 .rig .info {
  display: flex;
}

.ind-box2 .rig .info a.text {
  display: block;
  width: 285px;
  height: 200px;
  padding: 50px 0 0 50px;
}

.ind-box2 .rig .info .pic {
  width: 285px;
  height: 200px;
}

.ind-box2 .rig .info .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ind-box2 .rig .info:nth-of-type(1) a.text {
  background-color: #b48847;
}

.ind-box2 .rig .info:nth-of-type(2) a.text {
  background-color: #d9283a;
}

.ind-box2 .rig .info a.text h4 {
  font-size: 24px;
  color: #fff;
}

.ind-box2 .rig .info a.text .eng {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}

.ind-box2 .rig .info a.text .iconfont {
  font-size: 32px;
  color: #fff;
  margin-top: 20px;
}


/* 产品中心 */
.ind-box3 {
  background-color: #f2f2f2;
  padding: 90px 0;
}
.ind-box3 .top-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px ;
}
.ind-box3 .top-box .le{
  font-size: 30px;
  font-weight: bold;
}
.ind-box3 .top-box .rig{
  font-size: 18px;
  font-weight: bold;
}
.ind-box3 .con-box{
  display: flex;
  flex-wrap:wrap;
}

.ind-box3 .car-box{
  background: #fff;
  width: 380px;
  height: 470px;
  margin-right: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction:column;
}

.ind-box3 .car-box:nth-child(3n){
  margin-right: 0;
}
.ind-box3 .car-box .pic {
  width: 380px;
  height: 260px;
}
.ind-box3 .car-box .pic img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.ind-box3 .car-box  .i-bb{
  display: flex;
  flex-direction: column;
  width: 90%;
  height: 250px;
  margin: 0 auto;
}
.ind-box3 .car-box .tit {
  font-size: 18px;
  margin: 8px 0;
  max-width: 342px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #111111;
  font-weight: 600;
}
.ind-box3 .car-box .info{
  font-size: 18px;
  color:#9A9A9A;
}

.ind-box3 .car-box .other{
  display: flex;
  margin: 5px 0;
  height: 26px;
}
.ind-box3 .car-box .other p{

  font-size: 16px;
  color: #666666;
  line-height: 16px;
  background: #f5f5f5;
  padding: 5px 8px;
  margin-right: 5px;
  border-radius: 4px;
  font-weight: bold;
}
.ind-box3 .car-box .price{
  margin: 5px 0;
  font-size: 20px;
  color: #FF6700;
  font-weight: bold;
}
.ind-box3 .car-box .price em{
  font-size: 16px;
  margin-left: 5px;
}
.ind-box3 .tit h3 {
  font-size: 38px;
  color: #262626;
  text-align: center;
}

.ind-box3 .tit .eng {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-top: 10px;
}

.ind-box3 .sort-menu {
  margin-top: 30px;
}

.ind-box3 .sort-menu ul {
  display: flex;
  justify-content: center;
}

.ind-box3 .sort-menu ul li {
  width: 150px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #999;
  text-align: center;
  line-height: 38px;
  margin-right: 30px;
  cursor: pointer;
}

.ind-box3 .sort-menu ul li:last-of-type {
  margin-right: 0;
}

.ind-box3 .sort-menu ul li.active {
  border-color: #b48847;
  color: #b48847;
}

.ind-box3 .product-list {
  margin-top: 30px;
}

.ind-box3 .product-list ul {
  display: none;
}

.ind-box3 .product-list ul.active {
  display: flex;
}

.ind-box3 .product-list ul li {
  width: 210px;
  height: 210px;
  position: relative;
  margin-right: 30px;
}

.ind-box3 .product-list ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ind-box3 .product-list ul li p {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ind-box3 a.more {
  margin: 40px auto 0;
}

/* 新闻中心 */

.ind-box4 .head-box {
  display: flex;
  justify-content: space-between;
}
.ind-box4 .top-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px ;
}
.ind-box4 .top-box .le{
  font-size: 30px;
  font-weight: bold;
}
.ind-box4 .top-box .rig{
  font-size: 18px;
  font-weight: bold;
}
.ind-box4 .tit h3 {
  font-size: 38px;
  color: #262626;
  text-align: center;
}

.ind-box4 .tit .eng {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-top: 10px;
}

.ind-box4 a.more {
  margin-top: 30px;
  background-color: #fff;
  color: #b48847;
}

.ind-box4 .news-box {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.ind-box4 .news-box .le {
  display: block;
  width: 450px;
  height: 350px;
}

.ind-box4 .news-box .le .pic {
  width: 450px;
  height: 270px;
}

.ind-box4 .news-box .le .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ind-box4 .news-box .le .btm {
  width: 100%;
  height: 80px;
  display: flex;
}

.ind-box4 .news-box .le .time {
  width: 80px;
  height: 80px;
  background-color: #497DC6;
}

.ind-box4 .news-box .le .time .date {
  font-size: 32px;
  color: #fff;
  line-height: 50px;
  text-align: center;
}

.ind-box4 .news-box .le .time .month {
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.ind-box4 .news-box .le h4 {
  width: 370px;
  height: 80px;
  padding: 0 20px;
  background-color: #f2f2f2;
  font-size: 18px;
  color: #000;
  line-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ind-box4 .news-box .rig {
  width: 720px;
  border: 1px solid #eee;
}

.ind-box4 .news-box .rig ul {
  display: flex;
}

.ind-box4 .news-box .rig ul li a {
  display: block;
  width: 240px;
  height: 350px;
  padding: 30px 30px;
}

.ind-box4 .news-box .rig ul li a .time {
  font-size: 12px;
  color: #999;
}

.ind-box4 .news-box .rig ul li a h4 {
  font-size: 18px;
  color: #000;
  text-align: justify;
  line-height: 28px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ind-box4 .news-box .rig ul li a p {
  font-size: 14px;
  color: #868686;
  line-height: 24px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 10px;
}

.ind-box4 .news-box .rig ul li a .iconfont {
  font-size: 36px;
  color: #bbb;
  margin-top: 40px;
}

.ind-box4 .news-box .rig ul li a:hover {
  background-color: #497DC6;
}

.ind-box4 .news-box .rig ul li a:hover * {
  color: #fff;
}

/* 应用案例 */
.ind-box5 {
  background-color: #f5f5f5;
}

.ind-box5 .tit h3 {
  font-size: 38px;
  color: #262626;
  text-align: center;
}

.ind-box5 .tit .eng {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-top: 10px;
}


.ind-box5 .al-list ul {
  display: flex;
}

.ind-box5 .al-list ul li {
  width: 580px;
  height: 360px;
  position: relative;
  margin-right: 40px;
}

.ind-box5 .al-list ul li:last-of-type {
  margin-right: 0;
}

.ind-box5 .al-list ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ind-box5 .al-list ul li .p1 {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  position: absolute;
  top: 70px;
  left: 40px;
  font-size: 30px;
  color: #fff;
  line-height: 40px;
}
.ind-box5 .al-list ul li .p2 {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  position: absolute;
  top: 160px;
  left: 40px;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
}
.ind-box5 .al-list ul li .p3 {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  position: absolute;
  top: 195px;
  left: 40px;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
}

.ind-box5 .al-list ul li .p2_en {
  /*width: 100%;*/
  height: 60px;
  padding: 0 10px;
  position: absolute;
  top: 160px;
  left: 40px;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}
.ind-box5 .al-list ul li .p3_en {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  position: absolute;
  top: 225px;
  left: 40px;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
}
.ind-box5 .al-list ul li .p4{
  width: 100%;
  height: 40px;
  padding: 0 10px;
  position: absolute;
  top: 270px;
  left: 40px;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
}
.ind-box5 .al-list ul li .p4 a{

  font-size: 18px;
  color: #fff;
  line-height: 40px;
}
.ind-box5 a.more {
  margin: 40px auto 0;
}
.ind-box5 a.more {
  margin: 40px auto 0;
}

/* 联系我们 */
.link-box {
  height: 530px;
  padding: 90px 0;
  background: url(../img/map_back.png) 100% 100%;
}

.link-box .container {
  display: flex;
  justify-content: space-between;
}

.link-box .container .le {
  width: 510px;
  height: 350px;
}

.link-box .container .le form .inps {
  display: flex;
  justify-content: space-between;
}

.link-box .container .le form .inps .info {
  font-size: 16px;
  color: #fff;
}

.link-box .container .le form .inps input {
  width: 240px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #fff;
  background-color: transparent;
  margin-top: 10px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
}
.link-box .container .le form .inps input::placeholder {
  color: #fff;
}
.link-box .container .le form textarea {
  width: 100%;
  height: 180px;
  border-radius: 4px;
  resize: none;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 10px 20px;
  margin-top: 30px;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}

.link-box .container .le form textarea::placeholder {
  color: #eee;
}

.link-box .container .le form .btn {
  width: 150px;
  height: 40px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  color: #497DC6;
  text-align: center;
  line-height: 40px;
  margin-top: 30px;
}

.link-box .container .rig {
  width: 600px;
  height: 350px;
  border-radius: 4px;
  border: 1px solid #f5f5f5;
}

.link-box .container .rig .contact_box {
  width: 580px;
  height: 330px;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px auto;
}

.link-box .container .rig .contact_box-map {
  width: 100%;
  height: 100%;
}

/* 底部 */
footer {
  padding: 60px 0;
  background-color: #F0F0F0;
}

footer .foot1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid #aaa;
}

footer .foot1 .le {
  width: 900px;
}

footer .foot1 .le .company {
  font-size: 22px;
  color: #6D7485;
}

footer .foot1 .le .info-box {
  margin-top: 20px;
}

footer .foot1 .le .info-box .info {
  font-size: 16px;
  color: #6D7485;
  line-height: 32px;
}

footer .foot1 .rig .ewm {
  width: 120px;
  height: 120px;
  margin-top: 20px;
}

footer .foot1 .rig .ewm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer .foot2 {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}

footer .foot2 p {
  font-size: 16px;
  color: #6D7485;
  line-height: 32px;
}

footer .foot2 p a {
  color: #6D7485;
}

footer .foot2 p {
  width: 700px;
}

footer .foot2 p:nth-of-type(2) {
  width: 350px;
  text-align: right;
}

/* 内页通用 */
.nei-page .top-pic {
  width: 100%;
  height: 550px;
  position: relative;
}

.nei-page .top-pic img {
  width: 100%;
  height: 100%;
}

.nei-page .top-pic .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.nei-page .top-pic .title {
  width: 1200px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.nei-page .top-pic .title h2 {
  font-size: 22px;
  color: #fff;
  text-align: center;
}

.nei-page .top-pic .title .line {
  width: 70px;
  height: 4px;
  background-color: #b48847;
  margin: 30px auto 0;
}

.nei-page .mid-nav {
  height: 70px;
  border-bottom: 1px solid #eee;
}

.nei-page .mid-nav ul {
  display: flex;
  justify-content: center;
}

.nei-page .mid-nav ul li {
  margin-right: 80px;
}

.nei-page .mid-nav ul li a {
  display: block;
  font-size: 18px;
  color: #000;
  line-height: 70px;
  border-bottom: 1px solid #fff;
}

.nei-page .mid-nav ul li.active a {
  color: #b48847;
  border-color: #b48847;
}

.nei-page .mid-nav ul li:last-of-type {
  margin-right: 0;
}

.nei-page .con-box {
  padding: 40px 0;
}
.nei-page .con-box.company-profile.active {
  background: #F7F7F7;
}
/* 公司简介 */
.company-profile h3 {
  font-size: 32px;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.top-tit-intro{
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 14px;
  color: #999;
}
.company-profile .eng {
  font-size: 12px;
  color: #999;
  text-align: center;
  margin-top: 10px;
}

.company-profile .article {
  margin-top: 30px;
}

.company-profile .article p {
  font-size: 18px;
  color: #666;
  line-height: 28px;
  text-align: justify;
}

.company-profile .pics-box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.company-profile .pics-box-two {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.company-profile .pic-box {
  margin-top: 50px;
}
.company-profile .pics-box-two .pic {
  width: 585px;
  height: 320px;
}
.company-profile .pic-box .pic {
  width: 1200px;
  height: auto;
}
.company-profile .pics-box .pic {
  width: 380px;
  height: 330px;
}
.company-profile .pics-box .pic .intr-b{
  width: 380px;
  height: 60px;
  font-size: 18px;
  text-align: center;
  background-color: #F7F7F7;
  line-height: 60px;
  color:#666;
}
.company-profile .pics-box .pic img {
  width: 380px;
  height: 270px;

}
.company-profile .pics-box-two .pic img {
  width: 585px;
  height: 320px;

}
.brand-culture ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.brand-culture ul li {
  width: 580px;
  height: 290px;
  padding: 40px 0 0 30px;
  background-color: #f4f4f4;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}

.brand-culture ul li .le {
  width: 340px;
}

.brand-culture ul li .le h4 {
  font-size: 22px;
  color: #000;
}

.brand-culture ul li .le .eng {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}

.brand-culture ul li .le .line {
  width: 40px;
  height: 2px;
  background-color: #b48847;
  margin-top: 20px;
}

.brand-culture ul li .le .dec {
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.brand-culture ul li .le .dec p {
  font-size: 16px;
  color: #666;
  line-height: 32px;
}

.brand-culture ul li .rig .iconfont {
  font-size: 120px;
  color: #ddd;
}

/* 资质荣誉 */
.qualification-honor ul {
  display: flex;
  flex-wrap: wrap;
}

.qualification-honor ul li {
  width: 370px;
  height: 570px;
  margin: 0 30px 30px 0;
}

.qualification-honor ul li:nth-of-type(3n+3) {
  margin-right: 0;
}

.qualification-honor ul li .pic {
  width: 370px;
  padding: 30px 30px;
  height: 520px;
  background-color: #f4f4f4;
}

.qualification-honor ul li .pic img {
  width: 320px;
  margin: 0 auto;
}

.qualification-honor ul li p {
  width: 370px;
  height: 50px;
  background-color: #e6e6e6;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* 分页 */

.paging {
  width: 100%;
  text-align: center;
  padding-top: 30px;
}

.paging .current {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #FF6700;
  border: 1px solid #FF6700;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  margin-left: 10px;
}

.paging .num {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 40px;
  /*border: 1px solid #b48847;*/
  margin-left: 10px;
}
.paging .first,
.paging .end {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 40px;
  /*border: 1px solid #b48847;*/
  margin-left: 10px;
}

.paging .next,
.paging .prev {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  /*border: 1px solid #b48847;*/
  background-color: #FF6700;
  margin-left: 10px;
}

.paging .disabled {
  color: #fff;
  background-color: #ddd;
  border-color: #ccc;
  pointer-events: none;
}

/* 产品体系 */
.cptx-box {
  background-color: #f2f2f2;
}

.cptx-box .xi-box ul {
  display: flex;
  justify-content: center;
}

.cptx-box .xi-box ul li {
  margin-right: 30px;
}

.cptx-box .xi-box ul li:last-of-type {
  margin-right: 0;
}

.cptx-box .xi-box ul li a {
  display: block;
  width: 150px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #ddd;
  font-size: 16px;
  color: #999;
  text-align: center;
  line-height: 38px;
}

.cptx-box .xi-box ul li.active a {
  border-color: #b48847;
  color: #b48847;
}

.cptx-box .sort-box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.cptx-box .sort-box .le {
  width: 210px;
}

.cptx-box .sort-box .le .sorted {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  background-color: #b48847;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cptx-box .sort-box .le ul li a {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 25px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  color: #000;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cptx-box .sort-box .le ul li.active a {
  color: #b48847;
}

.cptx-box .sort-box .rig {
  width: 950px;
}

.cptx-box .sort-box .rig ul {
  display: flex;
  flex-wrap: wrap;
}

.cptx-box .sort-box .rig ul li {
  width: 205px;
  height: 205px;
  margin: 0 40px 40px 0;
  position: relative;
}

.cptx-box .sort-box .rig ul li:nth-of-type(4n+4) {
  margin-right: 0;
}

.cptx-box .sort-box .rig ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cptx-box .sort-box .rig ul li p {
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0 10px;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* 产品优势 */
.pro-adv-noimg {
  background-color: #f4f4f4;
}
.pro-adv-noimg .tit {
  font-size: 32px;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}


.pro-adv-noimg ul li {

  margin-bottom: 50px;
}

.pro-adv-noimg ul li .text {
  width: 1200px;
  height: auto;
  padding: 40px 30px;
  background-color: #fff;
}

.pro-adv-noimg ul li .text h4 {
  font-size: 22px;
  color: #1C5DB9;
}

.pro-adv-noimg ul li .text .line {
  width: 40px;
  height: 2px;
  background-color: #1C5DB9;
  margin-top: 20px;
}

.pro-adv-noimg ul li .text .article {
  margin-top: 20px;
}

.pro-adv-noimg ul li .text .article p {
  font-size: 16px;
  color: #333;
  line-height: 32px;
}


.pro-adv {
  background-color: #f4f4f4;
}
.pro-adv .tit{
  font-size: 32px;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.pro-adv ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.pro-adv ul li .pic {
  width: 630px;
  height: 350px;
}

.pro-adv ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro-adv ul li .text {
  width: 570px;
  height: 350px;
  padding: 20px 30px;
  background-color: #fff;
}

.pro-adv ul li .text h4 {
  font-size: 28px;
  color: #000;
}

.pro-adv ul li .text .line {
  width: 40px;
  height: 2px;
  background-color: #1C5DB9;
  margin-top: 20px;
}

.pro-adv ul li .text .article {
  margin-top: 20px;
}

.pro-adv ul li .text .article p {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  text-align: justify;
}

/* 应用领域 */
.app-area {
  background-color: #f4f4f4;
}

.app-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.app-area ul li {
  width: 570px;
  height: 420px;
  position: relative;
  margin-bottom: 140px;
}

.app-area ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app-area ul li .text {
  width: 470px;
  height: 160px;
  padding: 40px 0 0 30px;
  background-color: #fff;
  position: absolute;
  bottom: -70px;
  left: 50px;
  z-index: 1;
  transition: all 1s;
}

.app-area ul li .text h4 {
  font-size: 22px;
  color: #000;
}

.app-area ul li .text .eng {
  color: #999;
  font-size: 12px;
  margin-top: 10px;
}

.app-area ul li .text .line {
  width: 40px;
  height: 2px;
  background-color: #b48847;
  margin-top: 25px;
}

.app-area ul li:hover .text {
  height: 280px;
  background-color: #b48847;
}

.app-area ul li:hover .text * {
  color: #fff;
}

.app-area ul li:hover .text .line {
  background-color: #fff;
}

.app-area ul li .list {
  height: 0;
  overflow: hidden;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}


.app-area ul li .list .box {
  display: inline-block;
  height: 36px;
  padding: 0 10px;
  font-size: 16px;
  color: #fff;
  line-height: 34px;
  border: 1px solid #fff;
  margin: 0 10px 10px 0;
}

.app-area ul li:hover .list {
  height: 92px;
}

/* 应用案例 */
.app-case .case-list ul {
  display: flex;
  flex-wrap: wrap;
}

.app-case .case-list ul li {
  width: 270px;
  height: 340px;
  position: relative;
  margin: 0 40px 40px 0;
  cursor: pointer;
}

.app-case .case-list ul li:nth-of-type(4n+4) {
  margin-right: 0;
}

.app-case .case-list ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app-case .case-list ul li .name {
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 10px;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.app-case .case-list ul li .cover {
  width: 100%;
  height: 100%;
  padding-top: 150px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}

.app-case .case-list ul li .cover p {
  padding: 0 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.app-case .case-list ul li .cover .iconfont {
  font-size: 36px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.app-case .case-list ul li:hover .name {
  display: none;
}

.app-case .case-list ul li:hover .cover {
  display: block;
}

/* 应用案例详情 */
.case-detail {
  width: 0;
  height: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.case-detail.active {
  width: 100%;
  height: 100%;
}

.case-detail .pic-box {
  width: 1200px;
  height: 600px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.case-detail .pic-box .cen {
  width: 480px;
  height: 600px;
}

.case-detail .pic-box .cen .swiper2 {
  width: 480px;
  height: 600px;
}

.case-detail .pic-box .cen .swiper2 .swiper-slide {
  width: 100%;
  height: 100%;
}

.case-detail .pic-box .cen .swiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-detail .pic-box .close {
  font-size: 32px;
  color: #888;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
}

.case-detail .pic-box .le,
.case-detail .pic-box .rig {
  width: 80px;
  position: relative;
}

.case-detail .pic-box .le .iconfont,
.case-detail .pic-box .rig .iconfont {
  display: block;
  width: 36px;
  height: 36px;
  font-size: 36px;
  color: #b48847;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}

.case-detail .pic-box .le .my-button-disabled,
.case-detail .pic-box .rig .my-button-disabled {
  color: #ccc;
}

/* 新闻中心 */

.nei-page .con-box.news-center {
  padding-top: 30px;
}
.nei-page .con-box.tieshi {
    background:#F8F8F8;
}
.nei-page .con-box.tieshi li{
    background:#fff;
    margin: 30px 0;
    height: 240px;
}



.news-center ul li a {
  display: flex;
  justify-content: space-between;
  padding: 40px 40px;
  border-bottom: 1px solid #eee;
}

.news-center.tieshi ul li a {
  display: flex;
  justify-content: space-between;
  padding: 30px 30px;
  border-bottom: 0;
}


.news-center ul li a .le {
  width: 300px;
  height: 190px;
}
.news-center.tieshi ul li a .le {
  width: 260px;
  height: 180px;
}
.news-center ul li a .le img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-center ul li a .rig {
  width: 780px;
  height: 180px;
}

.news-center ul li a .rig h4 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-center ul li a .rig p {
  font-size: 18px;
  color: #343434;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 20px;
}

.news-center ul li a .right {
  width: 840px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content:space-between;
}

.news-center ul li a .right .one {
  display: flex;
  flex-direction:column;
  height: 180px;
  width: 580px;
}

.news-center ul li a .right .one .tit {
  font-size: 24px;
  font-weight: bold;
  color:#497DC6;
  margin: 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-center ul li a .right .one .o-tit {
  font-size: 18px;
  color:#000;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-center ul li a .right .two .detail {
  width: 180px;
  height: 60px;
  background-color: #497DC6;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 60px;
}

.news-center ul li a .rig .btm {
  display: flex;
  margin-top: 20px;
}

.news-center ul li a .rig .btm .info {
  margin-right: 10px;
  display: flex;
}

.news-center ul li a .rig .btm .iconfont {
  font-size: 16px;
  color: #999;
  line-height: 20px;
  display: block;
}

.news-center ul li a .rig .btm span {
  display: block;
  font-size: 16px;
  color: #999;
  line-height: 20px;
  margin-left: 5px;
}


/* 新闻详情 */
.news-detail .art-content{
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.news-detail .art-content .art-le{
  width: 840px;
  border: 1px solid #eee;
}
.news-detail .art-content .art-le .tit-box{
  padding: 20px 30px;
}
.news-detail .art-content .other{
  width: 320px;
  border: 1px solid #eee;
    height: 500px;
}
.news-detail .art-content .other .o-box{
    /*padding: 10px 10px;*/
}
.news-detail .art-content .other .hot{

     border-bottom: 1px solid #eee;
 }
.news-detail .art-content .other .hot h4{
    font-size: 20px;
    font-weight: bold;
    color:#0a0a0a;
    width: 100px;
    border-bottom: 2px solid #497DC6;
    height: 50px;
    text-align: center;
    line-height: 50px;

}
.news-detail .art-content .other .hot .two{
  font-size: 20px;
  font-weight: bold;
  color:#0a0a0a;
  width: 150px;
  border-bottom: 2px solid #497DC6;
  height: 50px;
  text-align: center;
  line-height: 50px;

}
.news-detail .art-content .other ul{
    padding: 20px;
}
.news-detail .art-content .other ul li {
    list-style-type: none; /* 移除默认的圆点 */
    position: relative; /* 确保::before伪元素定位正确 */

    padding: 10px 0;
    padding-left: 15px; /* 留出空间给自定义的圆点 */
}

.news-detail .art-content .other ul li::before {
    content: "•"; /* 使用unicode字符创建圆点 */
    position: absolute;
    left: 0;
    color: #656565; /* 设置圆点颜色 */
}

.news-detail .art-content .other ul li a{
    font-size: 18px;
    color:#656565;
    line-height: 24px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

}
.news-detail h1 {
  font-size: 28px;
  color: #333;
  font-weight: bold;
}

.news-detail .info-box {
  display: flex;
  margin-top: 10px;
}

.news-detail .info-box .info {
  display: flex;
  margin-right: 20px;
}

.news-detail .info-box .info:last-of-type {
  margin-right: 0;
}

.news-detail .info-box .info .iconfont {
  display: block;
  font-size: 16px;
  color: #999;
  line-height: 24px;
}

.news-detail .info-box .info span {
  display: block;
  font-size: 16px;
  color: #999;
  line-height: 24px;
  margin-left: 5px;
}

.news-detail .article {
  margin-top: 10px;
  padding: 40px 0;
  border-top: 1px solid #eee;
  padding: 20px 30px;
}

.news-detail .article p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  text-indent: 32px;
}

.news-detail .article p img {
  width: 700px;
  margin: 0 auto;
}

.news-detail .btm-box {
  display: flex;
  justify-content: space-between;
}

.news-detail .btm-box .le,
.news-detail .btm-box .rig {
  width: 520px;
  height: 60px;
  padding: 0 20px;
  background-color: #f1f1f1;
  display: flex;
  justify-content: space-between;
}

.news-detail .btm-box .le .iconfont,
.news-detail .btm-box .rig .iconfont {
  font-size: 16px;
  color: #333;
  line-height: 60px;
}

.news-detail .btm-box .le p,
.news-detail .btm-box .rig p {
  width: 450px;
  font-size: 16px;
  color: #333;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-detail .btm-box .cen {
  display: flex;
  justify-content: center;
  width: 140px;
  height: 60px;
  background-color: #b48847;
}

.news-detail .btm-box .cen .iconfont {
  font-size: 16px;
  color: #fff;
  line-height: 60px;
}

.news-detail .btm-box .cen span {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  margin-left: 10px;
}
.success_box{
  border: 4px solid #1C5DB9;
  width: 650px;
  height: 350px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.success_box img{
  width: 50px;
  height: 50px;
  margin-top: 30px;
}
.success_box .s-tt{
  font-size: 30px;
  color:#111111;
  font-weight: 600;
  margin-top: 20px;
}
.success_box .s-tt-two{
  font-size: 16px;
  color:#879099;
  font-weight: 600;
  margin-top: 20px;
}
.success_box .s-tt-btn{
  font-size: 20px;
  color:#fff;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #1C5DB9;
  border-radius: 20px;
  margin-top: 60px;
}
.s-fixed{
  display: flex;
  justify-content: space-between;
  height: 120px;
  background: #1C5DB9;
  align-items: center;
  padding: 20px;
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 1px;
}

.s-fixed .le{
  display: flex;
  align-items: center;
}
.s-fixed .le img{
  width: 60px;
  height: 60px;
}
.s-fixed .con-tt-box{
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}
.s-fixed .con-tt-box .tit{
  font-size: 16px;
  color:#fff;
  font-weight: 600;

}
.s-fixed .rig{
  width: 120px;
  height: 40px;
  color:#fff;
  border-radius: 20px;
  border: 1px solid #fff;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}
/* 联系我们 */
.contact_us{
  margin-bottom: 20px;
}
.contact_us ul {
  display: flex;
  justify-content: space-between;
}

.contact_us ul li {
  width: 370px;
  height: 290px;
  padding: 40px 25px 0 25px;
  background-color: #f4f4f4;
}

.contact_us ul li .box1 {
  display: flex;
  justify-content: space-between;
}

.contact_us ul li .box1 .le {
  width: 210px;
}

.contact_us ul li .box1 .le .sort {
  font-size: 28px;
  color: #333;
}

.contact_us ul li .box1 .le .eng {
  font-size: 16px;
  color: #999;
  margin-top: 15px;
}

.contact_us ul li .box1 .le .line {
  width: 40px;
  height: 1px;
  background-color: #b48847;
  margin-top: 20px;
}

.contact_us ul li .box1 .rig {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #bbb;
  text-align: center;
}

.contact_us ul li .box1 .rig .iconfont {
  font-size: 36px;
  color: #bbb;
  line-height: 60px;
}

.contact_us ul li .info {
  font-size: 20px;
  color: #333;
  margin-top: 20px;
}
.contact_us .contract-tit{
  font-size: 30px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin: 50px auto;
}

.weixiu-content{
  width: 1200px;
  margin: 30px 0;
}
.weixiu-content .tit{
  font-size: 32px;
  font-weight: bold;
  color: #497DC6;
  text-align: center;
  margin: 50px 0;
}
.weixiu-content .w-box{
  display: flex;
  justify-content: space-between;
}
.weixiu-content .le{
  display: flex;
  flex-direction:column;
  justify-content: space-around;
  width: 450px;
  height: 400px;
  border: 2px solid #497DC6;
  padding: 20px 30px;
}
.weixiu-content .le .infos{
  display: flex;
  flex-direction:column;
}
.weixiu-content .le .ds{
  font-size: 24px;
  color:#000
}
.weixiu-content .le p{
  font-size: 18px;
  color:#497DC6;
  margin-top: 10px;
}
.weixiu-content .rig{
  width: 700px;
  height: 400px;
  border: 2px solid #497DC6;
}


.weixiu-content .rig .contact_box {
  width: 580px;
  height: 330px;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px auto;
}

.weixiu-content .rig .contact_box-map {
  width: 100%;
  height: 100%;
}
/*轮播图*/
.weixiu-content .jian-swiper {
  position: relative;
  margin-top: 40px;
}

.weixiu-content .jian-swiper .change .prev,
.weixiu-content .jian-swiper .change .next {
  width: 40px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-align: center;
  position: absolute;
  z-index: 10;
}

.weixiu-content .jian-swiper .change .prev {
  top: 100px;
  left: 0px;
}

.weixiu-content .jian-swiper .change .next {
  top: 100px;
  right:0px;
}

.weixiu-content .jian-swiper .change .iconfont {
  font-size: 30px;
  color: #fff;
  line-height: 60px;
}

.weixiu-content .jian-swiper .swiper4 {
  width: 1200px;
}

.weixiu-content .jian-swiper .swiper4 .swiper-slide {
  width: 380px;
  height: 250px;
}

.weixiu-content .jian-swiper .swiper4 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.weixiu-content .jian-swiper .swiper4 .swiper-slide img:hover {
  transform: scale(1.1);
}

.buycar-box{
  background: #f2f2f2;
}
.buycar-box .top-tit{
  padding: 20px 0;
  font-size: 14px;
}
.buycar-box .carlist-box{
  display: flex;
  flex-wrap:wrap;
  padding-bottom: 30px;
}

.buycar-box .carlist-box .car-box{
  background: #fff;
  width: 280px;
  height: 370px;
  margin-right: 26.6px;
  margin-bottom: 26.6px;
  display: flex;
  flex-direction:column;
}

.buycar-box .carlist-box .car-box:nth-child(4n){
  margin-right: 0;
}
.buycar-box .carlist-box .car-box .pic {
  width: 280px;
  height: 190px;
}
.buycar-box .carlist-box .car-box .pic img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.buycar-box .carlist-box .car-box  .i-bb{
  display: flex;
  flex-direction: column;
  width: 90%;
  height: 180px;
  margin: 0 auto;
}
.buycar-box .carlist-box .car-box .tit {
  font-size: 18px;
  margin: 8px 0;
  max-width: 270px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #111111;
  font-weight: bold;
}
.buycar-box .carlist-box .car-box .info{
  font-size: 14px;
  color:#9A9A9A;
}
.buycar-box .carlist-box .car-box .other{
  display: flex;
  margin: 5px 0;
}
.buycar-box .carlist-box .car-box .other p{

  font-size: 12px;
  color: #666666;
  line-height: 14px;
  background: #f5f5f5;
  padding: 2px 4px;
  margin-right: 3px;
  border-radius: 2px;
  font-weight: bold;
}
.buycar-box .carlist-box .car-box .price{
  margin: 5px 0;
  font-size: 24px;
  color: #FF6700;
  font-weight: bold;
}
.buycar-box .carlist-box .car-box .price em{
  font-size: 12px;
  margin-left: 5px;
}
.buycar-box .search-box{
  width: 100%;
  /*height: 220px;*/
  background: #fff;
  margin: 0 0 30px 0;
}
.buycar-box .search-box .list{
  height: 55px;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.buycar-box .search-box .height{
  height: 85px;
}
.buycar-box .search-box .list .l-box{
  display: flex;
  /*align-items: center;*/
  font-size: 14px;
  margin-top: 5px;
}
.buycar-box .search-box .list .l-box div{
  font-size: 14px;
}
.buycar-box .search-box .list .l-box .de-box{
  display: flex;
  align-items: center;
  flex-wrap:wrap;
  width: 90%;
}
.buycar-box .search-box .list .l-box .types{
  color:#989898;
  margin:0 20px;
  width: 50px;
}
.buycar-box .search-box .height .l-box .types{
  height: 45px;
  line-height: 25px;
}
.buycar-box .search-box .list .l-box .de-box .all{
  background:#FF6700;
  margin-right: 20px;
  padding: 2px 5px;
  color:#fff;
  margin-bottom: 5px;

}
.buycar-box .search-box .list .l-box .de-box .stt{
   color:#323232;
   margin-right: 20px;
  margin-bottom: 5px;

 }

.buycar-box .search-box .list .l-box .de-box .stt .select-box{
  width: 180px;
  position: relative;
 }
.buycar-box .search-box .list .l-box .de-box .stt .select-box .li{
  width: 180px;
  height: 25px;
  border: 1px solid #eee;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.buycar-box .search-box .list .l-box .de-box .stt .select-box .li span{
  font-size: 14px;
}
.buycar-box .search-box .list .l-box .de-box .stt .select-box .li svg{
  width: 16px;
  height: 12px;
}
.buycar-box .search-box .list .l-box .de-box .stt .select-box .stt-list{
  display: none;
  position: absolute;
  top:24px;
  right: 0px;
  z-index: 100;
  flex-direction:column;
  border: 1px solid #eee;
  background: #fff;
  width: 180px;
}
.buycar-box .search-box .list .l-box .de-box .stt .select-box .stt-list .st{
  display: flex;
  flex-direction:column;
}
.buycar-box .search-box .list .l-box .de-box .stt .select-box .stt-list .st a{
  font-size: 14px;
  text-align: left;
  padding-left:10px ;
}

.buycar-box .search-box .list .l-box .de-box .stt .select-box .stt-list .st a:hover{
  color:#FF6700;
  /*background: #497DC6;*/
}
.buycar-box .search-box .list .l-box .de-box .stt .select-box .stt-list .st .active:hover{
  color:#fff;
  background:#FF6700;
}
.buycar-box .search-box .list .l-box .de-box .stt .select-box .stt-list .st .active{
  color:#fff;
  background:#FF6700;
}
.buycar-box .search-box .list .l-box .de-box .stt .select-box:hover .stt-list{
  display: block
}

.buycar-box .search-box .list .l-box .de-box .stt select{
  width: 120px;
  height: 25px;
  border: 1px solid #eee;
}

/*车详情*/
 .project {
  background-color: #fff;
  margin-bottom: 15px;
}

 .project .content {
  width: 1200px;
  margin: 0 auto;
}
 .project .detail {
  display: flex;
   justify-content: space-between;
  padding: 20px 0;
}
.pro-le {
  width: 540px;
}

.pro-le .show-box {
  width: 540px;
  height: 380px;
}
.pro-le .show-box {
  height: 400px;
}

.pro-le .show-box ul {
  width: 100%;
  height: 100%;
}

.pro-le .show-box ul li {
  width: 100%;
  height: 100%;
  display: none;
}

.pro-le .show-box ul li.active {
  display: block;
}

.pro-le .show-box video {
  width: 100%;
  height: 100%;
  background: #000;
}

.pro-le .show-box li {
  width: 100%;
  height: 100%;
}

.pro-le .show-box li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-le .pic-box {
  width: 540px;
  height: 80px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.pro-le .pic-box-2 {
  width: 720px;
  margin-top: 19px;
}

.pic-box .pics {
  overflow: hidden;

}

.pic-box .arrow {
  width: 25px;
  height: 80px;
  text-align: center;
  cursor: pointer;
  background: #999;
  border-radius: 5%;
  opacity: 0.4;
}

.pic-box .arrow.no {
  background-color: #ddd;
}

.pic-box .arrow span {
  font-size: 24px;
  color: #fff;
  line-height: 80px;
}

.pic-box ul {
  display: flex;
  width: 470px;
}

.pic-box ul li {
  width: 100px;
  height: 80px;
  margin-right: 20px;
}


.pic-box ul li.vd {
  position: relative;
}

.pic-box ul li.vd .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
}

.pic-box ul li.vd .cover .icon-box {
  width: 24px;
  height: 24px;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.pic-box ul li.vd span {
  color: #fff;
  font-size: 24px;
}

.pic-box ul li.active img {
  border: 1px solid #ff1a1a;
}
.pic-box ul li img {
  width: 110px;
  height: 80px;
  border: 1px solid #eee;
  object-fit: cover;
  border-radius: 5%;
}
.pro-rig{
  width: 620px;
}
.pro-rig .tit{
  margin-bottom: 20px;
}
.pro-rig .tit h2{
  font-size: 28px;
  font-weight: bold;
  color:#000;
}
.pro-rig .ot-span{
  display: flex;
  margin-bottom: 20px;
}
.pro-rig .ot-span .inp{
  color:#666666;
  background: #eee;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 5%;
  margin-right: 10px;
}
.pro-rig .price{
  margin-top: 50px;
  font-size: 36px;
  color: #FF6700;
  font-weight: bold;
}
.pro-rig .price em{
  font-size: 16px;
  margin-left: 5px;
}
.pro-rig .info{
  display: flex;
  flex-direction: column;

  width: 620px;
  height: auto;
  margin-top: 20px;
  /*justify-content: space-between;*/
  /*align-items: center;*/
}
.pro-rig .info .item{
   display: flex;
  padding: 10px 0;
   height: 50px;
  border-bottom: 1px solid #F5F5F5;
  /*align-items: center;*/
  width: 100%;
 }
.pro-rig .info .item .t{
  font-size: 20px;
  /*font-weight: bold;*/
  color:#676767;
  width: 300px;
  line-height: 30px;
}
.pro-rig .info .item .b{
  font-size: 20px;
  color:#676767;
  width: 300px;
  margin-left: 10px;
  line-height: 30px;
}
.pro-rig .reminder{
   font-size: 20px;
   color:#108FD8;
   border:1px solid #108FD8;
   border-radius: 5px;
   height: 40px;
   width: auto;
   padding: 0 5px;
   line-height: 40px;
   margin-top: 20px;
  text-align: center;
  width: 540px;
 }
.pro-rig .two{
  font-size: 20px;
  color:#fff;
  border:1px solid #108FD8;
  border-radius: 50px;
  height: 50px;
  width: auto;
  line-height: 50px;
  margin-top: 20px;
  width: 200px;
  background: #108FD8;
  text-align: center;
  cursor: pointer;
}
.menu-b{
   padding: 20px 0;
   width: 100%;
   height: 80px;
   display: flex;
   border-bottom: 1px solid #cccc;

}
.menu-b .li{
  color:#111111;
  font-size: 24px;
  margin: 0 30px;
  height: 40px;
  font-weight: 600;
  cursor: pointer;
}
.menu-b .li.active{
  color:#108FD8;
}

.menu-list .content .img-list{

  width: 1200px;

}
.menu-list .content .img-list .tit{
  font-size: 28px;
  color: #111111;
  font-weight: 600;
  text-align: center;
  margin-top: 30px;
}

.menu-list .content .img-list .imgs{
  width: 1200px;
  height: auto;
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.menu-list .content .img-list .imgs img{
  width: 590px;
  height: auto;
  margin-bottom: 20px;
}
.menu-list .content .question{
  display: flex;
  flex-direction: column;

}
.menu-list .content .question .tit{
  font-size: 24px;
  color: #111111;
  font-weight: 600;
  text-align: center;
  margin-top: 30px;
}
.menu-list .content .question .q-list{
  display: flex;
  flex-direction: column;
}
.menu-list .content .question .q-list .q-box{
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}
.menu-list .content .question .q-list .q-box .q-tt{
  font-size: 20px;
  color:#111111;
  font-weight: 600;
}
.menu-list .content .question .q-list .q-box .a-tt{
  font-size: 20px;
  color:#111111;
}
.pro-rig .btn-group{
  display: flex;
  align-items: center;
  margin-top: 30px;
  justify-content: space-between;

}
.pro-rig .btn-group .one{
  display: flex;
  align-items: center;
  background: #FF6600;
  color:#fff;
  width: 280px;
  height: 60px;
  font-size: 20px;
  border-radius: 5%;
  justify-content: center;
}
.pro-rig .btn-group .one .icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.pro-rig .btn-group .two{
  display: flex;
  align-items: center;
  background: #FFBA38;
  color:#fff;
  width: 155px;
  height: 60px;
  font-size: 20px;
  border-radius: 5%;
  justify-content: center;
}
.pro-rig .btn-group .two .icon {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.pro-rig .btn-group .three{
  display: flex;
  align-items: center;
  background: #fff;
  color:#108FD8;
  width: 155px;
  height: 60px;
  font-size: 20px;
  border-radius: 5%;
  justify-content: center;
  border: 1px solid #108FD8;
}
.pro-rig .btn-group .three .icon {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.pro-rig .contact-info{
  margin-top: 30px;
}
.pro-rig .contact-info div{
  font-size: 18px;
  color: #666666;
  margin-bottom: 5px;
}
.detai-info-box{
  margin: 30px auto;
}
.detai-info-box .tit{
  font-weight: bold;
  font-size: 24px;
  color:#0a0a0a;
  margin-bottom: 20px;
}
.detai-info-box .content{
  display: flex;
  padding: 20px 0;
  justify-content: space-around;
  width: 1200px;
  height: 180px;
  background: #F7F7F7;
}
.detai-info-box .content .info-box{
  display: flex;
  flex-direction:column;
  justify-content: space-around;
}
.detai-info-box .content .info-box .s-box{
  display: flex;
  /*justify-content: space-between;*/
  font-size: 16px;
  align-items: center;
}
.detai-info-box .content .info-box .s-box .tt{
  color: #999999;
  margin-right: 5px;
}
.detai-info-box .content .info-box .s-box .ss{
  color: #333333;
  max-width: 200px;
}

.detai-info-box .contents{

   padding: 20px 40px;
   width: 1200px;
   /*background: #F7F7F7;*/
   font-size: 16px;
   /*color:#a0a0a0;*/
 }

.detai-info-box .contents p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  text-indent: 32px;
}

.detai-info-box .contents p img {
  /*width: 700px;*/
  margin: 0 auto;
}

.detai-info-box .images{
  height: auto;
  display: flex;
  flex-wrap:wrap;
  /*justify-content: space-between;*/
}
.detai-info-box .images img{
  width: 393px;
  height: auto;
  margin-bottom: 10px;
  margin-right: 10px;
}
.detai-info-box .images img:nth-child(3){
  margin-right: 0;
}
/*右侧定位*/
.rig-fixed{
  position: fixed;
  right: 10px;
  top:300px;
  z-index: 100;
}
.list-chat{
  display: flex;
  flex-direction:column;
  width: 80px;
  background: #fff;
  border-radius: 5%;

}
.list-chat .c-box{
  display: flex;
  flex-direction:column;
  align-items: center;
  padding: 10px;
}

.list-chat .c-box .icon{
  width: 60px;
  height: 60px;
}
.list-chat .c-box .tt{
  font-size: 14px;
  color:#108FD8;
  text-align: center;
}
.list-chat .c-box .tt2{
  font-size: 14px;
  color:#39C853;
  text-align: center;
}
.list-chat .c-box .tt3{
  font-size: 14px;
  color:#FCBA53;
  text-align: center;
}
.re-top{
  margin-top: 10px;
  display: flex;
  flex-direction:column;
  width: 80px;
  background: #fff;
  border-radius: 5%;
  align-items: center;
  padding: 10px;
}
.re-top .icon{
  width: 60px;
  height: 60px;
}
.re-top .tt{
  font-size: 14px;
  color:#000000;
  text-align: center;
}

.re-top-msg{
  margin-top: 10px;
  display: flex;
  flex-direction:column;
  width: 80px;
  background: #fff;
  border-radius: 5%;
  align-items: center;
  padding: 10px;
}
.re-top-msg .icon{
  width: 60px;
  height: 60px;
}
.re-top-msg .tt{
  font-size: 14px;
  color:#1C5DB9;
  text-align: center;
}
.wx-box{
  position: fixed;
  right: 110px;
  top:300px;
  z-index: 100;
  border-radius: 5%;
  background: #fff;
  display: none;
  /*display: block;*/
}
.wx-box2{
  position: fixed;
  right: 110px;
  top:430px;
  z-index: 100;
  border-radius: 5%;
  background: #fff;
  display: none;
  /*display: block;*/
}
.c-box .w-box-con{
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: space-around;
  padding: 20px 10px;
  height: 300px;
  width: 200px;
}
.c-box .tit{
  color: #333;
  font-size: 22px;
  font-weight: 400;
  line-height: 200%;
}
.c-box .tit2{
  color: #888;
  font-size: 14px;
  line-height: 160%;
}
.c-box.pic{
  width: 120px;
  height: 120px;
}
.c-box .pic img{
  width: 120px;
  height: 120px;
}
.c-box .tit3{
  color: #888;
  font-size: 14px;
  line-height: 160%;
}
.c-box .triangle {
  top: 135px;
}

.c-box .triangle {
  position: absolute;
  right: -10px;
  width: 0px;
  height: 0px;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid #FFF;
  font-size: 0px;
  line-height: 0px;
}


.c-box:hover{
  background: #F9F9F9;
  cursor: pointer;
}
.re-top:hover{
  cursor: pointer;
}
.re-top-msg:hover{
  cursor: pointer;
}
.kf-wx:hover .wx-box{
  display: block
}
.sw-hz:hover .wx-box2{
  display: block
}
/*联系我们*/

.truck-fixed.active {
  display: block;
}
.truck-fixed.center {
  text-align: center;
}
.truck-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #333;
  background-color: rgba(51,51,51,.9);
  z-index: 99;
  display: none;
}
.truck-fixed:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.sanzhen-ask-price-dialog {
  width: 667px;
}
.sanzhen-ask-price {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 20px;
}
.truck-fixed-form {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 40px 70px;
  text-align: left;
  background-color: #fff;
  /*display: none;*/
}
.truck-fixed-form .head-box{
  display: flex;
  flex-direction:column;
}
.truck-fixed-form .head-box .tit{
  font-size: 18px;
  font-weight: 600;
  color: #333;
  line-height: 24px;
}
.truck-fixed-form .head-box .tit{
  font-size: 28px;
  font-weight: 600;
  color: #333;
  line-height: 24px;
}
.truck-fixed-form .head-box span{
  font-size: 10px;
  color: #ccc;
  margin-top: 10px;

}
.truck-fixed-form .head-box .icon{
  position: absolute;
  width: 25px;
  height: 25px;
  top: 18px;
  right: 24px;
  font-size: 28px;
  color: #ccc;
  cursor: pointer;
}
.truck-fixed-form .input-box{
  display: flex;
  flex-direction:column;
  margin-top: 50px;

}
.truck-fixed-form .input-box .inp{
  display: flex;
  flex-direction:column;
  margin-bottom: 20px;
}
.truck-fixed-form .input-box .inp .tit-box {
  font-size: 16px;
  font-weight: 600;

}
.truck-fixed-form .input-box .inp input {
  height: 60px;
  border-bottom: 1px solid #ccc;
  margin: 10px 0;

}
.truck-fixed-form .input-box .inp input::placeholder {
  font-size: 20px;
  color:#ccc;
}
.truck-fixed-form .input-box .btn {
  height: 44px;
  line-height: 44px;
  color: #fff;
  background-color: #f53;
  border-radius: 2px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  width: 100%;
}


.ind-box8{
  height: 580px;
}
.ind-box8 .container {
  display: flex;
  justify-content: space-between;
}
.ind-box8 .le {
  width: 580px;
  padding-top: 30px;
}

.ind-box8 .le h3 {
  font-size: 30px;
  color: #262626;
}

.ind-box8 .le .eng {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}

.ind-box8 .le .article {
  max-height: 220px;
  margin: 30px 0;
  font-size: 18px;
  color: #4c4c4c;
  line-height: 32px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

/*.ind-box8 .le .article p {*/
  /*font-size: 17px;*/
  /*color: #4c4c4c;*/
  /*line-height: 32px;*/
  /*text-align: justify;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 6;*/
/*}*/
.ind-box8 .le .details{
  width: 150px;
  height: 40px;
  background: #1C5DB9;
  color:#fff;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  border-radius: 20px;
  padding: 10px 20px;
}
.ind-box8 .rig {
  width: 580px;
  height: 400px;
}
.ind-box8 .rig  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mes-float-box{
  position: fixed;
  right: 10px;
  top: 220px;
  width: 420px;
  height: 620px;
  background: #1C5DB9;
  border-radius: 10px;
  display: none;
}
.mes-float-box.active{
  display: block;
}
.mes-float-box .tt{
  margin: 10px auto;
  font-size: 18px;
  text-align: center;
  color:#fff;
  margin-top: 20px;
}
.mes-float-box .cha{
  width: 25px;
  height: 25px;
  position: absolute;
  right: 30px;
  top: 10px;
  cursor:pointer;
}
.mes-float-box .cont-box{
  width: 370px;
  height: 500px;
  background: #fff;
  margin: 10px auto;
  border-radius: 10px;
  margin-top: 30px;

}
.mes-float-box .cont-box .inp-box{
  padding: 20px 10px;

}.mes-float-box .cont-box .inp-box form{
   display: flex;
   flex-direction: column;
  justify-content: space-between;
   height: 470px;
   padding: 20px 10px;
 }
.mes-float-box .cont-box .inp-box input{
  border-radius: 10px;
  border: 1px solid #CCCCCC;
  width: 320px;
  height: 45px;
  font-size:16px;
  padding: 10px 20px;

}
.mes-float-box .cont-box .inp-box textarea{
  width: 100%;
  height: 90px;
  border-radius: 10px;
  resize: none;
  border: 1px solid #CCCCCC;
  background-color: transparent;
  padding: 10px 20px;
  font-size: 16px;
  /*color: #fff;*/
  line-height: 28px;

}
.mes-float-box .cont-box .msg-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 55px;
  background: #1C5DB9;
  border-radius: 10px;
}
.mes-float-box .cont-box .msg-btn span{
   margin-left: 10px;
  color:#fff;
  font-size: 20px;
 }



.ind-box-nei{
  padding: 40px;
}
.ind-box-nei.active{
  background: #f4f4f4;
}
.ind-box-nei .container {
  display: flex;
  justify-content: space-between;
}
.ind-box-nei .le {
  width: 580px;
}
.ind-box-nei h3 {
  width: 1200px;
  font-size: 32px;
  color: #262626;
  font-weight: bold;
  margin: 20px auto;
}
.ind-box-nei .le h3 {
  font-size: 30px;
  color: #262626;
}

.ind-box-nei .le .eng {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}

.ind-box-nei .le .article {
  font-size: 18px;
  color: #4c4c4c;
  line-height: 26px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 20;
}

/*.ind-box8 .le .article p {*/
/*font-size: 17px;*/
/*color: #4c4c4c;*/
/*line-height: 32px;*/
/*text-align: justify;*/
/*overflow: hidden;*/
/*text-overflow: ellipsis;*/
/*display: -webkit-box;*/
/*-webkit-box-orient: vertical;*/
/*-webkit-line-clamp: 6;*/
/*}*/

.ind-box-nei .rig {
  width: 580px;
  height: 400px;
}
.ind-box-nei .rig  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ind-box10{
  height: 580px;
  background-color: #F7F7F7;
}
.ind-box10 .container {
  display: flex;
  justify-content: space-between;
}
.ind-box10 .le {
  width: 580px;
}

.ind-box10 .le h3 {
  font-size: 32px;
  color: #262626;
  font-weight: bold;
}

.ind-box10 .le .eng {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}

.ind-box10 .le .article {
  margin-top: 20px;
  font-size: 18px;
  color: #4c4c4c;
  line-height: 22px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 20;
}

/*.ind-box8 .le .article p {*/
/*font-size: 17px;*/
/*color: #4c4c4c;*/
/*line-height: 32px;*/
/*text-align: justify;*/
/*overflow: hidden;*/
/*text-overflow: ellipsis;*/
/*display: -webkit-box;*/
/*-webkit-box-orient: vertical;*/
/*-webkit-line-clamp: 6;*/
/*}*/
.ind-box10 .le .details{
  width: 150px;
  height: 40px;
  background: #1C5DB9;
  color:#fff;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  border-radius: 20px;
}
.ind-box10 .rig {
  width: 580px;
  height: 400px;
}
.ind-box10 .rig  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}