﻿.container {
    max-width: 1230px;
}

/*ç½‘ç«™å…¬å…±æ ·å¼*/
.info-content {
    font-size: 15px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #d8c397;
}

a.btn-more {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    /* Firefox 4 */
    -webkit-transition: all 0.5s ease;
    /* Safari and Chrome */
    -o-transition: all 0.5s ease;
    /* Opera */
}

/*é®ç½©å±‚*/
.mask-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden;
    z-index: 99;
    top: 0;
    left: 0;
}

.mask-bg.active {
    display: block;
}

/*çƒ­é—¨å…³é”®è¯*/
.iconstyle span {
    background: #660000;
}

.hotbg {
    background: #eee;
    padding: 17px 0 10px 0;
}

.hotbg .howords {
    color: #ff7e00;
}

.searchbox-txt {
    width: 270px;
    float: left;
    font-size: 12px;
    font-family: SimSun;
    color: #666;
    font-weight: normal;
    line-height: 35px;
    vertical-align: middle;
    border: #ff7e00 2px solid;
    -webkit-border-radius: 0;
    display: block;
}

.searchbox-btn {
    background: #ff7e00;
    font-family: SimSun;
    font-weight: normal;
    border: #fff 0px solid;
    float: left;
    width: 50px;
    line-height: 39px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

/*è‡ªå®šä¹‰å¯¼èˆªåŠ¨ç”»ï¼Œä¹Ÿå¯ä»¥ç”¨animater.cssä¸­çš„åŠ¨ç”»ï¼Œéœ€è¦åœ¨script.jsä¸­ä¿®æ”¹*/
.nav .animated,
.sub-nav .animated {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.navSlide {
    -webkit-animation-name: navSlide;
    animation-name: navSlide
}

@keyframes navSlide {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
        transform: translateY(0)
    }
}

/*ä¸»èœå•*/
@media (min-width:1000px)
    /*pcç«¯*/
{
    .header {
        height: 100px;
        line-height: 100px;
        background-color: #fff;
    }

    .header .logo img {
        max-height: 76px;
    }

    .logo-box {
        text-align: left;
    }

    .nav>ul>li {
        float: left;
        text-align: center;
        width: 14.2%;
    }

    .nav>ul>li>ul {
        position: absolute;
    }

    .nav>ul>li>a {
        color: #000;
        font-size: 16px;
        height: 88px;
        line-height: 88px;
        display: inline-block;
        font-weight: 600;
    }

    .nav>ul>li.current>a,
    .nav>ul>li>a:hover {
        color: #d8c397;
    }

    .nav li:hover>ul {
        display: block;
    }

    .nav>ul>li>ul li ul::before {
        display: block;
        margin: 0px auto;
        text-align: center;
        position: absolute;
        top: 20px;
        left: -10px;
        content: "";
        width: 0;
        height: 0;
        border-bottom: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid transparent;
        border-left: 5px solid #fff;
    }

    .nav ul li ul li a {
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 15px;
        line-height: 50px
    }

    .nav ul li ul li a:hover {
        text-decoration: none;
        color: #fff;
        background: #89584B;
    }

    .nav ul li ul li {
        display: none;
    }

    .nav ul li {
        position: relative;
    }

    .nav ul li .arrow {
        display: none
    }

    .nav ul li ul {
        background-color: #ad7669;
        display: none;
        position: absolute;
        left: -18%;
        z-index: 2;
        width: 150px
    }

    /*äºŒçº§ulæ ·å¼*/
    .nav ul li ul li ul {
        left: 100%;
        top: 0px;
        display: none;
    }

    /*ä¸‰çº§ä»¥åŽulæ ·å¼*/
}

@media (max-width:1000px)
    /*æ‰‹æœºç«¯*/
{
    .header .logo-box {
        height: 70px;
        padding-right: 70px;
        line-height: 70px;
    }

    .header .logo-box .logo img {
        max-height: 50px;
    }

    .header .nav-toggle {
        position: absolute;
        right: 0px;
        top: 0px;
        font-size: 25px;
        color: #999;
        min-width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        cursor: pointer;
        z-index: 1;
    }

    .header .nav-toggle.active {
        color: #ccc;
    }

    .nav {
        position: fixed;
        z-index: 999;
        top: 0px;
        right: 0px;
        width: 0px;
        background: #fff;
        height: 100%;
        height: 100vh;
        opacity: 0;
        transition: all 0.2s linear;
        overflow-y: auto
    }

    .nav.active {
        opacity: 1;
        width: 300px;
        max-width: 60%
    }

    .nav ul li {
        line-height: 45px;
        text-align: left;
    }

    .nav ul li ul {
        display: none;
    }

    /*äºŒçº§ulæ ·å¼*/
    .nav ul li a {
        padding-left: 30px;
        display: block;
        color: #999;
        font-size: 15px;
        line-height: 3.5;
        border-bottom: 1px solid #dcdcdc
    }

    .nav ul li ul li a {
        padding-left: 60px;
        font-size: 14px;
        background-color: #eeeeee
    }

    .nav ul li ul li ul li a {
        padding-left: 90px;
    }

    .nav ul li ul li ul li li a {
        padding-left: 120px;
    }

    .nav ul li {
        position: relative;
    }

    .nav ul li .arrow {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        transition-duration: 0s
    }

    .nav ul li .arrow:after {
        font-family: FontAwesome;
        content: "\f105";
        display: block;
        font-weight: bold;
        font-size: 18px
    }

    .nav ul li.current>a {
        color: #d8c397;
    }

    .nav ul li.active>ul {
        display: block
    }

    .nav ul li.active>.arrow {
        transform: rotate(90deg)
    }
}

/*åº•éƒ¨*/
@media (min-width:1000px) {
    footer {
        padding-top: 40px;
        margin-top: 70px;
    }

    .navfoot {
        padding-bottom: 10px;
    }

    .navfoot li:not(:last-child) {
        padding-right: 60px;
    }

    .foot-bg {
        padding: 30px 0 10px;
    }

    .address-bg {
        padding: 40px 0 50px;
    }

    .footer-rightimg {
        border-left: 1px solid #474747;
        padding-left: 45px;
    }

    .address-Left {
        text-align: center;
        padding-top: 40px;
    }

    .address-Left .title {
        color: rgb(153, 153, 153);
        font-size: 16px;
        font-weight: 600;
        margin-top: 22px;
    }

    .address-Left .tips {
        color: rgb(153, 153, 153);
        font-size: 12px;
    }

    .footer-box {
        overflow: hidden;
        border-bottom: 1px solid #474747;
        margin: 0 15px;
        padding-top: 40px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .footer-box .title {
        color: rgb(153, 153, 153);
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .footer-box .content {
        color: rgb(153, 153, 153);
        font-size: 14px;
        line-height: 1.8;
    }

    .footer-ewm {
        float: right;
    }

    .footer-ewm:nth-child(1) {
        margin-left: 30px;
    }

    .footer-ewm img {
        width: 85px;
        height: 85px;
    }

    .footer-ewm p {
        color: rgb(153, 153, 153);
        font-size: 14px;
        margin-top: 5px;
        text-align: center;
    }

    .footer-link {
        padding: 0 15px;
        font-size: 14px;
        color: rgb(153, 153, 153);
        margin-bottom: 15px;
    }

    .copyright {
        color: rgb(153, 153, 153);
    }

    .copyright a {
        color: rgb(153, 153, 153);
    }

    .copyright a:hover {
        color: #d8c397;
    }
}

@media (max-width:1000px) {
    footer {
        padding-top: 30px;
        margin-top: 50px;
    }

    .address-Left {
        text-align: center;
        margin-bottom: 10px;
    }

    .address-Left .title {
        margin-top: 7px;
        color: rgb(153, 153, 153);
        font-size: 16px;
        font-weight: 600;
    }

    .address-Left .tips {
        color: rgb(153, 153, 153);
    }

    .footer-box .title {
        font-size: 16px;
        color: rgb(153, 153, 153);
        font-weight: 600;
        margin-bottom: 10px;
    }

    .footer-box .content {
        color: rgb(153, 153, 153);
        line-height: 1.8;
        margin-bottom: 10px;
    }

    .footer-ewm {
        display: inline-block;
        margin-right: 30px;
    }

    .footer-ewm img {
        width: 85px;
        height: 85px;
    }

    .footer-ewm p {
        color: rgb(153, 153, 153);
        line-height: 1.8;
        text-align: center;
        margin-top: 5px;
    }

    .footer-link {
        margin: 15px 0;
        color: rgb(153, 153, 153);
    }

    .copyright {
        color: rgb(153, 153, 153);
    }

    .copyright a {
        color: rgb(153, 153, 153);
    }

    .navfoot li:not(:last-child) {
        padding-right: 10px;
    }

    #toTop {
        display: none !important;
    }
}

/*FOOTER*/
.foot-bg {
    background-color: #404d5e;
}

.address-bg {
    background-color: rgb(51, 51, 51);
    color: #fff;
}

.footnav p {
    font-size: 13px;
    line-height: 1.5;
}

.navfoot li {
    display: inline-block;
    padding-bottom: 10px;
}

.navfoot li a {
    color: #fff;
    font-size: 15px;
}

.navfoot li a:hover {
    color: #fc6e03;
}

.footerBtm {
    background-color: #252525;
}

/*TOP*/
.header-top {
    font-size: 12px;
    line-height: 40px;
    background-color: rgb(51, 51, 51);
    color: #fff;
}

.header-top .tel a {
    margin: 0 5px;
}

.header-top .tel img {
    max-height: 24px;
    padding-right: 4px;
}

.header-top .float-lg-left {
    padding-left: 15px;
}

.header-top .float-lg-right {
    padding-right: 15px;
}

.header-top a {
    color: #fff;
}

.header-top a:hover {
    text-decoration: underline;
}

/*PCç«¯ç½®é¡¶*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 12px;
    right: 12px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: none;
    text-indent: -9999px;
    background: url(../images/ui.totop.png) no-repeat left 0px;
    background-size: auto;
    background-size: cover;
    z-index: 190;
    border-radius: 50%;
    transition: all 0.2s linear;
}

#toTop:hover {
    background-position: left -50px;
    background-size: cover;
}


/*ç§»åŠ¨ç«¯å›ºå®šæ ç›®æŒ‰é’®*/
.float-nav-toggle {
    z-index: 10;
    display: block;
    text-align: center;
    position: fixed;
    left: 6px;
    bottom: 60px;
    color: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(13, 13, 13, 0.6);
    border-radius: 20px;
}

@media (max-width: 767px) {
    .display-xs-block {
        display: block !important;
    }
}


/*ç§»åŠ¨ç«¯å›ºå®šå¯¼èˆªæ */
.footer-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    padding: 6px 0px 2px;
    color: #fff;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-top: 0.2rem solid #000;
    background: #fff;
}

.footer-fixed ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}

