/* 中部内容 */
.contentwrap {
    width: 100%;
    margin-bottom: 100px;
}
.content1 {
    width: 1200px;
    margin: 0 auto;
}
.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 14px;
}
.title .titlename {
    line-height: 46px;
    font-size: 32px;
    color: #333333;
    font-weight: bold;
}
.title .describe {
    line-height: 30px;
    font-size: 16px;
    color: #888888;
    margin-bottom: 8px;
}
.content1 .main ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.content1 .main ul li {
    width: 400px;
    height: 204px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.content1 .main ul li a {
    /* display: inline-block; */
    color: #333333;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 22px;
}
.content1 .main ul li .list {
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    background: #b22f34;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    box-sizing: border-box;
}
.content1 .main ul li .list {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}
.content1 .main ul li:nth-child(even) {
    background: #f6f6f6;
}
.content1 .main ul li img {
    padding: 46px 0 0;
}
.content1 .main ul li > a {
    line-height: 70px;
}

.content2 {
    width: 100%;
    background: #f6f7f9;
    padding-top: 20px;
    margin-top: 36px;
    padding-bottom: 6px;
}
.content2 .mian2 {
    width: 1200px;
}
.swiper1 {
    height: 444px;
    margin-top: 18px;
}
.swiper1 .item {
    width: 380px;
    height: 404px;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.swiper1 .item > p {
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 34px;
    z-index: 2;
    font-weight: bold;
}
.swiper1 .item > p a {
    color: #fff;
}
.swiper1 .item div {
    width: 315px;
    height: 331px;
    left: 43px;
    top: 40px;
    background: rgba(178, 47, 52, 0.6);
    
    visibility: hidden;
}
.swiper1 .item div a {
    color: #fff;
    display: inline-block;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.swiper1 .item:hover > p {
    visibility: hidden;
}
.swiper1 .item:hover > div {
    visibility: visible;
}
.swiper1 .item div img {
    padding-top: 54px;
}
.swiper1 .item div .name {
    padding-top: 4px;
    line-height: 32px;
    font-size: 20px;
    font-weight: bold;
}
.swiper1 .item div .describe {
    width: 250px;
    line-height: 36px;
    font-size: 16px;
}

.swiper1 .swiper-pagination-bullet {
    background-color: #d9dadc!important;width: 12px!important;height:12px!important;border-radius: 6px!important;opacity: 1!important;
    margin: 0 6px!important;
  }
.swiper1 .swiper-pagination-bullet-active {background-color: #b22f34!important;width: 12px!important;height:12px!important;border-radius: 6px!important;margin: 0 6px!important;}

/* content3 */
.content3 {
    width: 100%;
    height: 707px;
    background: url('../images/main3.jpg') no-repeat top center;
}
.content3 .main {
    width: 1200px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.title1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 26px;
}
.title1 .title1name {
    line-height: 46px;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}
.title1 .describe {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 8px;
}
.content3 .content {
    width: 100%;
    color: #fff;
}
.content3 .content .item1 {
    width: 280px;
    height: 418px;
    left: 0;
    top: 126px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content3 .content .item1, .content3 .content .item2, .content3 .content .item4, .content3 .content .item5 {
    cursor: pointer;
}
.content3 .content .item1:hover .nohover {
    display: none;
}
.content3 .content .item1:hover .selected {
    display: block;
}
.content3 .content .name {
    padding-top: 14px;
    line-height: 44px;
    font-size: 22px;
    font-weight: bold;
}
.content3 .content .describe {
    line-height: 32px;
    font-size: 16px;
    text-align: center;
}
.content3 .content div {
    width: 100%;
}
.content3 .content .item1 .yuan {
    width: 120px;
    height: 120px;
    left: 75px;
    top: 0;
}
.content3 .content .item1 .icon {
    width: 38px;
    height: 43px;
    left: 115px;
    top: 40px;
}
.content3 .content .item1 .line {
    width: 19px;
    height: 182px;
    left: 127px;
    top: 100px;
}

.content3 .content .item2 {
    width: 204px;
    height: 406px;
    left: 256px;
    top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content3 .content .item2:hover .nohover {
    display: none;
}
.content3 .content .item2:hover .selected {
    display: block;
}
.content3 .content .item2 .yuan {
    width: 93px;
    height: 93px;
    left: 52px;
    top: 0;
}
.content3 .content .item2 .icon {
    width: 46px;
    height: 28px;
    left: 75px;
    top: 33px;
}
.content3 .content .item2 .line {
    width: 19px;
    height: 182px;
    left: 91px;
    top: 85px;
}
.content3 .content .item3 {
    width: 174px;
    height: 259px;
    left: 518px;
    top: 189px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content3 .content .item3 .yuan {
    width: 100%;
    left: 0;
    top: 0;
}
.content3 .content .item3 .icon {
    width: 107px;
    height: 40px;
    left: 32px;
    top: 67px;
}

.content3 .content .item4 {
    width: 300px;
    height: 406px;
    right: 206px;
    top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content3 .content .item4:hover .nohover {
    display: none;
}
.content3 .content .item4:hover .selected {
    display: block;
}
.content3 .content .item4 .yuan {
    width: 93px;
    height: 93px;
    right: 97px;
    top: 0;
}
.content3 .content .item4 .icon {
    width: 38px;
    height: 44px;
    right: 123px;
    top: 26px;
}
.content3 .content .item4 .line {
    width: 19px;
    height: 182px;
    right: 132px;
    top: 85px;
}

.content3 .content .item5 {
    width: 280px;
    height: 418px;
    right: 0;
    top: 126px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content3 .content .item5:hover .nohover {
    display: none;
}
.content3 .content .item5:hover .selected {
    display: block;
}
.content3 .content .item5 .yuan {
    width: 120px;
    height: 120px;
    right: 75px;
    top: 0;
}
.content3 .content .item5 .icon {
    width: 48px;
    height: 40px;
    right: 110px;
    top: 40px;
}
.content3 .content .item5 .line {
    width: 19px;
    height: 182px;
    right: 127px;
    top: 100px;
}
.content3 .content .selected {
    display: none;
}

/* content4 */
.content4 {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}
.content4 .content {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}
.content4 .content .left {
    width: 628px;
    padding-top: 30px;
}
.content4 .content .left p:not(.buttonmore) {
    line-height: 34px;
    /* margin-top: 30px; */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    font-family: '思源黑体 CN';
    font-size: 15px;
    color: #333333;
}
.content4 .content .left .describe a {
    color: #333333;
    display: block;
}
.content4 .content .left .buttonmore {
    width: 120px;
    height: 38px;
    background: #b22f34;
    line-height: 38px;
    text-align: center;
    margin-top: 34px;
}
.content4 .content .left .buttonmore a {
    color: #fff;
    font-size: 13px;
}
.content4 .content .right {
    width: 537px;
    height: 315px;
}
