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

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

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

#main-img .produce-name {
    font-size: 40px;
    color: rgb(37,43,58);
    font-weight: 700;
}

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

#main-img button {
    width: 128px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    background-color: #2f61f1;
    font-size: 14px;
    color: #ffffff;
}

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

#nav-list{
    width: 100%;
    background-color: #f5f7fa;
	box-shadow: 4px 12px 18px 0px 
		rgba(209, 219, 232, 0.42);
}
#nav-list ul{
    
    position: relative;
    display: block;
    text-align: center;
}
#nav-list ul li{
    width:80px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin: 0 35px;
    position: relative;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}
#nav-list ul li.active a{
    color: #2f61f2;
}
#nav-list ul li.active::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 3px solid #2f61f2;
}


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

#product-introduce {
    width: 100%;
    height: 400px;
    background-color: #eaedf6;
}

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

#product-introduce .pi-main .title {
    font-family: AliMedium;
    font-size: 30px;
    margin-bottom: 50px;
    text-align: left;
}

#product-introduce .pi-main .introduce {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

#product-introduce .pi-main .introduce .showimg {
    width: 450px;
	height: 260px;
    border: 8px #3F485B solid;
    border-radius: 15px;
    background-color: #333;
    margin-right: 57px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.35);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
#product-introduce .pi-main .introduce .showimg img{
    width: 100%;
    height: 100%;
}
#product-introduce .pi-main .introduce .showimg .playBtn{
    position: absolute; 
    top: 50%;
    left: 50%;
    z-index: 50;
    margin: -25px 0 0 -25px;
    border: 25px solid #2f61f1; 
    color: #2f61f1; 
    height: 0;           
    width:0; 
    border-radius: 100%; 
    transition: all 0.5s;
}
#product-introduce .pi-main .introduce .showimg:hover .playBtn{
    transform: scale(1.3);
}
#product-introduce .pi-main .introduce .showimg .playBtn::before { 
    content: '';
    border-style: solid; 
    text-indent: -9999px; 
    position: absolute; 
    top: -8px; 
    left: -3px; 
    border-color: transparent transparent transparent #fff; 
    border-width: 8px 0 8px 12px;  
    width: 0; 
    height: 0; 
}
#product-introduce .pi-main .introduce .showimg .playBtn:hover{
    color: #517bf5;
    border: 25px solid #517bf5; 
}
#product-introduce .pi-main .introduce .showimg .pauseBtn::before { 
    border-color: transparent white;  
    border-width: 0 6px; 
    height: 15px; 
    width: 6px; 
    left: -9px; 
}
#product-introduce .pi-main .introduce .showimg .playBtn::after {
    content: '';
    position: absolute; 
    width: 50px;
    height: 50px;
    border: 1px #fff solid;
    border-radius: 100%;
    z-index: 5;
    top: -26px;
    left: -26px;
}
#product-introduce .pi-main .introduce .intro-content {
    width: 650px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 30px;
    color: #262c3a;
}




#core-function {
    width: 100%;
    min-height: 1270px;
    position: relative;
    background-image: linear-gradient(#F4F5F9 30%, #F4F5F9 100%)
}

#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-family: AliMedium;
    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: 60px;
}
#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: 349px;
    border-radius: 25px;
    padding: 208px 50px 44px 50px;
    box-sizing: border-box;
    cursor: pointer;
    background-image: linear-gradient(0deg, 
		#ffffff 0%, 
		rgba(244, 245, 248, 1) 100%);
	box-shadow: 6px 18px 18px 0px 
		rgba(209, 219, 232, 0.76);
    border: 2px #fff solid;
    position: relative;
}

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

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



#function-advantage {
    width: 100%;
    min-height: 804px;
    background-color: #fff;
}
#function-advantage .pa-main {
    padding-top: 160px;
}

#function-advantage .pa-main .title {
    font-size: 30px;
    color: #0c0f15;
    margin-bottom: 75px;
    text-align: center;
}
#function-advantage .content {
    width: 100%;
}
#function-advantage .list {
    width: 100%;
    margin-bottom: 80px;
    overflow: hidden;
}
#function-advantage .list-item {
    width: 50%;
    float: left;
}
#function-advantage .list-item .icon{
    width: 64px;
    height: 64px;
    margin-right: 24px;
    float: left;
}
#function-advantage .list-item .explain{
    width: 470px;
    float: left;
}


#product-advantage {
    width: 100%;
    min-height: 650px;
    background-color: #f4f5f9;
}

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

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

#product-advantage .pa-main-wrap {
    width: 100%;
    position: absolute;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
