.back {
    position: fixed;
    display: block;
    z-index: 20000;
    color: #fff !important;
    background-color: #6094e8;
    padding: 15px;
    right: 0;
    bottom: 200px;
    font-size: 16px;
    font-weight: bold;
}

.layui-nav-child {
    top: 80px;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    border: 0;
    z-index: 1000;
}

.layui-nav .layui-nav-more {
    right: 10px;
    border-top-color: #ddd;
}

.layui-nav .layui-nav-mored {
    margin-top: -9px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #ddd;
}

.layui-nav .layui-nav-child dd.layui-this a {
    background-color: #3288e5;
    color: #fff !important;
}
/* 公用样式 */
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html, body {
    min-width: 1400px;
    height: 100%;
    font-family: "Microsoft YaHei";
    box-sizing: border-box;
}

body {
    background-color: #f0f2f7;
    font-size: 14px;
    box-sizing: border-box;
    line-height: 1.8;
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
}

h1, h2, h3, h4, h5, p {
    margin: 0
}

a {
    text-decoration: none;
    cursor: pointer;
}

    a:hover, a:active, a:link, a:focus {
        text-decoration: none !important;
    }

img {
    vertical-align: middle;
}

ul, li, dl, ol {
    padding: 0;
    margin: 0;
    list-style: none
}

label {
    font-weight: normal;
}

.layui-carousel {
    background: transparent;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

.orange {
    color: #ff8e1c;
}

.blue {
    color: #86adf4;
}

.red {
    color: #f40000;
}

.grey {
    color: #cccdcd !important;
}

.yellow {
    color: #ffef83;
}

.f20 {
    font-size: 20px;
}
/* header */
.header {
    width: 100%;
    height: 120px;
    min-width: 1400px;
}

    .header .logobox {
        background: #FFFFFF;
        height: 100%;
    }

        .header .logobox .logo {
            margin-top: 42px;
            float: right;
            margin-right: 15%;
        }

.layui-nav {
    background-color: #fff;
}

    .layui-nav .layui-nav-item {
        line-height: 120px;
    }

        .layui-nav .layui-nav-item a {
            color: #333;
        }

        .layui-nav .layui-nav-item:nth-child(6) a {
            padding-right: 30px;
        }

        .layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a {
            color: #427fbf;
        }

    .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
        background-color: transparent;
    }

    .layui-nav .layui-nav-item:before {
        content: '';
        height: 100%;
        width: 1px;
        background-color: #f0f3ff;
        position: absolute;
        top: 0;
        right: 0;
    }

    .layui-nav .iconbox {
        display: inline-block;
        padding: 0 20px;
        vertical-align: middle;
        position: relative;
    }

        .layui-nav .iconbox a {
            display: inline-block;
            margin-right: 30px;
            padding: 15px 0;
        }

        .layui-nav .iconbox i {
            border-radius: 50%;
            border: 1px solid #7f90b6;
            width: 30px;
            height: 30px;
            display: inline-block;
            text-align: center;
            line-height: 30px;
            color: #7f90b6;
        }

    .layui-nav .downBox {
        border-radius: 2px;
        background: #fff;
        box-shadow: 0 0 5px rgba(0,0,0,.1);
        position: absolute;
        z-index: 99;
        bottom: -20px;
        right: 10%;
        padding: 10px 20px;
        color: #333;
    }

