.layui-container {
  /* width: 1920px !important;
	margin: 0 auto; */
}
.layui-tab-brief > .layui-tab-title .layui-this:after {
  border-top: 2px solid #0046ad;
  border-bottom: none;
}
.layui-tab .layui-tab-title {
  border-bottom-width: 0;
  border-top-width: 1px;
  border-top-style: solid;
}

.layui-tab-brief > .layui-tab-title .layui-this {
  color: #0046ad !important;
}

.layui-tab-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
}
.layui-tab-title li {
  font-size: 18px !important;
}

a:hover {
  color: #0046ad;
}

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

#top {
  width: 100%;
  height: 160px;
  background: #0046ad;
  display: flex;
}
#top .imgs {
  /* width: 1100px; */
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top .imgs .xjp {
  align-self: flex-end;
}

#top .headerR .vo1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 2;
}
#top .headerR .vo1 a {
	padding:0 15px;
}
#top .headerR .vo1 .modelCard a {
	padding:0 5px;
}


#top .headerR .vo2 #search {
  display: flex;
  flex-wrap: nowrap;
}
#top .headerR .vo2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#top .layui-nav {
  background-color: #ffffff00 !important;
  white-space: nowrap;
}
#top .layui-nav .layui-this:after,
.layui-nav-bar {
  background-color: #0046ad !important;
}
#top .layui-nav-child {
  width: 180px;
  text-align: center;
  color: #000;
  padding-bottom: 20px;
}
#top .phoneCard {
  width: 80%;
  margin: 0 auto;
}
#top .phoneCard dd {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 100%;
}
#top .phoneCard dd img {
  width: 100%;
  height: 100%;
}

#top .modelCard .code {
  display: flex;
  align-items: center;
  justify-content: center;
}
#top .headerR .vo2 .search {
  width: 275px;
  height: 50px;
  overflow: hidden;
  float: left;
  border-radius: 10px;
  margin: 3px 3% 0 0;
  border: 1px solid #ddd;
}

#top .headerR .vo2 .search-1 {
  width: 229px;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 16px;
  color: #000;
  outline: none;
  float: left;
  background: #fafafa;
  transition: 0.2s;
  font-weight: 300;
  border: 0;
}
#top .headerR .vo2 .search-2 {
  border: 0;
  width: 46px;
  height: 50px;
  float: left;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fafafa;
  transition: 0.2s;
}
#top2 img {
  width: 100%;
}
#nav1{
  background: transparent !important;
  color: #333333 !important;
}

#nav1 .layui-nav-item > a{
  background: transparent !important;
  color: #333333 !important;
  font-size: 20px;
}
#nav1 .layui-this:after{
  background-color: #0046ad !important;
}
#nav2 {
	border-top: 1px solid #a5a5a5;
	
}

#nav2 .tab-bar{
  display: flex;
  /*justify-content: space-around;*/
  align-items: center;
  background-color:  transparent !important ;
/* margin-top: 15px; */
  font-size: 18px;
box-sizing: border-box;
padding-left: 20px;
}
#nav2 .tab-bar .tab{
  display: flex;
  padding: 8px 15px;
  position: relative;
}
#nav2 .tab-bar .tab a{
  /* border-bottom: #9f9f9f  1px solid; */
  color:  #333333;
}
#nav2 .tab-bar .tab .xuan{
  font-weight: 600;
  border-bottom: #333333  1px solid;
}



#nav2 .tab-bar .tab dd a{
  border-bottom: #9f9f9f  1px solid;
  color:  #333333;
}
#nav2 .tab-bar .tab:hover .tab-content{
  display: flex;
}
#nav2 .tab-bar .tab .tab-content{
  display: none;
  flex-direction: column;
  padding: 8px 15px;
  position: absolute;
  top:45px;
  background-color: #F5F5F7 ;
  z-index: 9999;
  width: 100%;
  box-sizing: border-box;
}
#nav2 .tab-bar .tab .tab-content dd{
  width: 100%;
}

#youqing {
  margin: 30px 0;
}
#youqing .bod {
  display: flex;
  flex-wrap: wrap;
  /*margin-top: 15px;*/
}
#youqing .bod li {
  /*margin: 8px;*/
  padding: 18px;
  width: 20%;
  box-sizing: border-box;
  border: 1px solid #efefef;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
}
#youqing .bod li a {
  font-size: 18px;
  line-height: 2;
  
  box-sizing: border-box;
}
#youqing .bod li a:hover {
  background: #efefef;
}
#youqing .bod li img{
    width: 100%;
    height: 100px;
    object-fit:cover;
    overflow: hidden;
}
#youqing .bod li p{
   text-align: center;
   line-height: 2;
   font-weight: 600;
}
#footer {
  padding: 15px;
  border-top: 1px solid #909090;
}
#footer a {
  padding: 0 10px;
  margin-top: 10px;
  /* border-right: 1px solid #ffa6a6; */
}

#footer,
#footer a {
  color: #ffffff;
  line-height: 1;
  font-size: 16px;
}
#footer .justifycontent {
  display: flex;
  justify-content: center;
}
#footer .justifycontent a:last-child {
  border-right: none;
}

#about {
  display: flex;
  justify-content: center;
  align-items: center;
}
#about a {
  padding: 8px;
  margin: 8px;
  color: #ffffff;
  /* font-weight: 600; */
  font-size: 18px;
}
#about a:hover {
  color: #63b3ff;
  font-weight: 400;
}


#box1 .index-list-detail li {
  padding: 8px 0;
  border-bottom: 1px dashed #d4d4d4;
}
#box1 .index-list-detail li a {
  font-size: 18px;
  line-height: 1.9;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#swiper img {
  width: 100%;
  height: 100%;
}
#swiper .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #00000050;
  font-size: 25px;
  line-height: 2;
  color: #ffffff;
  padding: 4px 8px;
}
#swiper .layui-carousel-ind {
  display: flex;
  justify-content: end;
}
#swiper .layui-carousel-ind ul li.layui-this {
  background-color: #fff;
  width: 15px;
  background: rgb(52, 148, 240);
  border-radius: 8px;
}
#box2 .tab-title {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}


#box2 a:hover legend  {
  color: #333;
}
#box2 legend {
  font: bold 26px "Microsoft YaHei";
  color: #0046ad;
}

#box2 .tab-list-card {
  margin-bottom: 10px;
}
#box2 .tab-list-card a {
  color: #898686;
}
#box2 .tab-list-card  a:hover {
  color: #0046ad;
}
#box2 .imgCard img{
  width: 214px;
  height: 143px;
}
#box2 .tab-list-ul > li {
  padding: 5px 0;
  font-size: 16px;
  line-height: 2;
  border-bottom: 1px dashed #d4d4d4;
}
#box2 .tab-list-ul li a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#box2 .titleImg {
  width: auto;
  height: 45px;
}
#box3 {
  margin-top: 25px;
}
#box3 h2 {
  line-height: 1.5;
  border-left: 5px solid #3c78d0;
  padding-left: 15px;
  margin-bottom: 10px;
}
#box3 h2 a {
  font: bold 26px "Microsoft YaHei";
  color: #0046ad;
}

#box3 h2 a:hover {
  color: #333;
}


#box3 .bod {
  display: flex;
  flex-direction: column;
}
#box3 .bod img {
  width: 100%;
  height: 200px;
}
#box3 .bod .title a {
  text-align: center;
  font-size: 16px;
  width: 100%;
  line-height: 2;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #eeeeee;
  display: block;
  white-space: nowrap;   /* 强制文本不换行 */
  overflow: hidden;      /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 溢出时显示省略号 */
}