.footer-fixed ul li a {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.footer-fixed ul li p {
    font-size: 1.3rem;
}

.footer-fixed.active {
    transform: translateX(2.8rem);
    z-index: 9;
}

.footer-fixed2 {
    font-size: 2.8rem;
    padding-top: 0.6rem;
}

.footer-fixed i {
    display: block;
}

.footer-fixed .fa {
    font-size: 22px;
}

@media (min-width:1000px) {
    .footer-fixed {
        display: none !important;
    }
}

@media (max-width:1000px) {
    footer {
        padding-bottom: 52px;
    }
}




/*å›¾ç‰‡åˆ—è¡¨*/
.images-list .row .item a {
    display: block;
    overflow: hidden;
}

.images-list .row .item img {
    display: block;
    width: 100%;
    height: auto;
}

.images-list .row .item a:hover img {
    transform: scale(1.1, 1.1);
    transition: all 0.3s ease-out 0s;
}

/*å…¬å…±æ ·å¼*/
.text-blue {
    color: rgb(18, 65, 133);
}

.breadcrumb li img {
    max-height: 20px;
}

.breadcrumb li a {
    font-size: 15px;
}

.breadcrumb li a:hover {
    color: #000;
    text-decoration: underline;
}

.breadcrumb>li+li::before {
    content: ">>";
    color: #000;
}

.card1 {
    display: block;
    /*å†…è”å¯¹è±¡éœ€åŠ */
    word-break: keep-all;
    /* ä¸æ¢è¡Œ */
    white-space: nowrap;
    /* ä¸æ¢è¡Œ */
    overflow: hidden;
    /* å†…å®¹è¶…å‡ºå®½åº¦æ—¶éšè—è¶…å‡ºéƒ¨åˆ†çš„å†…å®¹ */
    text-overflow: ellipsis;
}

.card2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 46px;
}

