.content{
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    padding-top: 70px;
}
.main{
    width: 100%;
    padding: 0.2rem 0;
}
.name{
    width: 100%;
    text-align: center;
}
.name_a{
    height: 0.6rem;
}
.name_e{
    font-family: "Times New Roman";
    color: #a6a6a6;
    font-size: 0.3rem;
    line-height: 0.4rem;
}
.name_a p{
    display: inline-block;
    background: #c50016;
    padding: 0.05rem 0.3rem;
    color: #ffffff;
    font-size: 0.28rem;
    vertical-align: top;
}
.name_a p a{
    display: inline-block;
    background: #c50016;
    color: #ffffff;
    font-size: 0.24rem;
}
.name_a .l_line{
    width: 1.6rem;
    height: 0.02rem;
    background: #e7e7e7;
    display: inline-block;
    vertical-align: top;
    margin-top: 0.22rem;
}
.ico_con{
    margin-top: 0.1rem;
    text-align: center;
}
.ico_con p{
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #333333;
    text-align: left;
    padding: 0.2rem;
}
.ico_con img{
    max-width: 6.4rem;
}

.product{
    margin-top: 0.2rem;
}
.product .p_con{
    margin-bottom: 0.12rem;
    position: relative;
    width: 45%;
    display: inline-block;
    margin-left: 0.15rem;
    margin-right: 0.15rem;
    /* height: 2.2rem;*/
}
.product .p_con img{
    width: 100%;
   /* height: 2.2rem;*/
    display: inline-block;
}
.product .p_con p{
font-size:0.26rem;
 display:block;
 text-align:center;
 color:#333;
}
.product .p_con p a{
font-size:0.26rem;
 display:block;
 text-align:center;
 color:#333;
}
.product .p_con h3{
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.5rem;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    text-align: center;
    background: rgba(0,0,0,0.7);
    height: 0.5rem;
}
.product .p_con h3 a{
    color: #ffffff;
}
.about{
    margin-top: 0.2rem;
}
.about img{
    width: 100%;
}
.about p{
	font-size: 0.24rem;
	line-height: 0.4rem;
	text-align: left;
	background: #C8001A;
	padding: 0.2rem;
	color: #ffffff;
}
.news{
    margin-top: 0.2rem;
    padding: 0 0.15rem;
    margin-bottom: 0.2rem;
}
.news li a{
    background: url("../images/ico.gif") no-repeat 0 50%;
    color: #333;
    padding-left: 15px;
    font-size: 0.26rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    height: 0.5rem;
    line-height: 0.5rem;
}
.footer{
    margin: 0 auto;
    max-width: 640px;
    min-width: 320px;
    background: #646464;
    text-align: center;
    color: #ffffff;
    font-size: 0.24rem;
    line-height: 0.4rem;
    padding: 0.3rem;
}
.footer a{
    color: #ffffff;
}
.page{
    width: 100%;
    margin-top: 0.1rem;
    border-top: 0.02rem dashed #cccccc;
    padding-top: 0.2rem;
    height: 1rem;
}
.page li{
    display: inline-block;
    font-size: 0.24rem;
    line-height: 0.4rem;
    margin-left: 0.13rem;
    vertical-align: top;
}
.page li a{
    color: #fff;
    background: #c0c0c0;
    padding: 0.05rem 0.12rem;
}
.page li a:hover, .page .active a{
    background: #565656;
}
.article{
    width: 100%;
    padding-top: 0.4rem;
}
.article h4{
    font-size: 0.36rem;
    text-align: center;
    color: #333;
    line-height: 0.6rem;
    padding: 0 0.2rem;
}
.article .title-bar{
    font-size: 0.24rem;
    color: #999999;
    text-align: center;
    padding-top: 0.1rem;
}
.article .title-bar p{
    font-size: 0.24rem;
    display: inline-block;
    margin: 0 0.1rem;
    line-height: 0.5rem;
}
.article .c_body{
    font-size: 0.26rem;
    line-height: 0.5rem;
    padding: 0.4rem 0.2rem;
    color: #333;
}
.article .c_body img{
    margin: 0 auto;
    padding: 0.2rem 0;
}
