/*产品页面自定义样式*/
 
/*手机端样式*/
@media screen and (max-width:600px){
	.my-banner{
		background-color: #e1e6ea;
	}
    .my-banner .banner-container{
		position: relative;
		height: 18rem;
	}

	.my-banner .banner-container img{
		margin-top: 0;
		width: 100%;
		height: 100%;
	}
	/*=============*/


	/*.my-banner .banner-container{*/
	/*	position: relative;*/
	/*	height: 42.4rem;*/
	/*	padding-top: 0px;*/
	/*}*/
	/*.my-banner .banner-container img.logo{*/
	/*	width: 40rem;*/
	/*	position: absolute;*/
	/*	top: 7rem;*/
	/*	left: 39rem;*/
	/*}*/
	.st-main>.my-banner>.banner-container>h2.banner-title{
		position: absolute;
		top: 2rem;
		left: 6rem;
		width: 18rem;
		font-weight: 600;
		font-size: 1.5rem;
		text-align: left;
		text-transform: uppercase;
	}

	.st-main>.my-banner>.banner-container>b.banner-b1{
		position: absolute;
		width: 18rem;
		text-align: left;
		color: #a2a5a7;
		top: 9rem;
		left: 6rem;
		font-size: 14px;
	}
	.st-main>.container{

	}
	.st-main>.container>h2.form-title{
		font-family: Arial;
		font-weight: 600;
		font-size: 2rem;
		text-transform: uppercase;
	}
	.st-main>.container>p.form-text{
		text-align: center;
		font-size: 1rem;
	}
	.st-main>.container>.form-budy{
		width: 100%;
		text-align: center;
		padding-top: 5rem;
		padding-bottom: 10rem;
	}
	.st-main>.container>.form-budy>input{
		width: 90%;
		height: 55px;
		margin-top: 10px;
		border: 0px solid #f39dae;
		background-color: #eeeeee;
		padding-left: 2rem;
	}
	.st-main>.container>.form-budy>button{
		width: 90%;
		height: 55px;
		margin-top: 10px;
		background-color: #f39dae;
		border: 1px solid #f39dae;
		border-radius: 8px;
		color: #FFFFFF;
		font-weight: 600;
		font-size: 20px;
	}
	.st-main>.container>.form-budy>.gouxuan{
		width: 90%;
		margin: auto;
	}
	.st-main>.container>.form-budy>.gouxuan>.tishi-l{
		width: 7%;
		float: left;
		padding-top: 0.8rem;
	}
	.st-main>.container>.form-budy>.gouxuan>.tishi-r{
		width: 93%;
		float: right;
		text-align: left;
	}
	.st-main>.foot-map{
		width: 100%;
		height: 100%;
		text-align: center;
	}
	.st-main>.foot-map img{
		width: 100%;
		height: 100%;
	}
	.st-main>.foot-phone {
		width: 100%;
		height: 100px;
		text-align: center;
		background: url(/img/newimg/usimg/us_foot_banner.png);
		background-size: 380px;
	}

}


/*平板端样式*/


@media screen and (min-width:600px) and (max-width:960px){
    
}



/*PC端样式*/


@media screen and (min-width:960px){
	.my-banner{
		background-color: #e1e6ea;
	}
	.my-banner .banner-container{
		position: relative;
		height: 42.4rem;
		padding-top: 0px;
	}
	.my-banner .banner-container img.logo{
		width: 40rem;
	    position: absolute;
	    top: 7rem;
	    left: 39rem;
	}
	.st-main>.my-banner>.banner-container>h2.banner-title{
		position: absolute;
	    top: 10rem;
	    left: 16rem;
	    width: 45rem;
	    font-weight: 600;
	    font-size: 4rem;
	    text-align: left;
	}

	.st-main>.my-banner>.banner-container>b.banner-b1{
		position: absolute;
	    width: 330px;
	    text-align: left;
	    color: #a2a5a7;
	    top: 25rem;
	    left: 16rem;
	    font-size: 26px;
	}
	.st-main>.container{

	}
	.st-main>.container>h2.form-title{
		font-family: Arial;
	    font-weight: 600;
	    font-size: 50px;
	}
	.st-main>.container>p.form-text{
		text-align: center;
		font-size: 26px;
	}
	.st-main>.container>.form-budy{
		width: 1170px;
		text-align: center;
	    padding-top: 5rem;
	    padding-bottom: 10rem;
	}
	.st-main>.container>.form-budy>input{
	    width: 90%;
	    height: 55px;
	    margin-top: 10px;
	    border: 0px solid #f39dae;
	    background-color: #eeeeee;
	    padding-left: 2rem;
	}
	.st-main>.container>.form-budy>button{
	    width: 90%;
	    height: 55px;
	    margin-top: 10px;
	    background-color: #f39dae;
	    border: 1px solid #f39dae;
	    border-radius: 8px;
	    color: #FFFFFF;
	    font-weight: 600;
    	font-size: 20px;
	}
	.st-main>.container>.form-budy>.gouxuan{
		width: 90%;
    	margin: auto;
	}
	.st-main>.container>.form-budy>.gouxuan>.tishi-l{
		width: 7%;
    	float: left;
    	padding-top: 0.8rem;
	}
	.st-main>.container>.form-budy>.gouxuan>.tishi-r{
		width: 93%;
	    float: right;
	    text-align: left;
	}
	.st-main>.foot-map{
		width: 100%;
		height: 100%;
	    text-align: center;
	    background: url(/img/newimg/contact-map-bg.jpg);
	    background-size: 1920px 961px;
	}
	.st-main>.foot-phone {
		width: 100%;
		height: 510px;
		text-align: center; 
		background: url(/img/newimg/usimg/us_foot_banner.png);
		background-size: 1920px 510px;
	}


}


/*产品页面自定义样式*/


