* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-family: Source Han Sans CN,思源黑体,微软雅黑;
}
ul,li,h4 {list-style: none;}
body {color: #333;}
.banner {width: 100%;height: 280px;background: url(../images/banner.jpg) no-repeat center;}
.tiao {width: 100%;text-align: center;}
.tiao p{font-size: 34px;font-weight: bold;}
.tiao p span{font-size: 34px;color: #1a6eee;}
.tiao p.ci{font-size: 32px;}
.main{width: 1300px; margin: 0 auto;}




.values{padding: 30px 0;border-bottom: 1px solid #ededed;}
.values .list{display: flex; justify-content: space-between;margin-top: 30px;}
.values .list .item{padding: 20px 30px; text-align: center; background-color: #f1f1f1; width: 410px; cursor: pointer;}
.values .list .item img{width: 60px; height: 60px;}
/* .values .list .item .text{margin-top: 10px;} */
.values .list .item .text h2{color: #1a6eee;font-size: 26px;}
.values .list .item .text p{margin-top: 6px;}




.service{padding: 30px 0;border-bottom: 1px solid #ededed; background-color: #ededed;}
.service .list{margin-top: 30px;display: flex; justify-content: space-between; flex-wrap: wrap;}
.service .list .item{font-size: 28px; margin-bottom: 20px; font-weight: bold; width: 380px; height: 70px; margin-left: 50px; text-align: center; line-height: 70px; color: #fff;background-color: #1565d8; cursor: pointer; }
/* .service .list .item{font-size: 28px; font-weight: bold; width: 260px; height: 70px; text-align: center; line-height: 70px; color: #fff;background-color: #1565d8; position: absolute; cursor: pointer;} */
/* .service .list .item .xiantag{ height: 30px; width: 2px; position: absolute; background-color: #1565d8;}
.service .list .item.xia .xiantag{left: 130px; top: 70px;}
.service .list .item.shang{top: 130px;}
.service .list .item.shang .xiantag{left: 130px; top: -30px;}
.service .list .xian{width: 1300px; height: 2px; background-color: #1565d8; position: absolute; top: 100px;z-index: 1;}
.service .list .jiantou{position: absolute; right: 0; top: 90px;} */

.footer{width: 100%;  background-color: #e3e3e3;}
.footer-main{width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #d3d3d3;padding-bottom: 30px; padding-top: 45px;}
.footer-left{width: 600px;}
.footer-left h2{font-size: 47px;}
.footer-left p{font-size: 16px; color: #333;}
.footer-right{width: 600px;text-align: center;}
.footer-right p{padding: 20px; font-size: 42px; border: 5px solid #f00; color: #333; font-weight: bold; display: inline-block;}





























































