#main-img {
    width: 100%;
    height: 420px;
    background: url('../image/img_banner.png');
    background-repeat: no-repeat;
    background-color: #EFF3F6;
    background-size: auto;
    background-position: bottom center;
}

#main-img .mi-content {
    position: relative;
}

#main-img .mi-content .introduce {
    padding-top: 97px;
}

#main-img .produce-name {
    font-weight: 700;
    font-size: 40px;
    color: #0c0f15;
}

#main-img .produce-detail {
    margin-top: 31px;
    margin-bottom: 44px;
    font-size: 16px;
    color: #3D485D;
    line-height: 30px;
}

#main-img button {
    width: 129px;
    height: 41px;
    line-height: 40px;
    text-align: center;
    background-color: #4056ac;
    font-size: 14px;
	border-radius: 3px;
    color: #ffffff;
}

#main-img .image {
    width: 450px;
    position: absolute;
    top: 0px;
    right: 0;
}


#slogan {
    width: 100%;
    height: 100px;
}
#slogan .textxy {
    width: 1180px;
    height: 100px;
    margin: 0 auto;
    background: url('../image/xy_aq.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#product-introduce {
    width: 100%;
    height: 464px;
    background-image: linear-gradient(156deg, 
		#f8fbff 0%, 
		#ebeff9 100%);
}

#product-introduce .pi-main {
    padding-top: 19px;
}



#product-introduce .pi-main .introduce {
    display: flex;
    align-items: center;
}

#product-introduce .pi-main .introduce img {
    text-align: center;
}

#product-introduce .pi-main .introduce .intro-content {
    width: 588px;
    font-size: 14px;
    line-height: 24px;
    color: #262c3a;
    margin-left: 9px;
}

#product-introduce .pi-main .intro-content .title {
    font-size: 30px;
    color: #252b3a;
    margin-bottom: 46px;
    text-align: left;
    font-weight: 500;
}


#core-function {
    width: 100%;
    padding-bottom: 70px;
    
    position: relative;
    
}

#core-function .bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 262px;
    background-image: linear-gradient(0deg, #ffffff 0%, rgba(242, 246, 252, 0.5) 50%, #e5edf9 100%);
    z-index: -1;
}

#core-function .cf-main {
    padding-top: 69px;
    position: relative;
}

#core-function .cf-title {
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    color: #0c0f15;
    margin-bottom: 73px;
}

#core-function .fun-list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 120px;
}
#core-function .fun-list.fun-w100{
    grid-template-columns: 1fr;
    min-height: 160px;
    position: relative;
}
#core-function .fun-list.fun-w100 .fun-item {
    width: 100%;
    position: absolute;
    top: 60px;
} 
#core-function .fun-list.fun-w100 .fun-item {
    padding: 110px 50px 44px 50px;
}
#core-function .fun-list .fun-item {
    height: 418px;
    padding: 217px 50px 44px 50px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    background-image: linear-gradient(0deg, 
		#ffffff 0%, 
		#f3f6fc 100%);
	box-shadow: 6px 10px 32px 0px 
		rgba(90, 101, 137, 0.34);
	border-radius: 8px;
	border: solid 2px #ffffff;
    
}

#core-function .fun-item .showimg {
    width: 100%;
    
    position: absolute;
    text-align: center;
    top: -25px;
    left: 0;
}
#core-function .fun-item .showimg img{
    height: 100%;
}
#core-function .fun-item .title {
    margin-top: 18px;
    margin-bottom: 22px;
    font-size: 24px;
    color: #252b3a;
}

#core-function .fun-item .content {
    font-size: 14px;
    line-height: 30px;
    color: #3f485d;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}



#function-advantage {
    width: 100%;
    
    padding-bottom: 60px;
    background-color: #f4f5fb;
}
#function-advantage .pa-main {
    padding: 70px 0 102px 0
}

#function-advantage .pa-main .title {
    font-size: 30px;
    font-weight: 500;
    color: #0c0f15;
    text-align: center;
}
#function-advantage .content {
    width: 100%;
}
#function-advantage .list {
    width: 100%;
    margin-bottom: 68px;
    overflow: hidden;
}
#function-advantage .list-item {
    width: 45%;
    float: left;
}
#function-advantage .list-item:first-child {
    margin-right: 10%;
}
#function-advantage .list-item .icon{
    width: 64px;
    height: 64px;
    margin-top: 24px;
    margin-right: 24px;
    float: left;
}
#function-advantage .list-item .explain{
    width: 436px;
    float: left;
}
#function-advantage .list-item .explain .explain-title{
    font-size: 22px;
    margin-bottom: 19px;
}
#function-advantage .list-item .explain .explain-con{
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #3f485d;
}


#product-advantage {
    width: 100%;
    background-color: #f5f7fb;
    background: url('404.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}

#product-advantage .pa-main {
    position: relative;
    padding-top: 70px;
}

#product-advantage .pa-main .title {
    
    font-size: 30px;
    color: #0c0f15;
    margin-bottom: 80px;
    text-align: center;
}

#product-advantage .pa-main .pa-main-tab {
    width: 100%;
    height: 173px;
    box-shadow: 0px 2px 28px 7px rgba(61, 93, 153, 0.15);
    border-radius: 8px;
    border: solid 3px #ffffff;
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
}

