#main {
    background: #f5f5f5 url(../images/main-bg.png) no-repeat center top;
    background-size: 100% auto;
}

.main {
    padding-top: 450px;
}

.sect1 {
    box-shadow: 0 0 20px #eee;
    background-color: #fff;
    padding: 50px;
}

.sect1 a {
    display: block;
    overflow: hidden;
}

.sect1 a .tpp {
    float: left;
    width: 710px;
}

.sect1 a .tpp .pic {
    padding-top: 63.5%;
}

.sect1 a .text {
    overflow: hidden;
    padding-left: 45px;
}

.sect1 a .text h2 {
    line-height: 54px;
    height: 108px;
    overflow: hidden;
    font-size: 32px;
    height: 108px;
    color: #333333;
    font-weight: normal;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 4px solid #bd1a2d;
}

.sect1 a:hover .text h2 {
    color: #000;
}

.sect1 a .text p {
    margin-top: 25px;
    line-height: 39px;
    font-size: 22px;
    color: #888888;
}

.sect1 .slick-dots {
    bottom: 60px;
    right: 35px;
    width: auto;
}

.sect1 .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #dcdcdc;
    margin: 0 10px;
    transition: all .3s;
}

.sect1 .slick-dots li.slick-active {
    background-color: #bd1a2d;
}

.sect2 ul {
    padding-top: 55px;
    padding-bottom: 50px;
    text-align: center;
}

.sect2 ul li {
    display: inline-block;
    width: 280px;
    margin: 18px 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #d1cccc;
    position: relative;
    top: 0;
    transition: all 0.3s;
}
.sect2 ul li:hover {
    top: -5px;
}
.sect2 ul li a {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
}

.sect2 ul li a .icon {
    position: relative;
    width: 130px;
    height: 130px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.sect2 ul li:nth-child(1) a .icon {
    background-image: linear-gradient(to right, #6ad4fc, #5695fe);
    background-image: -webkit-linear-gradient(to right, #6ad4fc, #5695fe);
}

.sect2 ul li:nth-child(2) a .icon {
    background-image: linear-gradient(to right, #fd6e57, #fd3357);
    background-image: -webkit-linear-gradient(to right, #fd6e57, #fd3357);
}

.sect2 ul li:nth-child(3) a .icon {
    background-image: linear-gradient(to right, #edbc7b, #c5864a);
    background-image: -webkit-linear-gradient(to right, #edbc7b, #c5864a);
}

.sect2 ul li:nth-child(4) a .icon {
    background-image: linear-gradient(to right, #ffad10, #fe891b);
    background-image: -webkit-linear-gradient(to right, #ffad10, #fe891b);
}

.sect2 ul li:nth-child(5) a .icon {
    background-image: linear-gradient(to right, #fd6e57, #fd3357);
    background-image: -webkit-linear-gradient(to right, #fd6e57, #fd3357);
}

.sect2 ul li:nth-child(6) a .icon {
    background-image: linear-gradient(to right, #ffad10, #fe891b);
    background-image: -webkit-linear-gradient(to right, #ffad10, #fe891b);
}

.sect2 ul li:nth-child(7) a .icon {
    background-image: linear-gradient(to right, #6ad4fc, #5695fe);
    background-image: -webkit-linear-gradient(to right, #6ad4fc, #5695fe);
}

.sect2 ul li:nth-child(8) a .icon {
    background-image: linear-gradient(to right, #edbc7b, #c5864a);
    background-image: -webkit-linear-gradient(to right, #edbc7b, #c5864a);
}

.sect2 ul li a .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sect2 ul li a p {
    font-size: 40px;
    color: #494949;
    font-weight: bold;
    margin-top: 25px;
}
.sect2 ul li:hover a p{
    color: #bd1a2d;
}

.sect3 .title {
    height: 64px;
    background: url(../images/tit-bg.png) no-repeat center bottom;
    background-size: 100% auto;
    text-align: center;
}

.sect3 .title h2 {
    font-size: 42px;
    color: #bd1a2d;
    line-height: 26px;
}

.sect3 ul {
    padding-top: 30px;
    padding-bottom: 75px;
}

.sect3 ul li {
    width: 30%;
    float: left;
    margin-left: 5%;
}

.sect3 ul li:nth-child(3n-2) {
    margin-left: 0;
}

.sect3 ul li a {
    display: block;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #c1bdbd;
    padding: 30px;
}

.sect3 ul li a .pic {
    padding-top: 64%;
}

.sect3 ul li a p {
    text-align: center;
    padding-top: 15px;
    font-size: 30px;
    color: #494949;
}
.sect3 ul li:hover a p {
    color: #bd1a2d;
}
.sect4 {
    position: relative;
    padding-bottom: 90px;
}

.sect4 .tit {
    border-bottom: 1px solid #b31a2c;
    background-color: #f2eaeb;
}

.sect4 .tit span {
    display: inline-block;
    width: 330px;
    line-height: 90px;
    text-align: center;
    font-size: 32px;
    color: #333333;
    cursor: pointer;
}

.sect4 .tit span.on {
    background: url(../images/tit-qg-bg.png) no-repeat center center;
    color: #fff;
}

.sect4 .more {
    position: absolute;
    width: 200px;
    line-height: 90px;
    right: 0;
    top: 0;
    text-align: center;
    transition: all 0.3s;
}

.sect4 .more a {
    position: relative;
    display: none;
    font-size: 24px;
    color: #b31a2c;
    z-index: 3;
}
.sect4 .more:hover {
    top: -5px;
}

.sect4 .more:after {
    content: "";
    position: absolute;
    top: 30%;
    left: 65%;
    width: 20px;
    height: 20px;
    border: 2px solid #dfabb1;
    border-radius: 50%;
}

.sect4 .more a.on {
    display: block;
}

.list {
    margin-top: 15px;
}

.list>li {
    position: relative;
    padding-left: 35px;
    padding-right: 140px;
    line-height: 80px;
    border-bottom: 1px dashed #dcdcdc;
    background: url(../images/list.png) no-repeat left center;
    left: 0;
    transition: all 0.3s;
}

.list>li>a {
    display: block;
    font-size: 28px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    left: 0;
}
.list>li:hover{
    left: 5px;
}
.list>li:hover>a {
    color: #000;
}

.list>li span {
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 24px;
    color: #999;
    line-height: 26px;
    border-left: 2px solid #999999;
    padding-left: 10px;
}

.sect4 .qh-box ul {
    display: none;
}

.sect4 .qh-box ul.on {
    display: block;
}