*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    font-family:Arial, Helvetica, sans-serif, "微软雅黑";
}
a{
    text-decoration: none;
}
body{
    background-color: #d2e6ff;
    background-position: 90px;
    background-image:url("../images/webbg.png");
    background-position: center;
    background-repeat: repeat-y;
    background-size: contain;
}
.header_bg{
    width: 100%;
    height: 90px;
    background-color: #fff;
    position: absolute;
    z-index: -1;
}
header{
    width: 1200px;
    height: 90px;
    margin: auto;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
}
header .nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 680px;
    /* overflow: hidden; */
    margin: 0 auto;
}
header .nav .nav-item a{
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: #676767;
}

header .nav .nav-item a:hover{
    color: #222b63;
    font-weight: bold;
}

header .nav .active-nav a{
    color: #222b63 !important;
}
header .logo{
    width: 180px;
    height: 70px;
    position: relative;
    /* left: 160px; */
}
header .logo img{
    width: 100%;
    /* height: 100%; */
}
header .phone{
    padding: 3px 10px;
    color: #fff;
    background-color: #222b63;
    font-size: 16px;
    border-radius: 5px;
    position: relative;
    /* right: 140px; */
}
.swiper-slide{
    width: 100%;
    height: 500px;
    position: relative;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
.banner-text{
    width: 1000px;
    position: absolute;
    z-index: 1000;
    top: 70px;
    left: 50%;
    margin-left: -500px;
    text-align: center;
}
.banner-text h2{
    font-size: 50px;
    color: #fff;
}
.banner-box{
    width: 154px;
    height: 184px;
    background-color: rgba(255,255,255,0.5);
    text-align: center;
    padding: 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.banner-text-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
}
.banner-box h5{
    font-size: 24px;
    color: #222b63;
    margin-bottom: 10px;
}
.banner-box p{
    font-size: 16px;
    color: #222b63;
}
.module{
    width: 100%;
    /* background: url("../images/bg.png") no-repeat; */
    background-size: 100% 100%;
    padding-bottom: 30px;
}
.module h2{
  text-align: center;
  /* padding-top: 42px; */
    margin-top: 42px;
    font-weight: 200;
    background: url('../images/title_bg.png');background-position: center center;background-repeat: no-repeat;
}
.module h2 p{
  font-size: 32px;
  color: #222b63;
    font-weight: bold;
}
.module h2 span{
  font-size: 16px;
  color: #808299;
  margin-top: 10px;
    letter-spacing: 3px;
}
.module .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.module .tab .tab-item{
    padding: 0 45px;
    position: relative;
    /* color: #676767; */
    cursor: pointer;
}
.module .tab .active-item{
    /* color: #676767 ; */
}
.module .tab .tab-item::after{
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background-color: #222b63;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.module .tab .tab-item:last-child::after{
    display: none;
}
.module>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1200px;
    margin: 40px auto 0;
}

