* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

a {
    display: block;
    text-decoration: none;
}

a:link,
a:visited {
    text-decoration: none;
    /*超链接无下划线*/
}

a:hover {
    text-decoration: none;
}

h4 {
    margin: 0;
}

p {
    margin: 0;
}

ul {
    margin: 0;
}

body {
    font-family: -apple-system-font, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', sans-serif;
}

.nav {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    z-index: 99;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.13);
}

.banner-h1 {
    text-align: center;
    font-size: 60px;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 27%;
}

.banner-h6 {
    text-align: center;
    font-size: 32px;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 49%;
}

.nav-logo {
    width: 154px;
    height: 38px;
    display: block;
    margin: 10px 0;
}

.nav-tabBar {
    display: flex;
    height: 100%;
}

.nav-tabBar-list {
    height: 100%;
    padding: 0 15px;
    margin: 0 10px;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.category {
    font-size: 18px;
    color: #FA8F28 !important;
}

.categorys {}

.category::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #FA8F28;
    left: 0;
    bottom: 0;
}

.nav-login {
    width: 60px;
    height: 20px;
    background: #FA8F28;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    outline: none;
    border: none;
}

.footer {
    width: 100%;
    background: #2F3135;
}

.footer-con {
    width: 100%;
    padding: 65px 0 15px 0;
    border-bottom: 1px solid #D2D2D2;
}

.footer-right {
    display: flex;
    width: 65%;
}

dl {
    margin: 0;
}

dt {
    margin: 0;
}

.footer-right li {
    padding-right: 10%;
    width: 23%;
}

.footer-right li dl {
    line-height: 40px;
    display: block;
}

