body,
div,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
form,
input,
select,
input,
img,
span,
table,
tbody,
tr,
th,
td,
a,
i,
pre,
dl,
dd,
dt {
	margin: 0;
	padding: 0;
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

em {
	font-style: normal;
}

li {
	list-style: none;
}

body {
	font-size: 14px;
	color: #666;
	font-family: "微软雅黑", Arial
}

a {
	text-decoration: none;
	color: #666;
}

img {
	border: none;
	vertical-align: middle;
}

input,
textarea {
	outline: none;
	border: none;
	color: #666;
}

input {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 0;
	outline: 0;
	background: transparent;
}

textarea {
	resize: none;
	overflow: auto;
}

i,
em,
strong,
b {
	font-style: normal;
	font-weight: normal;
}

h2,
h3,
h4 {
	font-weight: normal;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
button {
	-webkit-appearance: none;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

img {
	max-width: 100%;
}

.footerconcat ul {
    float: left;
    width: 686px;
}
    .footerconcat ul li {
        display: inline-block;
        margin: 0 80px 20px 0;
        cursor: pointer;
        color: #ffffff;
    }

    .footerconcat ul li p{
        line-height:35px;
        font-size:13px;
    }
        .footerconcat ul li a {
            color:#fff;
        }
        .footerconcat ul li h3 {
            line-height: 35px;
            font-size: 15px;
        }


.footerconcat .code {
    float: left;
    text-align: center;
}

    .footerconcat .code p {
        padding: 6px 0;
    }


.dropdown {
    position: absolute;
    left: 295px;
    top: 95px;
    z-index: 1000;
    background-color: white;
    width: 65px;
    text-align: center;
    display: none;
}

    .dropdown ul {
        padding-top: 10px;
    }

        .dropdown ul li {
            font-size: .24rem;
            padding-bottom: 10px;
        }
