body {
    min-width: 1200px
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #fff;
    font-family: ΢���ź�, Arial, ����, sans-serif;
}
ul, li, dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style: none;
}
.box{
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    background: #ffffff;
}
.head-con{
    width: 1200px;
    height: 70px;
    margin: 0 auto;
    overflow: hidden;
}
.head-con>a{
    float: left;
    width: 99px;
    height: 35px;
    margin: 16px 0;
}
.head-list{
    float: right;
    height: 70px;
}
.head-list>li{
    display: inline-block;
    width: 88px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    margin: 24px 0 0 48px;

    cursor: pointer;
}
.head-list>li>a{
    font-size: 14px;
    color: #666666;
    text-decoration: none;
}
.head-list-active{
    background: #E90E56;
    border-radius: 22px;

}
.head-list .head-list-active>a{
    color: #ffffff;
}
.page1{
    width: 100%;
    height:100%;
    background: #D8F5FB;
    position: relative;
}
.page1-con{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.page1-left{
    width: 1200px;
    height: 320px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.page1-img{
    position: absolute;
    width:583px ;
    height: 560px;
    left: 575px;
    top: 35px;
    bottom: 0;
    margin: auto;
}
.page1-left h3{
    font-size: 50px;
    color: #2e4151;
    font-weight: normal;
    margin: 0px;
    letter-spacing: 8px;
}
.page1-left h4{
    font-size: 60px;
    color: #1f9ad2;
    margin: 0px;
    letter-spacing: 8px;
}
.page1-left .xian1{
    width: 404px;
    height: 3px;
    background: #3F5363;
    margin: 20px 0 32px 0;
}
.page1-left h5{
    font-size: 35px;
    color: #2e4151;
    margin: 0 0 0 55px;
    letter-spacing: 8px;
}
.page1-left .join{
    width: 164px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #1f9ad2;
    margin: 40px 0 0 100px;
    cursor: pointer;
}
.page1-left .join a{
    font-size: 24px;
    color: #ffffff;
    text-decoration: none;
}
.container{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 140px;
}
.introduce1{
    width: 100%;
    padding-top: 70px;
}
.title1{
    width: 100%;
    text-align: center;
}
.title1>h3{
    color: #333;
    font-size: 28px;
    margin: 0px;
}
.title1>div{
    width: 41px;
    height: 2px;
    background: #333333;
    margin: 20px auto 44px;
}
.introduce1-con{
    width: 1200px;
    height:432px ;
    overflow: hidden;
}
.introduce1-con>li{
    float: left;
    width: 284px;
    height: 432px;
    overflow: hidden;
    margin-right: 21px;
    cursor: pointer;
    position: relative;
}
.introduce1-con>li:nth-child(4){
    margin-right: 0px;
}

.introduce1-con>li>img{
    width: 284px;
    height: 276px;
    border: 1px solid #f2f2f2;
    margin-bottom: 5px;
}
.introduce1-con>li>div{
    width: 224px;
    height: 250px;
    text-align: center;
    font-size: 24px;
    color: #666666;
    padding: 40px 30px 0;
    background: #ffffff;
    position: absolute;
    top: 286px;
    left: 0px;
    transition: all .5s ease;
}
.introduce1-con>li>div:hover{
    top: 165px;
    background: #1f9ad2;
    color: #ffffff;
}
.introduce1-con>li>div:hover .xian2{
    background: #ffffff;
}
.introduce1-con>li>div>h4{
    margin: 0px;
}
.introduce1-con>li>div>p{
    font-size: 14px;
    font-weight: bold;
    margin-top: 22px;
}
.xian2{
    width: 84px;
    height: 2px;
    background: #666666;
    margin: 12px auto;
}
.introduce2-con,.introduce3-con{
    width: 1200px;
    overflow: hidden;
}
.introduce2-con>li{
    width: 398px;
    float: left;
    margin-right: 3px;
}
.introduce2-con>li:nth-child(3){
    margin-right: 0px;
}
.example-box{
    width:349px ;
    height: 254px;
    padding: 16px 0 0 49px;
    background: #f2f2f2;
    color: #999999;
    position: relative;
    cursor: pointer;
}
.example-box>p{
    line-height: 1.5;
}
.example-box:hover{
    background: #1f9ad2;
    color: #ffffff;
}
.example-box:hover .jiao{
    border-color: transparent transparent #1f9ad2;
}
.example-box:hover .jiao2{
     border-color:#1f9ad2 transparent transparent ;
}
.jiao{
    position: absolute;
    top: -20px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-width: 0 20px 20px;
    border-style: solid;
    border-color: transparent transparent #f2f2f2;
}
.jiao2{
    top: 270px;
    bottom: -20px;
    border-width: 20px 20px 0px;
     border-color:#f2f2f2 transparent transparent ;
}
.example-box>h3{
    font-size: 24px;
    margin: 20px 0 36px;
}
.example-box>div{
    font-size: 16px;
}
.example-box>p{
    font-size: 16px;
    margin-top: 30px;
}
.introduce3-con>li{
    float: left;
    width:386px ;
    height: 386px;
    margin-right: 21px;
    cursor: pointer;
    position: relative;
}
.introduce3-con>li:nth-child(3){
    margin-right: 0px;
}

.gongyi-box{
    width:386px ;
    height: 386px;
    text-align: center;
    position: absolute;
    padding-top: 160px;
    font-size: 16px;
    color: #ffffff;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,.5);
    display: none;
}
.introduce3-con>li:hover .gongyi-box{
    display: block;
}
.gongyi-box>p{
   line-height: 2;
}
.map{
    width: 100%;
    height: 270px;
}
.map>img{
    width: 100%;
    height: 270px;
}
footer{
     position: relative;
    width: 100%;
    height:235px ;
    background: #f2f2f2;
}
.foot-head{
    width: 198px;
    height: 99px;
    border-radius: 99px 99px 0 0 ;
    padding-top: 28px;
    position: absolute;
    top: -128px;
    left: 0px;
    right: 0px;
    margin: auto;
    margin-bottom: 80px;
}
.foot-con{
   width: 1200px;
    height: 235px;
    padding-top: 50px;
}
.foot-con>h3{
    margin: 0px;
}
.foot-con>p{
    margin-top: 10px;
}
.foot-con1{
    float: left;
    width: 190px;
    margin-left: 200px;
    margin-right: 100px;
}
.foot-con1 a{
    color: #333333;
    font-size: 18px;
    text-decoration: none;
}
.foot-con li{
    line-height: 50px;
}
.foot-con2{
    font-size: 16px;
    color: #666666;
    float: left;
    width: 600px;
    margin-left: 100px;
}
.address>li{
    display: inline-block;
}

.address>li:nth-child(1){
    background: url("/static/img/foot-39.png") 0 10px no-repeat;
    padding-left: 44px;
    margin-right: 150px;
}
.address>li:nth-child(2){
    background: url("/static/img/foot-41.png") 0 10px no-repeat;
    padding-left: 44px;
}

.beian{
    width: 100%;
    height: 50px;
    background:#ddd ;
}
.beian>ul{
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
}
.beian>ul>li{
    display: inline-block;
}
.beian>ul>li:nth-child(1){
    margin-right: 30px;
}
.lianxi{
     width: 1200px;
    margin: 0 auto;

}


.mask-box{
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
}
.mask-con{
    width: 516px;
    background: #ffffff;
    margin: 100px auto 0;
    padding: 24px 50px;
    position: relative;
    border-radius: 4px;
}
.mask-con>img{
    position: absolute;
    top: 24px;
    right: 42px;
    cursor: pointer;
}
.login-con{
    width: 100%;
    text-align: center;
}
.login-title{
    overflow: hidden;
    margin-top: 24px;
    margin-bottom: 30px;
}
.login-title>div{
    float: left;
    width: 100px;
    height: 1px;
    background: #ccc;
    margin-top: 20px;
}
.login-title>div:nth-child(1){
    margin-left: 52px;
}
.login-title>span{
    float: left;
    font-size: 28px;
    color: #000000;
    margin: 0 30px;
}
.form-group>input{
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: 1px solid #cccccc;
    box-shadow: none;
}
.login-ps{
    float: right;
    color: #1FA0DC;
    font-size: 14px;
    cursor: pointer;
}
.login-btn{
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    text-align: center;
    border: none;
    background: #1FA0DC;
    color: #ffffff;
    margin-top: 16px;
}
.account-btn{
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    background: #2D2D34;
    font-size: 16px;
    margin: 50px -50px 0;
    cursor: pointer;
}
.apply-con{
    width: 516px;
    padding: 50px;
    background: #ffffff;
    position: relative;
    border-radius: 4px;
    margin: 100px auto 0;
}
.apply-con>img{
    position: absolute;
    top: 22px;
    right: 24px;
}
.apply-con label{
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}
.apply-group{
    margin-bottom: 24px;
}
.apply-group input{
    height: 40px;
    line-height: 38px;
    box-shadow: none;
    border: 1px solid #dadbe0;
    font-size: 16px;
    padding: 0px;
    padding-left: 10px;
}
.apply-btn{
    width: 100%;
    height: 42px;
    background: #1f9ad2;
    line-height: 42px;
    text-align: center;
    color: #fefefe;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}
.popover-content{
    color:#1FA0DC ;
    background: url("/static/img/people.png") 0 6px no-repeat;
    padding-left: 30px;
}
.popover.top{
    padding-left: 10px;
}

.beian {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f1f1f1; /* 可以根据需要调整背景颜色 */
    padding: 10px 0;
    text-align: center;
    z-index: 1000; /* 确保在页面其他内容上方 */
}

.beian ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.beian li {
    margin: 0 15px;
    font-size: 14px;
}
