﻿* {
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
}

img {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.head {
    position: relative;
    z-index: 99;
    top: 0px;
    left: 0px;
}

.top {
    height: 80px;
    background-color: #4a9ff0;
}
    .top a {
        display: inline-block;
    }

    .top img {
        margin-left: 25px;
        margin-top: 18px;
    }

.menu {
    padding-left: 25px;
    height: 60px;
    line-height: 55px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    border-bottom: solid 1px #dddddd;
}

    .menu a {
        color: #333333;
        margin-right: 36px;
        font-size: 26px;
    }

    .menu::-webkit-scrollbar {
        display: none;
    }

.content {
    margin: 20px 25px 80px 25px
}

.zhiding {
    height: 120px;
    margin-top: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #DDDDDD;
}

.new_img {
    float: right;
    /*margin-left: 40px;*/
    height: 110px;
}

.zhiding_text {
    margin-right: 40px;
    width: 67%;
    /*height: 110px;*/
    /*line-height: 110px;*/
    /*display: inline-block;*/
    float: left;
}

.zhiding_a {
    max-width: 100%;
    font-size: 28px;
    font-weight: bold;
    /*margin-left: 20px;*/
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.type {
    height: 52px;
    box-sizing: border-box;
    /*border-top: solid 1px #dddddd;*/
    border-bottom: solid 1px #dddddd;
}

.item {
    position: relative;
}

    .item ul li {
        max-width: 100%;
        padding-top: 14px;
        padding-bottom: 14px;
        border-bottom: solid 1px #DDDDDD;
        box-sizing: border-box;
        overflow: hidden;
    }

        .item ul li img {
            float: right;
            height: 110px;
            width: 150px;
            margin-left: 40px;
        }

.news_a {
    max-width: 58%;
    text-decoration: none;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

    .news_a:hover {
        color: #49AFF0;
    }

.news_content {
    display: inline;
    max-width: 99%;
    font-size: 20px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
    line-height: 30px;
    margin-right: 10px;
}

.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;
}

#about_us p {
    font-size: 24px;
    color: #333333;
    line-height: 40px;
    margin-bottom: 20px;
    text-indent: 2em;
    text-align: justify;
    text-justify: distribute-all-lines
}

#honor {
    margin: 20px 25px 40px 25px;
    overflow: hidden;
}

.left {
    margin-left: 9px;
    margin-right: 15px;
    float: left;
}

.right {
    float: left;
    margin-left: 15px;
    margin-right: 9px;
}

.honor_item {
    margin-top: 20px;
    /*float: left;*/
}

.honor img {
    border: solid 4px #e3e3e3;
}

.honor_name {
    width: 270px;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
}

.foot {
    overflow: hidden;
    position: relative;
    background-color: #474747;
}

.information {
    font-size: 20px;
    width: 440px;
    float: left;
    color: #ffffff;
    margin: 20px 0 20px 25px;
    line-height: 32px;
}

.ewm {
    float: right;
    margin: 20px 25px 20px 0px;
}

.copyright {
    margin: auto;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background-color: #333333;
}
