* {
    margin: 0 auto;
    padding: 0;
    font-family: 苹方字体;
}

.main {
    width: 100%;
    height: auto;
    overflow: hidden;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}
/**
  头部导航 Start
*/
.header {
    height: 83px;
    background: rgba(0, 2, 21, 1);
    opacity: 0.9;
    width: 100%;
    min-width: 1280px;
    position: fixed;
    z-index: 100;
}

.header-main {
    height: 83px;
    background: rgba(0, 2, 21, 1);
    opacity: 0.9;
    width: 1200px;
    z-index: 100;
}

.logo {
    float: left;
    /*     margin-left: 15%; */
    margin-top: 23px;
    width: 150px;
    height: 30px;
    background-size: 100%;
}

.header-ul {
    float: right;
    /*     margin-left: 12%; */
}

.header-ul li {
    float: left;
    padding: 31px 30px;
    cursor: pointer;
    position: relative;
}

.header-ul li a {
    font-size: 16px;
    font-weight: 400;
    height: 20px;
    width: 90px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    line-height: 0.5;
}

.active a {
    color: #1EB2FB !important;
}

#header .header-ul li.active img {
    display: inline !important;
}

#index-img {
    display: flex;
    position: absolute;
    margin-top: 50px;
    margin-left: -40px;
    background-size: 100% 100%;
    width: 60px;
    display: none;
}

.header-ul li img {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 13px;
    width: 100px;
    height: 2px;
    background-size: 100% 100%;
    display: none;
}

#company-img {
    display: flex;
    position: absolute;
    margin-top: 30px;
    margin-left: -20px;
    width: 100px;
    height: 2px;
    background-size: 100% 100%;
    display: none;
}

.import {
    background: rgba(20, 167, 239, 1);
}

.site-nav-menu {
    z-index: 10001;
    position: relative;
    display: none;
}

.nav-menu {
    position: absolute;
    left: 0;
    top: 0;
    line-height: normal;
    background: #0284C5;
    margin-top: 32px;
    margin-left: -17px;
    display: none;
}

.nav-menu span {
    display: block;
    padding: 5px 5px;
    line-height: 28px;
    white-space: nowrap;
    font-size: 14px;
    width: 90px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1) !important;
    text-align: center;
}

.nav-menu :hover {
    background: rgba(20, 167, 239, 1);
}

.site-nav-menu1 {
    z-index: 10001;
    position: relative;
    margin-top: -1px;
    display: none;
}

.nav-menu1 {
    position: absolute;
    left: 0;
    top: 0;
    line-height: normal;
    background: #0284C5;
    margin-top: 32px;
    margin-left: -20px;
    display: none;
}

.nav-menu1 :hover {
    background: rgba(20, 167, 239, 1);
}

.nav-menu1 span {
    display: block;
    padding: 5px 5px;
    line-height: 28px;
    white-space: nowrap;
    font-size: 14px;
    width: 90px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1) !important;
    text-align: center;
}

/**
  头部导航 End
*/

/**
  脚部 Start
*/
.footer {
    height: 319px;
    background: #313131;
    width: 100%;
    min-width: 1280px;
    text-align: center;
}

.footer-ul {
    margin: 70px 0;
    display: inline-block;
    text-align: left;
}

.ul-left {
    float: left;
}

.ul-right {
    float: right;
    margin-left: 300px;
}

.ul-left li {
    float: left;
    width: 33%;
    line-height: 3;
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
}

.ul-left li a {
    font-size: 16px;
    font-weight: 400;
    color: rgba(238, 238, 238, 1)
}

.ul-right li {
    float: left;
    width: 100%;
    line-height: 3;
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
}

.ul-right li a {
    font-size: 16px;
    font-weight: 400;
    color: rgba(238, 238, 238, 1);
    display: inline-block;
    float: left;
}

.bottom {
    width: 1029px;
    height: 1px;
    background: rgba(83, 83, 83, 1);
    margin-bottom: 17px;
}

.icp {
    width: 1029px;
    text-align: left;
    height: auto;
    overflow: hidden;
    margin-bottom: 26px;
}

.icp p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    opacity: 0.6;
    line-height: 1.5;
}

.wave {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 50px;
}

.wave img {
    background-size: 100% 100%;
    width: 100%;
    display: block;
}

.tel {
    background: url("../../images/telBtn.png") no-repeat scroll 0 0
        transparent;
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: inline-block;
    float: left;
    margin-top: 12px;
    margin-right: 10px;
}

.mail {
    background: url("../../images/mailBtn.png") no-repeat scroll 0 0
        transparent;
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: inline-block;
    float: left;
    margin-top: 12px;
    margin-right: 10px;
}