@charset "utf-8";
@font-face {
    font-family: zaoZiGongFangYueHeiXiTi;
    src: url('../font/zaoZiGongFangYueHeiXiTi.OTF');
}
@import "animate.min.css";
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #666666;
    transition: all 500ms;
}
a{
    text-decoration: none;
}
ul,ol{
    list-style: none;
}
.itemTitle{
    text-align: center;
}
.itemTitle p:nth-child(1){
    font-size: 32px;
    color: #000000;
    z-index: 2;
}
.itemTitle p:nth-child(2){
    font-size: 20px;
    color: #000000;
    z-index: 2;
}
/*footer*/
.footer{
    width: 100%;
    height: 305px;
    background-color: #e7e9ed;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.footer_contentBox{
    width: 1200px;
    display: flex;
    justify-content: space-around;
}
.copyright{
    text-align: center;
    font-size: 14px;
}
.footer_contentBox>div{
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.footer_contentBox>div:not(:nth-child(1)) p{
    text-align: right;
}
.footer_contentBox>div p{
    font-size: 14px;
}
.footer_contentBox>div p.footer_contentTitle{
    font-size: 16px;
}
/**/
.width1200{
    width: 1200px;
}
/*parter  战略合作*/
.index_ParterBox{
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.paterListBox{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: -60px;
}
.paterItem{
    width: 300px;
    height: 85px;
    background-color: #ffffff;
    border: solid 1px #ebeaea;
    overflow: hidden;
}
.paterItem:nth-child(5),
.paterItem:nth-child(6),
.paterItem:nth-child(7),
.paterItem:nth-child(8){
    border-top: none;
}
.paterItem:nth-child(2),
.paterItem:nth-child(3),
.paterItem:nth-child(4),
.paterItem:nth-child(6),
.paterItem:nth-child(7),
.paterItem:nth-child(8){
    border-left: none;
}
/*header 除首页外*/
.header{
    height: 76px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    /*background-color: #999999;*/
}
.header img{
    height: 30px;
}
.navBox{
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}
.navBox>a{
    display: block;
    padding-left: 30px;
    color: #333333;
    height: 76px;
    line-height: 76px;
}
.navBox>a:hover{
    color: #41C6EF;
}
/*动画小效果*/
img{
    transition: all 1s linear;
}
img:hover{
    transform: scale(1.1);
}
/**/
/*----    */
.toTop{
    display: inline-block;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
}
/*footer移动端适配*/
@media screen and (max-width:1200px) {
    .footer {
        height: auto;
        padding: 1rem;
    }
    .footer_contentBox{
        width: 100%;
        display: block;
    }
    .footer_contentBox>div:nth-child(1) img{
        width: 200px;
    }
    .footer_contentBox>div:nth-child(2) {
        float: left;
        width: 50%;
    }
    .footer_contentBox>div:nth-child(2) p,
    .footer_contentBox>div:nth-child(3) p{
        text-align: center;
    }
    .footer_contentBox>div:nth-child(4){
        display: block;
        text-align: center;
    }
    .index_ParterBox{
        height: auto;
        display: block;
    }
    .paterListBox{
        justify-content: center;
        margin: 0;
    }
    .paterItem{
        border: 1px solid #ebeaea !important;
        margin-bottom: 20px;
    }
    /*header*/
    body, html {
        width: 100%;
        overflow-x: hidden;
    }

    .itemTitle {
        padding: 20px 0;
    }

    .itemTitle p:nth-child(1) {
        font-size: 1.5rem !important;
    }

    .itemTitle p:nth-child(2) {
        font-size: 1.2rem !important;
    }

    .width1200 {
        width: 100%;
    }
    .header{
        width: 100%;
        padding: 10px;
        height: 50px;
    }
    .header img{
        width: 115px;
        height: 15px;
    }
    .navBox a{
        font-size: 0.8rem;
        padding-left: 8px;
        height: 50px;
        line-height: 50px;
        font-weight: bold;
    }
    .topNavDown{
        top: 50px !important;
        right: 50px;
        left: auto !important;
    }

}