*,
ul {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 1rem;
}

a {
    text-decoration: none
}

ul li {
    list-style: none;
}

p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

body {
    width: 100%;
    height: 100vh;
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    position: relative;
}

.header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.header .wrapin {
    width: 9.48rem;
    height: 5.85rem;
    margin-left: 4.5rem;
    padding: 5px;
}

.header .pc-nav {
    /* width: calc(100vw - 18rem); */
    width: 100vw;
    height: 5.86rem;
    border-bottom: 2px solid rgb(255, 255, 255);
    background-color: black;
    opacity: 0.7;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 111111;

}

.header .pc-nav ul {
    width: 70%;
    height: 100%;
    display: inline-flex;

}

.header .pc-nav ul li {
    width: 20%;
    height: 100%;
}

.header .pc-nav ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 5.86rem;
    text-align: center;
    font-size: 2.3rem;
    color: #cccccc;
    font-weight: bold;
}

.header .pc-nav ul li a:hover {
    background-color: #cccccc;
    color: black;
}

.header .pc-nav .mysearch {
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
}

.header .pc-nav .mysearch input {
    width: 80%;
    height: 100%;
    border: none;
    outline: none;
    color: #000000;
    font-weight: bold;
    font-size: 2.2rem;
    padding-left: 1rem;
}

.header .pc-nav .mysearch a {
    width: 4.86rem;
    height: 4.86rem;
    margin-left: 5px;
    color: white;
    font-size: 4.5rem;
    cursor: pointer;
}

.header .pc-nav .navCon {
    position: absolute;
    top: 5.86rem;
    left: 21.5%;
    width: 14%;
}

.header .pc-nav .navCon .con1 {
    width: 100%;
    background-color: black;
}

.header .pc-nav .navCon .con2 {
    width: 100%;
    background-color: black;
}

.header .pc-nav .navCon .con3 {
    width: 100%;
    background-color: black;
}
.header .pc-nav .navCon .con4 {
    width: 100%;
    background-color: black;
}
.header .pc-nav .navCon .con1 a {
    display: inline-block;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    color: #cccccc;
    font-size: 1.6rem;
}

.header .pc-nav .navCon .con1 a:hover {
    background-color: #cccccc;
    color: black;
}

.header .pc-nav .navCon .con2 a {
    display: inline-block;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    color: #cccccc;
    font-size: 1.6rem;
}

.header .pc-nav .navCon .con3 a:hover {
    background-color: #cccccc;
    color: black;
}

.header .pc-nav .navCon .con3 a {
    display: inline-block;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    color: #cccccc;
    font-size: 1.6rem;
}

.header .pc-nav .navCon .con2 a:hover {
    background-color: #cccccc;
    color: black;
}
.header .pc-nav .navCon .con4 a:hover {
    background-color: #cccccc;
    color: black;
}

.header .pc-nav .navCon .con4 a {
    display: inline-block;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    color: #cccccc;
    font-size: 1.6rem;
}
/* 手机端导航栏 */
.header .wrapin1 {
    width: 4.854rem;
    height: 3rem;
    margin-left: 1.2rem;
    padding: 5px;
}

.header .mob-nav {
    /* width: calc(100vw - 7.23rem); */
    width: 100vw;
    height: 3rem;
    border-bottom: 1px solid white;
    background-color: black;
    opacity: 0.7;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 11111;
}

.header .mob-nav .mob-search {
    width: 60%;
    height: 80%;
    display: flex;
    align-items: center;
    margin-left: 1.2rem;
}

.header .mob-nav .mob-search input {
    width: 70%;
    height: 70%;
    font-size: 0.6rem;
    padding-left: 5px;
}

.header .mob-nav .mob-search a {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.3rem;
    margin-left: 0.7rem;
    color: white;
}

.header .mob-nav .mobCon {
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 0;
}

.header .mob-nav .mobCon span {
    display: inline-block;
    width: 100%;
    height: 10%;
    background-color: white;
    margin: 0;
    padding: 0;
}

.header .mob-nav ul {
    position: absolute;
    top: 3rem;
    right: 0;
    width: calc(100vw -15.23rem);
    background-color: black;
}

.header .mob-nav ul li a {
    display: inline-block;
    border-bottom: 1px solid white;
    width: calc(100vw - 15.23rem);
    height: 2.5rem;
    line-height: 2.5rem;
    color: #cccccc;
    text-align: center;
    font-weight: bold;
}

.header .mob-nav ul li .con3 {
    width: calc(100vw - 15.23rem);
}

.header .mob-nav ul li .con3 a {
    background-color: rgb(160, 97, 61);
    font-size: 0.7rem;
}

.header .mob-nav ul li .con4 {
    width: calc(100vw - 15.23rem);
}

.header .mob-nav ul li .con4 a {
    background-color: rgb(160, 97, 61);
    font-size: 0.7rem;
}

.mob-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* pc端最后部*/
.pc-footer {
    width: 100%;
    position: absolute;
    top: 100vh;
    box-sizing: border-box;
    background-color: black;
    opacity: 0.7;
}

.pc-footer .footer {
    width: 100%;
    height: 100%;
    /* line-height: 5rem; */
    color: #cccccc;
    text-align: center;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
   
}

.pc-footer .footer ul {
    width: 30%;
    height: 100%;
}
.pc-footer .footer ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #cccccc;
    padding: 5px 0px;
    font-size: 15px;
}
.pc-footer .footer ul li a:hover{
    text-decoration:underline
}
.pc-footer .footer ul li:first-child {
    border-bottom: 1px solid #cccccc;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 3px;
}
.pc-footer .footernav{
    width: 100%;
    color: #cccccc;
    text-align: center;
}


.otherpc-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    background-color: black;
    opacity: 0.7;
}

.otherpc-footer .footer {
    width: 100%;
    height: 100%;
    /* line-height: 5rem; */
    color: #cccccc;
    text-align: center;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
   
}

.otherpc-footer .footer ul {
    width: 30%;
    height: 100%;
}
.otherpc-footer .footer ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #cccccc;
    padding: 5px 0px;
    font-size: 15px;
}
.otherpc-footer .footer ul li a:hover{
    text-decoration:underline
}
.otherpc-footer .footer ul li:first-child {
    border-bottom: 1px solid #cccccc;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 3px;
}
.otherpc-footer .footernav{
    width: 100%;
    color: #cccccc;
    text-align: center;
}




.mob-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.mob-footer p {
    width: 100%;
    font-size: 0.5rem;
    text-align: center;
    color: #cccccc;
    line-height: 1.5rem;
}

.mob-footer p a {
    display: inline-block;
    width: 100%;
    font-size: 0.5rem;
    text-align: center;
    color: #ffffff;
}