/* index-products--------------------------------------------------------------------*/
.index-products-hot {
    background: #ff6600;
    padding: 0px 5px;
    color: #fff;
    border-radius: 3px;
}

.index-products-brief {
    color: #666;
    padding-top: 10px;
    font-size:14px;
}

.index-products-per {
    color: #888;
    padding-top: 5px
}

.index-products-more {
    text-align: right;
    padding-top: 5px;
    color: #ff6600;
}

.index-products-title{
    border-bottom:1px solid #003277;
    color:#666;
}
.index-products-title-ename{
   width:220px;
   background: #003277;
   clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 50% 100%, 0% 100%, 0% 100%);
   height: 40px;
   line-height: 40px;
   padding: 0px 20px;
   color: #fff;
   border-radius:10px 0px 0px 0px
}
.index-products-title-more{
   text-align:right;
   padding:15px 10px 0px 0px;
   font-size:14px;
   a:hover{
     color:#ff6600;
    }
}

/*pinfos----------------------------------------------------------------------*/
.pinfos{
    border:1px solid #ddd;
}
.pinfos-content {
    width:100%;
    min-height: 1000px;
    background: #fff;
    padding:0px 3% 3% 3%;
}

.pagination ul {
    list-style: none;
    padding: 0;
}

.pagination ul li {
    display: inline;
    margin-right: 5px;
}

.pagination ul li a,
.pagination ul li span {
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
}

.pagination ul li a:hover {
    background-color: #f0f0f0;
}

table {
    border-collapse: collapse;
    border: 2px solid rgb(200, 200, 200);
    /*letter-spacing: 1px;*/
    font-size: 12px;
    width: 100%;
}

td,
th {
    border: 1px solid rgb(190, 190, 190);
    text-align: center;
    padding: 10px 5px;
}

th {
    background-color: rgb(235, 235, 235);
}

tr:nth-child(even) td {
    background-color: rgb(250, 250, 250);
}

tr:nth-child(odd) td {
    background-color: rgb(245, 245, 245);
}

.pinfos .swiper {
    width: 100%;
    height: 100%;
}

.pinfos .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pinfos .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.pinfos .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.pinfos .swiper-slide {
    background-size: cover;
    background-position: center;
}

.pinfos .mySwiper2 {
    height: 60%;
    width: 100%;
}

.pinfos .mySwiper3 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.pinfos .mySwiper3 .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.pinfos .mySwiper3 .swiper-slide-thumb-active {
    opacity: 1;
}

.pinfos .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pinfos .swiper-button-prev,
.swiper-button-next {
    padding: 10px 5px;
}

.layui-tabs-header .layui-this,
.layui-tabs-header li:hover {
    color: #FE5D0D;
}

.info-tltle {
    text-align: center;
    background: #FE5D0D;
    color: #fff;
    border-radius: 0px 0px 15px 15px;
    padding: 6px 20px;
    position: absolute;
    right: 0px
}

.info-hr {
    width: 100px;
    border: 1px solid #ddd;
    border-image: linear-gradient(to right, #FE5D0D, #402807) 1;
}

.pinfos-right-title{
    margin-top:20px;
    color:#FE5D0D;
    font-weight:700
}

.pinfos-right-brief-text{
    font-size:14px;
    color:#666;
    line-height:1.8;
    margin-top:10px;
}

.pinfos-right-service{
    ul{
        margin-top:10px;
    }
    li{
        margin-top:3px;
        font-size:14px;
    }
    i{
        width:20px;
        color:#A0522D;
    }
}

.pinfos-right-form{
   width:100%;
   border-radius:10px;
   background:#FF6939;
   margin-top:5px;
   padding:10px;
   display:none;
}

.pinfos-right-btn-submit{
    background:#fff !important;
    color:#000 !important;
    border-radius:30px;
}

.pinfos-remark{
  text-align:right;
  font-size:14px;
  color:#666;
  padding:10px;  
}