.fancybox {
    display: none;
}

.inner1 {
    max-width: 92%;
}

.banner img {
    width: 100%;
}

.sec1 {
    overflow: hidden;
}

.sec1 .swiper-slide {
    overflow: hidden;
}

.sec1 img {
    width: 100%;
}

.sec1 img.video {
    opacity: 0;
}

.sec1 video {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.sec1 .swiper-pagination-bullet {
    border: #2a71b9 solid 1px;
    background-color: #fff;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.sec1 .swiper-pagination-bullet-active {
    background-color: #2a71b9;
}

.sec1 .swiper-button-prev {
    left: 10%;
}

.sec1 .swiper-button-next {
    right: 10%;
}

.sec2 {
    overflow: hidden;
    background-color: #f7f8fa;
    padding: 1.75em 0;
}

.sec2 .img-box {
    width: 1226px;
    margin: 1.625em auto;
    max-width: 100%;
}

.sec2 .img-box img {
    width: 100%;
}

.sec2 .box {
    width: 1226px;
    max-width: 100%;
    margin: 0 auto;
    -webkit-display: flex;
    -webkit-align-items: stretch;
    -webkit-justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    -moz-display: flex;
    -moz-align-items: stretch;
    -moz-justify-content: flex-start;
    -moz-flex-wrap: wrap;
    -moz-flex-direction: row;
    -ms-display: flex;
    -ms-align-items: stretch;
    -ms-justify-content: flex-start;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -o-display: flex;
    -o-align-items: stretch;
    -o-justify-content: flex-start;
    -o-flex-wrap: wrap;
    -o-flex-direction: row;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}

.sec2 .first-img {
    width: 24%;
    margin-right: 1.25%;
}

.sec2 .first-img img {
    width: 100%;
}

.sec2 ul {
    -webkit-display: flex;
    -webkit-align-items: stretch;
    -webkit-justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    -moz-display: flex;
    -moz-align-items: stretch;
    -moz-justify-content: flex-start;
    -moz-flex-wrap: wrap;
    -moz-flex-direction: row;
    -ms-display: flex;
    -ms-align-items: stretch;
    -ms-justify-content: flex-start;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -o-display: flex;
    -o-align-items: stretch;
    -o-justify-content: flex-start;
    -o-flex-wrap: wrap;
    -o-flex-direction: row;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.sec2 ul li {
    width: 24%;
    background-color: #fff;
    margin-right: 1.25%;
    text-align: center;
    -webkit-transition: box-shadow 0.5s;
    -moz-transition: box-shadow 0.5s;
    -ms-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
}

.sec2 ul li:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.sec2 ul li:nth-child(4n) {
    margin-right: 0;
}

.sec2 ul li:last-child {
    margin-right: 0;
}

.sec2 ul li a {
    height: 100%;
    display: block;
    position: relative;
}

.sec2 ul li h5 {
    font-size: 0.875em;
    color: #2a2a2b;
    font-weight: bold;
}

.sec2 ul li .des {
    font-size: 0.8125em;
    color: #a6a6a6;
    line-height: 1.6;
}

.sec2 ul li .value {
    font-size: 0.8125em;
    color: #fe523e;
    position: absolute;
    width: 100%;
    left: 0;
}

.sec2 ul li .value span {
    color: #7f7f7f;
    margin-left: 0.5em;
    text-decoration: line-through;
}

.sec2 .box1 ul li {
    background-color: #fff;
}

.sec2 .box1 .first-img {
    border-top: 1px solid #e53935;
}

.sec2 .box1 ul li:nth-child(1) {
    border-top: 1px solid #ffac13;
}

.sec2 .box1 ul li:nth-child(2) {
    border-top: 1px solid #83c44e;
}

.sec2 .box1 ul li:nth-child(3) {
    border-top: 1px solid #2196f3;
}

.sec2 .box1 ul li:nth-child(4) {
    border-top: 1px solid #e53935;
}

.sec2 .box1 ul li a {
    padding-top: 23.176%;
}

.sec2 .box1 ul li img {
    width: 80.26%;
    margin-bottom: 1.75em;
}

.sec2 .box1 ul li .des {
    margin-top: 1em;
    padding: 0 25px;
    box-sizing: border-box;
}

.sec2 .box1 ul li .value {
    bottom: 2.85em;
}

.sec2 .box2 ul {
    -webkit-align-content: space-between;
    -moz-align-content: space-between;
    -ms-align-content: space-between;
    -o-align-content: space-between;
    align-content: space-between;
}

.sec2 .box2 ul li {
    height: 48.95%;
}

.sec2 .box2 ul li a {
    padding-top: 2.575%;
}

.sec2 .box2 ul li img {
    width: 72.1%;
    margin-bottom: 1em;
}

.sec2 .box2 ul li .des {
    margin-top: 0.615em;
}

.sec2 .box2 ul li .value {
    bottom: 2.77em;
}

.sec2 .box3 ul li a {
    padding-top: 25.751%;
}

.sec2 .box3 ul li img {
    width: 82.4%;
    margin-bottom: 1.625em;
}

.sec2 .box3 ul li .des {
    margin-top: 0.54em;
}

.sec2 .box3 ul li .value {
    bottom: 3.46em;
}

.sec2 .box4 ul {
    width: 100%;
}

.sec2 .box4 ul li {
    background-color: #fcfcfc;
    width: 19%;
    margin-right: 1.25%;
}

.sec2 .box4 ul li:last-child {
    margin-right: 0;
}

.sec2 .box4 ul li a {
    padding-top: 23.176%;
    padding-bottom: 5.54em;
}

.sec2 .box4 ul li img {
    width: 80.34%;
    margin-bottom: 1.75em;
}

.sec2 .box4 ul li .des {
    margin-top: 1em;
}

.sec2 .box4 ul li .value {
    bottom: 2.85em;
}

.sec2 dl {
    -webkit-display: flex;
    -webkit-align-items: stretch;
    -webkit-justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    -moz-display: flex;
    -moz-align-items: stretch;
    -moz-justify-content: flex-start;
    -moz-flex-wrap: wrap;
    -moz-flex-direction: row;
    -ms-display: flex;
    -ms-align-items: stretch;
    -ms-justify-content: flex-start;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -o-display: flex;
    -o-align-items: stretch;
    -o-justify-content: flex-start;
    -o-flex-wrap: wrap;
    -o-flex-direction: row;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    width: 79.75%;
    margin: 0;
}

.sec2 dl dd {
    margin: 0;
    width: 49%;
    margin-right: 2%;
    background-color: #fff;
    /* margin-right: 1.56%; */
    text-align: center;
    -webkit-transition: box-shadow 0.5s;
    -moz-transition: box-shadow 0.5s;
    -ms-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
    padding: 3em 0;
    box-sizing: border-box;
}

.sec2 dl dd:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.sec2 dl dd:last-child {
    margin-right: 0;
}

.sec2 dl dd a {
    display: block;
    -webkit-display: flex;
    -webkit-align-items: stretch;
    -webkit-justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    -moz-display: flex;
    -moz-align-items: stretch;
    -moz-justify-content: flex-start;
    -moz-flex-wrap: wrap;
    -moz-flex-direction: row;
    -ms-display: flex;
    -ms-align-items: stretch;
    -ms-justify-content: flex-start;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -o-display: flex;
    -o-align-items: stretch;
    -o-justify-content: flex-start;
    -o-flex-wrap: wrap;
    -o-flex-direction: row;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}

.sec2 dl dd .pic {
    width: 50%;
}

.sec2 dl dd .text {
    width: 50%;
    text-align: left;
    padding-top: 4em;
    box-sizing: border-box;
}

.sec2 dl dd .text h5 {
    font-size: 1em;
    color: #2a2a2b;
    font-weight: bold;
}

.sec2 dl dd .text h6 {
    font-size: 0.8125em;
    color: #a6a6a6;
    line-height: 1.3;
    margin-top: 1.5em;
    font-weight: normal;
}

.sec2 dl dd .text p {
    font-size: 0.8125em;
    color: #e66c18;
    line-height: 1.3;
    margin-top: 4em;
}

.sec3 {
    text-align: center;
    padding: 5.5em 0 3.5em;
}

.sec3 .inner1 {
    width: 1345px;
}

.sec3 h3 {
    font-size: 2.25em;
    color: #363738;
    font-weight: normal;
}

.sec3 .tab-control {
    margin: 1.375em 0 4em;
    display:flex;
}

.sec3 .tab-control a {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-right: 0.22%;
    font-size: 1.375em;
    color: #343434;
    background-color: #f7f7f7;
    height: 3.22em;
    line-height: 3.22em;
}

.sec3 .tab-control a.active {
    color: #fff;
    background-color: #30aac7;
}

.sec3 .tab-control a:last-child {
    margin-right: 0;
}

.sec3 .tab-content .content {
    display: none;
}

.sec3 .tab-content .content.active {
    display: block;
}

.sec3 .ul1 {
    text-align: left;
    margin-bottom: 3.75em;
}

.sec3 .ul1 li {
    width: 46.25%;
    display: inline-block;
    vertical-align: top;
    margin-right: 7%;
    padding-bottom: 2.375em;
    background-repeat: no-repeat;
    /* background-image: url(./index_sec3_bgline.png); */
    /* background-image: url(./index_s); */
    background-size: 90% 1px;
    background-position: left bottom;
}

.sec3 .ul1 li:nth-child(even) {
    margin-right: 0;
}

.sec3 .ul1 li a {
    -webkit-display: flex;
    -webkit-align-items: stretch;
    -webkit-justify-content: space-between;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-display: flex;
    -moz-align-items: stretch;
    -moz-justify-content: space-between;
    -moz-flex-direction: row;
    -moz-flex-wrap: wrap;
    -o-display: flex;
    -o-align-items: stretch;
    -o-justify-content: space-between;
    -o-flex-direction: row;
    -o-flex-wrap: wrap;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.sec3 .ul1 li .img-box {
    width: 32.3%;
}

.sec3 .ul1 li .img-box img {
    width: 100%;
}

.sec3 .ul1 li .text-box {
    width: 62%;
    -webkit-display: inline-flex;
    -webkit-align-items: flex-start;
    -webkit-justify-content: space-between;
    -webkit-flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-display: inline-flex;
    -moz-align-items: flex-start;
    -moz-justify-content: space-between;
    -moz-flex-direction: column;
    -moz-flex-wrap: wrap;
    -o-display: inline-flex;
    -o-align-items: flex-start;
    -o-justify-content: space-between;
    -o-flex-direction: column;
    -o-flex-wrap: wrap;
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
}

.sec3 .ul1 li .text-box h5 {
    font-size: 1.125em;
    color: #515050;
    font-weight: normal;
    line-height: 1.66;
    max-height: 3.32em;
}

.sec3 .ul1 li .text-box p {
    font-size: 1em;
    color: #9e9d9d;
    line-height: 1.625;
    max-height: 4.875em;
}

.sec3 .ul1 li .text-box .time {
    font-size: 1em;
    color: #9e9d9d;
}

.sec3 .ul1 li .text-box h5,
.sec3 .ul1 li .text-box p,
.sec3 .ul1 li .text-box .time {
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}

.sec3 .ul1 li:hover .text-box h5,
.sec3 .ul1 li:hover .text-box p,
.sec3 .ul1 li:hover .text-box .time {
    color: #2a71b9;
}

.sec3 .ul2 {
    text-align: left;
    /* display: -moz-box;
	display: -webkit-box; */
}

.sec3 .ul2 li {
    width: 46.25%;
    display: block;
    float: left;
    vertical-align: top;
    margin-right: 7.5%;
    margin-bottom: 2em;
    position: relative;
    font-size: 1em;
    padding-right: 6em;
    padding-left: 1.25em;
}

.sec3 .ul2 li:nth-child(even) {
    margin-right: 0;
}

.sec3 .ul2 li .point {
    width: 0.625em;
    height: 0.625em;
    background-color: #494848;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.3125em;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.sec3 .ul2 li:hover .point {
    background-color: #2a71b9;
}

.sec3 .ul2 li span {
    width: 100%;
    font-size: inherit;
    color: #434343;
    /* max-height: 1em; */
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 15px;
}

.sec3 .ul2 li .time {
    font-size: inherit;
    color: #8a8a8a;
    position: absolute;
    right: 0;
    top: 0;
}

.sec3 .ul2 li span,
.sec3 .ul2 li .time {
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}

.sec3 .ul2 li:hover span,
.sec3 .ul2 li:hover .time {
    color: #2a71b9;
}

.sec4 {
    margin-bottom: 4.25em;
}

.sec4 ul {
    width: 1346px;
    max-width: 100%;
    margin: 0 auto;
    -webkit-display: flex;
    -webkit-align-items: stretch;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    -moz-display: flex;
    -moz-align-items: stretch;
    -moz-justify-content: space-between;
    -moz-flex-wrap: wrap;
    -moz-flex-direction: row;
    -ms-display: flex;
    -ms-align-items: stretch;
    -ms-justify-content: space-between;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -o-display: flex;
    -o-align-items: stretch;
    -o-justify-content: space-between;
    -o-flex-wrap: wrap;
    -o-flex-direction: row;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}

.sec4 ul .text-box {
    background-color: #399adf;
    margin-bottom: 0.625em;
    width: 48%;
    -webkit-display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -moz-display: flex;
    -moz-align-items: center;
    -moz-justify-content: center;
    -ms-display: flex;
    -ms-align-items: center;
    -ms-justify-content: center;
    -o-display: flex;
    -o-align-items: center;
    -o-justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec4 ul .text-box a {
    display: block;
    width: 73.4%;
    cursor: default;
}

.sec4 ul .text-box h3 {
    font-size: 2.375em;
    color: #fff;
    font-weight: normal;
}

.sec4 ul .text-box h5 {
    font-size: 1.5em;
    color: #fff;
    font-weight: normal;
    margin: 0.42em 0 1.2em;
}

.sec4 ul .text-box p {
    font-size: 1em;
    color: #fff;
    line-height: 1.875;
}

.sec4 ul .img-box {
    text-align: center;
    position: relative;
    margin-bottom: 0.625em;
    width: 32%;
    overflow: hidden;
}

.sec4 ul .img-box:first-child {
    width: 25%;
}

.sec4 ul .img-box:nth-child(2) {
    width: 25%;
}

.sec4 ul .img-box img {
    width: 100%;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}

.sec4 ul .img-box:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.sec4 ul .img-box p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 1.375em;
    color: #373635;
    height: 3.1em;
    line-height: 3.1em;
    background-color: #eff0f3;
}

.sec5 {
    text-align: center;
    margin-bottom: 4.875em;
}

.sec5 h3 {
    font-size: 2.1875em;
    color: #383839;
    font-weight: normal;
    margin-bottom: 0.6em;
}

.sec5 h3 span {
    width: 4.11em;
    vertical-align: middle;
    display: inline-block;
    height: 1px;
    background-color: #333334;
    margin: 0 1em;
}

.sec5 ul {
    /* width: 1342px; */
    max-width: 100%;
    margin-bottom: 1em;
}

.sec5 li {
    display: inline-block;
    vertical-align: top;
    width: 23.25%;
    margin-right: 1%;
    margin-bottom: 1%;
    position: relative;
    overflow: hidden;
}

.sec5 li:nth-child(4n) {
    margin-right: 0;
}

.sec5 li .img-box {
    position: relative;
}

.sec5 li .img {
    width: 100%;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}

.sec5 li:hover .img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.sec5 li .play {
    width: 20.923%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 35.95%;
}

.sec5 li .text {
    background-color: #eff0f3;
    padding: 1.25em 0 0.75em;
}

.sec5 li .text h5 {
    font-size: 1.25em;
    color: #373635;
    font-weight: normal;
    margin-bottom: 0.4em;
    max-height: 1em;
}

.sec5 li .text p {
    font-size: 0.875em;
    color: #676666;
    line-height: 1.2;
    height: 2.4em;
}

.sec5 .more {
    display: block;
    margin: 0 auto;
    border: 1px solid #575857;
    font-size: 0.875em;
    color: #575857;
    width: 7.286em;
    height: 2.14em;
    line-height: 2.14em;
    -webkit-transition: color 0.5s, background-color 0.5s;
    -moz-transition: color 0.5s, background-color 0.5s;
    -ms-transition: color 0.5s, background-color 0.5s;
    -o-transition: color 0.5s, background-color 0.5s;
    transition: color 0.5s, background-color 0.5s;
}

.sec5 .more:hover {
    background-color: #575857;
    color: #fff;
}

.sec6 img {
    width: 100%;
}

@media only screen and (max-width:1023px) {
    .sec4 ul .img-box:nth-child(2) {
        width: 100%;
    }
    .sec1 .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }
    .sec1 .swiper-button-prev {
        left: 4%;
    }
    .sec1 .swiper-button-next {
        right: 4%;
    }
    .sec2 {
        padding: 0.875em 0;
    }
    .sec2 .img-box {
        margin: 0.8125em auto;
    }
    .sec2 .box {
        -webkit-display: block;
        -moz-display: block;
        -ms-display: block;
        -o-display: block;
        display: block;
    }
    .sec2 .first-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.625em;
    }
    .sec2 ul {
        width: 100%;
    }
    .sec2 ul li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 0.625em;
    }
    .sec2 ul li:hover {
        box-shadow: 0 0 0.9375em rgba(0, 0, 0, 0.2);
    }
    .sec2 ul li:nth-child(2n) {
        margin-right: 0;
    }
    .sec2 ul li a {
        padding-bottom: 3em;
    }
    .sec2 ul li h5 {
        font-size: 0.875em;
    }
    .sec2 ul li .des {
        font-size: 0.75em;
    }
    .sec2 ul li .value {
        font-size: 0.75em;
    }
    .sec2 .box1 ul li img {
        margin-bottom: 0.875em;
    }
        .sec2 .box1 ul li .des {
            margin-top: 0.5em;
            padding: 0 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }
    .sec2 .box1 ul li .value {
        bottom: 1.4375em;
    }
    .sec2 .box2 ul li {
        height: auto;
    }
    .sec2 .box2 ul li a {
        padding-bottom: 3em;
    }
    .sec2 .box2 ul li img {
        margin-bottom: 0.5em;
    }
    .sec2 .box2 ul li .des {
        margin-top: 0.3125em;
    }
    .sec2 .box2 ul li .value {
        bottom: 1.4375em;
    }
    .sec2 .box3 ul li img {
        margin-bottom: 0.875em;
    }
    .sec2 .box3 ul li .des {
        margin-top: 0.5em;
    }
    .sec2 .box3 ul li .value {
        bottom: 1.4375em;
    }
    .sec2 .box4 ul li {
        width: 49%;
        margin-right: 2%;
    }
    .sec2 .box4 ul li:nth-child(2n) {
        margin-right: 0;
    }
    .sec2 .box4 ul li a {
        padding-bottom: 3em;
    }
    .sec2 .box4 ul li img {
        margin-bottom: 0.875em;
    }
    .sec2 .box4 ul li .des {
        margin-top: 0.5em;
    }
    .sec2 .box4 ul li .value {
        bottom: 1.4375em;
    }
    .sec3 {
        padding: 2.75em 0 1.75em;
    }
    .sec3 h3 {
        font-size: 1.125em;
    }
    .sec3 .tab-control {
        margin: 0.6875em 0 2em;
    }
    .sec3 .tab-control a {
        font-size: 0.6875em;
    }
    .sec3 .ul1 {
        margin-bottom: 1.5em;
    }
    .sec3 .ul1 li {
        width: 48%;
        margin-right: 2%;
        padding-bottom: 1.1875em;
    }
    .sec3 .ul1 li a {
        -webkit-display: block;
        -moz-display: block;
        -o-display: block;
        display: block;
    }
    .sec3 .ul1 li .img-box {
        width: 100%;
        margin-bottom: 0.5em;
    }
    .sec3 .ul1 li .text-box {
        width: 100%;
        -webkit-display: block;
        -moz-display: block;
        -o-display: block;
        display: block;
    }
    .sec3 .ul1 li .text-box h5 {
        font-size: 0.875em;
    }
    .sec3 .ul1 li .text-box p {
        font-size: 0.75em;
        margin: 0.625em 0;
    }
    .sec3 .ul1 li .text-box .time {
        font-size: 0.75em;
    }
    .sec3 .ul2 li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1em;
        font-size: 0.75em;
    }
    .sec4 {
        margin-bottom: 2.125em;
    }
    .sec4 ul {
        -webkit-display: block;
        -moz-display: block;
        -ms-display: block;
        -o-display: block;
        display: block;
    }
    .sec4 ul .text-box {
        width: 100%;
        -webkit-display: block;
        -moz-display: block;
        -ms-display: block;
        -o-display: block;
        display: block;
    }
    .sec4 ul .text-box a {
        width: 90%;
        margin: 0 auto;
        padding: 5% 0;
    }
    .sec4 ul .text-box h3 {
        font-size: 1.1875em;
    }
    .sec4 ul .text-box h5 {
        font-size: 0.75em;
    }
    .sec4 ul .text-box p {
        font-size: 0.625em;
    }
    .sec4 ul .img-box {
        width: 100%;
    }
    .sec4 ul .img-box:first-child {
        width: 100%;
    }
    .sec4 ul .img-box p {
        font-size: 0.875em;
        height: 3.1em;
        line-height: 3.1em;
    }
    .sec5 {
        margin-bottom: 2.4375em;
    }
    .sec5 .inner1 li .mobile {
        width: 100%;
    }
    .sec5 h3 {
        font-size: 1em;
    }
    .sec5 h3 span {
        width: 2em;
        margin: 0 0.25em;
    }
    .sec5 ul {
        margin-bottom: 0.5em;
    }
    .sec5 li {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 0.625em;
    }
    .sec5 li:nth-child(2n) {
        margin-right: 0;
    }
    .sec5 li .text {
        padding: 0.5em 0.25em;
    }
    .sec5 li .text h5 {
        font-size: 0.75em;
    }
    .sec5 li .text p {
        font-size: 0.625em;
    }
    .sec2 dl {
        width: 100%;
    }
    .sec2 dl dd {
        padding: 1em 0;
        width: 48%;
        margin-right: 4%;
    }
    .sec2 dl dd:last-child {
        margin-right: 0%;
    }
    .sec2 dl dd .pic {
        width: 100%;
    }
    .sec2 dl dd .pic img {
        width: 100%;
    }
    .sec2 dl dd .text {
        width: 100%;
        padding: 0 10px;
        padding-top: 1em;
        box-sizing: border-box;
    }
    .sec2 dl dd .text p {
        margin-top: 1em;
    }
    .sec3 .ul1 li .text-box p {
        display: none;
    }
    .sec2 dl dd .text h5 {
        font-size: 0.875em;
    }
}