.phoneSuggest {
    display: none;
    position: absolute;
    bottom: -10px;
    left: 852px;
    height: 40px;
    width: 200px;
    background: rgba(15,15,15,0.6);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    z-index: 101;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.shareSuggest {
    position: absolute;
    bottom: 15px;
    left: 980px;
    height: 84px;
    width: 84px;
    line-height: 80px;
}

    .shareSuggest img {
        width: 64px;
    }

.shareTriangle {
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid rgba(15,15,15,0.6);
    position: absolute;
    top: -6px;
    left: 25px;
}

.shareSuggest .shareTriangle {
    border-top: 5px solid transparent;
    border-right: 6px solid rgba(15,15,15,0.6);
    border-bottom: 6px solid transparent;
    top: 40%;
    left: -12px;
}

/* 框架样式 */
.layui-container {
    width: 1400px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.font-orange {
    color: #FFB800;
}

.font-blue {
    color: #01AAED;
}
/* 新闻列表 */
.newList .li {
    background: #fff;
    overflow: hidden;
    margin-left: 20px;
    float: left;
    height: 165px;
}

.newList li a {
    display: block;
    overflow: hidden;
}

.newList li .date {
    text-align: center;
    padding: 26px 20px;
    border-right: 1px solid #f7f8fc;
    width: 120px;
    float: left;
}

.newList li .year {
    color: #a8a7a7;
    text-align: left;
}

.newList li .day {
    font-size: 60px;
    color: #999;
    padding-top: 14px;
}

.newList .li:hover {
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.newList li:hover .year, .newList li:hover .day, .newList li:hover .newCon h2 {
    color: #015ccc;
}

.newCon {
    padding: 20px 30px 0 200px;
}

    .newCon .time {
        position: relative;
        color: #a8a7a7;
        padding-top: 8px;
        padding-bottom: 8px;
    }

        .newCon .time:after {
            position: absolute;
            content: '';
            left: 0;
            height: 2px;
            background-color: #878383;
            width: 40px;
            bottom: 0;
        }

.newList li:hover .year, .newList li:hover .day, .newList li:hover .newCon h2 {
    color: #015ccc;
}

.newList .section {
    padding-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 40px;
    color: #666;
    text-overflow: ellipsis;
}

/* 关于 */
.about_top {
    border-radius: 0 0 0 110px;
    overflow: hidden;
}

    .about_top .left .section {
        color: #3d3d3d;
        line-height: 24px;
    }

    .about_top .right {
        float: right;
        overflow: hidden;
        position: relative;
    }

.more {
    font-size: 16px;
}

    .more:after {
        content: '\e64a';
        color: #fe9022;
        font-weight: 600;
    }

.about_bot {
    overflow: hidden;
}

    .about_bot li {
        float: left;
        width: 25%;
        height: 125px;
        padding-top: 45px;
        position: relative;
        text-align: center;
    }

        .about_bot li:after {
            position: absolute;
            content: '';
            right: 0;
            top: 40%;
            background: #bfc6e2;
            width: 1px;
            height: 20px;
        }

        .about_bot li h1 {
            color: #fe9022;
            padding-bottom: 5px;
            font-size: 40px;
        }

            .about_bot li h1 > span {
                font-size: 14px;
                color: #333;
            }

        .about_bot li:hover {
            background: url(../images/company_img_02.jpg) no-repeat;
            color: #fff;
        }

            .about_bot li:hover h1, .about_bot li:hover h1 > span {
                color: #fff;
            }
/* 分页 */
.page {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}

.layui-laypage a, .layui-laypage span {
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
}

.layui-laypage > a:first-child, .layui-laypage > a:first-child em {
    border-radius: 5px 0 0 5px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #3288e5;
}

.layui-laypage .layui-laypage-skip {
    height: 45px;
    background-color: transparent;
    font-size: 0;
    line-height: 45px;
}

.layui-laypage button, .layui-laypage input {
    height: 45px;
    line-height: 45px;
}

.layui-laypage .layui-laypage-skip input {
    margin: 0;
    font-size: 12px;
    border-radius: 5px 0 0 5px;
}

.layui-laypage-next {
    border-radius: 0 5px 5px 0;
}

.layui-laypage button {
    margin-left: 0;
    background-color: #3288e5;
    border: 1px solid #3288e5;
    border-radius: 0 5px 5px 0;
    font-size: 12px;
    color: #fff;
}

/* 底部 */
.foot {
    background: #303030;
    width: 100%;
    position: relative;
}

.f-top {
    border-bottom: 1px solid #424242;
    overflow: hidden;
}

.fnav li {
    display: inline-block;
    padding: 20px 0;
}

    .fnav li a {
        color: #bdbdbd;
        padding: 0 20px;
        position: relative;
    }

        .fnav li a:after {
            content: '';
            position: absolute;
            border-right: 1px solid #424242;
            height: 14px;
            width: 1px;
            top: 2px;
            background-color: #424242;
            right: 0;
        }

    .fnav li:last-child a:after {
        width: 0;
        border: 0;
    }

.fnav .icon {
    color: #5c5c5c;
}

.f-middle {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .f-middle .weiimg {
        width: 150px;
        height: 150px;
        float: left;
    }

    .f-middle .text {
        float: left;
        padding-left: 20px;
        color: #7a7a7a;
    }

        .f-middle .text h3 {
            font-size: 24px;
            font-weight: bold;
            color: #fff;
        }

        .f-middle .text p {
            white-space: normal;
        }

.foot .layui-input, .foot .layui-textarea, .foot .layui-select {
    background-color: #363636;
    border: 0;
    color: #999;
}

.foot .layui-form-item {
    margin-bottom: 5px;
}

    .foot .layui-form-item .layui-inline {
        margin-right: 5px !important;
    }

.foot .layui-input, .foot .layui-select {
    height: 45px;
}

.foot .layui-textarea {
    min-height: 110px;
}

.foot .layui-form-select .layui-input {
    padding-right: 0;
    color: #737373;
}

.foot .layui-form-select dl {
    background: #363636;
    border: 0;
    color: #737373;
    z-index: 1000;
}

    .foot .layui-form-select dl dd.layui-this {
        background: #ff9225;
    }

.foot .layui-form-select .layui-edge {
    border-top-color: #737373;
}

.layui-btn-warm {
    background: #ff9225;
    border-radius: 0;
    width: 110px;
}

.foot .f-bottom {
    background: #252525;
    padding: 15px 0;
    color: #666;
}
/* animate-delay */
.delay1 {
    animation-delay: .1s;
}

.delay2 {
    animation-delay: .2s;
}

.delay3 {
    animation-delay: .3s;
}

.delay4 {
    animation-delay: .4s;
}

.delay5 {
    animation-delay: .5s;
}

.fblue {
    color: #a2bfc7 !important;
}

.layui-carousel > [carousel-item] > * {
    background: transparent;
}