* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    background-color: #EEEEEE;
}

html {
    font-size: 50px;
}

.header {
    width: 100%;
    background-color: white;
    opacity: 0.5;
    position: fixed;
}

.comm-head1 {
    width: 100%;
    height: 100px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 11;
}

.comm-head2 {
    width: 1920px;
    height: 360px;
    margin: auto;
    position: relative;
}

.comm-head2>img {
    width: 100%;
    height: 100%;
}

.comm-head1 .head-normal {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    position: fixed;
    z-index: 10;
    background-color: white;
    opacity: .8;
}


.comm-head1 .head-nav {
    width: 1358px;
    height: 100%;
    color: #000;
    box-sizing: border-box;
    margin-left: 30px;
    padding-top: 16px;
    margin: 0px auto;
}

.comm-head1 .head-nav>ul {
    display: block;
    list-style-type: disc;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.comm-head1 .head-nav>ul>li:first-of-type {
    margin-top: 0px;
    margin-right: 35px;
    font-size: 35px;
}

.comm-head1 .head-nav>ul>li {
    margin-top: 7.5px;
    margin-right: .2rem;
    float: left;
    list-style: none;
    width: 150px;
    height:78px;
    text-align: center
}
.head-nav>ul>li>a{
    text-decoration: none;
}

.head-nav li:hover span {
    color: #89c505;
}

.comm-head1 .head-nav-subtitle {
    display: block;
    color: #aeaeae;
    font-size: 11px;
    margin-top: -1px;
    letter-spacing: 1px
}

.comm-head1 .head-nav-title {
    display: block;
    color: #000;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.comm-head1 .head-nav-title img {
    width: 25px;
    height: 25px;
    position: relative;
    left: -10px;
    top: 5px;
}

.comm-head1 .head-nav .phone1 {
    color: #89c505;
    width: 200px;
}

a {
    text-decoration: none;
    color: #000;
}
.logoImg{
    width: 100px;
}