

/*** 

====================================================================
    Global Settings
====================================================================

 ***/






.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.dadi_flex {
    display: -webkit-flex; /* Safari */
    display: flex;
}

/***
====================================================================
    Main Footer
====================================================================

***/

.main-footer {
    position: relative;
    background-color: #7CB924;
}

    .main-footer:before {
        position: absolute;
        left: 0;
        top: -23px;
        width: 100%;
        height: 23px;
        background-image: url(../images/footer-curve.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        content: "";
    }

    .main-footer .anim-icons .icon {
        opacity: 0.08;
    }

    .main-footer .icon-balloon-gray {
        left: auto !important;
        right: -360px !important;
        top: 80px !important;
        bottom: auto !important;
    }

    .main-footer .icon-sun-gray {
        left: -250px !important;
        top: 190px !important;
    }

    .main-footer .icon-star-gray {
        top: 50px !important;
        left: 280px !important;
    }

    .main-footer .icon-star-gray-2 {
        left: -25px !important;
        top: auto !important;
        bottom: 210px !important;
    }

    .main-footer .icon-star-gray-3 {
        left: auto !important;
        right: -100px !important;
        bottom: 185px !important;
        top: auto !important;
    }


    .main-footer .footer-upper {
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        padding: 60px 0px 60px;
    }


    .main-footer .footer-widget .widget-title {
        position: relative;
        font-size: 28px;
        font-weight: bold;
        color: #ffffff;
        font-family: 微软雅黑;
        margin-bottom: 15px;
        display: block;
        text-decoration: none;
    }

/*Logo Widget*/

.logo-widget {
    position: relative;
}

    .logo-widget .logo img {
        margin-bottom: 15px;
    }

    .logo-widget .text {
        font-family: 微软雅黑;
        color: #ffffff;
        font-size: 18px;
    }

/*Links Widget*/
.main-footer .links-widget {
    position: relative;
    padding-left: 40px;
}

.main-footer .activity-list {
    position: relative;
    padding-top: 10px;
}

    .main-footer .activity-list li {
        position: relative;
        margin-bottom: 10px;
    }

        .main-footer .activity-list li:last-child {
            margin-bottom: 0;
        }

        .main-footer .activity-list li a {
            display: block;
            font-size: 16px;
            line-height: 22px;
            color: #ffffff;
            padding: 10px 15px;
        }


.main-footer .list {
    position: relative;
}

    .main-footer .list li {
        position: relative;
        display: block;
        margin-bottom: 10px;
        padding-left: 20px;
    }

        .main-footer .list li:before {
            position: absolute;
            left: 0;
            top: 11px;
            height: 6px;
            width: 6px;
            border-radius: 5px;
            background-color: #ff4788;
            content: "";
        }

        .main-footer .list li a {
            position: relative;
            font-size: 16px;
            line-height: 26px;
            color: #c8bfe3;
            font-weight: 400;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .main-footer .list li a:hover {
                color: #ffffff;
            }

/*COntact Widget*/
.main-footer .contact-widget {
    position: relative;
}

.main-footer .contact-info {
    position: relative;
}

    .main-footer .contact-info li {
        position: relative;
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 28px;
    }

        .main-footer .contact-info li:last-child {
            margin-bottom: 0;
        }

        .main-footer .contact-info li .icon {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 20px;
            line-height: 30px;
            color: #25bdd8;
        }

        .main-footer .contact-info li a {
            color: #ffffff;
            display: inline-block;
            transition: all 300ms ease;
            font-size: 18px;
            font-weight: bold;
			flex-shrink: inherit !important;
        }

            .main-footer .contact-info li a:hover {
                color: #ffffff;
            }

        .main-footer .contact-info li span {
            color: #ffffff;
            display: inline-block;
            transition: all 300ms ease;
            font-size: 18px;
            font-weight: bold;
        }


.main-footer .footer-bottom {
    position: relative;
    padding: 50px 0px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.15);
}
    /*
.main-footer .footer-bottom:before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .03;
    background-image: url(../images/pattern.png);
    content: "";
}*/

    .main-footer .footer-bottom .copyright {
        font-family: 微软雅黑;
        color: #ffffff;
        font-size: 16px;
    }

        .main-footer .footer-bottom .copyright a {
            color: #c8bfe3;
        }

            .main-footer .footer-bottom .copyright a:hover {
                text-decoration: underline;
            }

.copy_right_text {
    font-size: 40px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-left: 15px;
}

.contact-info .row div {
    margin-bottom: 15px;
}

.kehuduan_img {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all 0.5s;
}

.yidongkefuduan:hover .kehuduan_img {
    transition: all 0.5s;
    opacity: 1;
}

@media only screen and (max-width: 1139px) {
    .main-footer .links-widget,
    .event-single .content-column .inner-column,
    .welcome-section .content-column .inner-column {
        padding-left: 0;
    }
}


@media only screen and (max-width: 767px) {
    .faq-section,
    .newsletter-section,
    .main-footer .footer-upper {
        padding: 70px 0 30px;
    }

    .main-footer .footer-bottom {
        padding: 20px 0;
    }

        .main-footer .footer-bottom .copyright,
        .main-footer .footer-bottom .social-icon-two {
            width: 100%;
        }

    .copy_right_text {
        font-size: 25px;
    }

    .footer-column {
        text-align: center;
        margin-bottom: 15px;
    }

        .footer-column p {
            width: 100% !important;
        }
}
