@charset "utf-8";
/*内页头部栏*/
.inpage-top-wrap{z-index: 2;position: sticky;top: 0;background-color: #fff;box-shadow: 0 3px 30px rgba(0,0,0,.15);}
/*顶部锚链接导航*/
.top-anchor-nav{display: flex;justify-content: center;align-items: center;}
.top-anchor-nav li{margin: 0 30px;}
.top-anchor-nav li a{display: flex;align-items: center;position: relative;height: 100px;white-space: nowrap;transition: .3s;}
.top-anchor-nav li a::after{content: '';position: absolute;left: 2.6em;right: 0;bottom: 0;height: 4px;background-color: #192681;transform: scaleX(0);transition: .3s;}
.top-anchor-nav li a i{display: flex;justify-content: center;align-items: center;width: 2em;height: 2em;box-sizing: border-box;margin-right: .6em;border: 1px solid #192681;border-radius: 50%;color: #192681;transition: .3s;}
.top-anchor-nav li.on a{font-weight: bold;color: #192681;}
.top-anchor-nav li.on a::after{transform: scaleX(1);}
.top-anchor-nav li.on a i{background-color: #192681;font-weight: normal;color: #fff;}

/*合作伙伴页*/
.cooperation-partner-page{}
.cooperation-partner-page .dmui-main-title{margin-bottom: 60px;}
.cooperation-partner-page .part{padding: 40px 0;}
.cooperation-partner-page .part1{padding: 60px 0;}
.cooperation-partner-page .part3 .dmui-main-title{margin-bottom: 30px;}
.cooperation-partner-page .part3 > .w1280{display: flex;flex-wrap: wrap;}
.cooperation-partner-page .part3 > .w1280 > .con-l{width: 50%;box-sizing: border-box;padding: 60px;background: url(../images/partner_query_bg1.jpg) center no-repeat;background-size: cover;}
.cooperation-partner-page .part3 > .w1280 > .con-r{width: 50%;box-sizing: border-box;padding: 60px;background: url(../images/partner_query_bg2.jpg) center no-repeat;background-size: cover;}

/*伙伴介绍，选项卡*/
.partner-intro-tab-box{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.partner-intro-tab-box .tabs-wrap{width: 48%;color: #192681;}
.partner-intro-tab-box .tabs-wrap .tit1{padding: 0 4em;background-color: #192681;border-radius: 5px;line-height: 60px;font-weight: bold;color: #fff;}
.partner-intro-tab-box .tabs-wrap .tit2{margin-bottom: 20px;text-align: center;line-height: 1;font-weight: bold;}
.partner-intro-tab-box .tabs-wrap .top{display: flex;justify-content: center;align-items: center;margin-bottom: 50px;z-index: 1;position: relative;}
.partner-intro-tab-box .tabs-wrap .top::after{content: '';z-index: -1;position: absolute;left: 50%;top: 50%;width: 330px;height: 80px;transform: translateX(-50%);background: url(../images/partner_intro_arrow1.svg) center no-repeat;background-size: contain;}
.partner-intro-tab-box .tabs-wrap .middle{display: flex;justify-content: space-between;}
.partner-intro-tab-box .tabs-wrap .middle .item{border: 1px solid #192681;border-radius: 5px;user-select: none;cursor: pointer;transition: .3s;}
.partner-intro-tab-box .tabs-wrap .middle .item.on{background-color: #D4ECFF;}
/* .partner-intro-tab-box .tabs-wrap .middle .item.first{margin-bottom: 20px;line-height: 50px;text-align: center;} */
.partner-intro-tab-box .tabs-wrap .middle .items-wrap{display: flex;justify-content: space-between;}
.partner-intro-tab-box .tabs-wrap .middle .items-wrap .item{writing-mode: tb;height: 180px;box-sizing: border-box;padding: .9em .4em;}
.partner-intro-tab-box .tabs-wrap .middle > .con-l{width: 47%;box-sizing: border-box;padding: 20px;border: 1px dashed #192681;border-radius: 5px;}
/* .partner-intro-tab-box .tabs-wrap .middle > .con-l .items-wrap .item{padding: .4em .8em;} */
.partner-intro-tab-box .tabs-wrap .middle > .con-r{width: 47%;box-sizing: border-box;padding: 20px;border: 1px dashed #192681;border-radius: 5px;}
.partner-intro-tab-box .tabs-wrap .bottom{display: flex;justify-content: center;align-items: center;margin-top: 120px;z-index: 1;position: relative;}
.partner-intro-tab-box .tabs-wrap .bottom::after{content: '';z-index: -1;position: absolute;left: 50%;bottom: 100%;width: 520px;height: 144px;transform: translateX(-50%);background: url(../images/partner_intro_arrow2.svg) center no-repeat;background-size: contain;}
.partner-intro-tab-box .tab-content{width: 46%;position: relative;box-sizing: border-box;background-color: #fff;border: 1px solid #192681;border-radius: 6px;overflow: hidden;box-shadow: 8px 8px 0 #192681;}
.partner-intro-tab-box .tab-content::before{content: '';position: absolute;right: 0;bottom: 0;width: 60%;padding-top: 32%;background: url(../images/partner_intro_bg_elem.png) center no-repeat;background-size: contain;opacity: .15;}
.partner-intro-tab-box .tab-content .swiper-slide .info{min-height: 480px;box-sizing: border-box;padding: 50px;}
.partner-intro-tab-box .tab-content .swiper-slide .info .dmui-sub-title{margin-bottom: 30px;}
.partner-intro-tab-box .tab-content .swiper-slide .info .txt{padding-right: .5em;line-height: 1.625;text-align: justify;color: #686768;max-height: 300px;overflow-y: auto;}

/*伙伴查询表单*/
.partner-query-form{width: 100%;}
.partner-query-form input[type='text']{width: 100%;height: 70px;box-sizing: border-box;padding: 0 2em;border: 1px solid #E1E1E1;border-radius: 5px;font-size: 18px;}
.partner-query-form .btns-area{margin-top: 70px;}
/*兼容信息区*/
.compatibility-info-wrap{color: #fff;}
.compatibility-info-wrap .btns-area{display: flex;margin-top: 40px;}
.compatibility-info-wrap .btns-area .dmui-btn{margin-right: 40px;}
.compatibility-info-wrap .btns-area .dmui-btn.white{border-color: #fff;color: #fff;}
.compatibility-info-wrap .btns-area .dmui-btn.white:hover{background-color: transparent;}

/*信息中心区*/
.information-center-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
.information-center-box .item{position: relative;width: 31%;box-sizing: border-box;padding: 35px;background-image: linear-gradient(180deg,#F0F8FF,rgba(255,255,255,0));border-radius: 6px;}
.information-center-box .item::after{content: '';position: absolute;left: 0;right: 0;top: 0;height: 60%;border: 1px solid rgba(25,38,129,.2);border-radius: 6px 6px 0 0;border-bottom: 0;pointer-events: none;-webkit-mask: linear-gradient(180deg,#000,rgba(0,0,0,0));}
.information-center-box .item .title{display: flex;align-items: center;font-weight: bold;color: #192681;}
.information-center-box .item .title .icon{width: 32px;height: 32px;margin-right: .8em;}
.information-center-box .item .btns-area{display: flex;justify-content: center;margin-top: 40px;}
.information-center-box .item .more-btn{display: inline-block;vertical-align: top;line-height: 20px;color: #ADB4C7;transition: .3s;}
.information-center-box .item .more-btn::after{content: '';display: inline-block;vertical-align: middle;width: 6px;height: 6px;margin-left: .2em;border-top: 1px solid currentColor;border-right: 1px solid currentColor;transform: translate(0,-25%) rotate(45deg);}
.information-center-box .item .more-btn:hover{color: #192681;transform: translateY(-.3em);}

/*信息中心列表*/
.information-center-list{}
.information-center-list li{margin-top: .8em;border-bottom: 1px solid #E5E5E5;}
.information-center-list li a{display: block;padding: .8em 0;}
.information-center-list li a .tit{line-height: 1.6;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: .3s;}
.information-center-list li a .date{margin-top: .8em;line-height: 1;color: #ADB4C7;}
.information-center-list li a:hover .tit{color: #192681;transform: translateY(-.3em);}

/*红点列表*/
.red-dot-list{}
.red-dot-list li{position: relative;padding-left: 1.5em;margin-bottom: .4em;}
.red-dot-list li::before{content: '';position: absolute;left: 0;top: .75em;width: .5em;height: .5em;background-color: #E21D1F;border-radius: 50%;}

/*覆盖原有样式*/
.zp_pro_table{width: 100%;box-sizing: border-box;}
.db_list_p1_two .wrap dl{display: flex;justify-content: space-between;align-items: center;}
.db_list_p1_two .wrap dl::after{display: none;}
.db_list_p1_two .wrap dl:nth-child(2n){flex-direction: row-reverse;}
.db_list_p1_two .wrap dl dt{float: none;}
.db_list_p1_two .wrap dl dd{position: static;transform: translateY(0);}
.p1_three_swiper .txt{width: 100%;}
.p1_three_swiper .img{position: static;max-width: none;}

/*达梦数+频道页*/
.DMdata-channel-page{padding: 200px 0;background: #C4CDD8 url(../images/DMdata+_channel_bg.jpg) center no-repeat;background-size: cover;overflow: hidden;}
/*达梦数+区*/
.DMdata-box{position: relative;background-color: #fff;box-shadow: -2px 1px #5793CE,-4px 2px #5793CE,-6px 3px #5793CE,-8px 4px #5793CE,-10px 5px #5793CE,-12px 6px #5793CE,-14px 7px #5793CE,-16px 8px #5793CE,-18px 9px #5793CE,-20px 10px #5793CE;transform: skew(63deg,333deg) scale(.72,.66);}
.DMdata-box::after{content: '';position: absolute;left: 0;bottom: -10px;width: 100%;height: 10px;background-color: #396CAA;transform: skewX(300deg) translate(-10px, 0px);}
.DMdata-box .top{display: flex;justify-content: center;align-items: center;height: 100px;background-color: #D4ECFF;}
.DMdata-box .middle{height: 260px;box-sizing: border-box;padding: 30px 50px;border: 1px dashed #aaa;}
.DMdata-box .bottom{}
/*标题logo*/
.DMdata-box .title-logo{max-width: 200px;max-height: 80px;transform: translate(90px,-20px) skew(300deg,360deg) scale(1.2,1);}
/*元素*/
.DMdata-box .elem{position: relative;display: block;}
.DMdata-box .elem .logo-base{display: flex;justify-content: center;align-items: center;position: relative;height: 70px;background-color: #D4ECFF;box-shadow: -2px 1px #5793CE,-4px 2px #5793CE,-6px 3px #5793CE,-8px 4px #5793CE,-10px 5px #5793CE,-12px 6px #5793CE,-14px 7px #5793CE,-16px 8px #5793CE,-18px 9px #5793CE,-20px 10px #5793CE;transform: translate(20px,-10px);transition: .1s linear;}
.DMdata-box .elem .logo-base::after{content: '';position: absolute;left: 0;bottom: -10px;width: 100%;height: 10px;background-color: #396CAA;transform: skewX(300deg) translate(-10px,0px);}
.DMdata-box .elem .logo-base .logo{z-index: 1;position: relative;transform: skew(300deg,24deg) translate(-5px,-15px) scale(1.2);}
.DMdata-box .elem .logo-base .logo::after{content: '';z-index: -1;position: absolute;left: 50%;bottom: -5px;width: 20px;height: 20px;margin-left: -11px;background-image: radial-gradient(circle,rgba(57,108,170,.5),rgba(0,0,0,0) 70%);border-radius: 50%;transform: scale(2,1);animation: shadowAni 1.5s ease-in-out infinite alternate;}
.DMdata-box .elem .logo-base .logo img{width: 80px;height: 50px;object-fit: contain;animation: floatAni 1.5s ease-in-out infinite alternate;}
.DMdata-box .elem .border{position: absolute;height: 80px;left: -10px;right: -10px;top: -10px;border: 1px solid #396CAA;pointer-events: none;transform: translate(-2px, 5px);clip-path: polygon(0 0, 24px 0, 24px calc(100% - 10px), 100% calc(100% - 10px), 100% 100%, 0 100%);}
.DMdata-box .elem:nth-child(2) .logo-base .logo::after{animation-delay: .5s;}
.DMdata-box .elem:nth-child(2) .logo-base .logo img{animation-delay: .5s;}
.DMdata-box .elem:nth-child(3) .logo-base .logo::after{animation-delay: 1s;}
.DMdata-box .elem:nth-child(3) .logo-base .logo img{width: 70px;height: 45px;animation-delay: 1s;}
.DMdata-box .elem .name{z-index: 1;position: absolute;width: 200px;transform: translate(170px,-190px) skew(299deg,390deg) scale(.44);}
.DMdata-box .elem .name img{box-shadow: 2px 2px 10px rgba(0,0,0,.2);filter: grayscale(1);}
.DMdata-box .elem:hover .logo-base{box-shadow: -2px 1px #5793CE, -4px 2px #5793CE, -6px 3px #5793CE, -8px 4px #5793CE, -10px 5px #5793CE, -12px 6px #5793CE, -14px 7px #5793CE, -16px 8px #5793CE, -18px 9px #5793CE, -20px 10px #5793CE, -22px 11px #5793CE, -24px 12px #5793CE, -26px 13px #5793CE, -28px 14px #5793CE, -30px 15px #5793CE, -32px 16px #5793CE, -34px 17px #5793CE, -36px 18px #5793CE, -38px 19px #5793CE, -40px 20px #5793CE;transform: translate(40px,-20px);}
.DMdata-box .elem:hover .logo-base::after{height: 20px;transform: skewX(298deg) translate(0px,10px);transition: .2s linear;}
.DMdata-box .elem:hover .name{color: #192681;}
.DMdata-box .elem:hover .name img{filter: none;}
/*箭头*/
.DMdata-box .elem .arrow{position: absolute;left: 50%;top: 96px;width: 2px;height: 60px;margin-left: -1px;background-color: #396CAA;pointer-events: none;}
.DMdata-box .elem .arrow::before{content: '';position: absolute;left: 0;top: -9px;margin-left: -7px;border: 8px solid transparent;border-bottom-color: #396CAA;}
.DMdata-box .elem .arrow::after{content: '';position: absolute;left: 0;bottom: -9px;margin-left: -7px;border: 8px solid transparent;border-top-color: #396CAA;}
.DMdata-box .elem.second .arrow-tips{position: absolute;top: 15px;width: 20px;height: 10px;background-color: #396CAA;}
.DMdata-box .elem.second .arrow-tips::after{content: '';position: absolute;top: 0;margin-top: -5px;border: 10px solid transparent;}
.DMdata-box .elem.second .arrow-tips span{position: absolute;left: 50%;top: calc(100% + .6em);font-size: 16px;font-weight: bold;white-space: nowrap;transform: translateX(-50%);}
.DMdata-box .elem.second .arrow-tips.left{left: -65px;}
.DMdata-box .elem.second .arrow-tips.left::after{left: -15px;border-right-color: #396CAA;}
.DMdata-box .elem.second .arrow-tips.right{right: -65px;}
.DMdata-box .elem.second .arrow-tips.right::after{right: -15px;border-left-color: #396CAA;}
/*特殊样式*/
.DMdata-box .elems-wrap{display: flex;justify-content: space-between;margin-top: 40px;}
.DMdata-box .elems-wrap .elem{width: 220px;}
.DMdata-box .bottom .elem{position: relative;height: 100px;padding-bottom: 20px;background-image: linear-gradient(90deg,#D4ECFF,#88BAE0);box-shadow: -2px 1px #5793CE,-4px 2px #5793CE,-6px 3px #5793CE,-8px 4px #5793CE,-10px 5px #5793CE,-12px 6px #5793CE,-14px 7px #5793CE,-16px 8px #5793CE,-18px 9px #5793CE,-20px 10px #5793CE;transform: translate(18px,-10px);}
.DMdata-box .bottom .elem::after{content: '';position: absolute;left: 0;bottom: -10px;width: 100%;height: 10px;background-color: #396CAA;transform: skewX(300deg) translate(-10px,0px);}
.DMdata-box .bottom .elem .logo-base{background-color: transparent;box-shadow: none;transform: translate3d(15px,30px,0);}
.DMdata-box .bottom .elem .logo-base::before{display: none;}
.DMdata-box .bottom .elem .logo-base::after{display: none;}
.DMdata-box .bottom .elem .name{transform: translate(550px,-140px) skew(299deg,390deg) scale(.56);}
@keyframes floatAni{
    to{transform: translateY(-10px);}
}
@keyframes shadowAni{
    to{transform: scale(1,.5);opacity: .3;}
}


/*笔记本1920*1080显示放大比例为125%，实际分辨率为1920/1.25=1536*/
@media screen and (max-width: 1550px){
	
}

/*中屏PC，分辨率1366*/
@media screen and (max-width: 1440px){
	
}

/*小屏PC，分辨率1280*/
@media screen and (max-width: 1300px){
	/*伙伴介绍，选项卡*/
    .partner-intro-tab-box .tabs-wrap{width: 50%;}
    .partner-intro-tab-box .tabs-wrap .bottom{margin-top: 95px;}
    .partner-intro-tab-box .tabs-wrap .bottom::after{width: 440px;height: 120px;}
    .partner-intro-tab-box .tab-content{width: 44%;}
}

/*pad横屏，分辨率1024*/
@media screen and (max-width: 1024px){
	/*内页头部栏*/
    .inpage-top-wrap{display: none;}

    /*合作伙伴页*/
    .cooperation-partner-page .dmui-main-title{margin-bottom: 30px;}
    .cooperation-partner-page .part{padding: 20px 0;}
    .cooperation-partner-page .part1{padding: 30px 0;}
    .cooperation-partner-page .part3 .dmui-main-title{margin-bottom: 20px;}
    .cooperation-partner-page .part3 > .w1280 > .con-l{width: 100%;padding: 30px;}
    .cooperation-partner-page .part3 > .w1280 > .con-r{width: 100%;padding: 30px;}

    /*伙伴介绍，选项卡*/
    .partner-intro-tab-box .tabs-wrap{width: 100%;}
    .partner-intro-tab-box .tabs-wrap .tit1{padding: 0 2em;line-height: 40px;}
    .partner-intro-tab-box .tabs-wrap .tit2{margin-bottom: 15px;}
    .partner-intro-tab-box .tabs-wrap .top{margin-bottom: 40px;}
    .partner-intro-tab-box .tabs-wrap .top::after{width: 240px;height: 60px;}
    /* .partner-intro-tab-box .tabs-wrap .middle .item.first{margin-bottom: 15px;line-height: 40px;} */
    .partner-intro-tab-box .tabs-wrap .middle .items-wrap .item{height: 160px;padding: .7em 0;}
    .partner-intro-tab-box .tabs-wrap .middle > .con-l{width: 48%;padding: 15px 10px;}
    /* .partner-intro-tab-box .tabs-wrap .middle > .con-l .items-wrap .item{padding: .4em;} */
    .partner-intro-tab-box .tabs-wrap .middle > .con-r{width: 48%;padding: 15px 10px;}
    .partner-intro-tab-box .tabs-wrap .bottom{margin-top: 72px;}
    .partner-intro-tab-box .tabs-wrap .bottom::after{width: 330px;height: 90px;}
    .partner-intro-tab-box .tab-content{width: 100%;margin-top: 20px;}
    .partner-intro-tab-box .tab-content .swiper-slide .info{min-height: 0;padding: 20px 20px 40px;}
    .partner-intro-tab-box .tab-content .swiper-slide .info .dmui-sub-title{margin-bottom: 20px;}

    /*伙伴查询表单*/
    .partner-query-form input[type='text']{height: 50px;padding: 0 1em;font-size: 16px;}
    .partner-query-form .btns-area{margin-top: 30px;}
    /*兼容信息区*/
    .compatibility-info-wrap .btns-area{margin-top: 30px;}
    .compatibility-info-wrap .btns-area .dmui-btn{margin-right: 15px;}

    /*信息中心区*/
    .information-center-box .item{width: 100%;padding: 20px;margin-top: 10px;}
    .information-center-box .item .title .icon{width: 24px;height: 24px;margin-right: .6em;}
    .information-center-box .item .btns-area{margin-top: 15px;}

    /*信息中心列表*/
    .information-center-list li{margin-top: .4em;}
    .information-center-list li a .date{margin-top: .4em;}
}

/*phone和pad竖屏，分辨率820*/
@media screen and (max-width: 820px){
    
}