.con-div{
  margin:30px auto;
}
.w1200{
  width: 1200px;
margin-left: auto;
margin-right: auto;
}
.header-box{
  margin-bottom: 20px;
}
.header{
  color: rgb(41, 56, 80);
  font-size: 36px;
  padding-bottom: 15px;
}
.header-h4{
  font-size: 14px;
  border-top:2px solid #e5e5e5;
  display: inline-block;
  padding:15px 20px 0;
}

.account,.struct,.qianyue,.product,.news,.risk,.link,.about{
  padding:40px 0;
}
.article-1{
  background: url(../images/open-1.jpg) no-repeat;
  background-size: 100% 100%;
}
.article-2{
  background: url(../images/open-2.jpg) no-repeat;
  background-size: 100% 100%;
}
.article-3{
  background: url(../images/open-3.jpg) no-repeat;
  background-size: 100% 100%;
}
.account-list>article{
  flex: 1;
  height: 441px;
  margin: 0 10px;
}
.article-con-box{
  padding: 253px 10px 10px;
}
.article-con-box h5{
  font-size: 18px;
  margin:10px 0;
  font-weight: lighter;
}
.article-con-box .con{
  color: rgb(125, 129, 137);
  line-height: 28px;
}
.struct,.news,.about{
  background: #fafafc;
}
.struct-con-box{
  background: url(../images/st1.jpg) no-repeat;
  height: 474px;
  background-size: 100% 100%;
  display: flex
}
.str-l{
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  width: 240px;
  padding: 20px;
  margin:20px
}
.str-l .p2{
  margin-top: 50px;
}
.str-c{
  text-align: center;
  color: #fff;
  width: 283px;
  padding-top: 50px;

}
.str-c .p1{
  font-size: 32px;
}
.str-c .p2{
  font-size: 18px;
}
.str-c .btn{
  width: 160px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #02b2b5;
    color: #02b2b5;
    cursor: pointer;
    margin:50px auto 0;
}

.qianyue-tab-span-list span{
  padding:0 20px;
  cursor: pointer;
}
.qianyue-active{
  color: #02b2b5;
}
.qianyue-con-list{
  flex-wrap: wrap;
}
.qianyue-card{
  width: 390px;
  margin-right: 10px;
  margin-bottom: 10px;
  /* flex: 1; */
}
.qianyue-card img{
  height: 233px;
}
.product{
  background-color: #fafafc;
}
.pro-bottom,.pro-top{
  height: 257px;
}
.pro-bottom{
  padding: 20px;
  line-height: 26px;
  box-sizing: border-box;
  background-color: #fff;
}
.pro-bottom h5{
  font-size: 18px;
  text-align: center;
}
.pro-btn{
  border: 1px solid rgba(2, 178, 181,1);
  color: #02b2b5;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  font-family: Microsoft YaHei;
  border-radius: 6px;
  width: 100px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.risk-tag-span{
  margin:50px 0;
}
.risk-tag-span span{
  display: inline-block;
  padding: 0 10px 10px;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  margin:0 30px
}
.risk-tag-span span.active{
  color: #02b2b5;
  border-color: #02b2b5;
}
.risk-list-con img{
  width: 476px;
  height: 241px;
}
.risk-list-con .r-con{
  padding:30px
}
.risk-list-con .r-con h3{
  font-size: 20px;
    color: #464646;
    margin-bottom: 20px;
}
.risk-list-con .risk-con{
  line-height: 24px;
  color: #7C7C7C;
}
.news{
  /* margin-top: 50px; */
}
.news-con-box{
  flex-wrap: wrap;
  margin-top: 50px;
}
.news-con-card{
  width: 50%;
  align-items: self-start;
  margin-bottom: 20px;
}
.news-con-card .news-con{
  line-height: 26px;
  margin:0 20px !important;
}


@media screen and (max-width: 1200px) {

    .news-con h4{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        /*width: 380px;*/
    }
    .news-con{
        width: 90%;
    }
    .news_desc{
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .news-con-txt img{
        max-width: 80%!important;
        height: auto!important;
    }
    .news-con-txt p img{
        max-width: 80%!important;
        height: auto!important;
    }
    .pagination{
        line-height: 50px;
    }
    #my_video{
        text-align: center;
    }
    #my_video_iframe{
        width: 90%;
        height: 250px;
    }

}
@media screen and (min-width: 1201px) {

    .news-con h4{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 380px;
    }
    .news_desc{
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .news-con-txt img{
        max-width: 80%!important;
        height: auto!important;
    }
    .news-con-txt p img{
        max-width: 80%!important;
        height: auto!important;
    }
    #my_video{
        text-align: center;
    }
    #my_video_iframe{
        width: 50%;
        height: 400px;
    }
  
}


.link-bank-photo img{
width: 225px;
margin-right: 10px;
margin-bottom: 10px;
}
.about-con{
  position: relative;
}
.about-con>img{
  width: 70%;
}
.about-con-txt h3{
  font-size: 20px;
  margin-bottom: 20px;
}
.about-con-txt{
  background-color: #fff;
  padding:50px 20px;
  box-sizing: border-box;
  width: 50%;
  position: absolute;
  right: 0;
  line-height: 30px;
}
footer{
  background: #0e1d33;
  color: #fff;
  padding:50px 20px;
}
footer p{
  line-height: 32px;
}
footer p.p-title{
font-size: 20px;
margin-bottom: 30px;
}
.swiper-wrapper{
  height: 500px;
}
.swiper-wrapper .swiper-slide .banner-img{
width: 100%;
}
.banner-txt{
  position: absolute;
  left: 50%;
  color: #fff;
  transform: translateX(-240px);
  top: 45%;
}
.banner-p{
  font-size: 40px;
  text-align: center;
}
.banner-p2{
  font-size: 20px;
  text-align: center;

}
.banner-p span{
  font-size: 60px;
}
.banner-bottom-list{
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  color: #fff;
  text-align: center;
  padding:20px;
  background:rgba(0, 0, 0, 0.5)
}
.banner-bottom-list dl{
  margin:0 50px
}
.news-con{
  margin:50px auto
}
.news-con h3{
  font-size: 25px;
  color: #333;
  text-align: left;
  font-weight: 400;
  border-bottom: 1px solid #f0efef;
  padding-bottom: 20px;
}
.news-con-txt{
  margin-top: 20px;
  border-bottom: 1px #f0efef dashed;
  padding-bottom: 20px;
}