*{margin: 0;padding: 0;}
body{
    min-width: 1200px;
}
a{
    text-decoration: none;
}
.index1{
    position: relative;
    background: url(../imagexw/banner.png) no-repeat;
    background-size: 100% 100%;
}
.top{
    position: absolute;
    width: 100%;
}
.head{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 65px;
}
.head_box{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
}
.sort{
    display: flex;
}
.sort a{
    color: #141F35;
    margin-left: 40px;
}
.title{
    color: #000;
    text-align: center;
    padding: 359px 0;
}
.title h1{
    font-size: 48px;
}
.title p{
    margin: 20px 0 60px 0;
    font-size: 20px;
}

.title a{
    color: #fff;
    background: #2d84fb;
    border-radius: 30px;
    padding: 12px 55px;
    font-size: 20px;
}
.index2,.index3{
    text-align: center;
    padding: 115px 0;
}
.index2 img{
    width: 1100px;
}
.index2 h1{
    font-size: 36px;
}

.index2 p{
    margin: 16px 0 80px 0;
}
.bg_color{
    background: #f5f6fa;
}
.index3{
    display: flex;
    align-items: center;
    justify-content: center;
}
#p4{
    padding: 168px 0;
}
#p4 img{
    width: 600px;
}
#p4 div img{
    width: 300px;
}
#p5{
    padding: 120px 0;
}
.index3>img{
    margin-left: 140px;
}
.index3 h1{
    margin-bottom: 40px;
}
.contact{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 60px 0;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    background: url(https://tfybaobei.oss-cn-shanghai.aliyuncs.com/static/guanwang/contact.png?x-oss-process=style/w_1920) no-repeat;
    background-size: 100% 100%;
}
.contact a{
    font-size: 20px;
    background: #fff;
    color: #1966fe;
    border-radius: 24px;
    padding: 10px 40px;
}
.ewm {
    position: relative;
    width: 200px;
    margin: 0 auto;
    height: 50px;
}

.ewm img{
    width: 150px;
    height: 150px;
    top: 48px;
    left: 22px;
}
.tip{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: 48px;
    left: 16px;
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 10px;
    display: none;
}
.ewm a:hover ~ .tip{
    display: block;
}
.ewm1{
    margin: 0;
}
.ewm1 .tip{
    top: -200px;
    left: -6px;
}
.tfy-footer {padding-top: 40px;padding-bottom:20px;margin-top: -2px;color:#525252;}
.tfy-footer p {line-height: 34px;text-align: center;font-size: 14px;}
.tfy-footer a {color: #525252;text-decoration: revert;}
.tfy-footer a:hover {color: #525252;text-decoration: underline;}