.w {
    margin: 0 auto;
    width: 1200px;
    height: auto;
}

body {
    margin: 0;
    padding: 0;
    min-width: 1300px;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #fff;
}

header {
    margin: 0;
    padding: 0;
}

.Leaderboard {
    margin: 0;
    padding: 0;
    width: auto;
    height: 170px;
    background: url(../imgs/template-imgs/Promotional-image.png) no-repeat center;

}

.top {
    display: flex;
    flex-direction: row;
}

.logo {
    flex: 1;
    width: auto;
    margin-top: 40px;
    /* margin: 15px 0px 24.5px 240.5px; */
}

.head-tit {
    flex: 3;
    font-size: 31px;
    font-family: SimHei-Regular, SimHei;
    font-weight: 400;
    color: rgba(2, 81, 44, 1);
    line-height: 0px;
    margin-top: 20px;

}

.head-tit :nth-child(2) {
    margin-top: 55px;
    margin-left: 100px;
}

.sousuo {
    width: 90px;
    height: 50px;
}
.nav {
    width: auto;
    height: 50px;
    background: #007A3F;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    margin: 0;
    padding: 0;
}
.top2{
display:flex;
}
.nav ul {
    display: flex;
    margin: 0;
    padding: 0;

}


.nav ul li a {
    display: block;
    width:110px;
    height: 50px;
    font-size: 17px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #F5FFFA;
    line-height: 50px;
    /* -webkit-background-clip: text; */
    text-align: center;
    /* margin-top: 23px; */
    margin-left: 20px;
}

.nav ul li a:hover {
    background-color: #fff;
    color: #000000;
}

.nav ul li a:active {
    background-color: #fff;
    color: #000000;
}

.search {
    width: 210px;
    height: 30px;
    border: 2px solid #F3F3F3;
    margin-top: 10px;
    display: flex;
    margin-left: 300px;
    border-radius: 15px;
}

.input {
    flex: 2;
    width: 50px;
    /*宽400*/
    height: 28px;
    /*高38（因为文本框内外边框要占用1像素所以总体高度减2，其他盒子同理）*/
    outline: none;
    border: none;
    background-color: #007A3F;
    color: #fff;
    border-radius: 15px 0 0 15px;
    margin-left: 10px;
    /*取消文本框内外边框*/
}

input:focus::placeholder {
    opacity: 0;
}

::-webkit-input-placeholder {
    color: #fff;
}
.button {
    flex: 1;
    width: 20px;
    height: 30px;
    color: #1a5c3c;
    background-color: #007A3F;
    /*将按钮背景设置为红色，字体设置为白*/
    border: none;
    outline: none;
    border-radius: 0 10px 10px 0;
    /*取消边框和外边框将按钮边框去掉*/
}


article {
    display: flex;

}

.sublit {
    display: flex;
    flex-direction: column;
    height: 800px;
    margin: 0;
    padding: 0;
}

.subrt {
    position: relative;
margin-left:-100px;
}

.subrt h3 {
    width: 180px;
    height: 100px;
    line-height: 100px;
    background: #007A3F;
    opacity: 0.62;
    font-size: 28px;
    font-family: SimHei-Regular, SimHei;
    font-weight: 400;
    color: #F5FFFA;
    text-align: center;
    margin-top: 0;

}

.cleafix {
    padding: 0;
    margin-top: -28px;
    position: relative;
}

.cleafix li {
    background-color: #EEEEEE;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333333;
    font-size: 17px;
    font-family: SimHei-Regular, SimHei;
    font-weight: 400;

}

.cleafix li:hover {
    background-color: #007A3F;
    color: #fff;
}

.box1>a {
    width: 100%;
    height: 40px;
    color: #000000;
}

.box1:hover>a {
    color: #fff;
    background-color: #007A3F;
}


#attach {
    display: none;
    position: relative;
    left: 180px;
    top: -40px;
}

.box1:hover>#attach {
    display: block;
    transition: all.3s;
}

#attach ul {
    display: flex;
    flex-direction: column;
    /* margin: 0; */
    padding: 0;
    margin-top: -10px;
}

#attach ul li {
    width: 90px;
    height: 50px;
    background: #75AD88;
    color: #fff;
    font-size: 17px;
    line-height: 40px;
    text-align: center;

}

#attach li:hover {
    background-color: rgba(0, 122, 63, 1);
    color: #fff;
}






.tabloid {
    width: 100%;
    height: 100px;
}

.tabloid h2 {
    width: 100px;
    height: 15px;
    font-size: 20px;
    font-family: SimHei-Regular, SimHei;
    font-weight: 400;
    color: #181818;
    margin-left: 30px;
}

.line {
    width: 90%;
    height: 1px;
    border-top: solid #DADADA 1px;
    margin-left: 30px;
}

.content {
    width: 100%;
    height: 600px;

}

.content h2 {
    /* width: 440px; */
    width: auto;
    text-align:left;
    height: 20px;
    font-size: 23px;
    font-family: SimHei-Regular, SimHei;
    font-weight: 400;
    color: #295EBC;
   margin-left: 150px;
}
.content :nth-child(2){
    margin-left: 250px;
}

.prove {
    width: 1200px;
    height: 1000px;
    margin-left: 20px
}

/* .prove p {
    width: 340px;
        height: 31px;
        margin: 0;
}
.prove p a {
    color: #02512C;
    font-size: 12px;
} */
footer {
    margin: 0;
    padding: 0;
}

.link {
    height: 200px;
    background: #007A3F;
}

.link-tit {
    padding-top: 50px;
}

.link-tit h2 {
    width: 100px;
    height: 18px;
    font-size: 15px;
    font-family: SimHei-Regular, SimHei;
    font-weight: 400;
    color: #F5FFFA;

    margin: 0;
}



.link-tit ul {
    display: flex;
    padding: 0;
    margin: 0;
}

.link-tit ul li {
    /* width: 100px; */
    height: 18px;
    font-size: 15px;
    font-family: SimHei-Regular, SimHei;
    font-weight: 400;
    margin-top: 20px;
}

.link-top {
    width: 100%;
    height: 1px;
    border-top: solid #F5FFFA 1px;
}

.copy {
    height: 45px;
    background: #272B36;
}

.copy-tit {
    padding-top: 15px;
    text-align: center;

}

.copy-tit span{
   color: #B3B3B3;
    font-size: 16px;
    text-align: center;
    font-family: SimHei-Regular, SimHei;
}

.box1 {
    color: #000000;
}