* {
    padding: 0;
    margin: 0;
}

html {
    font-size: 100px;
    overflow-x: hidden;
}

body {
    font-size: 0.14rem;
    font-family: "Microsoft yahei", Arial, Helvetica, sans-serif;
    background: #a3aa5d;
    overflow-x: hidden;
}

img {
    display: block;
    width: 100%;
}

a {
    text-decoration: none;
    color: lightslategray;
}

li {
    list-style: none;
}

.phone {
    display: none;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
    height: 0;
    visibility: hidden;
}

header {
    /**margin-bottom: 28px;*/
}

.main {
    background: url("../images/bg.png") no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.inner {
    width: 75%;
    margin: 0 auto;
}

.container {
    width: 75%;
    margin: 0 auto;
    background: rgba(99%, 98%, 91%, 0.6);
}

nav {
    background: #717642;
    height: 50px;
    width: 100%;
}

nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

nav li a {
    color: #fff;
    font-size: 22px;
    line-height: 50px;
    display: block;
}

nav li a:hover {
    color: tomato;
}
.lead{
    padding: 20px 0;
}
.lead span {
    color: #1a4f3b;
    font-size: 20px;
    font-weight: bold;
    font-family: "SimHei";
}

.lead p {
    color: #274f17;
    font-size: 16px;
    padding: 5px 31px 0;
    line-height: 30px;
    text-indent: 2em;
}

.topic .icon {
    width: 17%;
    height: 150px;
    background: #567635;
    position: relative;
    float: left;
}

.topic .icon img {
    width: 70px;
    position: absolute;
    top: 50%;
    margin-top: -55px;
    left: 50%;
    margin-left: -40px;
}

.topic .topic-content {
    float: left;
    background: #68844b;
    width: 83%;
    height: 150px;
}

.topic h3 {
    font-size: 30px;
    font-style: italic;
    color: #fff;
    text-indent: 3em;
    line-height: 150px;
}

.padding {
    padding: 64px 0 0;
}

.act-time .title {
    margin: 0 auto 64px;
}

.title {
    position: relative;
    width: 90%;
    height: 60px;
    background: #9fa75e;
    border-radius: 20px;
    margin: 0 auto 30px;
}

.title h3 {
    text-align: center;
    font-size: 30px;
    text-shadow: 3px 4px 3px #000;
    color: #fff;
    line-height: 50px;
}

.title .star {
    position: absolute;
    top: -16px;
    left: -32px;
    width: 95px;
    height: 93px;
    background: url("../images/star.png") no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

.content {
    padding: 0 38px;
}
.content .text-indent7{
	text-indent: 7em;
}
.content .text-indent8{
	text-indent: 8em;
}
.content p {
    font-size: 16px;
    color: #274f17;
    line-height: 40px;
    text-indent: 2em;
    padding-left: 32px;
}
.organiation .content p{
    text-indent: 0;
    text-align: center;
    padding-left: 0;
}
.organiation .content h4{
    color: #274f17;
    font-size: 22px;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
    padding: 5px 0;
}
.content .text-indent{
	text-indent: 6em;
}
.act-time .content p {
    text-align: center;
    text-indent: 0;
    padding: 0;
}

.act-content {
    padding-left: 25px;
    padding-right: 25px;
}

.act-content h4 {
    color: #5f9940;
    font-size: 18px;
    line-height: 32px;
}

.act-mean h4 {
    font-size: 18px;
    color: #5f9940;
    line-height: 32px;
}

.media ul {
    width: 70%;
    margin: 0 auto;
}

.media ul li {
    float: left;
    width: 17%;
    margin: 10px 8px;
    background: #fff;
}

.media ul li img {
    width: 100%;
}

.media {
    padding-bottom: 50px;
    padding-right: 30px;
}

.more {
    color: #a61a00;
    font-size: 18px;
    float: right;
}

footer {
    margin-top: 30px;
}

footer p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 2px;
}

@media screen and (max-width: 1000px) {
    .pc {
        display: none;
    }
    .phone {
        display: block;
    }
}

@media screen and (max-width: 750px) {
    .lead{
        padding: 0;
    }
    .pc {
        display: none;
    }
    .phone {
        display: block;
    }
    header {
        margin-bottom: 0;
    }
    nav {
        height: 0.4rem;
    }
    nav li a {
        line-height: 0.4rem;
        width: 16.6%;
        font-size: 0.14rem;
        display: inline;
    }
    .inner {
        width: 92%;
    }
    nav .mean {
        /* visibility: hidden; */
        display: none;
    }
    .container {
        width: 100%;
    }
    .lead span {
        font-size: 0.18rem;
    }
    .lead p {
        padding: 10px 17px 0;
        /*font-size: 0.14rem;
        line-height: 0.26rem;*/
    }
    .topic {
        overflow: hidden;
        margin-top: 15px;
    }
    .topic .icon {
        width: 0.8rem;
        height: 0.8rem;
    }
    .topic .icon img {
        width: 0.35rem;
        margin-top: -25px;
        margin-left: -18px;
    }
    .topic .topic-content {
        height: 0.8rem;
        width: 2.95rem;
        overflow: hidden;
    }
    .topic h3 {
        font-size: 0.18rem;
        line-height: 0.8rem;
        text-indent: 1em;
        letter-spacing: 3px;
    }
    .act-time .title{
        margin: 0 auto 35px;
    }
    .title {
        height: .4rem;
        margin: 0 auto 18px;
        border-radius: 10px;
    }
    .title .star {
        width: .5rem;
        height: 0.48rem;
        top: -6px;
        left: -14px;
    }
    .title h3 {
        font-size: 0.18rem;
        line-height: 0.4rem;
    }
    .padding {
        padding: 0.3rem 0 0;
    }
    .content {
        padding: 0 0.24rem;
    }
    .organiation .content p {
        text-indent: 0;
        padding: 0;
    }
    .content .text-indent8{
    	text-indent: 8em;
    }
    .organiation .content h4{
        font-size: 0.18rem;
        line-height: 30px;
    }
    .organiation .content .text-indent7{
    	text-indent: 5em;
    }
    .act-committe .content p {
    	padding: 0;
    }
    .act-committe .content .text-indent7{
    	text-indent: 7em;
    }
    .content p {
        font-size: 0.16rem;
        line-height: 0.34rem;
        text-indent: 2em;
        padding: 15px 0 0;
    }
    .content .text-indent{
	   text-indent: 6em;
    }
    .act-content h4 {
        font-size: .16rem;
        line-height: 0.4rem;
    }
    .act-content .content p {
        letter-spacing: 0px;
        padding: 0;
    }
    .act-mean h4 {
        font-size: 0.16rem;
    }
    #mean .content p{
    	padding: 0 0 15px;
    }
    .act-mean .content p{
    	padding: 0;
    }
    .media {
        margin-bottom: 15px;
        padding-bottom: 0.4rem;
    }
    .media ul {
        width: 95%;
    }
    .media ul li {
        width: 21%;
        margin: 10px 2%;
    }
    .more {
        font-size: 0.14rem;
        margin-right: 20px;
    }
    footer {
        padding-bottom: 0.2rem;
    }
    footer p {
        font-size: 0.12rem;
        line-height: 0.24rem;
        letter-spacing: 0;
    }
}