#product-advantage .pa-main-wrap .item {
    width: 558px;
    height: 570px;
    background-color: #ffffff;
    background-image: linear-gradient(0deg, #fefefe 0%, #f4f6f8 100%);
    box-shadow: 0px 15px 35px 0px #d1d9e3;
    border: 2px #fff solid;
    border-radius: 20px 20px 12px 12px; 
    position: relative;
}
#product-advantage .pa-main-wrap .item .masker{
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.65) 100%);
    top: 139px;
    left: 0;
    right: 20px;
    bottom: 10px;
    z-index: 10;
    pointer-events: none;
}
#product-advantage .pa-main-wrap .item .item-title{
    height: 139px;
    line-height: 139px;
    background-image: url('../image/ystitle-bg.png');
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 24px;
    color: #ffffff;
    padding-left: 40px;
    text-align: left;
}
#product-advantage .pa-main-wrap .item .item-content{
    height: 380px;
    padding: 20px 34px;
    overflow-y: auto;
    position: relative;
}

#product-advantage .pa-main-wrap .item .item-content .pli{
    line-height: 30px;
    font-size: 16px;
    padding: 8px 0;
    color: #4a515a
}
#product-advantage .pa-main-wrap .item .item-content .pli .picon{
    margin: 9px 15px 0 0;
}


.rm-content0 .rmc-item {
    width: 180px;
    height: 140px;
}

.rm-content0 .rmc-item:nth-child(4n) {
    margin-right: 0;
}

.rm-content0 .rmc-item .rmc-title {
    font-family: AliMedium;
    font-size: 30px;
    color: #2f61f2;
    margin-bottom: 33px;
}

.rm-content0 .rmc-detail {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #262c3a;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.pa-main-tab .right-main .rm-content-12 {
    width: 100%;
    height: 100%;
    padding: 50px 90px 110px;
    box-sizing: border-box;
}

.rm-content-12 .rce-item {
    margin-bottom: 30px;
    display: flex;
    align-items: start;
}

.rm-content-12 .rce-item img {
    width: 16px;
    margin-right: 17px;
    padding-top: 8px;
}

.rm-content-12 .rce-item div {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #262c3a;
    line-height: 30px;
}

.rm-content-3 {
    width: 100%;
    height: 100%;
    padding: 50px 90px;
    box-sizing: border-box;
}

.rm-content-3 .rc3-item {
    margin-bottom: 30px;
}

.rm-content-3 .rc3-item .rc3-title {
    display: flex;
    align-items: center;
}

.rm-content-3 .rc3-item .rc3-title img {
    width: 16px;
    margin-right: 12px;
}

.rm-content-3 .rc3-item .rc3-title div {
    
    font-size: 14px;
    line-height: 30px;
    color: #262c3a;
}

.rc3-item .content {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #262c3a;
}


#application-industry {
    width: 100%;
    min-height: 580px;
    background-color: #fff;
    padding-bottom: 100px;
}
#application-industry .tc-main {
    padding-top: 220px;
}

#application-industry .tc-main .title {
    text-align: center;
    
    font-size: 30px;
    color: #0c0f15;
    margin-bottom: 70px;
}
#application-industry .article {
    max-width: 900px;
    margin: 0 auto 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
#application-industry .article .item{
    width: 103px;
	height: 103px;
	background-color: #f4f5f9;
	box-shadow: 0px 15px 35px 0px #d1d9e3;
    border: 2px #fff solid;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 40px;
}


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

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

#typical-case .title {
    padding-top: 70px;
    text-align: center;
    
    font-size: 30px;
    color: #0c0f15;
    margin-bottom: 70px;
}
#typical-case .tc-tab{
    width: 100%;
    border-bottom: 1px #ccc solid; 
}
#typical-case .tc-tab-list {
    width: 1180px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

#typical-case .tc-tab-list .tc-item {
    
    font-size: 17px;
    color: #2e3033;
    opacity: 0.85;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    padding-bottom: 10px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
#typical-case .tc-tab-list .tc-item.tc-active {
    color: #2f61f2;
    opacity: 1;
    font-weight: 700;
}
#typical-case .tc-tab-list .tc-item.tc-active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 30%;
    right: 30%;
    height: 3px;
    background-color: #2f61f2;

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

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

#typical-case .tc-main .tc-main-box {
    width: 100%;
    position: relative;
    padding-top: 30px;
    line-height: 24px;
    font-size: 14px;
    text-align: left;
}
#typical-case .tc-main .tc-main-box .caption {
    width:550px;height:210px;float: left;margin:0 30px 30px 0;border-radius: 8px;
}
#typical-case .tc-main .tc-main-box .title-icon {
    margin-bottom: 18px;font-size: 16px;text-align: left;font-weight: bold;
}
#typical-case .tc-main .tc-main-box .al-icon{
    margin: 7px 6px 0 0;
}
#typical-case .tc-main .tc-main-box .content-show {
    color: #3f485b;opacity: 0.75;line-height: 24px;
}


.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;
}