.fl{ float: left;}

.fr{ float:right;}

.clear{ clear:both;}
.ov{overflow: hidden}
.hide{display: none}
ul{	list-style: none; display:block;}

a{	color:#000;	text-decoration: none;-webkit-tap-highlight-color:transparent}

img{	border: 0; max-width:100%;	vertical-align:middle;}

a:hover{	text-decoration: none;}

i, cite, em, var, address, dfn {   font-style:normal;}

textarea {  -webkit-appearance: none; resize:none}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px white inset; }
input:-webkit-input-placeholder , input:-moz-input-placeholder, input:-ms-input-placeholder { color:#fff !important;}

.content {
    width: 1200px;
    margin: auto;
    background: #fff;
}
.type {
    background: #EAEAEe;
    line-height: 40px;
    width: 1200px;
}
.type li {
     float: left;
     width: 18%;
     font-size: 16px;
 }

.type li img {
    display: none;
    float: left;
    padding-top: 9px;
    margin-right: 10px;
}
.type li .on {
    display: block;
}
.indexdescription, .indexadvantage {
    cursor: pointer;
}
.descl {
    width: 1000px;
    min-height: 1000px;
	overflow:hidden;
    padding-top: 0.5rem;
}
/*.descl img{
    width: 100%;
}*/
.descr {
    width: 200px;
    text-align: center;
    min-height: 777px;
    background: #fff;
    z-index: 9;
}
.descr li {
    padding: 10px 5px;
    text-align: left;
}
.r-menu {
    background: red;
    color: #fff;
}
.descr li img {
    max-width: 105px;
}
.descr li.no {
    padding: 0 5px;
}
.topshow {
    position: fixed;
    top: 0;
}
.content .bg {
    background: rgba(255,255,255,0.9);
}
.layui-layer-page{
    min-height: 300px;
}
.foot_float {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: red;
    color: #fff;
    z-index: 9;
}
.foot_float img {
    float: right;
    padding: 5px;
}
.foot_float p {
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
}
.descr li form .textinput {
    padding: 10px 2px;
    width: 200px;
    border: none;
    border: 1px solid red;
    outline: none;
}
.index-tel {
    position: relative;
}
.descr li form .sub {
    width: 200px;
    border: none;
    background: red;
    padding: 12px 0;
    color: #fff;
    border-radius: 0 0 2px 2px;
    outline: none;
    font-size: 13px;
}
.index-tel img {
    position: absolute;
    left: 17px;
    top: 5px;
}