﻿/*===================高级定制====================*/

html, body {
    background: #f3f3f3;
}

/*顶部条*/
.main-top-bar {
    background: #181921;
    width: 100%;
    overflow: hidden;
    clear: both;
    font-size: 12px;
}

.top-bar-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    color: #ffffff;
}

    .top-bar-content .top-bar-left {
        display: flex;
        align-items: center;
    }

    .top-bar-content div {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .top-bar-content a {
        color: #ffffff;
        padding-left: 5px;
        padding-right: 5px;
    }

    .top-bar-content img {
        width: 20px;
        height: 20px;
        margin-right: 5px;
        margin-left: 5px;
    }

.top-bar-right a {
    display: flex;
    align-items: center;
}
/*导航条*/
.main-nav {
    width: 100%;
    overflow: hidden;
    clear: both;
    font-size: 14px;
    background: white;
}

.main-nav-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.main-nav-left {
    padding: 20px;
    padding-left: 8px;
}

.main-nav-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    padding-right: 0;
}

    .main-nav-right a {
        padding: 7px 15px;
        font-size: 20px;
    }

        .main-nav-right a:hover {
            color: #22AC38;
            font-weight: bold;
        }

    .main-nav-right .current-nav-tab {
        color: #22AC38;
        border-bottom: 3px solid #22AC38;
        font-weight: bold;
    }

/*Logo区域*/
.logo-main {
    width: 100%;
    overflow: hidden;
    clear: both;
    font-size: 14px;
    background: #03B664;
}

.logo-img-content {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}



/*-------主体内容区域----------*/
.main-content {
    width: 1200px;
    overflow: hidden;
    background: #F3F3F3;
    margin: 0 auto;
    font-size: 14px;
    padding-bottom: 50px;
    padding-top: 30px;
}



/*服务优势*/
.services-advanced {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
    background: #fafafa;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px solid #e4e4e4;
}

.services-advanced-title {
    font-size: 25px;
    font-weight: bold;
}

.services-advanced-subtitle {
    font-size: 16px;
    padding: 20px;
}

.services-advanced-list {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
}

.services-advanced-item {
    width: 300px;
    height: 210px;
    border: 1px solid #cccccc;
    margin: 10px 8px;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
    background: #f8f8f8;
    box-shadow: 10px 10px 2px #888888;
}

    .services-advanced-item:hover {
        border: 2px solid #ff6a00;
        background: #fff8f1;
    }

.advanced-item-title {
    font-size: 22px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}

/*广告Bar*/
.bar-aacontent {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

    .bar-aacontent img {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-top: -40px;
    }




/*Logo区域*/
.main-logo {
    width: 100%;
    background: #1F61EA;
    height: 220px;
    overflow: hidden;
}

.main-logo-content {
    width: 1200px;
    overflow: hidden;
    height: 220px;
    margin: 0 auto;
}




/*主体内容区域*/
.main-content {
    width: 1200px;
    overflow: hidden;
    background: white;
    margin: 0 auto;
    font-size: 14px;
}

/*我们的特色与优势*/
.content-my-advan {
    margin: 0 auto;
    text-align: center;
    width: 600px;
    padding-top: 50px;
    font-size: 16px;
}

    .content-my-advan h1 {
        font-size: 20px;
        font-weight: bold;
    }

.content-advan-list {
    display: flex;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    width: 1000px;
    padding-top: 40px;
    padding-bottom: 30px;
}

.content-advan-item {
    width: 320px;
    height: 210px;
    text-align: center;
    border: 1px solid #e8e8e8;
    padding: 10px;
    margin-right: 20px;
    border-radius: 10px;
    font-size: 14px;
    box-shadow: 5px 5px 2px #e8e8e8;
}

    .content-advan-item img {
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
        margin-top: 10px;
    }

.content-mall-list .content-advan-item {
    height: 230px;
}

.content-advan-item:hover {
    border: 1px solid #FF6A00;
    background: #fff5ee;
}


.content-step-main {
    width: 1200px;
    text-align: center;
    padding: 20px 0px;
}







/*-------页脚内容-----------*/
.footer-main {
    width: 100%;
    overflow: hidden;
    clear: both;
    font-size: 14px;
    background: #181921;
    margin-top: 20px;
    color: white;
    padding-bottom: 60px;
}

.footer-top {
    width: 100%;
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #585858;
}

.footer-top-content {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 25px;
}

.footer-top-item {
    display: flex;
    align-items: center;
    padding: 20px;
    color: #a0a0a0;
}

    .footer-top-item b {
        color: white;
    }

    .footer-top-item img {
        width: 40px;
        /*        height: 40px;*/
        margin-right: 20px;
    }

.footer-mid-item {
    display: flex;
    align-items: center;
}

    .footer-mid-item img {
        width: 20px;
        margin-right: 10px;
    }

.footer-mid-content {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px;
}

    .footer-mid-content a {
        color: #ffedcd;
    }

    .footer-mid-content .a-kf-white:hover {
        text-decoration: underline;
    }

.footer-bottom {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    border-top: 1px dashed #31343B;
    padding-top: 20px;
}

    .footer-bottom div {
        padding-bottom: 8px;
    }

    .footer-bottom b {
        padding: 0 20px;
    }