.module ul li{
    margin-top: 8px;
}
.module>ul li a{
    display: block;
    width: 234px;
    height: 100%;
    background-color: rgba(255,255,255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}
.module>ul li a> .btn{
    width: 128px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    background-color: #212b63;
    border-radius: 5px;
}
.module ul li a img{
    width: 100%;
    /* height: 100%; */
}
.network{
    width: 100%;
    background: url("../images/bg2.png") no-repeat;
    background-size: 100% 100%;
    padding-bottom: 100px;
}
.network h2{
    text-align: center;
    padding-top: 42px;
    font-size: 30px;
    color: #fff;
}
.network p{
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    width: 900px;
    margin: 30px auto 0;
}
.network .service-num{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 190px;
}
.network .service-num div{
    padding: 0 120px;
    text-align: center;
    color: #fff;
}
.network .service-num h1{
    padding: 10px 0;
}
.network .service-num img{
    width: 40px;
    height: 40px;
}
.team-pic{
    width: 1200px;
    height: 210px;
    margin: 42px auto 0;
}
.team-pic img{
    display: block;
    width: 100%;
    /* height: 100%; */
}
.intro{
    width: 1200px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.intro .intro-item{
    display: flex;
}
.intro .intro-item .intro-item-img{
    width: 58px;
    height: 58px;
    margin-right: 10px;
}
.intro .intro-item .intro-item-img img{
    width: 100%;
    /* height: 100%; */
}
.intro .intro-item .intro-item-text h3{
    font-size: 18px;
    color: #454549;
    margin-bottom: 5px;
}
.intro .intro-item .intro-item-text span{
    font-size: 16px;
    color: #676767;
}
.content{
    width: 1200px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.process{
    width: 280px;
    height: 216px;
    background: url("../images/bg3.png") no-repeat;
    background-size: 120% 120%;
    border-bottom-right-radius: 100px;
}
.process > div{
   position: relative;
    width: 160px;
    top: 40px;
    left: 50px;
}
.process h5{
    font-size: 18px;
    color: #454549;
}
.process p{
    font-size: 16px;
    color: #676767;
    width: 160px;
    margin-top: 10px;
    line-height: 25px;
}
.desc{
    width: 1200px;
    display: flex;
    margin: 80px auto 0;
}
.desc-item{
    width: 600px;
}
.desc-item>p{
    width: 530px;
    height: 50px;
    line-height: 54px;
    padding-left: 20px;
    /* background: url("../images/textbg.png") no-repeat; */
    background-size: 100% 100%;
    color: #222b63;
    font-size: 20px;
}
.desc-item ul{
    margin-top: 40px;
}
.desc-item ul li{
    display: flex;
    background: url("../images/textbg2.png") no-repeat;
    background-size: 100% 100%;
    width: 490px;
    height: 34px;
    padding: 0 15px;
    margin-left: 15px;
    margin-bottom: 20px;
    line-height: 32px;
}
.desc-item ul li h4{
    font-size: 16px;
    color: #454549;
    margin-right: 8px;
}
.desc-item ul li p{
    font-size: 14px;
    color: #676767;
}
.pimg{
    display: flex;
    margin-left: 13px;
}
.pimg img{
    width: 160px;
    height: 104px;
    margin-right: 6px;
}
.zslist{
    width: 1200px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
}

.zslist img{
    width: 246px;
    height: 350px;
}
.more{
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background-color: #212b63;
    font-size: 16px;
    border-radius: 60px;
    margin: 30px auto 0;
    border: 0;

}
.news{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
}
.news-header{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #a9abae;
    padding-bottom: 5px;
}
.news-header h3{
    font-size: 24px;
    color: #222b63;
}
.news-header span{
    font-size: 16px;
    color: #676767;
}
.news .news-left{
    width: 39.5%;
}
.news .news-left .news-left-top{
    height: 240px;
    background-color: #fff;
    font-size: 20px;
    color: #676767;
    padding: 15px;
}
.news .news-left .news-left-bottom{
    margin-top: 15px;
    background-color: #fff;
    padding: 15px;
    height: 350px;
}
.news .news-right{
    width: 59.5%;
    height: 605px;
    background-color: #fff;
    padding: 15px;
}
.news ul{
    margin-top: 20px;
}
.news ul li{
    margin-bottom: 10px;
   
}
.news ul li a{
    display: block;
    font-size: 16px;
    color: #676767;
    position: relative;
     display: flex;
     align-items: center;
}
.news ul li a span{
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #676767;
    margin-right: 5px;
}
.news-list{
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #a9abae;
}
.news-list .news-list-img{
    width: 160px;
    /* height: 120px; */
    border-radius: 5px;
    margin-right: 15px;
}
.news-list .news-list-img img{
    width: 100%;
    /* height: 100%; */
}
.news-list-text{
    width: 475px;
}
.news-list-text p{
    font-size: 20px;
    color: #676767;
    font-weight: bold;
    margin-bottom: 15px;
}
.news-list-text a{
    color: #676767;
}
.news-list-text div{
    font-size: 16px;
    color: #676767;
    line-height: 25px;
}
.node{
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 40px auto 0;
    position: relative;
    
}
.node::after{
    content:"";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #222b63;
    top: 50%;
    margin-top: -22px;
}
.node-num p{
    font-size: 24px;
    color: #d2e6ff;
    width: 32px;
    height: 32px;
    background-color: #222b63;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    position: relative;
    z-index: 100;
}
.node-num span{
    display: block;
    width: 40px;
    margin-top: 5px;
}
form{
    width: 100%;
    margin: 30px auto 0;
}
.wrap-input{
    margin-bottom: 15px;
}
.wrap-input input,.wrap-input textarea{
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 8px;
    padding-left: 30px;
}
.wrap-input textarea{
    padding-top: 30px;
    height: 100px;
}
footer{
    width: 1200px;
    margin: 70px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
footer .logo{
    position: relative;
    top: -20px;
}
footer ul li{
    display: flex;
    flex-direction: column;
    text-align: center;
}
footer ul>div{
    font-size: 24px;
    color: #222b63;
    margin-bottom: 20px;
}
footer ul li a{
    font-size: 16px;
    color: #676767;
    margin-bottom: 10px;
}
.qrcode {
    text-align: center;
    color: #676767;
}
.qrcode div{
    width: 200px;
    height: 200px;
    background-color: #fff;
    margin-bottom: 20px;
}
