.white,
.white a:link,
.white a:visited,
.white a:hover {
    color: white;
}

html,
body {
    overflow-x: hidden;
}

/* top */
.ql-top {
	text-align: center;
}

.ql-top img {
    width: 100%;
    height: auto;
}

/* news */
.ql-news .tit,
.ql-news .txt {
    text-align: center;
}

.ql-news .txt {
    font-size: 16px;
    line-height: 200%;
}

/* p1 */
.ql-p1Con {
    margin-top: 40px;
}

.ql-p1Con .left {
    width: 600px;
}

.ql-p1Con .left .device1 {
    width: 600px;
    height: 400px;
    margin: 0px auto;
    position: relative;
}

.ql-p1Con .left .device1 .arrow-left1 {
    background: url(../images/prev1.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 32px;
    height: 54px;
    z-index: 99;
}

.ql-p1Con .left .device1 .arrow-right1 {
    background: url(../images/next1.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 32px;
    height: 54px;
    z-index: 99;
}

.ql-p1Con .left .device1 .swiper-container {
    height: 400px;
    width: 600px;
}

.ql-p1Con .left .device1 .swiper-container .swiper-slide {
    position: relative;
}

.ql-p1Con .left .device1 .swiper-container .swiper-slide p.txt {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 16px;
    line-height: 60px;
}

.ql-p1Con .right {
    width: 552px;
}

.ql-p1Con .right .list li {
    position: relative;
    font-size: 18px;
    padding-left: 10px;
    line-height: 1.2;
    height: 97px;
    background: #f0eae5;
    margin-bottom: 3px;
    border-left: 12px solid #f0eae5;
    padding-top: 0;
    width: 100%;
}

.ql-p1Con .right .list li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #a54437;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.5s;
}

.ql-p1Con .right .list li:hover {
    border-left: 12px solid #a54437;
    color: #fff;
}

.ql-p1Con .right .list li:hover a {
    color: #fff;
    text-decoration: none;
}

.ql-p1Con .right .list li:hover:before {
    transform: scaleX(1);
    opacity: 0.5;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.ql-p1Con .right .list li p {
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 2;
}

/* p2 */
.ql-p2Con {
    margin-top: 40px;
}

.ql-p2Con .news {
    display: inline-block;
    width: 538px;
}

.ql-p2Con .news:first-child {
    margin-right: 100px;
}

.ql-p2Con .news .tit {
    background: url(../images/titbg.png) no-repeat;
    height: 47px;
    position: relative;
}

.ql-p2Con .news .tit h3 {
    position: absolute;
    left: 35px;
    top: 4px;
    font: bold 28px 'Microsoft YaHei';
    color: #fff;
    letter-spacing: 0.05em;
}

.ql-p2Con .news .tit a.more {
    float: right;
    margin-top: 6px;
    color: #992215;
    font-size: 14px;
}

.ql-p2Con .news .list {
    padding-top: 20px;
}

.ql-p2Con .news .list li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    line-height: 2;
}

.ql-p2Con .news .list li::before {
    position: absolute;
    left: 4px;
    top: 14px;
    width: 4px;
    height: 4px;
    content: "";
    -webkit-border-radius: 14px;
    border-radius: 14px;
    background: #333333;
}

/* p3 */
.ql-p3Con {
    margin-top: 40px;
}

.ql-p3Con .news {
    display: inline-block;
    width: 1200px;
}

.ql-p3Con .news .tit {
    background: url(../images/titbg2.png) no-repeat;
    height: 47px;
    position: relative;
}

.ql-p3Con .news .tit h3 {
    position: absolute;
    left: 35px;
    top: 4px;
    font: bold 28px 'Microsoft YaHei';
    color: #fff;
    letter-spacing: 0.05em;
}

.ql-p3Con .news .tit a.more {
    float: right;
    margin-top: 6px;
    color: #992215;
    font-size: 14px;
}

.ql-p3Con .news .list {
    padding-top: 20px;
}

.ql-p3Con .news .list li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    line-height: 2;
    width: 550px;
    display: inline-block;
}

.ql-p3Con .news .list li::before {
    position: absolute;
    left: 4px;
    top: 14px;
    width: 4px;
    height: 4px;
    content: "";
    -webkit-border-radius: 14px;
    border-radius: 14px;
    background: #333333;
}

.ql-p3Con .news .list li:nth-of-type(odd) {
    margin-right: 88px;
}

/* p4 */
.ql-p4Con {
    margin-top: 40px;
}

.ql-p4Con .tit {
    background: url(../images/titbg2.png) no-repeat;
    height: 47px;
    position: relative;
}

.ql-p4Con .tit h3 {
    position: absolute;
    left: 35px;
    top: 4px;
    font: bold 28px 'Microsoft YaHei';
    color: #fff;
    letter-spacing: 0.05em;
}

.ql-p4Con .tit a.more {
    float: right;
    margin-top: 6px;
    color: #992215;
    font-size: 14px;
}

.ql-p4Con .device2 {
    width: 1188px;
    height: 560px;
    margin: 40px auto 0 auto;
    position: relative;
}

.ql-p4Con .device2 .arrow-left2 {
    left: -30px;
}

.ql-p4Con .device2 .arrow-left2,
.ql-p4Con .device2 .arrow-right2 {
    background: url(../images/prev2.png) no-repeat left top;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 16px;
    height: 25px;
    z-index: 999;
}

.ql-p4Con .device2 .arrow-right2 {
    right: -30px;
    transform: rotate(-180deg);
}

.ql-p4Con .device2 .swiper-container {
    height: 520px;
}

.ql-p4Con .device2 .pagination2 {
    position: absolute;
    bottom: 5px;
    right: 10px;
    height: 10px;
    text-align: center;
    width: 100%;
}

.ql-p4Con .device2 .pagination2 .swiper-pagination-switch {
    width: 16px;
    height: 7px;
    margin: 0 3px;
    display: inline-block;
    border-radius: 3px;
    background-color: #e5e5e5;
    position: relative;
    cursor: pointer;
}

.ql-p4Con .device2 .pagination2 .swiper-active-switch {
    background: #c30d22;
}

/* p5 */
.ql-p5Con {
    margin-top: 40px;
}

.ql-p5Con .video {
    margin-top: 40px;
}

.ql-p5Con .video .left {
    width: 718px;
}

.ql-p5Con .video .left video {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 20px;
}

.ql-p5Con .video .right {
    width: 445px;
}

.ql-p5Con .video .right .list li {
    width: 200px;
    display: inline-block;
    text-align: center;
    margin-bottom: 8px;
}

.ql-p5Con .video .right .list li img {
    display: block;
}

.ql-p5Con .video .right .list li:nth-of-type(odd) {
    margin-right: 32px;
}

.ql-p5Con .video .right .list li:nth-of-type(even) {
    margin-right: 9px;
}

/* copyright */
#copyright {
    width: 1200px;
    text-align: center;
    padding: 50px 0 10px 0;
}