/*公共部分*/
.main{
    margin-top: 50px;
    padding-bottom: 35px;
    height: calc(100vh - 50px);
    color: #FFFFFF;
    background-size: cover;
}
.product{
    background:  white;
    background-size: 100% 100%;  
    overflow-y: auto;
}

.product-list-title {    
    width:100%;
    text-align: center; 
    height:10vh;
    font-size:3vh;
    line-height:10vh;
    color:#333;
    font-weight: bold;
    letter-spacing: 5px;
    text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
}
.product-list {
    
    display: list-item;
    align-items: left;
    justify-content: left;
    float:left;
}

.img-thumbnail2 { 
    height: 320px;
}

 
/*.product-list-item {
    display: block; 
    position: relative;
    height: auto;  
    min-height:150px;
    background-color: #f0f0f0;
    color:#666666;
    padding:20px;
}
.product-list-item-img {
    max-width: 100%;
    max-height: 100%;
    background-size: cover;
    width:auto;
    height:auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);  
}*/

.titleCol{
    width: 100%;
    text-align: center;
    padding-top: .5rem;
}
.titleItem{
    font-size: 58px;
}
.itemWrap{
    top: -18px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.itemColTop{
    color: #2F3544;
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 10px;
    padding-left: 10px;
}
.itemColBottom{
  width: 100%;
  font-size: 36px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #2F3544;
  line-height: 50px;
}
/*功能介绍 表格*/
.tableCol{
    padding-top: .3rem;
    padding-bottom: .3rem;
}
.tableTitle{
  display: flex;
  align-items: center;
  font-size: 24px;
}
.tableTitle>div{
  width: 25%;
  height: 125px;
  background: #E60113;
  text-align: center;
  line-height: 135px;
}
.table-main{
  border: 3px solid #ff0000;
}
.table-main>thead>tr>th{
  width: 25%;
  color: #ffffff;
  border-right: 2px solid #FCE4B8;
  text-align: center;
  font-size: 24px;
  line-height: 70px;
  background-color: #ff0000;
  /*position: sticky;*/
  /*top: 0;*/
}
.table-main>tbody>tr>td{
  color: #2F3544;
  border: 2px solid #FCE4B8;
  text-align: center;
  font-size: 18px;
  height: 138px;
  vertical-align: middle;
  word-break: break-all;
}
.table-main>tbody>tr>td:not(:first-child){
  color: #666666;
}
.footTitle{
  font-weight: 500;
  color: #E60113;
  font-size: .18rem;
  margin-top: .2rem;
}
.layer2{
  display: flex;
  flex-direction: column;
}

.tableTh{
    font-size: 16px;
    height:  36px;
    line-height: 36px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    background-color: rgba(36, 115, 219, 0.75);
   /* border-radius: 10px 10px 0 0;*/
    text-shadow: 4px 4px 5px rgba(0,0,0,.25);
}
.tableTr{
    font-size: 16px;
    display: flex;
    margin-top: 2px;
}
.tableTd1{
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(36, 115, 219, 0.75);
    margin-top: 2px;
    letter-spacing:15px; 
    writing-mode: vertical-lr;
}
.tableTd2{
    width: 90%;
}
.tableTd{
    display: flex;
    align-items: center;
    padding: 20px 30px;
    margin: 2px 0 0 2px;
    background-color: rgba(36, 115, 219, 0.75);
}
.trBottom{
    font-size: 16px;
    width: 100%;
    background-color: rgba(36, 115, 219, 0.75);
    margin-top: 4px;
    padding: 20px;
    text-align: center;
    border-radius: 0 0 10px 10px;
    cursor: pointer;
}
.tableTr:last-child .tableTd1{
    border-bottom-left-radius: 10px;
}
.tableTr:last-child .tableTd2 .tableTd:last-child{
    border-bottom-right-radius: 10px;
}
/*产品服务*/
.service{
    /*background: url('http://m-1.vicy.cn/image/cpfw_bg.png') no-repeat 50% 50%;*/
    /*background-size: cover;*/
  overflow: auto;
}
.serviceCol{
    letter-spacing: 3px;
}
.iconWrap{
  padding-top: .5rem;
}
.iconItem{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.imgCol{
    width: 1.4rem;
    height: 1.22rem;
    margin: .8rem 0;
}
.imgCol1{
    background: url("http://m-1.vicy.cn/image/cpfw_icon1.png") no-repeat center 0;
    background-size: cover;
}
.imgCol2{
    background: url("http://m-1.vicy.cn/image/cpfw_icon2.png") no-repeat center 0;
    background-size: cover;
}
.imgCol3{
    background: url("http://m-1.vicy.cn/image/cpfw_icon3.png") no-repeat center 0;
    background-size: cover;
}
.imgCol4{
    background: url("http://m-1.vicy.cn/image/cpfw_icon4.png") no-repeat center 0;
    background-size: cover;
}
.remark{
    font-size: .24rem;
    text-shadow: 2px 2px 5px rgba(0,0,0,.25);
    padding-top: .3rem;
}
/*关于我们*/
.about{
    /*background: url('http://m-1.vicy.cn/image/gywm_bg.png') no-repeat 50% 50%;*/
    /*background-size: cover;*/
    overflow-y: auto;
}
.aboutCol{
    letter-spacing: 8px;
    padding-left: 15px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
.aboutUs{
  font-size: .3rem;
  font-family: PingFangSC-Medium, PingFang SC; 
  color: #2F3544;
  line-height: .6rem;
  text-indent: 0.72rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
.about1{
    font-size: .3rem;
    letter-spacing: 6px;
    text-align: center;
    padding-top: .3rem;
}
.about2{
    font-size: .3rem;
    text-align: center;
    padding-top: .1rem;
}
.about3{
    font-size: .3rem;
    letter-spacing: 1px;
    text-align: center;
    padding-top: .1rem;
}
.mapCol{
    padding: .5rem .2rem;
}
.content{
    padding-top: 1.5rem;
}
.about4{
    font-size: .24rem;
    display: flex;
    padding-top: .2rem;
    line-height: 1.41;
    color: #2F3544;
}
.value{
    width: 6.5rem;
}
#allmap{
    width: 100%;
    height: 50vh;
}

.itemBox>a{
  font-size: .24rem;
  font-weight: 500;
  color: #2F3544;
  line-height: 33px;
  text-decoration: none;
  padding: 0 20px;
}
.itemBox a:focus{
  border-bottom: 3px solid #ff0000;
}
.imageBox{
  margin-top: 15px;
}
.imageBox>div img{
  width: 245px;
  margin: 10px 20px 0;
}
.itemActive{
  border-bottom: 3px solid #ff0000;
}
.slide1{
  background: url("../images/index_image1.png") no-repeat center 0;
  background-size: cover;
}
.slide2{
  background: url("../images/index_image2.png") no-repeat center 0;
  background-size: cover;
}

.product-detail-title {
    margin-top: 20px;
    height:30px;
    font-size: 14px;
    line-height: 30px;
    background-color: #aaa;
}
.swiper-container {
    height: calc(68vw*9/16);
}
@media (max-width: 1024px){
    .swiper-container {
        height: calc(95vw*9/16);
    }
}
.swiperImgDiv {
    display: block; 
    position: relative;
    width: 100%;
    height: 100%;  
    background-color: #f0f0f0;
  }
.swiperImg {
    max-width: 100%;
    max-height: 100%;
    background-size: cover;
    width:auto;
    height:auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);  
}

@media (max-width: 1024px){
    /*产品功能*/
    .product{ 
        background:  white/*url("../images/2.jpg") no-repeat center 0*/;  
        background-size: 100% 100%;  
        overflow-y: auto;
    }
    .titleItem{
        font-size: 40px;
    }
    .itemWrap{
        top: -12px;
    }
    .titleCol{
        padding-top: .4rem;
    }
    .itemColTop{
        font-size: 26px;
    }
    .itemColBottom{
        font-size: 14px;
    }
    .tableTh{
        font-size: .5rem;
        height: 2rem;
        line-height: 2rem;
    }
    .tableTr,.trBottom{
        font-size: 16px;
    }
    .tableTd{
        padding: 10px 20px;
    }
    /*产品服务*/
    .service{
        /*background: url('http://m-1.vicy.cn/image/wap_cpfw_bg.png') no-repeat center 0;*/
        /*background-size: 100% 100%;*/
      overflow: auto;
    }
    .iconWrap{
        padding: 0;
    }
    .imgCol{
        width: 3rem;
        height: 2.64rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .remark{
        font-size: .47rem;
    }
    /**关于我们**/
    .about{
        /*background: url('http://m-1.vicy.cn/image/wap_gywm_bg.png') no-repeat center 0;*/
        /*background-size: 100% 100%;*/
    }
  .aboutUs{
    font-size: .48rem;
    text-indent: 0.96rem;
  }
    .about .titleCol{
        padding-top: .2rem;
    }
    .about1{
        font-size: .5rem;
        letter-spacing: 2.8px;
        text-align: center;
        padding-top: .3rem;
        font-weight: bold;
    }
    .about2{
        font-size: .5rem;
        text-align: center;
        padding-top: .2rem;
        font-weight: bold;
    }
    .about3{
        font-size: .5rem;
        letter-spacing: .9px;
        text-align: center;
        padding-top: .2rem;
        font-weight: bold;
    }
    .mapCol{
        padding: .5rem 15px 0;
    }
    .content{
        padding: .5rem 15px .5rem;
    }
    .about4{
        font-size: .47rem;
        display: flex;
        padding-top: .2rem;
        line-height: 1.3;
        color: #2F3544;
    }
    .value{
        width: 6.5rem;
    }
    #allmap{
        height: 28vh;
    }

  .imageBox>div img{
    width: 125px;
  }

    /*顶部底部*/
    .main{
        margin-top: 0;
        padding-top: 50px;
        height: auto;
        min-height: calc(100% - 90px);
    }
    .footer{
        width: 100%;
        position: relative;
        height: 90px;
        top: -1px;
        left: 0;
        background-color: rgba(23,103,157,1);
        z-index: 99;
    }
    .footerCol{
        position: relative;
        height: 90px;
        padding-top: 10px;
        line-height: normal;
    }
/*    表格*/
  .table-main>thead>tr>th{
    font-size: 16px;
  }
  .table-main>tbody>tr>td{
    font-size: 14px;
  }
}
