html {

}

* {
    transition: all 300ms ease;
}
a {
    color: inherit;
    text-decoration: none;
}
body {
    background-color: #fff;
    margin: 0;
    padding-top: 113px;
}
.header-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #F8F8F8;
    display: flex;
}
.header {
    width: 1220px;
    height: 113px;
    box-sizing: border-box;
    padding-left: 200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*background: url('logo.png') no-repeat 0px center;*/
    position: relative;
}
.header .logo{
    position: absolute;
    left: 0;
    top: 35px;
}
.header .left li {
    position: relative;
}

.header .topHover {
    position: relative;
}
.header .left .line {
    display: none;
    position: absolute;
    left: 4px;
    bottom: 30px;
    width: 60px;
    height: 5px;
    background: #0F66F3;
    border-radius: 3px;
}
.header .left .line1 {
    left: 2px;
    width: 30px;
}
.hoverMenu {
    display: none;
    width: 736px;
    height: 370px;
    position: fixed;
    top: 100px;
    left: 500px;
    background: #eee;
}
.hoverMenu .box {
    display: flex;
    height: 100%;
}

.hoverMenu .left {
    width: 276px;
    box-sizing: border-box;
    background: #F4F7FC;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.hoverMenu .left .l-item{
    display: flex;
    flex: 1;
    align-items: center;
    padding: 0 20px;
}
.hoverMenu .left .l-item:hover {
    background-color: #fff;
    cursor: pointer;
}

.hoverMenu .left .l-item img {
    width: 50px;
    height: 54px;
    margin-right: 20px;
}
.hoverMenu .left .l-item .cont {}

.hoverMenu .left .l-item .cont .tilte{
    color: #444;
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: bold;
}
.hoverMenu .left .l-item:hover .cont .tilte {
    color: #0F66F3;
}
.hoverMenu .left .l-item .cont .txt{
    color: #808080;
    font-size: 12px;
}

.hoverMenu .right {
    width: 460px;
    padding: 20px 20px 20px 30px;
    background: #fff;
}
.hoverMenu .right .tab2 {
    display: none;
}
.hoverMenu .right .tab3 {
    display: none;
}
.hoverMenu .right .title{
    display: flex;
    align-items: center;
    font-size: 19px;
    font-weight: bold;
    color: #005BD9;
    margin: 40px 0 40px;
    padding-left: 20px;
    border-left: 4px solid #005BD9;
}
.hoverMenu .right .title span{
    text-indent: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
}

.hoverMenu .right .r-item{
    margin-bottom: 30px;
    cursor: pointer;
}

