/* 导航 start */

.header-saying-box {
    background: url(../images/header/header_bk.png) no-repeat;
    background-size: 100% 100%;
}

.header-saying {
    padding: 1em 0;
    justify-content: space-between;
    height: 118px;
    display: flex;
    align-items: center;
    padding: 1em 0;
}

.header-saying .search-item {
    display: flex;
    justify-content: flex-end;
}

.header-saying .form-inline {
    border: 1px solid #00abeb;
    width: 230px;
    line-height: 35px;
    border-radius: 37px;
    display: flex;
    align-items: center;
    height: 35px;
    background: rgba(254, 255, 255, 0.6);
}
.header-saying .form-inline img {
    width: 15px;
    height: 15px;
    margin-left: 20px;
    margin-right: 5px;
}

.header-saying .form-inline input {
    background: rgba(0, 0, 0, 0);
    font-size: 14px;
}
.header-saying .title img{
    height: 125px;
}

/*wap导航开始*/

.side_nav {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 4444;
    height: 100%;
}

/*wap导航结束*/

/* pc导航 start */

.header-nav-box {
    height: 50px;
    background: #00abeb;
    opacity: 0.9;
    position: relative;
    z-index: 9;
}

.header-nav {
    height: 100%;
    justify-content: space-between;
}

.header-nav li {
    position: relative;
    flex: 1;
}

.header-nav li .title {
    display: flex;
    color: #fff;
    align-items: center;
    line-height: 50px;
    padding: 0 25px;
    position: relative;
    justify-content: center;
}

.header-nav li .title span {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../images/header/icon-xia.png) no-repeat center center;
    background-size: 100% 100%;
    margin-left: 5px;
}

.header-nav li:hover .title span {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180%);
    color: #ff8800;
    transition: all 0.3s;
}

.header-nav .title.active {
    background-color: #3b7bc7;
}

.header-nav .nav-item-con {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 9;
    box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.08);
    background: rgba(0, 152, 209, 0.6);
}

.header-nav .nav-item-con a {
    line-height: 50px;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
}

.header-nav .nav-item-con a:hover {
    color: #5997e0;
}

.header-nav .nav-item-con .nav-item {
    flex-direction: column;
    width: 100%;
}

.header-nav li:hover .title {
    background: rgba(0, 152, 209, 0.7);
}

.header-nav li:hover .nav-item-con {
    display: flex;
}

.header-nav-box .nav-box {
    background: #ffffff;
    box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.08);
}

.header-nav-box .nav-box .nav-item {
    line-height: 64px;
    display: none;
    align-items: center;
    justify-content: center;
}

.header-nav-box .nav-box .nav-item a {
    margin: 0 16px;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #2d3039;
}

.header-nav-box .nav-box .nav-item a.active {
    color: #5997e0;
}

/* pc导航 end */

/* footer start */

.footer-box {
    background: #D4D4D4;
    margin-top: 50px;
}

.footer-con {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    color: #333333;
}

.tips-con a {
    color: #333333;
}

.footer-box .footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-con .top-con {
    padding: 3rem 0;
}

.footer-con .top-con .tips-con {
    margin-bottom: 5%;
}

.footer-con .top-con .tips-con a {
    margin-right: 64px;
}

.footer-con .top-con .list-con {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.footer-con .code-con {
    display: flex;
    align-items: center;
}

.footer-con .code-con .code {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
}

.footer-con .code-con .code img {
    width: 136px;
    height: 136px;
}

.footer-con .code-con .code p {
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 24px;
    margin-top: 12px;
}

.footer-box .footer-bot {
    padding: 3rem 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.footer-box .footer-bot .text {
    margin-bottom: 15px;
    text-align: center;
}

.footer-box .footer-bot .text a {
    color: #333333;
    margin-left: 1rem;
}

.footer-box .footer-right{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer-box .footer-right img{
    width: 128px;
    height: 128px;

}

/* footer end */