@media screen and (max-width: 1439px) {	
	/*屏幕小于1440px不显示浮动信息提示*/
	.fu {
		display:none;
	}
}

@media screen and (max-width: 767px) {	
	.home_top_banner {
		margin: 60px auto 0 auto;
		padding: 30px 10px 30px 10px;
		width: 100%;
		height: auto;
		min-height:100px;
		background-image: none;
	}

	.home_top_banner_t1 {
		padding: 0 0 0 0;
		width: 100%;
		height: 100%;
		background-image: none;
	}

	.home_top_banner_body {
		display: block;
		width: 96%;
		height: 100%;
		margin: 0 auto 0 auto;
		position: relative;
	}

	.home_top_banner_body_title {
		display: block;
		width: 96%;
		height: 9vw;
		position: relative;
		background-size: auto 100%;
		margin-bottom:5vw;
	}

	.home_top_banner_body_right {
		display:none;
	}

	.home_top_banner_body_left {
		display: block;
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		margin: 0;
	}


    .home_intro_cn {
        margin-top:45px;
        margin-bottom: 20px;
        padding: 0;
        width: calc(100vw - 40px);
        height: calc((100vw - 40px) * 0.3375);
    }
    
    .home_intro_en {
        margin-top:35px;
        margin-bottom: 30px;
        padding: 0;
        width: calc(100vw - 40px);
        height: calc((100vw - 40px) * 0.3375);
    }

	h2.home_intro_title {
		font-size: 1.3rem;
		font-weight: bold;
		margin-bottom: 2vw;
	}
	p.home_intro_text {
		font-size: 1rem;
		line-height: 170%;
		margin-bottom: 40px;
	}
	h3.home_intro_button_title {
		font-size: 0.9rem;
		font-weight: bold;
		margin: 15px 0 3px 0;
	}
	a.topbtn_l_cn {
		display: inline-block;
		height:32px;
		padding:0 20px;
		font-size:0.9rem;
		font-weight:normal;
		min-width:110px;
		line-height:32px;
		border-radius: 16px;
		margin: 10px 10px 0 0;
	}
	a.topbtn_l_en {
		display: inline-block;
		height: 26px;
		padding: 0 15px;
		font-size: 0.8rem;
		font-weight: normal;
		min-width: 80px;
		line-height: 26px;
		border-radius: 13px;
		margin: 10px 10px 0 0;
	}


	.footer {
		margin: 0;
		width: 100%;
		background: #00489a;
		color: #FFFFFF;
		font-size: 1em;
		line-height: 150%;
		text-align: center;
		overflow:hidden;
	}


	.footer .mycontainer {
		padding: 20px 10px;
		width: 100%;
		text-align: center;
		line-height: 170%;
	}

}