
.cleancss {
    clear:both;
}


.map {
	display: block;
	margin-bottom:50px;
}

.map2 {
	display: none;
}

.map3 {
	display: none;
}

.index_about {
	background-image: url(../img/index_about.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	color: #ccc;
	font-size: 20px;
	line-height: 36px;
	height: 700px;
	padding-top: 100px;
}

.index_about h1 {
	color: #fff;
	font-size: 46px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-shadow: black 0.1em 0.1em 0.2em;
}

.index_products {
	background-color: #da0012;
	text-align: center;
	padding-bottom: 150px;
}



.index_products a{
	color: #fff;
	text-decoration: none;
}


.index_products  a:hover  {
	color: #fff;
	text-decoration: none;
}



.index_products h1 {
	color: #fff;
	font-size: 46px;
	padding-top: 30px;
	padding-bottom: 80px;
	text-shadow: black 0.1em 0.1em 0.2em;

}

.index_products ul {
	margin: 0px;	
}

.index_products ul li{
	width: 21%;
	float: left;
	font-size: 20px;
	color: #fff;
	margin-left:2%;
	margin-right:2%;
}


.index_products ul li img{
	margin-bottom: 10px;
}


.more  {
}


.more a{
	background-color: #da0012;
	width: 0px;
	color: #fff;
	font-size: 20px;
	width: 300px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 100px;
	text-decoration: none;
}


.more a:hover  {
	background-color: #000;
	width: 0px;
	color: #fff;
	font-size: 20px;
	width: 300px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 100px;
	text-decoration: none;
}

.footer {
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	color: #999;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
	font-size: 15px;
	border-top: 1px solid #2F2E2E;
	border-bottom: 1px solid #2F2E2E;
	display: block;
}


.footer  a{
	color: #999;
	text-decoration: none;	
}


.footer a:hover  {
	color: #fff;
	text-decoration: none;	
}

.footer2 {
	display: none;	
}

.top_banner {
	background-image: url(../img/top_banner.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 300px;
	text-align: center;
}
.top_banner  h1 {
	color: #fff;
	font-size: 48px;
	padding-top: 60px;
	padding-bottom: 10px;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-weight: 900;
}

.top_banner  h2 {
	color: #fff;
	font-size: 24px;
	padding-top: 0px;
	padding-bottom: 40px;
	text-shadow: black 0.1em 0.1em 0.2em;

}


.youon {
	color: #999;
	font-size:15px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}




.youon  a{
	color: #999;
	text-decoration: none;	
}


.youon  a:hover  {
	color: #fff;
	text-decoration: none;	
}



.main_box {
	color: #fff;
	font-size: 18px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 36px;
	margin-bottom: 50px;
}



.main_box p {
	margin-top: 30px;
	margin-bottom:30px;
}


.company_pro {
	line-height: 0px;
	margin-top: 40px;
	margin-bottom: 80px;
}


.company_pro img {
	width: 50%;
	height: auto;
}


.contact {
	margin-bottom: 20px;
	text-align: center;
	line-height: 26px;
}

.contact a{
	color: #fff;
		text-decoration: none;	
}


.contact a:hover{
	color: #fff;
	text-decoration: none;	
}



.contact h1 {
	font-size: 30px;
	margin-bottom: 10px;
	background-image: url(../img/contact_line.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:30px;
}
.contact h2 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #999;
}


.pro{
	margin-bottom: 20px;
	text-align: center;
	line-height: 26px;
}



.pro h1 {
	font-size: 30px;
	margin-bottom: 10px;
	background-image: url(../img/contact_line.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:30px;
}
.pro h2 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #999;
}




.pro_list{
	margin-bottom: 20px;
	text-align: center;
	line-height: 26px;
}



.pro_list img{
	width: 33.3%;
	height: auto;
}



/*IPAD直式* 800px以下(包含800px)*/
@media only screen and (max-width: 800px) {
	
	
.map {
	display: none;
}

.map2 {
	display: block;
	width: 600px;
	margin-left: auto;
	margin-right: auto;	
	margin-bottom:50px;
}

.map3 {
	display: none;
}

	
	.index_products {
    background-color: #da0012;
    text-align: center;
    padding-bottom: 30px;
}

.index_products ul li {
	width: 48%;
	float: left;
	font-size: 20px;
	color: #fff;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
}
	
	.main_box {
    color: #fff;
    font-size: 18px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    line-height: 36px;
    margin-bottom: 50px;
}
	.youon {
    color: #999;
    font-size: 15px;
    width:auto;
   margin-left: 10px;
	margin-right: 10px;
    text-align: left;
}
	
	
	.main_box p {
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
	.company_pro {
    line-height: 0px;
    margin-top: 40px;
    margin-bottom: 30px;
}
	
	}

/*手機板--橫式* 759px以下(包含759px)*/	
@media only screen and (max-width: 759px){
	
	
	.index_products {
    background-color: #da0012;
    text-align: center;
    padding-bottom: 30px;
}

.index_products ul li {
	width: 48%;
	float: left;
	font-size: 20px;
	color: #fff;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
}
	.main_box {
    color: #fff;
    font-size: 18px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    line-height: 36px;
    margin-bottom: 50px;
}
	.youon {
    color: #999;
    font-size: 15px;
    width:auto;
   margin-left: 10px;
	margin-right: 10px;
    text-align: left;
}
	
	
	.main_box p {
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
	.company_pro {
    line-height: 0px;
    margin-top: 40px;
    margin-bottom: 30px;
}
	}

/*手機板-直式* 460px以下(包含460px)*/
@media only screen and (max-width: 460px) {
	
	.map {
	display: none;
}

.map2 {
	display: none;
}

.map3 {
	display: block;
	width: 300px;
	margin-left: auto;
	margin-right: auto;	
	margin-bottom:50px;
}
	
	.index_products {
    background-color: #da0012;
    text-align: center;
    padding-bottom: 30px;
}
	
.index_products ul li {
	width: 100%;
	float: none;
	font-size: 20px;
	color: #fff;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 20px;
}
	.youon {
    color: #999;
    font-size: 15px;
    width:auto;
   margin-left: 10px;
	margin-right: 10px;
    text-align: left;
}
	
	.top_banner h2 {
    color: #fff;
    font-size: 24px;
    padding-top: 0px;
    padding-bottom: 65px;
    text-shadow: black 0.1em 0.1em 0.2em;
}
	.main_box p {
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
	
	
	.company_pro {
    line-height: 0px;
    margin-top: 40px;
    margin-bottom:30px;
}
	
	
	
	
	.main_box {
    color: #fff;
    font-size: 18px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    line-height: 36px;
    margin-bottom: 50px;
}
	

.company_pro img {
	width: 100%;
	height: auto;
}


	
.footer {
	display: none;	
}


.footer2 {
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	color: #999;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 26px;
	font-size: 15px;
	border-top: 1px solid #2F2E2E;
	border-bottom: 1px solid #2F2E2E;
	display: block;
}

.footer2  a{
	color: #999;
	text-decoration: none;	
}


.footer2 a:hover  {
	color: #fff;
	text-decoration: none;	
}
	
	}