.hoverMenu .right .r-item:hover .mini-t{
    color: #005BD9;
}
.hoverMenu .right .r-item:hover .txt{
    color: #005BD9;
}
.hoverMenu .right .r-item .mini-t{
    font-size: 18px;
    font-weight: 400;
    color: #444444;
    margin-bottom: 4px;
}
.hoverMenu .right .r-item .txt{
    font-size: 14px;
    font-weight: 400;
    color: #808080;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}



.header .left {
    height: 100%;
}

.header .left ul {
    width: 588px;
    display: flex;
    height: 100%;
    margin: 0;
    justify-content: space-around;
}
.header .left ul li {
    list-style: none;
    font-size: 17px;
    height: 100%;
    line-height: 112px;
}

.header .left ul li:hover {
    cursor: pointer;
}

.header .right {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header .right .login {
    color: #0F66F3;
    cursor: pointer;
}
.header .right .btn {
    width: 102px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-left: 40px;
    color: #fff;
    background-color: #0F66F3;
    border-radius: 16px;
    cursor: pointer;
}

.top-banner {
    width: 100%;
    height: 570px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}

.data-box {
    position: relative;
    width: 1221px;
    height: 137px;
    background: #FFFFFF;
    box-shadow: 0px 3px 28px 1px rgba(97,97,97,0.35);
    border-radius: 16px;
    margin: 0 auto;
    margin-top: -56px;
    z-index: 2;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.data-box .dItem {
    text-align: center;
}
.data-box .dItem .top {
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 2px;
}
.data-box .dItem .top span {
    font-size: 14px;
    padding-left: 4px;
}

.data-box .dItem .bot {
    font-size: 18px;
    font-family: Source Han Sans CN;
}

.data-img {
    width: 1221px;
    margin: 0 auto;
    margin-top: 94px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 60px;
}
.data-img .dItem {
    width: 220px;
    text-align: center;
}
.data-img .dItem img {
    width: 142px;
    height: 142px;
    margin-bottom: 20px;
    margin: 0 auto;
}
.data-img .dItem .top {
    font-size: 33px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #3A3A3A;
    margin-bottom: 20px;
}

.data-img .dItem .bot {
    font-size: 16px;
    line-height: 29px;
    text-align: center;
}


.product-show {
    height: 880px;
    padding: 0 10%;
    /*min-width: 1050px;*/
    background-color: #F4F8FC;
}

.product-show > .title {
    padding-top: 60px;
    text-align: center;
    font-size: 45px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000000;
    margin-bottom: 24px;
}

.product-show .m-title {
    text-align: center;
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    margin-bottom: 50px;
}

.product-show .main {
    display: flex;
    justify-content: center;
}

.product-show .l-img {}

.product-show .l-img img{
    width: 570px;
}

.product-show .r-cont {
    margin-left: 40px;
}

.product-show .r-cont .view{
    width: 500px;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 10px;
    margin-bottom: 20px;
}
.product-show.two .r-cont .view {
    padding: 20px 14px;
}
.product-show .r-cont .btn {
    margin-top: 40px;
}
.product-show .r-cont .btn button:hover {
    opacity: 0.8;
    cursor: pointer;
}
.product-show .r-cont .btn button {
    border: none;
    color: #fff;
    background-color: #3D6FFF;
    width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 20px;
}
.product-show .r-cont .view .tag{
    display: inline-block;
    font-size: 16px;
    width: 120px;
    text-align: center;
    padding: 4px 0px;
    background-color: #EDF3F8;
    border-bottom-left-radius: 14px;
    border-top-right-radius: 14px;
    margin-bottom: 10px;
    color: #333;
    margin-left: 20px;
}
.product-show.two .r-cont .view .tag {
    margin-bottom: 16px;
    padding: 4px 10px;
}
.product-show .r-cont .view .title{
    font-size: 17px;
    color: #000;
    margin-bottom: 6px;
    font-weight: bold;
}

.product-show .r-cont .view .text{
    font-size: 16px;
    color: #A8A8A8;

}
.product-show.two .r-cont .view .text {
    font-size: 18px;
}

.product-show .r-cont .view.active {
    border: 1px solid #3D6FFF;
    background: #fff;
}

.product-show .r-cont .view.active .tag {
    background-color: #3D6FFF;
    color: #fff;
}

.product-show .r-cont .view.active .text {
    color: #3D6FFF;
}

.appShow {}

.appShow .main{}
.appShow .main .appItem {
    position: relative;
    width: 210px;
    height: 480px;
    border: 1px solid #3D6FFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
}
.appShow .main .appItem:hover {
    width: 400px;
    z-index: 9;
}
.appShow .main .appItem:hover .btn {
    background-color: #3D6FFF;
    color:#fff
}

.appShow .main .appItem:hover .title {
    background-color: #3D6FFF;
}

.appShow .main .appItem:hover .text {
    width: 320px;
    height: 60px;
}
.appShow .main .appItem:hover .img img {
    width: 80%;
    height: 220px;
    border-radius: 0;
}



.appShow .main .appItem:first-of-type {
    margin-right: -10px;
    z-index: 3;
}
.appShow .main .appItem:nth-of-type(2) {
    margin-right: -10px;
    z-index: 2;
}
.appShow .main .appItem:nth-of-type(4) {
    margin-left: -10px;
    z-index: 2;
}
.appShow .main .appItem:nth-of-type(5) {
    margin-left: -10px;
    z-index: 2;
}
.appShow .main .appItem .title{
    background-color: #9FB4EF;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    height: 62px;
    line-height: 62px;
}
.appShow .main .appItem .text{
    padding: 24px 0px;
    width: 130px;

    height: 128px;
    margin: 0 auto;
    font-weight: bold;
    line-height: 30px;
    color: #686868;
}
.appShow .main .appItem .img{

}
.appShow .main .appItem .img img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #9FB4EF;
}

.appShow .main .appItem .btn{
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 190px;
    margin-left: -95px;
    border: 1px solid #9FB4EF;
    border-radius: 10px;
    color: #9FB4EF;
    text-align: center;
    height: 44px;
    line-height: 44px;
}

.product-show.term .m-title {
    margin-bottom: 20px;
}

.product-show.term .main {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-show.term .main .hx {
    width: 266px;
    height: 460px;
    position: relative;
}
.product-show.term .main .hx:hover {
    transform: translateY(-20px);
}
.product-show.term .main .arr {
    width: 23px;
    height: 20px;
    margin: 0 24px;
}
.product-show.server .serverItem {
    width: 380px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 50px;
    height: 550px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 1rem 1rem 0px rgba(157,180,226,0.18);
    position: relative;
}
.product-show.server .serverItem:hover {
    transform: translateY(-10px);
}


.product-show.server .serverItem img{
    width: 260px;
    height: 260px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.product-show.server .serverItem .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.product-show.server .serverItem .text{
    color: #686868;
    font-size: 18px;
    padding: 0 50px;
}
.product-show.server .serverItem .bot{
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    background-color: #3563FF;
    line-height: 34px;
    padding: 10px 0;
    font-size: 24px;
    letter-spacing: 2px;
}
.product-show.example {
    height: auto;
    padding-bottom: 50px;
}

.product-show.example .main{
    display: block;
}
.product-show.example .list{

    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.product-show.example .list .item{
    width: 290px;
    height: 320px;
    padding: 50px 0;
    background-color: #fff;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0px 10px 20px 0px rgba(157, 180, 226, 0.2);
    margin-right: 20px;
}
.product-show.example .list .item:last-of-type {
    margin-right: 0px;
}
.product-show.example .list .item .img{
    width: 114px;
    height: 114px;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.product-show.example .list .item .img img{
    padding: 0;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    background-color: #ccc;
    overflow: hidden;
}
.product-show.example .list .item .name{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 54px;
    margin: 38px 0 52px 0;
}
.product-show.example .list .item .info{
    padding: 0 14px;
    text-align: left;
}

.product-show.example .list .item .info .li{
    font-size: 14px;
    line-height: 34px;
    padding-left: 10px;
}
.product-show.example .list .item .info .li:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #3563FF;
    vertical-align: middle;
}
.product-show.example .list .item .info .li span{
    padding-right: 10px;
}
.product-show.news {
    height: auto;
    padding-bottom: 90px;
}

.product-show.news .main{
    display: flex;
    justify-content: center;
}
.product-show.news .b-news{
    width: 550px;
}

.product-show.news .b-news .item.title {
    font-size: 20px;
}
.product-show.news .b-news .item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 16px;
    cursor: pointer;
}
.product-show.news .b-news .item:hover {
    opacity: 0.8;
}
.product-show.news .b-news .item .l {}
.product-show.news .b-news .item .r {
    color: #aaa;
}

.product-show.news .left-news{
    margin-right: 80px;
}

.banner {
    height: 318px;
    background: url("https://qiniu.htknow.com/18165_c3a1a316a5e9b6907117bbfc493efdc1-1.png") no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.banner .h4 {
    padding-top: 80px;
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.banner .h6 {
    color: #C4D3FF;
    font-weight: 18px;
    margin-bottom: 40px;
}
.banner .btn {
    width: 160px;
    height: 48px;
    margin: 0 auto;
    text-align: center;
    line-height: 48px;
    color: #3563FF;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
}
.banner .btn:hover {
    opacity: 0.95;
}

.footer {
    height: 500px;
    background-color: #0D1021;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 100px;
}

.footer .f1 {
    padding-top: 74px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}
.footer .f1 .left{
}
.footer .f1 .left .lx{
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.footer .f1 .left .sj {
    font-size: 16px;
    color: #65707E;
    margin-bottom: 20px;
}
.footer .f1 .left .qcode{
    display: flex;
}

.footer .f1 .left .qcode .code {
    margin-right: 30px;
    text-align: center;
}

.footer .f1 .left .qcode .code img{
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}
.footer .f1 .left .qcode .code .txt {
    font-size: 16px;
    color: #fff;
    padding-left: 24px;
    background: url("https://qiniu.htknow.com/17978_91cfad7a3145042cfe3711aee2fc37c8.jpg") no-repeat 0 4px;
    background-size: 16px 16px;
}
.txt1 {
    font-size: 16px;
    color: #fff;
    padding-left: 24px;
    background: url("https://taozhi-static-1310526484.cos.ap-guangzhou.myqcloud.com/static/image/淘知课堂服务平台.png") no-repeat 0 4px;
    background-size: 16px 16px;
}
.txt2 {
    font-size: 16px;
    color: #fff;
    padding-left: 24px;
    background: url("https://taozhi-static-1310526484.cos.ap-guangzhou.myqcloud.com/static/image/企业微信-小图标.png") no-repeat 0 4px;
    background-size: 16px 16px;
}
.txt3 {
    font-size: 16px;
    color: #fff;
    padding-left: 24px;
    background: url("https://taozhi-static-1310526484.cos.ap-guangzhou.myqcloud.com/static/image/淘知课堂抖音小程序-小图标.png") no-repeat 0 4px;
    background-size: 16px 16px;
}
.txt4 {
    font-size: 16px;
    color: #fff;
    padding-left: 24px;
    background: url("https://taozhi-static-1310526484.cos.ap-guangzhou.myqcloud.com/static/image/淘知课堂快手小程序-小图标.png") no-repeat 0 4px;
    background-size: 16px 16px;
}

.footer .f1 .right {
    display: flex;
    width: calc(100% - 800px);
}
.footer .f1 .right .r-new{
    color: #fff;
    flex: 1;
}
.footer .f1 .right .r-new .news{
    color: #657285;
    font-size: 16px;
    margin-bottom: 24px;
    max-width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.footer .f1 .right .r-new .news:hover {
    opacity: 0.8;
}
.footer .f1 .right .r-new .news.tl{
    font-size: 18px;
    color: #fff;
}

.footer .f2 {
    border-top: 1px solid #212331;
    padding: 40px 0px;
    padding-bottom: 30px;
    font-size: 16px;
    color: #7288A9;
}
.footer .f3 {
    border-top: 1px solid #212331;
    font-size: 16px;
    color: #7288A9;
    padding-top: 20px;
    padding-bottom: 40px;
}