#product-advantage .pa-main .pa-main-tab .img {
    width: 24px;
	height: 24px;
    margin: 50px 0 0 55px;
}

#product-advantage .pa-main .pa-main-tab .content {
    margin-left: 29px;
}

#product-advantage .pa-main .pa-main-tab .content .title {
	font-size: 22px;
	color: #000000;
    text-align: left;
    margin: 48px 0 31px 0;
}

#product-advantage .pa-main .pa-main-tab .content .desc {
	font-size: 14px;
	line-height: 30px;
	color: #262c3a;
}

#product-advantage .pa-main-bg {
    position: absolute;
    bottom: 0;
}

#product-value{
    width: 100%;
    background-color: #f5f7fb;
    background: url('../image/cpjz-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    padding-top: 70px;
}
#product-value .title{
    font-size: 30px;
    font-weight: 500;
    color: #0c0f15;
    text-align: center;
    
    margin-bottom: 80px;
}
#product-value .con-items{
    
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#product-value .con-items .item{
    cursor: pointer;
    
    min-width: 567px;
    max-width: 567px;;
    height: 398px;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-right: 42px;
    padding: 50px 65px 0px;
    background-image: linear-gradient(0deg, 
		#4056ac 0%, 
		#5a77cf 80%, 
		#6180d8 100%);
	box-shadow: 6px 10px 32px 0px 
		rgba(90, 101, 137, 0.34);
	border-radius: 8px;
	border: solid 2px #ffffff;
    position: relative
}
#product-value .con-items .item::after{
    content: '';
    width: 159px;
    height: 147px;
    background-image: url(../image/img_bg_item.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: absolute;
    top: 22px;
    right: 40px
}
#product-value .con-items .item:nth-child(2n) {
    margin-right: 0;
}
#product-value .con-items .item .item-num{
	font-size: 44px;
	color: #d5d9e4;
    margin-bottom: 35px;
}
#product-value .con-items .item .item-intro-title{
    font-size: 22px;
	color: #ffffff;
    line-height: 30px;
}
#product-value .con-items .item-intro-con{
    margin-top: 25px;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}
#product-value .con-items .item:hover{
    background-image: linear-gradient(0deg, 
		#ffffff 0%, 
		#f3f6fc 100%) !important;
}
#product-value .con-items .item:hover::after{
    content: '';
    width: 220px;
    height: 259px;
    background-image: url(../image/img_bg_item_hover.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: absolute;
    top: -68px;
    right: 36px
}
#product-value .con-items .item:hover .item-intro-title{
    color: #4056ac;
}
#product-value .con-items .item:hover .item-intro-con{
    color: #3f485d;
}
 

.bottom-ad-bg {
    width: 100%;
    height: 160px;
    background-color: #2555d1;
    position: relative;
}
.bottom-ad-bg .article{
    height: 160px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    color: #ffffff;
}
.bottom-ad-bg .article-bg{
    width: 100%;
    height: 226px;
    max-width: 1200px;
    position: absolute;
    top: -66px;
    background-image: url('../image/sqsy-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.bottom-ad-bg .article button {
    width: 122px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    background-color: transparent;
    border: solid 1px rgba(255,255,255, .45);
    font-size: 14px;
    color: #ffffff;
    margin-top: 22px;
    border-radius: 4px;
}

#typical-case {
    width: 100%;
    min-height: 929px;
    background-color: #fff;
}

#typical-case .tc-main {
    padding-top: 70px;
    padding-bottom: 100px;
}

#typical-case .tc-main .title {
    text-align: center;
    
    font-size: 30px;
    color: #0c0f15;
    margin-bottom: 70px;
}

#typical-case .tc-main .tc-tab-list {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
}

#typical-case .tc-main .tc-tab-list .tc-item {
    
    font-size: 20px;
    color: #2e3033;
    opacity: 0.85;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 24px;
    padding-bottom: 30px;
    cursor: pointer;
    overflow: hidden;
}

#typical-case .tc-main .tc-tab-list .tc-item p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#typical-case .tc-main .tc-tab-list .tc-item:not(:last-child) {
    margin-right: 20px;
}

#typical-case .tc-main .tc-main-box {
    width: 100%;
    min-height: 602px;
    background-color: #eff2f7;
    position: relative;
}

#typical-case .tc-main .tc-main-box .bg {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
}

#typical-case .tc-main .tc-tab-list .tc-active {
    
    font-size: 24px;
    line-height: 30px;
    color: #131416;
    opacity: 1;
    border-bottom: 5px solid #2f61f2;
}

#typical-case .tc-main-content {
    padding: 68px 57px 68px 73px;
}

#typical-case .tc-main-content .desc-content {
    display: flex;
    align-items: center;
}

#typical-case .tc-main-content .desc-content .desc-img-1 {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#typical-case .tc-main-content .desc-content .desc-img-2{
    width: 15px;
    height: 13px;
    margin-right: 10px;
}

.tc-main-content .tmc-item:not(:last-child) {
    margin-bottom: 80px;
}

.tc-main-content .tmc-item .tmc-title {
    
    font-size: 24px;
    color: #2f61f2;
    margin-bottom: 19px;
}

.tc-main-content .tmc-item .tmc-content {
    font-size: 14px;
    line-height: 30px;
    color: #262c3a;
    opacity: 0.65;
}