*{
padding: 0;
margin: 0;
}
body,html{
    padding: 0;
    margin: 0;
    font-size: 16px;
    width: 100%;
    border: 0;
}

a{
    color: #333;
    text-decoration: none;
}

a:hover{
    color: #0EC3C3;
}

img{
    display: block;
}

.icon1{
    width: 100%;
    height: auto;
    min-width: 1200px;
}

.top{
   height: 103px;
   width: 100%;
   min-width: 1200px;
   box-sizing: border-box;
   background: linear-gradient(to bottom,#DEFFFF,#FFFFFF);
}

.topBox{
    width: 94%;
    margin: 0 auto;
    min-width: 1128px;
     display: flex;
    justify-content: space-between;
    align-items: center;
    height: 103px;
}

.logo{
    width: 174px;
    height: 100px;
}

.content{
    min-width: 1200px;
    width: 100%;
}

.nav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 103px;
}

.nav a{
    display: block;
    margin-left: 115px;
    height: 48px;
    line-height: 46px;
}

.nav a.on{
    color: #0EC3C3;
}

.line{
    width: 32px;
    height: 2px;
    background: #0EC3C3;
}

.txt1{
    text-align: center;
    line-height: 22px;
}

.txt1 a{
    display: block;
    font-size: 14px;
}

.bottom{
    display: flex;
    justify-content: space-around;
    background: #F0FDFD;
    align-items: center;
    height: 100px;
}

.txt2{
    text-align: right;
    color: #5c5c5c;
}

.txt3{
    text-align: right;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
}