.block2-div {
    background-image: url(../images/block2-bgi.png);
    height: 600px;
    margin-top: 40px;
    position:relative;
}
.card-news-title {
    text-align: center;
    color: #034f92;
    font-size: 20px;
    padding: 7px;
    font-weight: bold;
}
.card-news-title a{
    text-align: center;
    color: #034f92;
    font-size: 20px;
    padding: 7px;
    font-weight: bold;
}
.p-center-w1200 {
    width: 1200px;
    overflow: hidden;
    padding-left: calc(50% - 600px);
    padding-right: calc(50% - 600px);
}
.card-news-dynamic {
    width: 368px;
    display: inline-block;
    vertical-align: top;
    height: 560px;
    border: 1px solid #e5e5e5;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-left:40px;
}
.card-news-dynamic:first-child{
    margin-left:0;
}
.card-news-dynamic:hover {
    border: 1px solid #034f92;
}
.card-news-dynamic img {
    height: 245px;
    width:100%;
}
.p-summary-title {
    color: #1a1a1a;
    font-size: 16px;
    margin-bottom:5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight:bold;
}
.div-summary {
    padding: 10px;
    height:71px;
}
.p-summary-text {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color:#666;
}
.btn-more {
    width: 130px;
    height: 35px;
    background: #034f92;
    border-radius: 5px;
    margin: 10px auto;
    text-align: center;
    line-height: 35px;
}
.btn-more a{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.news-list-div {
    padding: 0 10px 0px 10px;
    color: #333333;
    height:110px;
}
.news-list span {
    display: inline-block;
    width: 80px;
    font-size: 14px;
    text-align: right;
    overflow: hidden;
}
.news-list a {
    width:268px;
    width: calc(100% - 80px);
    display: inline-block;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list {
    font-size: 0px;
    height:35px;
    line-height:35px;
}
.block-title {
    text-align: center;
    margin-bottom: 60px;
}
.block-title .main-title {
    color: #262626;
    font-size: 30px;
    padding-top: 40px;
}
.block-title .secondary-title {
    color: #034f92;
    font-size: 14px;
    width: 1200px;
    margin: 0 auto;
}
.block-title .secondary-title a{
    color:inherit;
}
.block-title img {
    margin: 20px 0 10px 0;
}
.block3-div {
    width: 1200px;
    overflow: hidden;
    margin-left: calc(50% - 600px);
}
.swiper-card .main-title{
    font-size: 18px;
    height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.div-support {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 10px;
    font-size: 0px;
    margin: 70px 0px;
}
.support-index {
    display: inline-block;
    width: 75px;
    height: 90px;
    background: #034f92;
    color: #FFF;
    border: 1px solid #034f92;
    border-radius: 10px;
    text-align: center;
    margin: 10px 30px 0 30px;
    vertical-align: top;
}
.main-index {
    font-size: 40px;
    line-height: 60px;
}
.secondary-index {
    font-size: 20px;
}
.div-support img {
    width: 300px;
    height: 160px;
    margin: 10px;
}
.support-p {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    width: 700px;
}
.support-title {
    font-size: 18px;
    color: #034f92;
}
.faq li p:first-child {
    color: #1a1a1a;
    font-size: 14px;
}
.faq li p:last-child {
    color: #333333;
    font-size: 10px;
}
.faq li {
    margin: 5px 0;
}
.support-p a {
    font-size: 12px;
    color: #fff;
    background: #034f92;
    border: 1px solid #034f92;
    border-radius: 3px;
    padding: 1px 5px;
    float: right;
}
.div-more-support a {
    background: #034f92;
    color: #ffffff;
    border: 1px solid #034f92;
    border-radius: 3px;
    padding: 5px 10px;
    font-weight: bold;
}
.div-more-support {
    text-align: center;
    font-size: 14px;
    margin-bottom: 60px;
}
.div-swiper {
    height: 360px;
    position: relative;
}
/*.swiper-container {
    height: 100%;
}
.swiper-container {
    width: 1200px;
}*/
.swiper-card {
    color: #4c4c4c;
    font-size: 18px;
    background-color: rgba(0,0,0,0.1);
    height: 200px;
    border-radius: 5px;
    text-align: center;
    padding: 30px 20px 0 20px;
    padding-top: 130px;
}
.card-desc {
    display: none;
    font-size: 14px;
    line-height: 35px;
}
.card-hover .card-desc{
    display: block;
    height: 170px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.swiper-card.card-hover{
    padding: 50px 20px 0 20px !important;
    background-color: #034f92;
    color: #ffffff;
    height: 280px;
}
.swiper-card .secondary-title {
    font-size: 14px;
    margin: 10px 0;
}
.card-hover .secondary-title{
    font-size: 14px;
    margin: 10px 0;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.swiper-card .secondary-title a{
    color:inherit;
}
.swiper-card img {
    display: none;
}
.swiper-card.card-hover img {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    margin: auto;
    margin-top: -5px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: calc(50% - 680px);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: calc(50% - 680px);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    top: 326px;
}

.swiper-button-prev{
    width:48px;
    height: 48px;
    background: url(../images/prev.png);
    position: absolute;
    cursor:pointer;
}
.swiper-button-next{
    width:48px;
    height: 48px;
    background: url(../images/next.png);
    position: absolute;
    cursor:pointer;
}
.swiper-container-ywly{
    width:1200px;
    height:360px;
}
.swiper-container-ywly .swiper-wrapper{
    /*margin-left:15px;*/
}
.swiper-container-ywly .swiper-slide{
    width:210px;
    padding:0 15px;
    position: relative;
}
