body,
p,
h1,
h2,
h3,
h4 {
    margin: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    border: none;
    /*在ie下显示 */
    vertical-align: middle;
    /*图片底部又一张空袭*/
}

a {
    text-decoration: none;
    color: #3c3c3c;
}

a:hover {
    text-decoration: none;
}

i {
    font-style: normal;
}

input {
    margin: 0px;
    padding: 0px;
}

button {
    margin: 0px;
    padding: 0px;
    outline: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a:hover {
    text-decoration: none;
    color: #234584;
	/* color: #20b09f; */
}

.w100 {
    width: 100%;
}

.imgTop {
    overflow: hidden;
}

address,
em,
i {
    font-style: normal;
}

img {
    max-width: 100%;
}

html {
    font-size: 10px;
}

@media (min-width:1200px) {
    .contianer {
        width: 1200px;
    }
}
.small-text{
	font-size: 14px;
	font-weight: normal;
}
.ta {
    text-align: center;
}

.ma {
    margin: 0 auto;
}

.bl {
    display: block;
}

.over {
    overflow: hidden;
}

.over>img:hover {
    transform: scale(1.1);
}

.over>img {
    cursor: pointer;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}
.pr {
    position: relative;
}
input { 
    outline: none;
}
.point-none{
	pointer-events: none;
}
.w100{
	width: 100%;
}
.fl-non{
	float: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.text-center{
	text-align: center;
}
body {
    font-family:"microsoft yahei", "Source Han Sans CN", 'pingfang SC',helvetica,arial,verdana,tahoma,sans-serif;
}
@media (max-width: 599px) {
.head-section .head-logo img {
    width: 198px;
    max-width:  198px;
}
}