.index-allTit {
    padding: 60px 0;
    position: relative;
    text-align: center;
    z-index: 1;
    padding-bottom: 38px;
}

.index-allTit div {
    color: rgb(0, 0, 0);
    font-weight: 600;
    line-height: 40px;
}

.index-allTit span {
    width: 40px;
    height: 40px;
    background-color: #f2f2f2;
    position: absolute;
    z-index: -1;
    margin-left: -26px;
}

.indexTwo-bg .index-allTit span {
    background-color: #fff;
}

.indexOne-Box {
    overflow: hidden;
    margin: 0 -15px;
}

.indexOne-Box li {
    margin-bottom: 30px;
}

.indexOne-Box li:hover .content {
    border-color: #d8c397;
}

.indexOne-Box li .content {
    padding: 15px;
    border: 1px solid rgb(238, 238, 238);
}

.indexOne-Box li .content img {
    transform: scale(1);
    transition: all .4s;
}

.indexOne-Box li .content .imgBox {
    overflow: hidden;
}

.indexOne-Box li .content .imgBox:hover img {
    transform: scale(1.1);
}

.indexOne-Box li .content .title {
    margin-top: 9px;
    font-size: 18px;
}

.indexOne-Box li .content p {
    margin-top: 3px;
    font-weight: 600;
}

