.con {
    width: 100%;
    min-height: 700px;
    /* background: #ffffff;
    background: url('../images/qinglian/main-bg.png') no-repeat center;
    background-size: 100% 100%; */
}

.banner {
    width: 100%;
    height: auto;
    position: relative;
}

.banner>img {
    width: 100%;
    height: auto;
    display: block;
    /*max-width: 100%;
    max-height: 100%; */
    /* height: 470px; */
}

.tag-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 90px;
    letter-spacing: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    /* margin-top: 50px; */
    color: #ffffff;
}

.tag-title>p {
    width: 1500px;
    text-align: center;
    font-family: '华文仿宋';
    font-weight: 600;
    -webkit-box-reflect: below 0 -webkit-linear-gradient(transparent, transparent 20%, rgba(255, 255, 255, .3));
}

/* 主要内容 */
.main {
    width: 100%;
    /* background: #ffffff; */
    min-height: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #ffffff;
    background: url('../images/qinglian/main-bg.png') no-repeat center;
    background-size: 100% 100%;
    padding: 50px 0;
    box-sizing: border-box;
}

.main .title {
    width: 90%;
    height: 50px;
    font-size: 28px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.main .title>img {
    width: 50px;
    height: 50px;
    vertical-align: middle;
}

.title .more {
    display: inline-block;
    width: 90px;
    height: 90px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    /* line-height: 90px; */
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title .more>span {
    display: inline;
    /* height: 20px; */
    position: absolute;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    color: #6c6c6c;
    font-weight: 500;
    font-size: 20px;
}

.title .more>span>a {
    color: #707070;
    text-decoration: none;
}

.title .more i {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/qinglian/more-jin.png') no-repeat center;
    background-size: 100% 100%;
    transition: transform 0.5s ease-out;
}

.title .more i:hover {
    transform: rotateZ(180deg);
}

.title .more>img {
    width: 90px;
    height: 90px;
}

.imgList,
.imgList-heng {
    width: 90%;
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.imgList>div {
    width: 22%;
    max-width: 270px;
    height: 360px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    border-radius: 2px;
    overflow: hidden;
    background-color: #E9DCC7;
}

.left-title {
    width: 90px;
    height: 100%;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 20px 10px;
    box-sizing: border-box;
}

.left-title:hover {
    background: #BE9C6E;
}

.left-title>p {
    width: 31%;
    height: 100%;
    /* text-align: center; */
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    /*英文的时候需要加上这句，自动换行*/
    word-break: break-all;
    writing-mode: vertical-lr;
    letter-spacing: 5px;
}

.left-title>.zuopin {
    font-weight: 600;
}

.left-title>.company {
    font-size: 14px;
}

.left-title>.zuozhe {
    font-size: 15px;
}

.imgList>div img {
    width: auto;
    max-width: 100%;
    height: 100%;
}

.imgList-heng>div {
    width: 31%;
    min-width: 300px;
    text-align: center;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    border-radius: 2px;
    overflow: hidden;
}

.imgList-heng>div>a {
    display: block;
    width: 100%;
    height: 230px;
    background-color: #E9DCC7;
}

.imgList-heng>div img {
    width: auto;
    max-width: 100%;
    height: 230px;
}

.bottom-title {
    width: 100%;
    height: 105px;
    padding: 10px 20px;
    box-sizing: border-box;
}

.bottom-title>p {
    text-align: left;
    color: #707070;
    font-size: 16px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 左右布局 */
.imgLR {
    width: 90%;
}

.imgLR>div {
    width: 24%;
    min-width: 300px;
    max-width: 330px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
}

.imgLR>div>.left-title {
    position: relative;
}

.imgLR>div a {
    display: block;
    width: calc(100% - 90px);
    height: 100%;
}

.imgLR>div img {
    width: auto;
    max-width: 100%;
    height: 100%;
}

.toupiao_piaochaung {
    width: 165px;
    height: 245px;
    position: fixed;
    right: 0;
    top: 50%;
    background: #ffffff;
    transform: translateY(-50%);
    border-radius: 5px;
    /* background: url(../images/qinglian/main-bg.jpg) no-repeat center;
    background-size: 100% 100%; */
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    overflow: hidden;
}

.close {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.toupiao_piaochaung>div:nth-child(1) {
    width: 100%;
    height: 35%;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
    background-color: #E9DCC7;
    background: url(../images/qinglian/main-bg.jpg) no-repeat center;
    background-size: 100% 100%;
    color: #ffffff;
    font-weight: 600;
}

.toupiao_piaochaung>div:nth-child(1)>p:nth-child(1) {
    font-size: 16px;
    padding-bottom: 5px;
    box-sizing: border-box;
}

.toupiao_piaochaung>div:nth-child(1)>p:nth-child(2) {
    font-size: 18px;
}

.toupiao_piaochaung>div:nth-child(2) {
    width: 100%;
    height: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.toupiao_piaochaung>div:nth-child(2)>img {
    width: 90%;
    height: 90%;
}

/* 更多页面的样式 */
.imgList_more,
.imgList_more-heng {
    width: 90% !important;
    max-width: 1300px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.imgList_more>div {
    width: 22%;
    max-width: 300px;
    height: 360px;
    /* margin-bottom: 30px; */
    position: relative;
    text-align: center;
    border-radius: 2px;
    overflow: hidden;
    margin: 0.95%;
    background-color: #E9DCC7;
}

.imgList_more>div img {
    width: auto;
    max-width: 100%;
    height: 100%;
}

.imgList_more-heng>div {
    width: 31%;
    min-width: 300px;
    text-align: center;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    border-radius: 2px;
    overflow: hidden;
    margin: 1.07%;
}

.imgList_more-heng>div img {
    width: auto;
    max-width: 100%;
    height: 230px;
}

.imgList_more-heng>div>a {
    display: block;
    width: 100%;
    height: 230px;
    background-color: #E9DCC7;
}

@media screen and (min-width:1280px) and (max-width:1366px) {
    .imgList_more>div {
        width: 22%;
        max-width: 200px;
        margin: 0.1%;
    }
}