.part1 {
    width: 100%;
    text-align:center;
/*    height: 1023px;*/
/*    background: url(../images/1.jpg) no-repeat center;*/
/*    background-size: cover;*/
}

.part6 {
    width: 100%;
    height: 92px;
    background: url(../images/06.jpg) no-repeat center;
    background-size: cover;
}

.part2 {
    width: 100%;
    height: 781px;
    background: url(../images/2.jpg) no-repeat center;
    background-size: cover;
}

.part3 {
    width: 100%;
    height: 1110px;
    background: url(../images/3.jpg) no-repeat center;
    background-size: cover;
}

.part4 {
    width: 100%;
    height: 1091px;
    background: url(../images/4.jpg) no-repeat center;
    background-size: cover;
}

.part5 {
    width: 100%;
/*    height: 1609px;*/
    background: url(../images/5.jpg) no-repeat center;
    background-size: cover;
}

.center {
    width: 100%;
    display: flex;
    justify-content: center;
}

a:hover {
    cursor: pointer;
    color: #ba2636 !important;
    text-decoration: underline;
}

.part1,.part2,.part3,.part3,.part4,.part5{
    background: #ecbfa2;
}

/*part1*/

/*part2*/
.part2-box {
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*margin: 80px 20px;*/
    margin-top: 50px;
}


/*part3*/
.part3-box {
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.part3 .title {
    width: 100%;
    text-align: center;
}

.part3 .title img {
    margin-left: 60px;
    width: 548px;
}

.part3 .content {
    width: 1200px;
    /*height: 542px;*/
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    /*background: url("../images/03-bg.png");*/
    /*background-size: cover;*/
}

.part3 .left {
    width: 562px;
    margin-left: 99px;
    margin-top:70px;
    /*margin-left: 40px;*/
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.part3 .news-box {
    width: 100%;
}

.part3 .center{
    background: url(../images/2.png) no-repeat;
/*    width: 60%;*/
    background-size: contain;
    margin: 0 auto;
    height: 969px;
    width: 1200px;
    margin-top:-150px;
/*    margin-left: 180px;*/
}

.news-title01 h3 {
    font-size: 22px;
    font-weight: bold;
}

.news-title01 span {
    color: #787878;
    margin-top: 10px;
    margin-right: 20px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news-title01 span a {
    color: #787878;
}

.news-title01 h3 a {
    color: #0b4495;
    line-height: 35px;
    text-align: justify;
}

.news-box ul li {
    font-size: 17px;
    /* border-bottom: 4px solid #1a6dd1; */
    padding: 10px 0;
    padding-left:33px;
    /*margin-left: 25px;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.news-box ul li a {
    color: #0b4495;
}

.part3 .right {
/*    width: 700px;*/
/*    height: 423px;*/
/*    background-color: #a5cfff;*/
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 177px;
    margin-top: 102px;
}

.img-box {
/*    width: 360px;*/
/*    height: 360px;*/
    overflow: hidden;
}

.part3 .right .desc {
    width: 640px;
    height: 40px;
    position: absolute;
    bottom: 4px;
    left: 0;
    background: rgba(0 0 0 / 0.5);
}

.part3 .desc p {
    width: 100%;
    margin: 0 20px;
    font-size: 22px;
    color: #fff;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.desc a {
    color: #fff;
}

.swiper {
    --swiper-theme-color: #ff6600; /* 设置Swiper风格 */
    --swiper-navigation-color: #00ff33; /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px; /* 设置按钮大小 */
}

/*part4*/
.part4-box {
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
/*    background: url(../images/3.png) no-repeat center;*/
/*    background-size: contain;*/
    height:800px;
}

.part4 .title {
    width: 100%;
    text-align: center;
}

.part4 .title img {
/*    margin-left: 60px;*/
    width: 1000px;
}

.part4 .content {
    width: 1200px;
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
    align-content: center;
}

.part4 .content .left, .part4 .content .right {
    width: 300px;
    height: 512px;
}

.part4 .content ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;

}

.part4 .content .img-list .dian {
    display: inline-block;
    background-color: #1860ce;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
}

.part4 .content .img-list a {

    color: #1860ce;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    /*margin: 50px 0;*/
}


/*part5*/
.part5-box {
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.part5 .title {
    width: 100%;
    text-align: center;
}

.part5 .title img {
    margin-left: 60px;
    width: 549px;
}

.part5 .content {
    width: 1200px;
    height: 542px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
}
.part5 .content .jjxhy{
    width: 1120px;
    display: flex;
    justify-content: center;
}

.part5-next{
    right: 0;
    top: 52%;
    background-image: url('../images/arrow_r.png');
    width: 50px;
    background-size: contain;
}
.part5-prev{
    left: 0;
    top: 52%;
    background-image: url('../images/arrow_l.png');
    width: 50px;
    background-size: contain;
}

.part5 .part5-swiper {
    width: 1160px;
}

.part5 .part5-slide a{
    text-decoration: none;
}

.part5 .item {
    width: 355px;
    height: 560px;
/*    background-color: #ffffff;*/
    border-radius: 10px;
    /*padding: 10px;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    background-image: url('../images/6.png');
    background-size: cover;
}

.part5 .item img {
    width: 290px;
    height: 405px;
    display: block;
    margin: 10px auto;
    border-radius: 20px;
    object-fit: cover;
    margin-top: 70px;
}

.part5 .item h3 {
    width: 240px;
    margin: 10px auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}

.part5 .item p {
    width: 240px;
    margin: 10px auto;
    font-size: 12px;
    color: #999;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*part6*/
.part6-box {
    width: 1200px;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.part6 .content {
    width: 1000px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.part6 .content .guide {
    font-size: 26px;
    color: #ffffff;
    padding: 0 50px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.part6 .content .guide:hover {
    color: #ffffff !important;
    text-decoration: none;
}

