html, body {

}

body {
    font-family: "微软雅黑",Microsoft YaHei;
    font-size: 14px;
    color: #333333;
}

a {
    text-decoration:none;
}

img {
    border: none;
}

p, ul, dl, dt, dd, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

input{
    padding:0;
}
.img100 {
    width: 100%;
    height: 100%;
}
.footer {
    width: 100%;
    height: 300px;
    background: #435165;
    color: #fff;
    text-align: center;
}
.footerBox {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.footerBoxUl {
    float: left;
    width: 184px;
    height: auto;
}
.f_ul {
    margin-left: -50px;
}
.footerTitle {
    margin: 40px 0px 20px;
    font-size: 20px;
    color: #fff;
}
.footerBoxUl li:not(.footerTitle) {
    font-size: 14px;
    color: #d6d6d6;
    margin-bottom: 15px;
    cursor: pointer;
}
.footerBoxUl li:not(.footerTitle):hover {
    color: #fff;
}
.footerBoxUl li a {
    color: #d6d6d6;
    text-decoration: none;
}
.footerBoxUl li a:hover {
    color: #fff;
}
.link {
    float: right;
    margin: 45px 0px 5px 0px;
    font-size: 12px;
}
.link .tel {
    font-size: 26px;
    margin: 12px 0px 7px;
    text-align: center;
}
.link .linkImg {
   /* width: 89px;
    height: 89px;*/
}
.bottomMessage {
    margin-top: 28px;
    font-size: 12px;
}
.t-l {
    text-align: left;
}
.textLine {
    letter-spacing: 0.7px;
}
.textLine2 {
    letter-spacing: 0.2px;
}
.scrollTopDiv {
    width: 80%;
}
/*.scrollTop {
    z-index: 2;
    position: fixed;
    bottom: 100px;
    right: 9.15%;
    width: 70px;
    height: 74px;
    cursor: pointer;
    display: none;
    background: url(/images/public/defaultTopBtn.png) no-repeat center;
}*/
.scrollTopDiv1 {
    width: 100vw;
    height: auto;
    position: fixed;
    bottom: 100px;
    left: 0;
    pointer-events:none;
}
.scrollTopDiv2 {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
.scrollTop {
    float: right;
    z-index: 0;
    width: 70px;
    height: 74px;
    cursor: pointer;
    display: none;
    pointer-events:auto;
    background: url(/images/public/defaultTopBtn.png) no-repeat center;
}
