/* ========== 基础样式 ========== */

/* .container */
.container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto
}

/* ========== inner-page 相关样式 ========== */

.inner-page .m-page {
    text-align: center;
    float: none;
    margin: 70px -5px 0
}

.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px
}

.inner-page .m-page a:hover {
    background: #fcca4c none repeat scroll 0 0;
    color: #fff
}

.inner-page .m-page span.current {
    background: #fcca4c;
    color: #fff
}

.inner-page .top h6 {
    padding: 0 60px;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    color: #fcca4c;
    text-transform: uppercase;
    font-family: 'poppins-regular';
    position: relative;
    margin-bottom: 1.8rem
}

.inner-page .top h6:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background: #fcca4c;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.inner-page .top h6:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background: #fcca4c;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0
}

.inner-page .top h2 {
    font-size: 40px;
    line-height: 1.8;
    color: #010101;
    text-transform: uppercase;
    font-family: 'Oswald-Bold'
}

.inner-page .top h2 span {
    color: #fcca4c
}

.inner-page .top.center {
    text-align: center
}

.inner-page .top.center h6:after {
    opacity: 1
}

.inner-page p {
    padding: 0;
    font-size: 15.67px;
    line-height: 2;
    color: #404040;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

/* ========== history-page 相关样式 ========== */

.history-page {
    padding: 10rem 0
}

.history-page .top p {
    line-height: 1.6;
    margin: 2.5rem auto 0;
    max-width: 1051px
}

/* ========== about-page .about-4 相关样式 ========== */

.about-page .about-4 {
    padding: 0 0 75px
}

.about-page .about-4 .box {
    padding-top: 80px;
    max-width: 960px;
    display: block;
    margin: 0 auto
}

.about-page .about-4 .box ul {
    position: relative
}

.about-page .about-4 .box ul:after {
    content: '';
    width: 2px;
    height: 100%;
    left: 50%;
    margin-left: -1px;
    top: 17px;
    background: #000;
    background: -webkit-gradient(linear, left top, bottom top, color-stop(0%, #5483eb), color-stop(100%, transparent));
    background: -moz-linear-gradient(bottom, #5483eb 0%, transparent 100%);
    background: -webkit-linear-gradient(top, #000 0%, transparent 100%);
    background: -o-linear-gradient(bottom, #5483eb 0%, transparent 100%);
    background: -ms-linear-gradient(bottom, #5483eb 0%, transparent 100%);
    background: linear-gradient(to bottom, #000, transparent);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5483eb', endColorstr='transparent',GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5483eb', endColorstr='transparent', GradientType=0);
    position: absolute
}

.about-page .about-4 .box ul li {
    padding-bottom: 20px;
    position: relative
}

.about-page .about-4 .box ul li:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 4px solid #000;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 17px;
    z-index: 1;
    -moz-box-shadow: 0 0 3px 3px #fff;
    -o-box-shadow: 0 0 3px 3px #fff;
    box-shadow: 0 0 3px 3px #fff
}

.about-page .about-4 .box ul li h5 {
    font-size: 22px;
    line-height: 2;
    color: #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.about-page .about-4 .box ul li img {
    max-width: 200px
}

.about-page .about-4 .box ul li .content {
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    z-index: 1
}

.about-page .about-4 .box ul li .content .text {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 32px;
    margin-top: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.about-page .about-4 .box ul li .content:after {
    content: '';
    border-right: 10px solid #fbc94c;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: 100%;
    top: 15px;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1
}

.about-page .about-4 .box ul li .content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    z-index: -1;
    background: #fbc94c;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.about-page .about-4 .box ul li .left {
    padding-top: 5px;
    padding-right: 35px;
    text-align: right;
    position: relative
}

.about-page .about-4 .box ul li .right {
    padding-left: 25px;
    position: relative
}

.about-page .about-4 .box ul li:last-child {
    padding-bottom: 0
}

.about-page .about-4 .box ul li:nth-child(even) .left {
    left: 50%;
    text-align: left;
    padding-right: 0;
    padding-left: 35px
}

.about-page .about-4 .box ul li:nth-child(even) .right {
    left: -50%;
    padding-left: 0;
    padding-right: 25px;
    text-align: right
}

.about-page .about-4 .box ul li:nth-child(even) .right .content:after {
    border-left: 10px solid #fbc94c;
    border-right: none;
    left: 100%
}

.about-page .about-4 .box ul li:nth-child(even) .right .content:before {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.about-page .about-4 .box ul li:hover .content .text,
.about-page .about-4 .box ul li:hover .content h5 {
    color: #fff
}

.about-page .about-4 .box ul li:hover .content:after,
.about-page .about-4 .box ul li:hover .content:before {
    opacity: 1
}

/* ========== 媒体查询样式 ========== */

/* @media screen and (max-width: 1400px) */
@media screen and (max-width:1400px) {
    .container {
        width: 1230px
    }
}

/* @media screen and (max-width: 1230px) */
@media screen and (max-width:1230px) {
    .container {
        width: 970px
    }

    .inner-page .form ul li input,
    .inner-page .form ul li textarea {
        padding: 10px 15px
    }

    .inner-page p {
        font-size: 16px
    }

    .about-page .about-4 .box ul li h5 {
        font-size: 17px
    }

    .about-page .about-4 .box {
        padding-top: 30px
    }
}

/* @media screen and (max-width: 1100px) */
@media screen and (max-width:1100px) {
    .container {
        width: 700px
    }

    .about-page .about-4 .box {
        padding-top: 50px
    }

    .about-page .about-4 {
        padding: 50px 0
    }

    .about-page .about-4 .box ul li h5 {
        font-size: 20px
    }

    .about-page .about-4 .box ul li .content .text {
        font-size: 14px
    }

    .history-page .history-Box .swiper-container {
        padding: 220px 15px
    }
}

/* @media screen and (max-width: 700px) */
@media screen and (max-width:700px) {
    .container {
        width: 100%
    }

    .inner-page .top h2 {
        font-size: 30px
    }

    .about-page .about-4 .box ul li .right,
    .about-page .about-4 .box ul li .left {
        width: 100%;
        left: 0 !important;
        text-align: left !important;
        padding: 0 !important
    }

    .about-page .about-4 .box ul li .left {
        padding-left: 10px !important
    }

    .about-page .about-4 .box ul {
        padding-left: 20px
    }

    .about-page .about-4 .box ul:after {
        left: 2px;
        top: 42px
    }

    .about-page .about-4 .box ul li:after {
        left: -18px;
        top: 42px
    }
}
.list .title {
    position: relative;
    font-size: 20px;
    color: #212020;
    line-height: 36px;
    cursor: pointer;
    padding: 32px 100px 32px 0;
}
.list .item:first-child {
    border-top: 1px solid #e8e8e8;
}

.list .item {
    border-bottom: 1px solid #e8e8e8;
}
.list .title:before {
    content: "";
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
    background-image: url(/Public/image/i-right.png);
}
.list .title:hover {
    color: #1A56DB;
}