* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#page {
    text-align: center;
    padding-bottom: 120px;
    padding-top: 50px;
}

#page .layui-laypage a:hover {
    color: #0a2d88
}

body {
    background: #f9f9f9;
}

.page-title {
    color: #333;
    font-size: 16px;
    position: absolute;
    top: 22px;
    left: 40px;
    font-family: MicrosoftYaHei;
}

.intro-title {
    color: #22297a;
    font-size: 26px;
    margin: 30px 0;
}

.trace-info {
    position: absolute;
    top: 23px;
    right: 0;
    font-size: 12px;
    color: #828282;
}

.trace-info .trace-main {
    color: #939191;
}

.trace-info .trace-arrow {
    color: #0b3190;
    margin: 0 5px;
}

.trace-info .trace-active {
    color: #0b3190;
}

/* banner统一公共样式部分 */
.page-container {
    min-width: 1080px;
    position: relative;
    /*background: #e8f3fe;*/
    /* Old browsers */

    /*background: -moz-linear-gradient(top, #ffffff 0%, #e8f3fe 100%);*/
    /*!* FF3.6-15 *!*/

    /*background: -webkit-linear-gradient(top, #ffffff 0%, #e8f3fe 100%);*/
    /*!* Chrome10-25,Safari5.1-6 *!*/

    /*background: linear-gradient(to bottom, #ffffff 0%, #e8f3fe 100%);*/
    /*!* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/

    /*filter: progid:dximagetransform.microsoft.gradient(startColorstr='#feffff', endColorstr='#a0d8ef', GradientType=0);*/
    /* IE6-9 */
}

.page-container .page-panel {
    width: 1080px;
    margin: -65px auto 0;
    position: relative;
    background: #fff;
}

.page-container .banner {
    margin-top: -80px;
}

.page-container .banner img {
    width: 100%;
    height: 350px;
}

/* banner统一公共样式部分 */

/* tab公共统一样式部分 */
.page-container .layui-tab-title {
    line-height: 65px;
    height: 65px;
    border-bottom: none;
    text-align: right;
    position: relative;
    z-index: 1;
}

.page-container .layui-tab-title:after {
    display: inline-block;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 40px);
    height: 1px;
    background: #efefef;
}

.page-container .layui-tab-item {
    min-height: 300px;
    padding-bottom: 220px;
}

.page-container .layui-tab {
    margin: 0;
    padding: 0;
}

.page-container .layui-tab-content {
    margin: 0;
    padding: 0 30px 0 40px;
}

.page-container .layui-tab-title li {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #666;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
    line-height: 65px;
    height: 65px;
    text-align: center;
    cursor: pointer;
    padding: 0;
    margin-right: 30px;
    min-width: initial;
}

.page-container .layui-tab-title .layui-this {
    color: #666;
}

.page-container .layui-tab-title .layui-this:after {
    bottom: 0;
    top: auto;
    border-bottom: 2px solid #ef730f;
    z-index: 99;
}

/* tab公共统一样式部分 */

.tab-bg-grey {
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    height: 65px;
    background-color: #f5f5f5;
}

.layui-nav-child {
    width: 176px;
}

.layui-nav-child.w-224 {
    width: 224px;
}

.layui-nav-child dd {
    float: left;
    background: #b1c1d2;
}

.layui-nav-child dd a {
    font-size: 12px !important;
    color: #fff !important;
}

.layui-nav-child dd:hover {
    background: #eff4fa !important;
}

.layui-nav-child dd:hover a {
    color: #ef730f !important;
}

.load-item .loading-more {
    padding-bottom: 120px;
    padding-top: 50px;
    text-align: center;
}

.load-item .loading-more span {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #0a2d88;
    text-align: center;
    line-height: 100px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    opacity: .8;
}

.load-item .loading-more span:hover {
    background: #22297a;
    opacity: 1;
}