.indexOne-Left {
    position: relative;
}

.indexOne-Left .indexOne-Content p {
    color: #fff;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 8px;
}

.indexOne-Left .indexOne-Content .indexOneCon {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 25px;
    font-weight: 600;
    line-height: 2;
}

.indexTwo-bg {
    margin-top: 40px;
    background: url(../images/line1.png);
}

.indexTwo-box {
    margin-bottom: 50px;
}

.indexTwo-bg .indexChild .imgBox {
    cursor: pointer;
}

.indexTwo-bg .indexChild:nth-child(1) .imgBox div {
    background: url(../images/two1.jpg) center;
    height: 100%;
    background-size: 100% 100%;
}

.indexTwo-bg .indexChild:nth-child(2) .imgBox div {
    background: url(../images/two2.jpg) center;
    height: 100%;
}

.indexTwo-bg .indexChild:nth-child(3) .imgBox div {
    background: url(../images/two3.jpeg) center;
    height: 100%;
    background-size: 100% 100%;
}

.indexTwo-bg .indexChild:nth-child(4) .imgBox div {
    background: url(../images/two4.jpg) center;
    height: 100%;
    background-size: cover;
}

.indexTwo-box .imgBox {
    padding: 20px;
    background: #fff;
    text-align: center;
    max-width: 350px;
    margin: auto;
    height: 350px;
}

.indexTwo-bg .indexTwo-box .title {
    font-weight: 600;
    text-align: center;
    font-size: 19px;
    margin: 15px 0;
}

.indexTwo-bg .indexTwo-box .line {
    border-bottom: 3px dotted #d8c397;
    border-top: 3px dotted #d8c397;
    max-width: 50px;
    margin: 15px auto;
}

.indexTwo-bg .indexTwo-box p {
    max-width: initial;
    margin: auto;
    color: rgb(153, 153, 153);
    font-size: 12px;
    line-height: 21px;
    text-align: center;
}

.indexThree-bg .index-allTit div {
    color: #fff;
}

.indexThree-bg .index-allTit span {
    background: #d8c397;
}

.indexThree-bg {
    background: url(../images/indexthreebg.jpg);
    background-attachment: fixed;
}

.index-ThreeImg {
    background: #fff;
    max-width: 920px;
    text-align: center;
    margin: auto;
    padding: 20px;
    position: relative;
}

.videoIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: rgba(255, 255, 255, 0.8);
    padding: 18px;
    border-radius: 50%;
}

.index-ThreeCon {
    max-width: 1000px;
    margin: auto;
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 29px;
}

.index-ThreeBtn {
    text-align: center;
    margin: 30px 0;
}

.index-ThreeBtn a {
    display: block;
    width: 150px;
    height: 56px;
    line-height: 56px;
    margin: auto;
    color: #fff;
    background-color: rgba(216, 195, 151, 1);
    border-radius: 50px;
    transition: all 0.4s ease 0s;
    font-size: 15px;
    font-weight: 600;
}

.index-ThreeBtn a:hover {
    background-color: rgba(34, 34, 34, 1);
    color: rgba(216, 195, 151, 1);
}

.indexFourBox {
    margin-bottom: 30px;
}

.indexFourBox .imgBox>a {
    display: block;
    position: relative;
    overflow: hidden;
}

.indexFourBox .imgBox .imgCon {
    transition: all .4s;
    height: 196px;
}

.indexFourBox .imgBox img.icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    transition: all .4s;
    width: auto !important;
    height: auto !important;
}

.indexFourBox .imgBox>a:hover .icon {
    opacity: 1;
}

.indexFourBox .imgBox>a:hover .imgCon {
    transform: scale(1.1);
}

