html {
    --font-color-qxin: #333;
    --background-avtive-color-qxin: #ccc;
    --background-active-enable-qxin: #cff9ff;
    --background-active-disable-qxin: #ffa2a2;
    --background-hover-color-qxin: #EAEAEA;
    --trigger-shown-qxin: #DEEDFF !important;
    --sej-drop-list-background-qxin: rgba(255, 255, 255, 0.7);
    --background-btn-qxin: #EFF4F8;
    --background-setting-qxin: #fff;
}

body {
    margin: 0;
    padding: 0;
    color: #4a4a4a;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #000;
}

.full-parent {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

.full {
    width: 100%;
    height: 100%;
}

.margin-auto {
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-20 {
    margin-top: 20px;
}


.clear-both {
    clear: both;
}

.curHand {
    cursor: pointer;
}

.text-ellipsis {
    word-wrap: break-word;
    /*强制换行*/
    overflow: hidden;
    /*超出隐藏*/
    text-overflow: ellipsis;
    /*隐藏后添加省略号*/
    white-space: nowrap;
    /*强制不换行*/
}

.text-ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    /*超出隐藏*/
    text-overflow: ellipsis;
    /*隐藏后添加省略号*/
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    //想显示多少行
}

.items-start {
    align-items: flex-start;
}

.justify-start {
    justify-content: flex-start;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.items-end {
    align-items: flex-end;
}

.justify-end {
    justify-content: flex-end;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.flex {
    flex: 1;
}

.flex-grow {
    flex: 1 1 100%;
}

.flex-initial {
    flex: 0 1 auto;
}

.flex-auto {
    flex: 1 1 auto;
}

.flex-none {
    flex: 0 0 auto;
}

.flex-no-shrink {
    flex: 1 0 auto;
}

.flex-no-grow {
    flex: 0 1 auto;
}

.layout {
    display: -webkit-flex;
    display: flex;
}

.layout-column {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.header {
    width: 1200px;
    height: 150px;
    justify-content: space-between;
}

    .header .phone .img-box {
        margin-right: 15px;
    }

    .header .phone p {
        margin: 0px;
        font-size: 16px;
        font-weight: 600;
    }

        .header .phone p:first-child {
            margin-bottom: 5px;
        }


    .header .el-menu.el-menu--horizontal {
        border-bottom: none;
    }

    .header .el-menu--horizontal > .el-menu-item {
        font-size: 16px;
        color: #000;
    }

    .header .el-menu--horizontal > .el-submenu .el-submenu__title {
        font-size: 16px;
        color: #000;
    }

.banner-common {
    height: 380px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.info-container {
    width: 1200px;
    margin: 0 auto;
}

.info-container.background-gray{
		padding:50px 0px;
}

    .info-container .title-block {
        margin-top: 50px;
    }

        .info-container .title-block .title {
            font-size: 2rem;
            font-weight: normal;
        }

        .info-container .title-block .sub-title {
            font-size: 1rem;
            line-height: 1.5;
            margin: 0 auto;
            text-align: center;
            color: rgba(0, 0, 0, 0.45);
            font-family: Arial;
        }

    .info-container .html-block
    {
        margin-top:20px;
    }
    .info-container .html-block p {
        font-size: 14px;
        line-height: 2.5;
        color: #999;
        text-indent: 0;
    }
	.info-container .page-block{
		margin-top:50px;
		text-align: center;
	}

.hxys {
    margin-top: 100px;
    padding: 50px;
    background: url('//cdn.xuansiwei.com/d0820dck/1574402285365/xinbanner3(1).jpg?x-oss-process=style/small');
}

    .hxys .container {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        color: #fff;
        align-items: center;
    }

        .hxys .container .title-block-1 {
            text-align: center;
        }

            .hxys .container .title-block-1 .title {
                font-size: 2rem;
            }

            .hxys .container .title-block-1 .subtitle {
                font-size: 1.1rem;
                margin-top: 5px;
            }

        .hxys .container .content-block {
            margin-top: 60px;
            display: flex;
            text-align: center;
            justify-content: center;
        }

            .hxys .container .content-block .column {
                width: 15%;
                display: flex;
                padding: 0px 30px 0px 30px;
            }

            .hxys .container .content-block img {
                max-width: 64px;
            }

            .hxys .container .content-block .title {
                font-size: 1.1rem;
                margin: 20px;
            }

            .hxys .container .content-block .subtitle {
                font-size: 0.8rem;
                line-height: 1.5;
                text-align: left;
            }


.footer {
    margin-top: 100px;
    background: url(../images/fbg.png) no-repeat 50% 50%;
    background-size: cover;
    padding: 5.625rem 0 0;
}

    .footer .footer-block {
        width: 1200px;
        margin: 0 auto;
    }

        .footer .footer-block .info-block {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            padding-bottom: 50px;
        }



            .footer .footer-block .info-block .left-block .link-block {
                margin-top: 20px;
                display: flex;
                align-content: center;
            }

                .footer .footer-block .info-block .left-block .link-block .left {
                    margin-right: 1rem;
                    display: flex;
                    align-items: center;
                    margin-top: 4px;
                }

                .footer .footer-block .info-block .left-block .link-block .right p {
                    font-size: 1.5rem;
                    color: #fff;
                    opacity: 0.7;
                }



            .footer .footer-block .info-block .right-block {
                flex: 1;
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
            }

                .footer .footer-block .info-block .right-block .item {
                    margin-left: 2rem;
                }

                    .footer .footer-block .info-block .right-block .item h5 {
                        font-size: 1.25rem;
                        color: #fff;
                    }

                    .footer .footer-block .info-block .right-block .item div {
                        margin-top: 1.875rem;
                    }

                        .footer .footer-block .info-block .right-block .item div p {
                            line-height: 1.875rem;
                        }

                            .footer .footer-block .info-block .right-block .item div p a {
                                font-size: 1rem;
                                color: #fff;
                                opacity: 0.7;
                            }


        .footer .footer-block .record-block {
            border-top: 1px solid rgba(255, 255, 255, 0.2);
            padding: 1.25rem 0;
            display: flex;
            justify-content: space-between;
        }

            .footer .footer-block .record-block .left {
                font-size: 1rem;
                color: #fff;
                line-height: 2.5rem;
            }

                .footer .footer-block .record-block .left a {
                    color: #fff;
                    opacity: 0.7;
                }

            .footer .footer-block .record-block .right {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
            }

                .footer .footer-block .record-block .right span {
                    color: #fff;
                    opacity: 0.7;
                    font-size: 1rem;
                    display: inline-block;
                    line-height: 2.5rem;
                    margin-right: 0.625rem;
                }

                .footer .footer-block .record-block .right .bshare-custom {
                    font-size: 13px;
                    line-height: 16px !important;
                }

                .footer .footer-block .record-block .right .bshare-custom {
                    background: url(http://static.bshare.cn/frame/images/bshare_promo_sprite.gif) no-repeat;
                    cursor: pointer;
                }

                .footer .footer-block .record-block .right a:nth-child(2) {
                    background: url(../images/weibo.png) no-repeat;
                }

                .footer .footer-block .record-block .right a:nth-child(3) {
                    background: url(../images/weixin.png) no-repeat;
                }

                .footer .footer-block .record-block .right a:nth-child(4) {
                    background: url(../images/qq.png) no-repeat;
                }


.fixed-right-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    height: 100vh;
    padding: 10px 0;
    position: fixed;
    top: 0;
    right: 0px;
    /* margin-left: 1200px;*/
    z-index: 200;
}

    .fixed-right-menu ul {
        background: #FFFFFF;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        padding: 10px;
    }

        .fixed-right-menu ul li {
            /*box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);*/
            border-radius: 0px;
            cursor: pointer;
            text-align: center;
            margin-bottom: 2px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            opacity: .7;
            color: #000;
            padding: 10px 0px;
        }

            .fixed-right-menu ul li:not(:last-child) {
                border-bottom: 1px dashed #ccc;
            }

            .fixed-right-menu ul li div {
                margin-top: -10px;
            }

            .fixed-right-menu ul li i {
                font-size: 26px;
            }

.QQ_tio {
    border-bottom: 1px dashed #D4D4D4;
    padding: 8px 0;
}
    .QQ_tio:last-child{
        border-bottom:none;
    }

    .QQ_tio a {
        font-size: 16px;
        font-weight: 400;
        color: #666666;
        line-height: 30px;
        position: relative;
        padding-left: 24px;
        display: inline-block;
    }


.background-gray{
	background:#F2F2F2;
}
.margin-footer{
	margin-bottom:-100px;
}
.el-menu--horizontal>.el-menu-item.is-active{
    border-bottom: 2px solid #409eff;
    color: #303133;
    background: #409eff;
    color: #fff!Important;
}

.el-menu--horizontal>.el-submenu.is-active .el-submenu__title,
.el-menu--horizontal>.el-submenu.is-active .el-submenu__title i{
    background: #409eff;
    color: #fff!Important;
}
.el-menu--horizontal .el-menu .el-menu-item.is-active{
    background: #409eff;
    color: #fff!Important;
}

.el-menu--horizontal .el-menu-item:not(.is-disabled):hover{
    background: #409eff;
    color: #fff!Important;
}