html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p,a,em, font, img,strong,b, u, i,dl, dt, dd, ol, ul, li,form, label,table,tbody, tfoot, thead, tr, th, td{margin: 0;padding: 0;background: transparent;border: 0;outline: 0;}
body{
    font-size: 16px;
    color: #000;
    font-family: boldface;
}
li{list-style: none;}
h1{margin-top: 13px;font-size: 17px;line-height: 30px;}
body,table,input, textarea, select, option{line-height: 2;}
ol, ul {list-style: none;}
a {color: #2b2b2b;text-decoration: none;}
a:hover {color: #FCB501}
.c:after{display: block;content: '';clear: both;}
.fl{float:left}
.fr{float:right}
.width100{width: 100%;height: auto;display: block;}




/*banner*/
#banner{
    position: relative;
}
#top{
    padding: 0 4.5%;
    line-height: 43px;
    background: #fff;
}
#nav{display:none;}
.language{}
.language a{
    font-size: 15px;
    color: #FF1C1C;
}
.language span{}
#header{
    width: 86.6%;
    padding: 0 6.7%;
    line-height: 104px;
    position: absolute;
    z-index: 3;
    background: rgba(255,255,255,0.5);
}
.logo{}
.logo img{
    vertical-align: middle;
    transition: 2s all;
}
.logo img:hover{transform: rotate(360deg);}
.nav{
    width: 69%;
}
.nav>li{
    float: left;
    display: block;
    width: 14.2%;
    text-align: right;
}
.nav>li>a{
    display: inline-block;
    font-size: 1rem;
    color: #000;
    padding: 0 10px;
    position: relative;
}
.nav>li>a:hover{background:#F7161A;color: #fff;}
.nav>li>a:hover:after{display:block;content:'';background: #F72228;width: 100%;height: 25%;position: absolute;left: 0;}

#ban{
    max-width: 100%;
    display: block;
}
/*head end*/
.title{
    text-align: center;
    width: 100%;
    height: 195px;
    padding-top: 74px;
    box-sizing: border-box;
    font-size: 2.0rem;
    font-weight: bold;
    color: #FF2424;
    background: url(../images/1_04.jpg) center bottom no-repeat;
    background-size: cover;
}
@media (min-width: 600px) {
	body{
		font-size: 14px;
	}
}
@media (min-width: 900px) {
	body{
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	body{
		font-size: 20px;
	}
}
@media (max-width: 600px) {
	body{
		font-size: 12px;
	}
}
/*main*/
#main{
    width: 90%;
    margin: 0 auto;
}
/*about*/
.about{
    margin: 35px auto;
}
.aboutL{
    width: 56%;
    float: left;
    padding: 2% 2% 0;
    font-size: 1.3rem;
    line-height: 1.6;
}
.aboutL p{
    font-size: 14px;
    line-height: 30px;
}
.aboutL div{margin-top: 9%;}
.aboutL div dl{
    float: left;
    width: 25%;
    text-align: center;
}
.aboutL div dl dt{}
.aboutL div dl dt img{}
.aboutL div dl dd{}
.aboutL div dl dd strong{
    font-size: 1.5rem;
}
.aboutL div dl dd p{}
.aboutR{
    float: right;
    width: 40%;
    height: 439px;
    overflow: hidden;
}

/*product*/
#product{}
.prolist{
    text-align: center;
    margin: 7px auto;
}
.prolist a{
    display: inline-block;
    font-size: 16px;
    padding: 0 10px;
    font-weight: bold;
    border: 2px solid #F04749;
    border-radius: 50px;
}
.more{
    border: 0 !important;
    float: right;
}
.product{
    margin: 30px auto;
}
.product li{
    float: left;
    width: 25%;
}
.product li>a{
    display: block;
    position: relative;
    height: 0;
    padding: 50% 0;
    box-sizing: border-box;
    border: 1px solid;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.product li a:hover img{transform: scale(1.1);}
.product li a img{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    transition: 2s all;
}
.product li p{
    line-height: 2;
    text-align: center;
    font-size: 2rem;
}
.product li p a{
    font-size: 16px;
}


#news{}
.news{
}
.news li{
    width: 25%;
    box-sizing: border-box;
    padding: 1%;
    float: left;
}
.news li>a{
    display: block;
    width: 48%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding: 16% 0;
    float: left;
}
.news li>a img{
    position: absolute;
    bottom: 0;
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    transition: 0.5s all;
}
.news li>a img:hover{-webkit-filter: grayscale(0%);}
.news li dl{
}
.news li dl dt{
    font-size: 1.5rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news li dl dt a{
    font-size: 16px;
}
.news li dl dd{
    line-height: 1.5;
    color: #333;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
}
.news li dl p{
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
}

#gg{}
#gg img{max-width: 100%;display: block;}

/*foot*/
#foot{
    margin: 0 auto;
    padding: 30px 0;
    max-width: 1200px;
}
#foot dl{
    float: left;
}
#foot dt{
    font-size: 20px;
    margin-bottom: 16px;
}
#foot dt:after{display:block;content:"";height: 2px;width: 100px;background: #FD6A77;}
#foot dd{
    line-height: 1.9;
    font-size: 16px;
}
#foot dd a{
    font-size: 16px;
}
.bot-nav{
    width: 20%;
}
.bot-ddst{
    width: 20%;
}
.bot-list{
    width: 25%;
}
.bot-contact{
    width: 30%;
    margin-right: 9%;
}
.bot-link{
    width: 20%;
}
.bot-link p{}
.bot-link p a{}
#foot:after{display:block;content:'';clear:both;}
.bot-link img{
    max-width: 150px;
    padding: 5px;
    border: 1px solid #ccc;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	#phone-nav {
        display: block;
        width: 10%;
        float: right;
        height: 35px;
        margin: 5px;
        position: absolute;
        z-index: 6;
        right: 0;
        top: 0;
    }

    #phone-nav li {
        width: 100%;
        height: 6px;
        background: #000;
        margin: 5px 0;
        border: 0;
    }

    .social_nav5 {
        display: block;
    }

    #phone {
        height: 58px;
    }
    #nav {
        line-height: 30px;
        display: none;
    }

    #nav li {
        text-align: center;
        background: #FF2424;
        border-bottom: 1px solid #fff;
    }
    #nav li a{color:#fff}
    #header{display:none;}
    .language{float:left;}
    .aboutL,.aboutR,.product li,.news li,.bot-contact,.bot-link{WIDTH:100%;}
    .bot-nav,.bot-list{width:50%;}
    .news li dl dt{MARGIN-TOP:0}
    .title{background:none;line-height:2;height:auto;padding:0}
    .about{margin:0}
    .lxwm-ul{display:none;}

}