body{
    min-width: 1500px;
}
.wrapper {
    width: 1240px;
    margin: 0px auto;
}

.top_bg {
    width: 100%;
    height: 640px;
    background: url(../images/banner.jpg) no-repeat ;
    background-size: cover;
    position: relative;
}
a.logo {
    display: block;
    float: left;
    width: 147px;
    height: 65px;
    background: url(../images/logo.png) no-repeat ;
    background-size: contain;
    margin-top: 5px;
}
.try{
    width: 104px;
    height: 42px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #0143E6;
    text-align: center;
    line-height: 42px;
    margin-top: 15px;
}
.imgs {
    height: 700px;
    position: relative;
    /* bottom: -50px; */
}
.imgs img {
   height: 440px;
   margin-top: 108px;
    /* position: absolute;
    left: -90px;
    bottom: -76px;
    z-index: 2; */

}

.content_bg{
    /* height: 1920px; */
    background: url(../images/bg.jpg) no-repeat ;
    background-size: cover;
}

.content_bg .wrapper >img{
    width: 100%;
    margin-top: 140px;
}


area:-webkit-any-link {
    cursor: pointer;
}

.nav_bg{
    height: 84px;
    background: #EAEEFC;
    border-radius: 0px 0px 0px 0px;
    text-align: center;
    z-index: 9;
}
.nav_bg .wrapper {
    text-align: center;
    position: relative;
}
.nav_bg .wrapper a{
    color: #262626;
    display: inline-block;
    width: 208px;
    line-height: 84px;
    text-align: center;
    font-size: 28px;
    box-sizing: border-box;
    height: 100%;
}
.nav_bg .wrapper a:hover{
    color: #262626;
    border-bottom: 5px solid #262626;
    /* background: linear-gradient( 180deg, #DC43B4 0%, #FF65D7 100%); */
}



map area {
    border-style: none;
}

.footer{
    height: 252px;
    background: #282828;
    padding-top: 40px;
    box-sizing: border-box;
}
.footer p{
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
}
.footer p span{
    font-size: 18px;
    color: #fff;
    margin-right: 8px;
    line-height: 26px;
    font-weight: bold;
}
.img-box{
    padding-top: 26px;
    text-align: center;
}
.img-boxp{
    margin-top: 8px;
    line-height: 20px;
}

.more-con{
    text-align: center;
    margin-top: 20px;
}
.more-con a {
    display: inline-block;
    width: 120px;
    height: 42px;
    border-radius:30px;
    border: 1px solid #0143E6;
    text-align: center;
    line-height: 42px;
    margin-top: 15px;
    color: #0143E6;
}


.dialog{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}
.modal{
    width: 560px;
    height: 394px;
    background: #fff;
    border-radius: 16px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -280px;
    margin-top: -187px;
    overflow: hidden;
}
.modal h2{
    height: 50px;
    background: linear-gradient( 180deg, #9CC5FF 0%, #FFFFFF 100%);
    padding: 24px;
    height: 26px;
    line-height: 26px;
    color: #262626;
    font-size: 18px;
    font-weight: 500;
}
.modal h2 img{
    float: right;
    cursor: pointer;
}
.modal ul{
    padding-left: 129px;
    padding-top: 10px;
}
.modal ul li{
    display: flex;
    margin-top: 32px;
    color: #262626;
    font-size: 18px;
}
.modal ul li span{
    margin-right: 12px;
}
.modal ul li img{
    width: 151px;
    margin-top: 10px;
    cursor: pointer;
}
.modal div {
    margin-top: 25px;
    text-align: center;
}
.modal div img{
    height: 200px;
    margin-bottom: 16px;
}



.wrapper1{
    position: relative;
}
.wrapper1 .btn{
    width: 138px;
    height: 40px;
    position: absolute;
    cursor: pointer;
}
.wrapper1 .btn1{
    top: 836px;
    left: 260px;
}
.wrapper1 .btn2{
    top: 836px;
    right: 260px;
}
.wrapper1 .btn3{
    bottom: 88;
    left: 260px;
}
.wrapper1 .btn4{
    bottom: 88;
    right: 260px;
}

.wrapper2{
    position: relative;
    text-align: center;
}

#copy{
    width: 128px;
    height: 26px;
    /* background: #EBF0FF; */
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    line-height: 26px;
    color: #1B66FF;
    font-size: 14px;
    position: absolute;
    bottom: 107px;
    right: 248px;
    cursor: pointer;
}
#copy img{
    position: relative;
    top: 3px;
    margin-right: 4px;
}