@media screen and (min-width: 800px) {
    .view {
        width: 100%;
    }
    .fill_box {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .title_box {
        padding: 1.5rem 3rem;
        background: #131313;
    }

    .title_data {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .title_data .logo {
        width: 5rem;
        height: 5rem;
        margin-right: 1rem;
        border-radius: 0.2rem;
    }

    .title_data .title {
        display: flex;
        flex-direction: column;
        font-size: 1.3rem;
        color: #fff;
    }
    .nav_title {
        width: 50%;
        max-width: 800px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        font-size: .95rem;
    }
    .nav_title a {
        color: #fff;
    }
    .avtive_ a {
        color: #215c94;
        font-size: 1rem
    }
    .banner img {
        display: block;
    }
    /*底部*/
    .my_footer_box {
        background: #012233;
        padding: 2rem 0;
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
		background-image: url(../img/footer_bg.png);
		background-position: center center;
		background-size: 100% 100%;
    }
    .Copyright {
        width: 100%;
        margin: 0 auto;
        margin-top: 1rem;
        display: flex;
        justify-content: flex-start;
        background: #041a27;
    }
    .Copyright span {
        padding: 0.8rem 0;
        display: block;
        margin: 0 auto;
        /*width: 80%;*/
        font-size: 1rem;
        max-width: 1200px;
        color: #fff;
    }
    .footer_data img {
        width: 2.5rem;
        height: 2.5rem;
    }
    .footer_data img.code_img {
        width: 6rem;
        height: 6rem
    }
    .footer_data h2 {
        color: #fff;
    }
    .footer_data.pomeny_tips {
        width: 40%;
    }
    .footer_data.pomeny_tips span {
        font-size: 1rem;
        margin-top: 0.5rem;
        text-align: justify;
        text-align-last: center;
    }
    .footer_data.pomeny_tips span time {
        font-size: 0.7rem;
    }
    .footer_box {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 80%;
        max-width: 1200px;
        margin: 0 auto;
    }
    .footer_data {
        display: flex;
        flex-direction: column;
        align-items: center;
        /*flex: 1;*/
    }
    .footer_data h3 {
        font-size: 0.9rem;
        color: #fff;
    }
    .footer_data img {
        margin-bottom: 0.5rem;
    }
    .footer_data span {
        color: #fff;
        white-space: pre-wrap;
        font-size: 0.9rem
    }
    .footer_data:not(.footer_data.code) span {
        width: 80%;
    }
    .footer_data.code {
        align-items: center;
        justify-content: flex-start;
    }

    .down_img {
        display: flex;
        flex-direction: row;
    }
    .down_img div {
        margin-left: 0.5rem;
        display: flex;
        flex-direction: column;
        align-items: center
    }
    span.noe_txt {
        -webkit-user-select: none;
        color: #012233;
    }
    /*联系我们*/
    .contact_data {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .contact_data button {
        outline: none;
        background: #2365a2;
        border: none;
        color: #fff;
        font-size: 1.1rem;
        padding: 0.5rem 1rem;
        border-radius: 0.3rem;
    }
    /**/
    .alert_bg {
        transition: 0.2s all;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
    }
    .alert_box {
        padding: 1rem;
        border-radius: 0.3rem;
        position: fixed;
        left: 50%;
        top: 20%;
        transform: translate(-50%, 0);
        font-size: 1rem;
        width: 50%;
        min-width: 300px;
        max-width: 1000px;
        background: #fff;
    }
    .alert_box_data {
        position: relative;
    }
    .alert_box .hide_box {
        z-index: 99;
        position: absolute;
        right: 0.3rem;
        font-size: 1.8rem;
        color: red;
        top: 0;
        cursor: pointer;
    }
    .alert_box_data_title {
        text-align: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        margin-bottom: 1rem;
    }
    .alert_box_data_content>div {
        margin-bottom: 0.2rem;
    }
    .alert_box_data_content>div.last {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }
    .alert_box_data_content>div.center {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .alert_box_data_content>div.center .tel {
        width: 100%;
        white-space: nowrap;
        text-align: center;
        font-size: 1.5rem;
    }
    .alert_box_data_content>div span {
        display: inline-block;
        width: 5rem;
    }
    .alert_box_data_content>div input {
        outline: none;
        border: 1px solid rgba(0, 0, 0, 0.3);
        border-radius: 0.1rem;
        padding: 0.2rem;
        padding-left: 0.5rem;
    }
    .alert_box_data_content>div input[type="submit"] {
        border: none;
        background: none;
        color: #fff;
        border-radius: 0.1rem;
        padding: 0.3rem 2rem;
        background: #2365a2;
    }

    .weixin_img {
        width: 10rem;
        height: 10rem;
    }
    img.pc {
        display: block;
    }
    img.mobile {
        display: none;
    }
    img.more {
        display: none;
    }
}



@media screen and (max-width: 800px) {
	#app{
		min-width: 320px;
	}
	.us_info{
		margin-top:1rem !important;
	}
    .more {
        width: 2rem;
    }
    .view {
        width: 100%;
    }
    .fill_box {
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .title_box {
        padding: 1.5rem 2rem;
        background: #131313;
    }

    .title_data {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .title_data .logo {
        width: 3rem;
        height: 3rem;
        margin-right: 1rem;
        border-radius: 0.2rem;
    }

    .title_data .title {
        display: flex;
        flex-direction: column;
        font-size: 1.1rem;
        color: #fff;
    }
    .nav_title {
        /*padding: 1rem;*/
        position: fixed;
        right: 0;
        top: 6.2rem;
        border-radius: 0.2rem;
        background: #fff;
        z-index: 99;
    }
    .nav_title {
        width: 20%;
		min-width: 8rem;
        max-width: 800px;
        display: flex;
		text-align: center;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        font-size: .95rem;
        display: none;
		background: #012233;
    }
	.nav_title div:last-of-type a{
		border: none;
	}
    .nav_title a {
        color: #fff;
		padding: 0.8rem;
		display: block;
		border-bottom: 1px solid #fff;
    }
    .avtive_ a {
        color: #fff;
        font-size: 1rem;
		background: #215c94;
		border: none;
    }
    .banner img {
        display: block;
    }
    /*底部*/
    .my_footer_box {
        padding: 2rem 0;
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
		background-image: url(../img/footer_bg.png);
		background-position: left top;
		background-size: cover;
    }
    .Copyright {
        width: 100%;
        margin: 0 auto;
        margin-top: 1rem;
        display: flex;
        justify-content: flex-start;
        background: #041a27;
    }
    .Copyright span {
        padding: 0.8rem 0;
        display: block;
        margin: 0 auto;
        width: 80%;
        font-size: 1rem;
        max-width: 1200px;
        color: #fff;
    }
    .footer_data img {
        width: 2.5rem;
        height: 2.5rem;
    }
    .footer_data img.code_img {
        width: 6rem;
        height: 6rem
    }
    .footer_data h2 {
        color: #fff;
    }
    .footer_data.pomeny_tips {
        margin: 0 10%;
        width: 80%;
        margin-bottom: 1rem;
    }
    .footer_data.pomeny_tips span {
        font-size: 1rem;
        margin-top: 0.5rem;
        text-align: justify;
        text-align-last: center;
    }
    .footer_data.pomeny_tips span time {
        font-size: 0.7rem;
    }
    .footer_box {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 80%;
        max-width: 1200px;
        margin: 0 auto;
    }
    .footer_data {
        display: flex;
        flex-direction: column;
        align-items: center;
        /*flex: 1;*/
    }
    .footer_data h3 {
        font-size: 0.9rem;
        color: #fff;
    }
    .footer_data img {
        margin-bottom: 0.5rem;
    }
    .footer_data span {
        color: #fff;
        white-space: pre-wrap;
        font-size: 0.9rem
    }
    .footer_data:not(.footer_data.code) span {
        width: 80%;
    }
    .footer_data.code {
        align-items: center;
        justify-content: flex-start;
    }

    .down_img {
        display: flex;
        flex-direction: row;
    }
    .down_img div {
        margin-left: 0.5rem;
        display: flex;
        flex-direction: column;
        align-items: center
    }
    span.noe_txt {
        -webkit-user-select: none;
        color: #012233;
    }
    /*联系我们*/
    .contact_data {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .contact_data button {
        outline: none;
        background: #2365a2;
        border: none;
        color: #fff;
        font-size: 1rem;
        padding: 0.3rem .8rem;
        border-radius: 0.3rem;
    }
    /**/
    .alert_bg {
        transition: 0.2s all;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
    }
    .alert_box {
        padding: 1rem;
        border-radius: 0.3rem;
        position: fixed;
        left: 50%;
        top: 20%;
        transform: translate(-50%, 0);
        font-size: 1rem;
        width: 50%;
        min-width: 300px;
        max-width: 1000px;
        background: #fff;
    }
    .alert_box_data {
        position: relative;
    }
    .alert_box .hide_box {
        z-index: 99;
        position: absolute;
        right: 0.3rem;
        font-size: 1.8rem;
        color: red;
        top: 0;
        cursor: pointer;
    }
    .alert_box_data_title {
        text-align: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        margin-bottom: 1rem;
    }
    .alert_box_data_content>div {
        margin-bottom: 0.2rem;
    }
    .alert_box_data_content>div.last {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }
    .alert_box_data_content>div.center {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .alert_box_data_content>div.center .tel {
        width: 100%;
        white-space: nowrap;
        text-align: center;
        font-size: 1.5rem;
    }
    .alert_box_data_content>div span {
        display: inline-block;
        width: 5rem;
    }
    .alert_box_data_content>div input {
        outline: none;
        border: 1px solid rgba(0, 0, 0, 0.3);
        border-radius: 0.1rem;
        padding: 0.2rem;
        padding-left: 0.5rem;
    }
    .alert_box_data_content>div input[type="submit"] {
        border: none;
        background: none;
        color: #fff;
        border-radius: 0.1rem;
        padding: 0.3rem 2rem;
        background: #2365a2;
    }

    .weixin_img {
        width: 10rem;
        height: 10rem;
    }


    img.pc {
        display: none;
    }
    img.mobile {
        display: block;
    }
}
