.container {
    width: 1200px;
    margin: 100px auto 80px;
}

.heading {
    margin: 0 0 20px 0;
    text-align: center;
}

    .heading h5 {
        height: 24px;
        line-height: 24px;
        font-size: 20px;
        color: #FFF;
        background: url(../img/title_bg1.png) left center no-repeat,url(../img/title_bg2.png) right center no-repeat;
        padding: 0 40px;
        display: inline-block;
    }

    .heading h6 {
        height: 14px;
        line-height: 14px;
        color: #FFF;
        font-size: 12px;
    }

.upper_part_wrap, .bottom_part_wrap {
    width: 100%;
    background: repeating-linear-gradient(135deg, transparent, transparent 3px, #1585bc 3px, #1585bc 8px);
    animation: shine 1s infinite linear;
    overflow: hidden;
}

.middle_part_wrap {
    margin: 15px 0;
}

.middle_part_wrap {
    width: 100%;
    background: repeating-linear-gradient(135deg, transparent, transparent 3px, #152bbc 3px, #152bbc 8px);
    animation: shine 1s infinite linear;
    overflow: hidden;
}

.upper_part {
    /*width:100%;
	border: dashed 2px #1585bc;*/
    padding: 10px 20px 5px;
    box-sizing: border-box;
    margin: 2px;
    ;
    background-color: #383f4a;
}

@keyframes shine {
    0% {
        background-position: -1px -1px;
    }

    100% {
        background-position: -12px -12px;
    }
}

.upper_part ul {
    display: flex;
    justify-content: space-between;
}

    .upper_part ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

        .upper_part ul li .agency {
            width: 240px;
            height: 87px;
            /*line-height: 34px;*/
            /*border-radius: 5px;*/
            /*border: solid 1px #00a0e9;*/
            /*text-align: center;*/
            display:flex;
            justify-content:flex-start;
            align-items:center;
        }

            .upper_part ul li .agency .layui-btn {
                width: 110px;
                height: auto;
                font-size: 12px;
                line-height: 22px;
                margin-left: 12px;
                background-color: transparent;
                white-space: pre-wrap;
                text-align: left;
                padding: 0;
                border: none;
            }

            .upper_part ul li .agency .layui-btn-disabled {
                color: #bbb;
            }

.layui-btn {
    color: #4ef2fc;
}

            /*.upper_part ul li .agency p {
                width:110px;
                color: #e1e2e3;
                font-size: 12px;
                line-height:22px;
                margin-left:12px;
            }*/

        .upper_part ul li .function {
            height: 24px;
            line-height: 24px;
            font-size: 12px;
            color: #fff;
            display:flex;
            justify-content:flex-start;
            align-content:center;
        }

        .upper_part ul li .function img{
        margin-right:6px;
        
        }
            .middle_part {
    /*width:1200px;*/
    /*height:572px;*/
    margin: 2px;
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    /*border: #152bbc 2px dashed;*/
    background-color: #383f4a;
}

    .middle_part .left {
        width: 45px;
        height: auto;
        border: #ffdd75 1px solid;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .middle_part .left p {
            /*writing-mode: vertical-lr;*/
            font-size: 16px;
            color: #FFF;
            font-weight: bold;
            margin:0 20px;
        }

    .middle_part .center {
        flex: 1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        margin: 0 20px;
    }

.center li {
    width: 310px;
    text-align: center;
    background: url(../img/frame_chanpinsheji.png) center center no-repeat;
    margin-bottom: 10px;
    height: 197px;
    box-sizing: border-box;
    padding: 10px 15px 0;
}

    .center li.last {
        width: 100%;
        height: 154px;
        margin-bottom: 0;
        background: url(../img/frame_jinrongshichang.png) center center no-repeat;
    }

.center .arrow {
    margin: 60px 10px 0;
}

.center li .headline_wrap {
    display: inline-block;
    border-bottom: #fff 2px solid;
    margin-bottom: 20px;
    padding: 0 10px;
}

.center li .headline {
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center h6 {
    font-size: 16px;
    color: #FFF;
    padding-left: 10px;
    font-weight: bold;
}

.center .product {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}

    .center .product .layui-btn {
        width: 130px;
        height: 36px;
        line-height: 36px;
        background-color: transparent;
        border-radius: 4px;
        font-size: 14px;
        margin: 0 0 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .center .product .layui-btn img {
            margin-right: 10px;
        }

    .center .product .layui-btn-disabled {
        border: none;
        /*background-color: rgba(112,112,112,0.52);*/
        color: #bbb;
    }

.center li.last .product {
    width: 100%;
    height: auto;
}

    .center li.last .product .layui-btn {
        width: auto;
    }

        .center li.last .product .layui-btn:first-child {
            width: 320px;
        }

        .center li.last .product .layui-btn:nth-child(2) {
            width: 396px;
        }

        .center li.last .product .layui-btn:nth-child(3) {
            width: 256px;
        }

.center li.arrow_up {
    width: 100%;
}

.bottom_part {
    /*border: dashed 2px #1585bc;*/
    padding: 10px 20px;
    box-sizing: border-box;
    margin: 2px;
    background-color: #383f4a;
}

    .bottom_part .head {
        margin: 0 240px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

        .bottom_part .head .arrow_up {
            display: flex;
            align-items: flex-end;
        }

            .bottom_part .head .arrow_up span {
                color: #fff;
                font-size: 20px;
                display: inline-block;
                margin: 0 18px;
            }

        .bottom_part .head .heading {
            margin: 0;
        }

    .bottom_part .technology {
        display: flex;
        justify-content: space-between;
    }

        .bottom_part .technology li {
            width: 260px;
            background-color: #3f4d64;
            border-radius: 5px;
            padding: 20px 16px 12px;
            /*box-sizing: border-box;*/
            box-sizing: border-box;
        }

            .bottom_part .technology li .headline_wrap {
                display: flex;
                justify-content: center;
            }

                .bottom_part .technology li .headline_wrap .title {
                    width: 140px;
                    height: 24px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    margin-bottom: 10px;
                    border-bottom: #fff 1px solid;
                }


            .bottom_part .technology li .title h6 {
                color: #fff;
                font-size: 16px;
                margin-left: 10px;
            }

            .bottom_part .technology li .technology_item {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
            }

         
                .bottom_part .technology li .technology_item .layui-btn {
                    width: 108px;
                    height: 32px;
                    background-color: transparent;
                    /*border-radius: 4px;*/
                    margin-bottom: 10px;
                    font-size: 12px;
                    padding: 0;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

.layui-btn + .layui-btn {
    margin-left: 0;
}

.bottom_part .technology li .technology_item .layui-btn img {
    margin-right: 10px;
}

.bottom_part .technology li .technology_item .layui-btn-disabled {
    background-color: transparent;
    color: #bbb;
    border: none;
}

.bottom_part .technology li .technology_item .one_line {
    width: 100% !important;
}

.bottom_part .technology li:first-child .technology_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    .bottom_part .technology li:first-child .technology_item .layui-btn {
        width: 154px;
        height: 32px;
    }
