
/*table begin*/
.text-jumbo-table {
	margin-top:3rem;
    clear: both;
    font-size: 15px;
    color: #2f2f2f;
    line-height: 1.8;
}
.text-jumbo-table table {
    border-collapse: collapse;
}
.text-jumbo-table td {
    padding: 8px 10px 8px 15px;
    border: 1px solid #fff;
    border-radius: 5px;
	word-break: break-all;
}
.text-jumbo-table table tr:nth-child(2n-1) td:nth-child(1) {
    background-color: #e6e6e6b8;
    width: 24.6974%;
    height: 25px;
}
.text-jumbo-table table tr:nth-child(2n-1) td:nth-child(2) {
    background-color: #e6e6e6b8;
    width: 72.3026%;
}
/*table end*/
.box1{
	margin:3.5rem 0px;
}
.box1 .text{
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    color: #4d4d4d;
    line-height: 26px;
    margin-bottom: 30px;
	text-align: left;
}
.box1 img{
   max-width:100%;	
   width: 100%;
}
.box2{
    background-image: url(/images/hik/id3000-bg.webp);
    text-align: center;	
	border-radius: 12px;
}
.inner-box1{
    text-align:center;
}
.inner-box2{
    padding-top: 50px;	
}
.inner-box2 .boxTitle{
    font-size: 1.8rem;
    color: #f7f7f7;
    text-align: center;
    margin-bottom: 24px;
	font-weight:bold;	
}
.inner-box2 .text{
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #f7f7f7;
    line-height: 26px;
    margin-bottom: 40px;	
	padding: 0px 12px;
}
.box2 img{
   max-width:100%;	
   margin-top:-65px;
}

.proIntroBox {
    background-color: #fff;
    /* padding: 5%; */
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top:3.5rem;
}
.introBox {
    width: 45%;
}
.proTitle {
    margin-bottom: 25px;
    font: 600 40px / 1.2 "Oswald", sans-serif;
    color: #424242;
}
.proDescTitle {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    max-width: 420px;
}
.proDescBox .Txt {
    line-height: 1.8;
}
.imgBox {
    /* width: 40%; */
    margin-right: 5rem;
}
.Txt ul{
    margin-left: -12px;	
}
.Txt p{
    line-height:1.35;
	font-size:0.95rem;	
	margin-bottom:8px;
}
.spotlight-btn {
    margin: 0 .5rem 1rem;
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin-bottom: 0;
    padding: .75rem 2.25rem;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border: 2px solid transparent;
    background: #cc0000;
    background-clip: border-box;
    -webkit-appearance: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 6px !important;
}

@media only screen and (max-width: 639px) {
.proIntroBox {
        flex-direction: column;
    }
.introBox {
        width: 100%;
        margin-left: 0;
    }
.proTitle {
        font-size: 28px;
    }
.imgBox {
        /* width: 100%; */
        margin-right: 0;
        margin-top: 5%;
    }
.imgBox img{
    max-width:100%;	
}
.inner-box2 {
    padding-top: 25px;
}
.inner-box2 .boxTitle{
    margin-bottom: 12px;
}
}