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

#main-img .mi-content {
    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: #06505f;
    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: #1c6c75;
}
#nav-list ul li.active::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 3px solid #1c6c75;
}


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

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

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

#product-introduce .pi-main .title {
    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 #3F5A5B 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; 
    box-shadow: 0px 0px 8px #fff;
    color: #2f61f1; 
    height: 0;           
    width:0; 
    border-radius: 100%; 
}

#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 .pauseBtn::before { 
    border-color: transparent white;  
    border-width: 0 6px; 
    height: 15px; 
    width: 6px; 
    left: -9px; 
}

#product-introduce .pi-main .introduce .intro-content {
    width: 650px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 26px;
    color: #262c3a;
}




#core-function {
    width: 100%;
    min-height: 1120px;
    position: relative;
    background-image: linear-gradient(0deg, 
		#ffffff 0%, 
		#f4f8f9 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 .resource-list {
    width: 100%;
    padding: 24px 0;
    background-image: linear-gradient(0deg, #ffffff 0%, rgba(224, 234, 236, 1) 100%);
    border: 2px #fff solid;
    position: relative;
    border-radius: 10px;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}
#core-function .resource-list::before{
    content: '';
    width: 10px;
	height: 60px;
	background-image: linear-gradient(0deg, #71bfbc 0%, #216383 100%);
	border-radius: 0px 8px 8px 0px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -30px;
}
#core-function .resource-list .title1{
    width: 130px;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    font-weight: 700;
    text-align: right;
    background-image: url('../image/zyicon1.png');
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 24px;
	color: #144f60;
}
#core-function .resource-list .title2{
    width: 130px;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    font-weight: 700;
    text-align: right;
    background-image: url('../image/zyicon2.png');
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 24px;
	color: #144f60;
}
#core-function .resource-list .rescontent{
    padding: 0 20px;
    -webkit-box-orient: vertical;
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
}
#core-function .resource-list .rescontent-item{
	height: 50px;
    line-height: 50px;
    padding: 0 12px 0 24px;
	background-color: rgba(16, 67, 84, 0.08);
	border-radius: 5px;
}
#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: 150px 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: 200px;
    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: 34px;
    
    font-size: 24px;
    color: #0c0f15;
    opacity: 0.85;
}

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



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

#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%,#deeaec 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-bg1.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;
}
#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;
    background-image: url('../image/yyhy_bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    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: 100px;
}
#application-industry .article {
    width: 1200px;
    margin: 0 auto 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
#application-industry .article .item{
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
}
#application-industry .article .item .tltle{
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 20px;
    color: #fff;
	background-image: linear-gradient(90deg, 
		#30a1a8 0%, 
		#06505f 100%);
	border-radius: 20px 20px 0px 0px;
}
#application-industry .article .item .box{
    min-height: 188px;
    background-color: #f4f5f9;
    background-image: linear-gradient(0deg, #ffffff 0%, rgba(224, 234, 236, 1) 100%);
    border: 2px #fff solid;
    border-top: 0px;
    padding-bottom: 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
#application-industry .article .item .box-item{
    width: 248px;
	min-height: 104px;
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 30%, rgba(188, 210, 215, 1) 100%);
	border-radius: 10px 10px 0 0;
    position: relative;
    margin: 50px 30px 0 30px;
    display: inline-block;
}
#application-industry .article .item .box-item .icon{
    width: 64px;
    height: 64px;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -32px;
}
#application-industry .article .item .box-item .details{
    padding-top: 60px;text-align: center;
}
#application-industry .article .item .box-item .details .text1{
    font-size: 18px;padding-bottom: 10px;
}
#application-industry .article .item .box-item .details .text2{
    color: #3f485b;opacity: 0.8;margin: 10px 0;
}
#platform{
    width: 100%;
    min-height: 650px;
	background-color: #212d31;
}
#platform .tabs{
    width: 1200px;
    margin: 0 auto 0 auto;
    position: relative;
}
#platform .tabs-nav{
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 10;
    color: #4D575A;
}
#platform .tabs-nav .tabs-nav-item{
    margin-right: 45px;
    font-size: 22px;
    display: inline-block;
    cursor: default;
    position: relative;
}
#platform .tabs-nav .tabs-nav-item.active{
    color: #fff;
    font-size: 28px;
}
#platform .tabs-nav .tabs-nav-item.active span{
    position: relative;
    z-index: 10;
}
#platform .tabs-nav .tabs-nav-item.active::after{
    position: absolute;
    content: '';
    right: -20px;
    bottom: -6px;
    z-index: 1;
    width: 48px;
	height: 12px;
	background-image: linear-gradient(90deg, 
		#07505f 0%, 
		#66ede8 100%);
	border-radius: 6px;
}
#platform .tabs-body{
    padding: 160px 0 50px 0;
    min-height: 500px;
    color: #fff;
    display: none;
}
#platform .tabs-body.itembg1{
    width: 100%;
    height: 100%;
    position: relative;
}
#platform .tabs-body::after{
    width: 100%;
    position: absolute;
    content: '';
    top: 0;
    right: -300px;
    bottom: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position:top right;
}
#platform .tabs-body.active{
    display: block;
}
#platform .tabs-body.itembg1::after{
    background-image: url('../image/ptab_bg1.jpg');
}
#platform .tabs-body.itembg2::after{
    background-image: url('../image/ptab_bg2.jpg');
}
#platform .tabs-body.itembg3::after{
    background-image: url('../image/ptab_bg3.jpg');
}
#platform .tabs-body .tabs-content{
    width:630px;
    padding-top: 20px;
    text-indent: 2em;
    position: relative;
    z-index: 10;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;

}
#platform .tabs-body .tabs-advantage{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 40px 0 20px 0;
    color: #e7ffff;
    font-size: 22px;
}
#platform .tabs-body .tabs-advantage-content{
    min-height: 170px;
    padding: 30px 40px;
    background-color: rgba(18,31,35, 0.8);
	border-radius: 5px;
    position: relative;
    z-index: 10;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
#platform .tabs-body .tabs-advantage-content .items{
    width: 300px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
}

#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: #1c6c75;
    opacity: 1;
    font-weight: 700;
}
#typical-case .tc-tab-list .tc-item.tc-active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0%;
    right: 0%;
    height: 3px;
    background-color: #1c6c75;

}
#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: #2D6875;
    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-bg1.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;
}