
        #content {
            min-height: 100vh;
            width: 100%;
            background-image: url('http://www.hyterp.cn/websiteimg/bj001.png');
            background-size: 100% 100%;
            background-position: 50%;
            background-color:#3F47CCDD;
        }
        .iconfont {
		  font-size: 50px;
		  line-height:50px;
		}

        .header {
            height: 23rem;
            width: 100%;
            background-size: cover;
            overflow: hidden;
            /* background-color: #464646; */
            /* background-attachment:fixed; */
        }

        .header_img {
            height: 23rem;
            display: flex;
            transition: all .5s;
        }
                /* 轮播图 的文字 */
       .header_img li>.tit_text{
            position: absolute;
            top: 50%;
            display: block;
            width: 100%;
            text-align: center;
            color: #fff;
            font-size: 20px;
    		font-weight: bold;
        }
        .tit_text{
            position: absolute;
            top: 50%;
            display: block;
            width: 100%;
            text-align: center;
            color: #fff;
            font-size: 20px;
    		font-weight: bold;
        }

        .header_img li {
            width: 100%;
            height: 100%;
            flex-shrink: 0;position:relative;
        }

        .header_img li>img {
            width: 100%;
            height: 23rem;
        }

        .center ul {
            display: flex;
            flex-wrap: wrap;
            padding-left: 1.2rem;
            margin-top: 1rem;
        }

        .center ul li {
            width: calc(33.33% - 1.2rem);
            height: 11.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            color: #fff;
            margin-bottom: 1.2rem;
            border-radius: 1rem;
        }

        /* 字体 */
        .center .ic {
            font-size: 3rem;
        }

        .center ul li:not(:last-child) {
            margin-right: 1.2rem;
        }
	         .header_img li:nth-child(1):before{
		            content: "";
	            display: block;
	            position: absolute;
	            left: 50%;
	            top: 50%;
	            transform: translate(-50%,-50%);
	            color: #fff;
				font-size: 2.3rem;
	            font-weight: bold;
	            width: 100%;
	            text-align: center;
	        }
          .inform {
		    height: 3rem;
		    overflow: scroll;
		    /* display: flex; */
		    align-items: center;
		    line-height: 3rem;
		    padding: -1rem;
		    background-color: #5f5f5f4d;
		    width: 95%;
		    margin: 0 auto;
		    border-radius: .5rem;
		    margin-top: 1rem;
		    color: #efefef;
		}
		
		.inform>.iconfont {
		    position: absolute;
		    left: 1rem;
		    width: 3rem;
		    font-size:25px;
		    text-align: center;
		    margin-right: 2rem;
		    display: inline-block;
		}
		.inform::-webkit-scrollbar {
		    display: none
		}
		:root{
			--website-nav: #0F4B88FF;
			--website-text-menuTextColor: #FFFFFFFF;
			--website-back: #3F47CCDD;
		}
    