* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* 导航栏+宣传页 */
.main-publicity {
    width: 100%;
    background-color: rgb(20, 61, 61);
    overflow: hidden;
}

.main-publicity .publicity-navs {
    display: flex;
    padding: 20px 0 10px 0;
    justify-content: space-between;
    align-items: flex-end;
}

.publicity-navs .navs-left {
    display: flex;
    align-items: flex-end;
}

.navs-left .navs-logo {
    display: inline-block;
}

.navs-logo img {
    margin-left: 10px;
    width: 50px;
    height: 50px;
}

.navs-ul ul {
    list-style-type: none;
}

.navs-ul ul li {
    float: left;
    color: #fff;
    font-family: '宋体';
    font-size: 20px;
    margin-left: 80px;
    cursor: pointer;
}

.navs-ul ul li a,
.navs-myText a{
    text-decoration: none;
}
.navs-ul ul li a:hover,
.navs-myText a:hover{
    text-decoration: none;
    color: rgb(186, 126, 72);
}
.nav-noactive{
    color: #fff;
}
.nav-active{
    color: rgb(186, 126, 72);
}

.publicity-navs .navs-right {
    display: flex;
    align-items: center;
}

.navs-right .navs-input {
    margin-right: 50px;
    width: 280px;
    position: relative;
}

.navs-input input {
    background-color: transparent;
    width: 100%;
    height: 24px;
    border: 0.1px solid rgb(136, 136, 136);
    border-radius: 50px;
    color: rgb(239, 239, 239);
    padding-left: 10px;
    line-height: 24px;
}

.navs-input img {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 3px;
}

.navs-right .navs-myText {
    color: #fff;
    font-family: '宋体';
    font-size: 20px;
    margin-right: 40px;
    cursor: pointer;
}

/* 副导航 */
.main-viceNavigation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
}

.main-viceNavigation .viceNav-left {
    display: flex;
    color: rgb(20, 61, 61);
    font-size: 22px;
    font-family: '宋体';
    letter-spacing: 1px;
}

.viceNav-left div{
    margin-right: 40px;
}

.viceNav-left div:nth-child(3){
    border: 1px solid rgb(20, 61, 61);
    border-radius: 50px;
    padding: 1px 10px;
    font-size: 21px;
}

.main-viceNavigation .viceNav-right{
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.viceNav-right .viceNav-two{
    border-left: 2px solid rgb(20, 61, 61);
    border-right: 2px solid rgb(20, 61, 61);
    padding: 0 20px;
    height: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.viceNav-two div{
    display: block;
    width: 20px;
    height: 12px;
    background-color: rgb(20, 61, 61);
    border-radius: 2px;
}
.viceNav-two div:first-child{
    margin-bottom: 3px;
}


.viceNav-right .viceNav-three{
    border-right: 2px solid rgb(20, 61, 61);
    padding: 0 20px;
    height: 28px;
    position: relative;
    padding-right: 28px;
}

.viceNav-three div:nth-child(1){
    display: block;
    width: 18px;
    height: 13px;
    border: 2px solid rgb(20, 61, 61);
    border-radius: 3px;
    margin-bottom: 3px;
    margin-top: 1px;
}
.viceNav-three div:nth-child(2){
    display: block;
    width: 16px;
    height: 11px;
    border: 2px solid rgb(20, 61, 61);
    border-radius: 3px;
    margin: auto;
}
.viceNav-three div:nth-child(3){
    display: block;
    width: 10px;
    height: 26px;
    border: 2px solid rgb(20, 61, 61);
    border-radius: 3px;
    margin: auto;
    position: absolute;
    left: 40px;
    top: 2px;
}

/* 中间内容 */
.main-contents{
    width: 100%;
    background-color: rgb(203, 211, 207);
    padding-top: 50px;
    padding-bottom: 100px;
}

/* --第一个 */
.main-contents .content-oneItem{
    width: 80%;
    height: 700px;
    margin: auto;
    background-image: url(../images/zyqImg/05.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.content-oneItem .oneItem-text{
    position: absolute;
    left: 30px;
    bottom: 50px;
}

.oneItem-text p:nth-child(1){
    font-size: 38px;
    color: rgb(211, 211, 211);
    font-family: '宋体';
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.oneItem-text p:nth-child(2){
    font-size: 24px;
    color: rgb(211, 211, 211);
    font-family: '宋体';
    letter-spacing: 3px;
    line-height: 40px;
}

/* --第二个 */
.main-contents .content-twoItem{
    width: 60%;
    height: 500px;
    margin: auto;
    margin-top: 50px;
    background-image: url(../images/zyqImg/02.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.content-twoItem .twoItem-text{
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.twoItem-text p:nth-child(1){
    font-size: 34px;
    color: rgb(211, 211, 211);
    font-family: '宋体';
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.twoItem-text p:nth-child(2){
    font-size: 20px;
    color: rgb(211, 211, 211);
    font-family: '宋体';
    letter-spacing: 1px;
    line-height: 30px;
}

/* --第三个 */
.main-contents .content-threeItem{
    width: 85%;
    height: 700px;
    margin: auto;
    margin-top: 50px;
    background-image: url(../images/zyqImg/01.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.content-threeItem .threeItem-text{
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.threeItem-text p:nth-child(1){
    font-size: 34px;
    color: rgb(211, 211, 211);
    font-family: '宋体';
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.threeItem-text p:nth-child(2){
    font-size: 20px;
    color: rgb(211, 211, 211);
    font-family: '宋体';
    letter-spacing: 1px;
    line-height: 30px;
}

/* 脚部 */
.main-foot{
    width: 100%;
    background-color: rgb(28, 74, 75);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-family: '宋体';
}

.main-foot .foot-partner{
    font-size: 18px;
    margin: 40px 0 50px 0px;
}

.foot-partner ul{
    list-style: none;
}

.foot-partner ul li{
    float: left;
    margin: 0 50px;
}

.main-foot .foot-copyright{
    text-align: center;
    letter-spacing: 2px;
}
.foot-copyright p{
    margin-bottom: 10px;
}

.foot-copyright p:last-child{
    margin-bottom: 30px;
}