.indexFourBox .title {
    font-size: 15px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.indexFourBox p {
    font-weight: 600;
}

.indexFiveBox .imgBox a {
    display: block;
    position: relative;
    overflow: hidden;
}

.indexFiveBox .imgBox a .imgCon {
    transition: all 0.4s;
}

.indexFiveBox .imgBox a .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(102, 102, 102, 0.3);
    z-index: 1;
    top: 0;
    transition: all 0.4s;
    opacity: 0;
}
.indexFourBox .title a{

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    height: 43px;
}
.indexFiveBox .icon {
    width: auto !important;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.4s;
    z-index: 2;
}

.indexFiveBox .imgBox a:hover .icon {
    opacity: 1;
}

.indexFiveBox .imgBox a:hover .mask {
    opacity: 1;
}

.indexFiveBox .imgBox a:hover .imgCon {
    transform: scale(1.1);
}

.indexFiveBox .title {
    font-size: 17px;
    margin-top: 12px;
}

.indexFiveBox .date {
    font-weight: 600;
    margin-top: 4px;
}

.indexFiveBox .card2 {
    color: #999;
    font-size: 14px;
    margin-top: 9px;
}

#swiperPartner {
    width: 100%;
    height: 100%;
    padding: 0 40px;
    margin-bottom: -70px;
    margin-top: 40px;
}

#swiperPartner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#swiperPartner .swiper-button-next,
#swiperPartner .swiper-button-prev {
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    z-index: 2;
    margin-top: 0;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-image: none;
    display: flex;
    align-items: center;
}

#swiperPartner .swiper-button-next img,
#swiperPartner .swiper-button-prev img {
    opacity: 0.4;
}

#swiperPartner .swiper-button-next:hover img,
#swiperPartner .swiper-button-prev:hover img {
    opacity: 0.5;
}

#swiperPartner .swiper-button-prev {
    left: 0;
    justify-content: flex-start;
}

#swiperPartner .swiper-button-next {
    right: 0;
    justify-content: flex-end;
}

.swiper-container .swiper-slide {
    position: relative !important;
}

.swiper-container .swiper-slide .inner {
    position: relative;
}

.swiper-container .swiper-slide .title-wen {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 200px;
}



@media (min-width:1000px) {
    .indexOne-Left .indexOne-Content p {
        font-size: 31px;
    }

    .indexOne-Left .indexOne-Content .indexOneCon {
        font-size: 22px;
        letter-spacing: 4px;
        max-width: 349px;
    }

    .indexOne-Left .indexOne-Content {
        position: absolute;
        top: 60%;
        transform: translate(0, -60%);
        left: 40px;
    }

    .indexTwo-bg .indexChild .imgBox a {
        display: block;
        background: rgba(216, 195, 151, 0.8);
        width: 100%;
        height: 100%;
        transition: all .4s;
        opacity: 0;
    }

    .indexTwo-bg .indexChild .imgBox div:hover a {
        opacity: 1;
    }

    .indexTwo-bg .indexChild .imgBox a p {
        color: #fff;
    }

    .indexTwo-bg .indexChild .imgBox a p:nth-child(1) {
        padding-top: 70px;
        font-size: 17px;
        font-weight: 600;
    }

    .indexTwo-bg .indexChild .imgBox a p:nth-child(2) {
        font-weight: 600;
    }

    .indexThree-bg {
        margin-bottom: 120px;
    }

    .index-ThreeImg {
        margin-bottom: -120px;
    }

    .index-allTit div {
        font-size: 26px;
    }
}

@media (max-width:1000px) {
    .indexOne-Left .indexOne-Content p {
        font-size: 20px;
    }

    .indexOne-Left .indexOne-Content .indexOneCon {
        font-size: 16px;
        text-align: left;
    }

    .indexOne-Left {
        margin-bottom: 15px;
        text-align: center;
    }

    .indexOne-Left .indexOne-Content {
        position: absolute;
        top: 60%;
        transform: translate(-50%, -60%);
        left: 50%;
        width: 100%;
        max-width: 240px;
    }

    .index-allTit {
        padding: 30px 0;
    }

    .index-ThreeImg {
        margin-bottom: 40px;
    }

    .index-allTit div {
        font-size: 20px;
    }

    .indexFiveBox {
        margin-bottom: 20px;
    }

    .indexTwo-bg .indexChild .imgBox div a {
        display: none;
    }

    .indexOne-Box li .content .imgBox {
        text-align: center;
    }

    .indexFourBox .imgBox>a {
        text-align: center;
    }
}

