html, body {
    margin: 0;
    padding: 0;
}

* {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.menu-top {
    top: 0;
    width: 100%;
    height: 17vw;
    background-color: #f13a3a;
    line-height: 17vw;
    position: relative;
    /*position: fixed;*/
    z-index: 99;
}

.select {
    background-color: rgba(255, 255, 255, 0.2);
}

.pop-tip {
    margin-top: 1vw;
    border-radius: 2px;
    z-index: -12;
    width: 30vw;
    position: absolute;
    left: -34vw;
}

.submenu-list {
    line-height: 10vw;
    font-size: 3vw;
    background-color: rgba(0, 0, 0, 0.7);
}

.triangle-right {
    z-index: 1;
    position: absolute;
    right: -3vw;
    margin-top: 3vw;
    width: 0;
    height: 0;
    border-top: 2vw solid transparent;
    border-left: 3vw solid rgba(0, 0, 0, 0.5);
    border-bottom: 2vw solid transparent;
}

.div-footer {
    width: 100%;
    background-color: #333333;
    padding-bottom: 3vw;
}

.footer-logo {
    width: 40vw;
    margin: 4vw 0 2vw 0;
}

.footer-line {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6e6e6e;
    font-size: 2.4vw;
}

.phone-line {
    display: flex;
    align-items: center;
}

.phone-line i {
    margin-right: 1vw;
}

.qr-code {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #BBBBBB;
}

.qr-code img {
    width: 10.6vw;
    height: 10.6vw;
    margin-top: 1vw;
}

.qr-code div:first-child {
    margin: 0 2vw;
}

.logo-top {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.menu-btn {
    right: 20px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
}

.menu-list {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 95;
}

.menu-list-left {
    font-size: 3.2vw;
    width: 35vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
    z-index: 95;
}

.menu-list-left a {
    color: #FFFFFF;
    text-decoration: none;
}

.menu-text {
    line-height: 11vw;
    z-index: 20
}

.div-class {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 4.67vw;
}

.div-left {
    display: flex;
    align-items: center;
    margin-right: 1.6vw;
}

.div-left-red {
    background-color: #f13a3a;
    width: 2.7vw;
    height: 2.7vw;
}

.div-left-white {
    border: 1px solid #eeeeee;
    width: 2vw;
    height: 2.7vw;
    box-sizing: border-box;
    border-left: 0;
}

.title {
    font-size: 2.7vw;
    width: 17vw;
    padding-right: 3vw;
}

.group-line {
    border-bottom: 1px dashed #A9AAAD;
    width: 100%;
    height: 1px;
}

.news-list {
    margin-top: 4vw;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.news-list img {
    width: 39.06vw;
    height: 26.4vw;
}

.news-list-text {
    width: 100%;
    margin-left: 3.6vw;
    vertical-align: top;
}

.news-list-text .content {
    color: #666666;
    font-size: 2.4vw;
    margin-top: 4vw;
    line-height: 3.8vw;
    text-indent: 4.8vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news-list-text a {
    color: #666666;
    cursor: pointer;
    text-decoration: none;
}

.news-list-title {
    cursor: pointer;
    color: #0D0C0C;
    font-size: 3.2vw;
    max-width: 49.6vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bolder;
}

.more-btn {
    margin: 8vw;
    background: url('http://www.gf1969.com/index/image/news/more.png') no-repeat;
    background-size: 100% 100%;
    width: 33.73vw;
    height: 7.6vw;
    font-size: 3.2vw;
    line-height: 7.6vw;
    color: #f13d3d;
    cursor: pointer;
}

.more-btn img {
    margin-top: 0.8vw;
}

.news-content {
    margin-top: 4vw;
    width: 100%;
    overflow: hidden;
    font-size: 2.4vw;
}

.new-content div img {
    max-width: 100%;
    max-height: 100%
}

.new-btn-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 2vw;
}

.news-btn {
	border: 1px solid #F13A3A;
	color: #F13A3A;
	padding: 2vw 8vw;
	border-radius: 1vw;
}

.new-btn-list a {
    cursor: pointer;
    text-decoration: none;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
