.bottomimg{
    width: 100%;
    height: 828px;
    position: fixed;
    z-index: -1;
    
}
.bottomimg div{
    width: 100%;
    height: 928px;
    background:url('//insight-officialwebsite.oss.cdn.ksykgg.com/portal_images/peoban.jpg');
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
}
.main{
    margin-top: 40px;
}
.topbanner{
    position: relative;
    height: 800px;
    overflow: hidden;
}
.topbanner img{
    min-height: 100%;
    transition: 1.5s all;
    -webkit-transition:1.5s all;
    -moz-transition:1.5s all;
    -o-transition:1.5s all;
    -ms-transition:1.5s all;
}
/* .image{
    transition: 0.8s all;
    -webkit-transition: 0.8s all;
} */
.scale{
    transition:1.5s 0.5s all;
    -webkit-transition:1.5s 0.5s all;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.topbanner .anamorp{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(transparent,rgba(0,0,0,0.6));
    background: -o-linear-gradient(transparent,rgba(0,0,0,0.6));
    background: -moz-linear-gradient(transparent,rgba(0,0,0,0.6));
    background: -mos-linear-gradient(transparent,rgba(0,0,0,0.6));
    background: linear-gradient(transparent,rgba(0,0,0,0.6));
}
.bannertext{
    position: absolute;
    bottom: 100px;
    left: 10%;
    color: #fff;
}
.bannertext span:nth-child(1){
    display: block;
    margin: 20px 0;
    font-size: 24px;
}
.bannertext span:nth-child(2){
    /* font-size: 16px; */
}
.fourBox{
    background-color: #e4e4e4;
}
.fobottom{
	/* padding-top: 100px; */
	padding-bottom: 120px;
}
.fobottom .thmain>div{
	width: 50%;
	margin: 0;
}
.fobottom .thmain .thmaleft{
	background:url('//insight-officialwebsite.oss.cdn.ksykgg.com/portal_images/peo-p1.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.fobottom.p2 .thmain .thmaleft{
	background:url('//insight-officialwebsite.oss.cdn.ksykgg.com/portal_images/peo-p2.png');
}
.fobottom .thmain .thmaright{
	background-color: #c40224;
}
.fobox-text{
	width: 70%;
    color: white;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* font-size: 16px; */
}
/*.fobox-text span{
	margin: 30px 0;
	display: inline-block;
	width: 97px;
	height: 26px;
	background: url('//insight-officialwebsite.oss.cdn.ksykgg.com/portal_images/backt.png');
	background-size: 100% auto;
	cursor: pointer;
}*/
.thmain>div{
	width: 49%;
	height: 100%;
	box-sizing: border-box;
	float: left;
}
.thtitle{
    color: #000;
    font-size: 24px;
    padding: 0px 0 15px 0;
    height: 150px;
    line-height: 250px;
}
.bottomBox .thtitle{
    color: #000;
}
.bottomBox .thmain .thmaleft{
	background:url('//insight-officialwebsite.oss.cdn.ksykgg.com/portal_images/peo-p3.png');
}
.bottomBox .thmain .thmaright{
    background-color: #212121;
}
.bottomBox{
    background-color: #fff;
}