@charset "UTF-8";
.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* 标题样式 */

.title {
    position: relative;
}

.title .back {
    position: absolute;
    z-index: 6;
    top: -1rem;
    left: 0;
}

.title .tit {
    float: left;
    font-weight: bold;
    font-size: 1.8rem;
}

.title .tit span {
    color: #666666;
    padding: 0 0.9rem 0 1rem;
    font-weight: normal;
}

.title .tit1 {
    float: left;
    color: #666666;
}

.title .tit1 h2 {
    font-weight: normal;
    font-size: 1.1rem;
}

.title .tit1 .egs {
    font-size: 0.65rem;
}


/* 两个按钮的样式 */

.btn {
    text-align: center;
    overflow: hidden;
}

.btn a {
    display: block;
    float: left;
    width: 47%;
    padding: 0.3rem 0;
    color: white;
    font-size: 1.2rem;
    border-radius: 0.4rem;
    border: 1px solid white;
}

.btn a:first-of-type {
    margin-right: 6%;
}

.btn .blue {
    color: #20284a;
    border: 0.1rem solid #20284a;
}

.btn .orange {
    color: #20284a;
    border: 0.1rem solid #ee7700;
}

.btn .orange1 {
    color: white;
}

.content1 {
    background: white;
    padding: 4rem 1rem 2.4rem;
}

.content1 .back {
    width: 87%;
}

.content1 h3 {
    font-weight: normal;
    font-size: 1.5rem;
    color: #333333;
    margin-top: 1.3rem;
    text-align: center;
}

.content1 p {
    font-size: 1.1rem;
    color: #666666;
    line-height: 1.9rem;
}

.content1 .tag {
    width: 35%;
    margin: 1.7rem auto 2.4rem;
}

.content1 ul {
    position: relative;
}

.content1 ul li {
    float: left;
    width: 49%;
    margin-bottom: 1rem;
    box-shadow: 0 0px 1rem 0 rgba(0, 0, 0, 0.2);
}

.content1 ul li:nth-of-type(2n) {
    margin-left: 2%;
}

.content1 ul .hua {
    position: absolute;
    width: 40%;
    top: 50%;
    left: 30%;
    transform: translate(0, -50%);
}

.content2 {
    position: relative;
    box-shadow: 0 0px 1rem 0 rgba(0, 0, 0, 0.5);
}

.content2 .back {
    width: 70%;
}

.content2 .title {
    color: white;
}

.content2 .title span {
    color: white;
}

.content2 .title .tit1 {
    color: white;
}

.content2 .article {
    padding: 0 1rem 2.5rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.content2 .swiper-slide {
    padding-top: 3rem;
}

.content2 .swiper-slide .img {
    position: relative;
    margin-top: 2.3rem;
}

.content2 .swiper-slide .time {
    height: 100%;
    width: 8rem;
    position: absolute;
    right: 1rem;
    bottom: 0;
}

.content2 .swiper-slide .box {
    text-align: center;
    height: 33%;
    margin-bottom: 1%;
    background: rgba(255, 255, 255, 0.6);
}

.content2 .swiper-slide .num {
    width: 3.35rem;
    height: 2rem;
    background: url(../images/10.png) no-repeat;
    background-size: 100% auto;
    background-position: 0 top;
}

.content2 .swiper-slide .sec {
    background-position: 0 center;
}

.content2 .swiper-slide .thir {
    background-position: 0 bottom;
}

.content2 .swiper-slide p {
    color: #20284a;
    font-size: 1.2rem;
    padding: 1rem 0;
}

.content2 ul {
    overflow: hidden;
    margin-bottom: 2.4rem;
}

.content2 ul li {
    float: left;
    position: relative;
    width: 25%;
}

.content2 ul li .back {
    background: rgba(32, 40, 74, 0.68);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.content2 ul .cur .back {
    background: none;
}

.content3 {
    background: white;
    padding: 2.2rem 1rem 4.5rem;
}

.content3 .article {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 1.3rem 0;
}

.content3 .article .img {
    float: left;
    width: 60%;
}

.content3 .article .img2 {
    float: right;
}

.content3 .article .text {
    width: 40%;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}

.content3 .article .text h3 {
    position: relative;
    z-index: 5;
    padding: 3.6rem 0 2rem;
    font-size: 1.3rem;
    font-weight: normal;
    text-align: left;
    padding-left: 1.1rem;
}

.content3 .article .text p {
    z-index: 5;
    position: relative;
    text-align: left;
    font-size: 0.8rem;
    margin-bottom: 0.6rem;
    padding-left: 1.1rem;
}

.content3 .article .text .bun1 {
    display: block;
    position: absolute;
    z-index: 5;
    left: 5%;
    bottom: 7.7rem;
    width: 84%;
    padding: 0.3rem 0;
    font-size: 1.2rem;
    color: #ee7700;
    border: 1px solid #ee7700;
    border-radius: 0.2rem;
    background-color: white;
}

.content3 .article .text .hua {
    z-index: 0;
    position: absolute;
    left: 0;
    bottom: 1.3rem;
    width: 100%;
}

.content3 .article .text2 {
    right: 60%;
}

.content3 .line {
    height: 1rem;
    background: #f9f9f9;
}

.content4 {
    background: white;
    position: relative;
    box-shadow: 0 0 0.4rem 0.1rem rgba(0, 0, 0, 0.4);
}

.content4 .article {
    padding: 4rem 1rem 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.content4 .title {
    color: white;
    margin-bottom: 2.6rem;
}

.content4 .title span {
    color: white;
}

.content4 .title .tit1 {
    color: white;
}

.content4 ul {
    overflow: hidden;
    color: white;
    margin-top: 1.5rem;
}

.content4 ul li {
    float: left;
    width: 33%;
    position: relative;
    text-align: center;
}

.content4 ul li .left,
.content4 ul li .right {
    display: none;
    width: 0.6rem;
    height: 100%;
    border: 0.1rem solid white;
    position: absolute;
    top: 0;
}

.content4 ul li .left {
    border-right: 0;
    left: 0;
}

.content4 ul li .right {
    border-left: 0;
    right: 0;
}

.content4 ul li p {
    font-size: 1.1rem;
    width: 100%;
}

.content4 ul li .egs {
    width: 100%;
    font-size: 0.8rem;
}

.content4 ul .selected .left,
.content4 ul .selected .right {
    display: block;
}

.content5 {
    padding: 4rem 1rem 2rem;
    background: white;
}

.content5 .back {
    width: 82%;
}

.content5 ul {
    overflow: hidden;
    margin-top: 2.6rem;
}

.content5 li {
    float: left;
    width: 49%;
    margin-bottom: 0.5rem;
}

.content5 li:nth-of-type(2n) {
    margin-left: 2%;
}

.content5 h3 {
    font-size: 1.5rem;
    font-weight: normal;
    margin: 2rem 0 1rem;
    text-align: center;
}

.content5 .line {
    width: 8rem;
    height: 1px;
    background: #666666;
    margin-bottom: 1rem;
}

.content5 p {
    font-size: 1rem;
    margin-bottom: 2.5rem;
    text-align: center;
}


/*# sourceMappingURL=css.css.map */