.footer-right li dl dt {
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.footer-right li dl dd {
    font-size: 14px;
    color: #999999;
    cursor: pointer;
    padding: 5px 0;
}

.footer-title {
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.footer-left {
    border-left: 1px solid #BFBFBF;
    padding-left: 6%;
}

.footer-p {
    font-size: 14px;
    color: #999999;
    cursor: pointer;
    padding: 5px 0;
}

.footer-name {
    padding: 12px 0;
    line-height: 20px;
}

.section {
    position: fixed;
    right: 0;
    top: 60%;
}

.section-li {
    display: flex;
    justify-content: flex-end;
}

.section-icon {
    width: 51px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-top: 1px solid #BFBFBF;
}

.phone {
    height: 55px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 10px;
    margin: 0 10px 0 0;
}

.code {
    width: 147px;
    height: 147px;
    display: block;
    margin-right: 10px;
}

.case {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.case-li {
    width: 32%;
    background: #fff;
    padding: 20px 24px;
    margin-top: 40px;
}

.banner {
    position: relative;
}

.case-li-img {
    width: 243px;
    height: 60px;
    display: block;
    margin: 50px auto;
}

.case-li-h6 {
    text-align: left;
    font-size: 14px;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid #BFBFBF;
}

.case-li-h5 {
    font-size: 20px;
    color: #333;
    padding: 16px 0;
}

.case-li-p {
    font-size: 14px;
    color: #999999;
}

.me-bac {
    background: url('../images/index/gou.png')no-repeat center / 622px auto;
    padding: 110px 0;
}

.me-h6 {
    font-size: 30px;
    color: #333333;
    text-align: center;
    padding: 30px 0;
    margin: 0;
}

.me-p {
    font-size: 16px;
    color: #666666;
    padding-bottom: 15px;
    text-align: center;
}

.me-con {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
    padding: 55px 40px;
    margin-bottom: 30px;
}

.me-h5 {
    font-size: 26px;
    color: #333333;
    text-align: center;
}

.me-ul {
    display: flex;
    justify-content: center;
}

.me-li {
    display: flex;
    align-items: center;
    padding-right: 40px;
}

.me-li-img {
    width: 62px;
    height: 62px;
    display: block;
    margin-right: 12px;
}

.me-list {
    display: flex;
}

.me-time {
    font-size: 26px;
    color: #333333;
    width: 10%;
    text-align: right;
}

.me-list-li {
    padding: 0 40px 30px 40px;
    position: relative;
    border-left: 1px solid #FDB11F;
    margin-left: 30px;
    width: 85%;
}

.me-list-radius {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #FDB11F;
    display: flex;
    justify-content: center;
    align-items: center;
    ;
    position: absolute;
    left: -9px;
    top: -5px;
}

.me-list-radius::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #FDB11F;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.me-list-con {
    font-size: 16px;
    color: #666666;
    background: #EEEEF2;
    width: 100%;
    padding: 20px;
}

.login {
    padding: 150px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-img {
    width: 512px;
}

.login-con {
    width: 415px;
    /*height: 429px;*/
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
    padding: 50px 33px;
}

.login-h5 {
    text-align: center;
    font-size: 24px;
    color: #333333;
}

.login-li {
    width: 100%;
    border: 1px solid #EEEEEE;
    height: 40px;
    display: flex;
    align-items: center;
    ;
    padding: 0 16px;
    justify-content: space-between;
    margin: 20px 0;
}

.login-but {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    background: #FF9212;
    border: none;
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.login-China {
    font-size: 14px;
    color: #333333;
    border-right: 1px solid rgba(0, 0, 0, 0.21);
    padding-right: 16px;
}

.login-input {
    border: none;
    outline: none;
    padding: 0 10px;
}

.login-code {
    font-size: 14px;
    color: #FF8A01;
    border-left: 1px solid rgba(0, 0, 0, 0.21);
    padding-left: 16px;
    cursor: pointer;
}

.service-h3 {
    font-size: 40px;
    color: #333333;
    text-align: center;
    padding: 50px 0 20px 0;
}

.service-p {
    text-align: center;
    font-size: 16px;
    color: #666666;
    padding-bottom: 43px;
}

.service-con {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
    border: 1px solid #BFBFBF;
    padding: 50px 30px;
    margin-bottom: 20px;
}

.service-li-title {
    font-size: 16px;
    color: #333333;
    width: 70px;
    text-align: right;
}

.service-li {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.service-tabBar {
    display: flex;
}

.service-tabBar-li {
    width: 160px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border: 1px solid #FF8E20;
    color: #333;
    cursor: pointer;
    margin: 0 10px;
}

.service-tabBar-li-category {
    color: #fff;
    background: #FF8E20;
}

.service-input {
    height: 38px;
    border: 1px solid #BFBFBF;
    padding: 0 10px;
    margin-left: 10px;
    display: block;
}

.service-but {
    width: 160px;
    height: 40px;
    background: #FF8E20;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
}

.work-tabBar {
    display: flex;
    justify-content: space-around;
    background: #F5F6FA;
    height: 64px;
}

.work-tabBar-li {
    font-size: 22px;
    color: #333333;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.work-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

.search-li {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
}

.search-but {
    width: 70px;
    height: 36px;
    background: #F27E18;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border: none;
    outline: none;
}

.table-img {
    width: 170px;
    margin: 0 auto;
}

.table-images {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.table-p {
    font-size: 16px;
    color: #666666;
    text-align: center;
    padding: 50px 0 50px 0;
}

.submit-li {
    display: flex;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
}

.submit-li-title {
    font-size: 16px;
    color: #666666;
    width: 120px;
    text-align: right;
}

.submit-li-title text {
    color: #FF0000;
}

.submit-li-input {
    padding: 0 10px !important;
    margin: 0 !important;
    border: none !important;
    outline: none !important;
    width: 100%;
}

.submit-li-con {
    width: 70%;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
    padding: 20px;
}

.search-submit {
    width: 160px;
    height: 40px;
    background: #FF8E20;
    font-size: 16px;
    color: #fff;
    border: none;
    outline: none;
}

.nav-tabBar-display {
    position: absolute;
    left: 0;
    top: 58px;
    padding-top: 10px;
}

.nav-tabBar-displays {
    width: 230px;
    border-radius: 10px;
    padding: 10px 13px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
}

.triangle_up {
    position: absolute;
    left: 50px;
    top: 2px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #fff;
}

.nav-li {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #333;
}

.nav-tabBar-li {
    padding: 5px 0;
}

.nav-li-img {
    max-width: 16px;
    max-height: 17px;
    display: block;
    margin-right: 15px;
}

.nav-li-p {
    font-size: 12px;
    color: #999999;
    padding-top: 3px;
}