*{
	margin: 0;
	padding: 0;
	font-family: Microsoft JhengHei;
    list-style:none;
    text-decoration: none;
}
.header,.content,.footer{
    min-width: 1200px;
}
/* 头部 */
.nav{
    width: 100%;
    min-width: 1200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.nav:hover{
    background: rgba(0,0,0,0.2)
}
.nav-main{
    width: 1200px;
    height: 90px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.nav-logo{
    height: 50px;
    padding: 20px 0;
    margin-left: 30px;
}
.nav-logo img{
    height: 100%;
    float: left;
}
.nav-logo p{
    height: 100%;
    line-height: 50px;
    color: white;
    font-size: 50px;
    font-weight: bolder;
    margin-left: 20px;
    float: left;
}
.nav-main ul{
    margin-right: 30px;
}
.nav-main li{
    height: 100%;
    padding: 0 20px;
    line-height: 90px;
    float: left;
}
.nav-main li a{
    color: white;
    font-size: 20px;
    display: block;
}
.nav-main li a:hover{
    font-weight: bold;
}
.banner{
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}
.banner-info{
    width: 1200px;
    height: 100%;
    margin-left: -600px;
    position: absolute;
    left: 50%;
    top: 0;
}
.banner-info>div{
    color: white;
    position: absolute;
    top: 200px;
}
.banner-info>div p{
    margin-top: 10px;
}
.banner-info-mid{
    width: 100%;
    text-align: center;
}
.banner-info-left{
    animation: bannerinfodownl 1s forwards;
    left: 0;
}
.banner-info-right{
    text-align: right;
    animation: bannerinfodownr 1s forwards;
    right: 0;
}
.banner:hover .banner-info-left{
    animation: bannerinfoupl 1s forwards;
}
.banner:hover .banner-info-right{
    animation: bannerinfoupr 1s forwards;
}
@keyframes bannerinfodownl{
    0%{
        left: 40px;
    }
    100%{
        left: 0;
    }
}
@keyframes bannerinfodownr{
    0%{
        right: 40px;
    }
    100%{
        right: 0;
    }
}
@keyframes bannerinfoupl{
    0%{
        left: 0;
    }
    100%{
        left: 40px;
    }
}
@keyframes bannerinfoupr{
    0%{
        right: 0;
    }
    100%{
        right: 40px;
    }
}
.banner img{
    width: 100%;
    animation: bannerdown 1s forwards;
}
.banner:hover img{
    animation: bannerup 1s forwards;
}
@keyframes bannerdown{
    0%{
        margin-top: -120px;
    }
    100%{
        margin-top: -100px;
    }
}
@keyframes bannerup{
    0%{
        margin-top: -100px;
    }
    100%{
        margin-top: -120px;
    }
}
/* 中心 */
.content-list .index-title{
    animation: titilefont 1s forwards;
}
.content-list .index-title>span{
    animation: titileshow 1s forwards;
}
@keyframes titilefont{
    100%{
        padding: 0 20px;
    }
}
@keyframes titileshow{
    100%{
        width: 140px;
    }
}
@keyframes titilefontback{
    0%{
        padding: 0 20px;
    }
    100%{
        padding: 0;
    }
}
@keyframes titileshowback{
    0%{
        width: 140px;
    }
    100%{
        width: 0;
    }
}
.index-title{
    height: 40px;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    position: relative;
    animation: titilefontback 1s forwards;
}
.index-title span{
    width: 0px;
    height: 2px;
    background: #666666;
    display: block;
    animation: titileshowback 1s forwards;
    position: absolute;
    bottom: 0;
}
.content>div:nth-child(odd) .index-title span{
    left: 0;
}
.content>div:nth-child(even) .index-title span{
    background: white;
    right: 0;
}
.index-introduce{
    margin-top: 20px;
}
.index-introduce>p{
    margin-top: 30px;
}
.content-product{
    width: 1200px;
    height: 400px;
    margin: auto;
    padding: 60px 40px;
    box-sizing: border-box;
    color: #333333;
}
.content-hid-main{
    display: flex;
    justify-content: space-between;
    opacity: 0;
}
.content-show-main{
    animation: showcontentmain 2s forwards;
}
@keyframes showcontentmain{
    0%{
        margin-top: 50%;
    }
    100%{
        margin-top: 0;
        opacity: 1;
    }
}
.content-product-list{
    display: flex;
}
.content-product-icon{
    width: 240px;
    height: 240px;
    border-radius: 10px;
    margin-left: 40px;
    text-align: center;
    padding-top: 30px;
    box-sizing: border-box;
    position: relative;
}
.content-product-icon:hover{
    background: #cccccc;
}
.content-product-icon:hover img{
    animation: iconshake 1s forwards;
}
@keyframes iconshake{
    25%{
        transform:rotate(20deg);
    }
    75%{
        transform:rotate(-20deg);
    }
    100%{
        transform:rotate(0);
    }
}
.content-product-icon>img{
    width: 100px;
    height: 100px;
}
.content-product-icon>h1{
    font-size: 24px;
    margin-bottom: 10px;
}
.content-product-icon>a{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.content-resolve-box{
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
}
.content-resolve-box>img{
    width: 110%;
    animation: resolveright 1s forwards;
    position: absolute;
    top: -150px;
}
.content-list.content-resolve-box>img{
    animation: resolveleft 1s forwards;
}
@keyframes resolveright{
    0%{
        left: -5%;
    }
    100%{
        left: 0;
    }
}
@keyframes resolveleft{
    0%{
        left: 0;
    }
    100%{
        left: -5%;
    }
}
.content-resolve-box-hid{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
}
.content-resolve{
    width: 1200px;
    height: 100%;
    margin: auto;
    padding: 60px 40px;
    box-sizing: border-box;
    color: white;
    text-align: right;
    position: relative;
}
.content-resolve .index-introduce{
    width: 100%;
}
.content-resolve .content-hid-main{
    display: block;
}
.index-iconlist{
    display: flex;
    justify-content: center;
}
.index-iconlist-list{
    text-align: center;
    margin: 100px 90px;
    opacity: 0.8;
    cursor: pointer;
}
.index-iconlist-list:hover{
    opacity: 0.6;
}
.index-iconlist-list>img{
    width: 120px;
}
.index-iconlist-list>p{
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}

.content-about{
    width: 1200px;
    height: 400px;
    margin: auto;
    padding: 60px 40px;
    box-sizing: border-box;
    color: #333333;
    overflow: hidden;
}
.content-about-list>img{
    width: 400px;
    border-radius: 10px;
    margin-left: 50px;
    animation: contentabouthid 1s forwards;
}
.content-list .content-about-list>img{
    animation: contentaboutshow 1s forwards;
}
@keyframes contentabouthid{
    0%{
        box-shadow: 10px -10px 10px #666666;
    }
    100%{
        box-shadow: 0 0 0 #666666;
    }
}
@keyframes contentaboutshow{
    100%{
        box-shadow: 10px -10px 10px #666666;
    }
}

/* 底部 */
.footer{
    width: 100%;
    padding: 40px 0;
    background: #333333;
    overflow: hidden;
}
.footer-box{
    width: 1200px;
    margin: auto;
    padding-bottom: 30px;
    color: white;
    display: flex;
    justify-content: space-between;
}
.footer-list>h1{
    font-size: 24px;
    margin-bottom: 10px;
}
.footer-list>p,.footer-list li{
    margin-bottom: 5px;
}
.footer-list li{
    text-align: center;
}
.footer-list li a{
    color: white;
}
.footer-list li a:hover{
    font-weight: bold;
}
.footer-logo{
    padding: 20px 0;
    margin-left: 30px;
}
.footer-logo img{
    height: 30px;
    margin-bottom: 5px;
}
.footer-logo p{
    height: 100%;
    line-height: 20px;
    color: white;
    font-size: 18px;
    font-weight: bolder;
    margin-left: 35px;
}
.footer-code{
    width: 100px;
    margin-right: 30px;
    text-align: center;
    font-size: 12px;
}
.footer-code img{
    width: 100%;
}
.footer-bottom{
    width: 1200px;
    color: #666666;
    font-size: 14px;
    border-top: 2px solid #666666;
    text-align: center;
    margin: auto;
    padding-top: 10px;
}

/* product中部 */
.product .product-list-box:nth-child(even){
    background: #f0f0f0;
}
.product-list{
    width: 1200px;
    min-height: 300px;
    padding: 20px 0 30px 0;
    margin: auto;
}
.product-list-title>h1{
    height: 80px;
    line-height: 80px;
    font-size: 26px;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.product-list-title hr{
    width: 60px;
    height: 2px;
    background: #666666;
    outline: none;
    border: none;
    margin: auto;
    position: relative;
    bottom: 15px;
}

.product-list-info{
    margin-bottom: 20px;
}
.product-list-info>p{
    text-align: center;
    margin-top: 15px;
}
.product-list-infoflex{
    display: flex;
    justify-content: center;
}
.product-list-imglist{
    height: 260px;
    padding: 0 25px;
}
.product-list-img{
    width: 70px;
    height: 60px;
    box-sizing: border-box;
    margin-bottom: 5px;
    border-radius: 4px;
}
.product-list-img.active{
    border: 2px solid #E0EDFC;
}
.product-list-img>img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.product-list-bigimg{
    height: 255px;
    padding-bottom: 5px;
    margin: 0 20px;
    border-radius: 4px;
}
.product-list-bigimg>img{
    height: 100%;
    border-radius: 4px;
}
.product-list-inum{
    width: 120px;
    padding-top: 60px;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
}
.product-list-inum>p:last-child{
    font-size: 30px;
    margin-top: 20px;
}
.product-list-istr{
    width: 120px;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
}
.product-list-istr>p:last-child{
    font-size: 14px;
    margin-top: 20px;
}

.product-list-infoimg{
    width: 800px;
    margin: auto;
    margin-bottom: 30px;
}
.product-list-infoimg>img{
    width: 100%;
}
.product-list-info-img{
    width: 480px;
    margin-right: 40px;
}
.product-list-info-img>img{
    width: 100%;
}

.product-list-info-text{
    width: 770px;
    padding-top: 40px;
    margin-right: 40px;
}
.product-list-info-text>p{
    margin-bottom: 20px;
}


/* product测试应用 */
.product-list-info-test{
    width: 600px;
    padding: 30px;
    background: #E0EDFC;
    border-radius: 10px;
    box-sizing: border-box;
    margin-right: 20px;
    color: #666;
    cursor: pointer;
}
.product-list-info-testempty{
    text-align: center;
    padding: 40px 0;
}
.product-list-info-testempty>img{
    width: 120px;
    margin-bottom: 20px;
}
.product-list-info-result{
    width: 150px;
    border: 5px solid #E0EDFC;
    border-radius: 10px;
    padding: 10px;
    font-weight: bold;
}
.product-list-tip{
    font-size: 14px;
    color: #999;
    text-align: center;
}
/* product产品定价 */
.product-list-info-pay{
    width: 500px;
    margin: 0 20px;
}
.product-list-info-pay>h3{
    text-align: center;
    margin-bottom: 20px;
}
.product-list-info-pay>table{
    width: 100%;
}
.product-list-info-pay>table th{
    background: #E0EDFC;
    border: 1px solid #ddd;
    text-align: center;
    padding: 20px;
}
.product-list-info-pay>table td{
    background: white;
    border: 1px solid #ddd;
    text-align: center;
    padding: 20px;
}
.product-list-info-pay>p{
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}


/* resolve业务流程 */
.product-list-info-cell{
    width: 200px;
    padding: 20px 10px;
    box-sizing: border-box;
    border: 5px solid #13227a;
    border-radius: 10px;
    margin: 30px 0;
    align-items: center;
    justify-content: center;
    display: flex;
}
.product-list-info-direction{
    width: 100px;
    margin: 30px 20px;
}
.product-list-info-direction>img{
    width: 100%;
}

