* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    width: 100%;
    font-family: Microsoft YaHei;
}

a,
input,
button {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    border-radius: 0;
    -moz-appearance: none;
    appearance: none;
}

a {
    text-decoration: none;
}

.blue-background {
    background-color: rgb(112, 106, 106);
    height: 100px;
    width: 100%;
}

.a1 {
    font-size: 100px;
}

.swiper {
    width: 100%;
    height: 664px;
}

header {
    height: 80px;
    width: 100%;
    background-color: white;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.container {
    min-width: 1200px;

}

.header {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.h-list {
    width: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.h-list .h-list-item {
    /*margin: 0 30px;*/
    font-size: 18px;
    font-weight: 500;
    color: #2a2e31;
}

.h-list .active {
    color: #E50013;
}

.header .logo img {
    width: 420px;
}

.bd-product-item-inner {
    color: #333;
}

.banner1 {
    background: url("../imgs/banner-bg1.jpg") center no-repeat;
    background-size: cover;
}

.banner-comm {
    height: 100%;
    width: 100%;
}

.banner1 .contain1 {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-l {
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.c-l p {
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
}

.c-l .tz {
    width: 380px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    background: #e50013;
    border-radius: 45px;
}

.c-r img {
    width: 160px;
    height: auto;
}

.c-r p {
    text-align: center;
    margin-top: 15px;
    color: white;
}

.bigTitle {
    height: 52px;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #2a2e31;
    line-height: 52px;
}

.pd50 {
    padding-top: 50px;
}

.banner2 {
    background: url("../imgs/banner2.jpg") center no-repeat;
    background-size: cover;
}

.banner2 .contain2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.banner2 .contain2 img {
    margin-top: 140px;
    margin-bottom: 20px;
}

.banner2 .contain2 p {
    color: white;
    font-size: 28px;
}

.daohang {
    width: 1200px;
    height: 62px;
    margin: 50px auto;
    background: #ffffff;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.daohang .item {
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #666666;
    text-align: center;
}

.daohang .active {
    background-color: #E50013;
    color: white;
}

.many-text {
    position: relative;
}

.many-text .smalltitle {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #e50013;
    margin-bottom: 30px;
}

.s-content {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 30px;
    text-indent: 2em;
}

.zlqb {
    position: absolute;
    right: 0;
    top: 205px;
    width: 1200px;
    height: 800px;
}

.ss-content {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 30px;
}

.small2-title {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #2a2e31;
    margin-top: 30px;
    margin-bottom: 20px;
}

.w356 {
    width: 356px;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 25px;

}

.w100 {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 25px;
}

ul li {
    list-style: none;
}



.changeBg {
    width: 100%;
    height: auto;
    background: url("../imgs/changeBg.jpg") center no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}

.shi-ming {
    height: 345px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sm-l {
    /*height: 345px;*/
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}

.sm-l-item {
    width: 286px;
    height: 270px;
    box-sizing: border-box;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-left: 1px solid #EAEAEA;
}

.sm-l-item img {
    margin-bottom: 25px;
}

.sm-l-item div {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.sm-l-item p {
    height: 30px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #2a2e31;
    line-height: 30px;
    margin-bottom: 10px;
}

.about-content {
    font-size: 16px;
    font-weight: 400;
    color: #353c58;
    line-height: 30px;
    margin-top: 20px;

}

footer {
    background-color: #333333;
    height: 270px;
    margin-top: 80px;
}

.f-content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.f-content div p {
    line-height: 30px;
    color: #D1D1D1;
}

.ft18 {
    font-size: 18px;
}

.fw {
    font-weight: 400;
}

.ss-content-img {
    margin-bottom: 20px;

}

.ss-content-img img {
    width: 100%;
    height: auto;
}

.w480 {
    width: 480px;
}

.color666 {
    color: #666;
}

.szh-img {
    position: absolute;
    right: 0;
    top: 0;
}

.bd-product-outer {
    z-index: 999;
}

.h-list-item {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.header_nav_hide {
    display: none;
}

.aqcp:hover .header_nav {
    display: block !important;
}

.ju-banner {
    width: 100%;
    height: 556px;
    background: url("../imgs/join1.png") center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ju-banner div {
    font-size: 60px;
    font-weight: 700;
    color: #f0f0f0;
}

/*左右分布*/
.Left-and-right-distribution {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.block-box {
    margin-top: 30px;
}

.block-box-item {
    width: 554px;
    height: 500px;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #c7c7c7;
    position: relative;
}

.j-title {
    font-size: 19px;
    font-weight: 700;
    text-align: left;
    color: #2a2e31;
    height: 50px;
    border-bottom: 1px solid #979797;
}

.j-s-title {
    margin-top: 15px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.j-s-title span {
    width: 2px;
    height: 12px;
    background-color: #e50113;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.j-s-title b {
    font-size: 14px;
    color: #2a2e31;
}

.block-box-item article {
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    color: #48494a;
    line-height: 20px;
    margin-top: 10px;
}

.lxxx {
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    color: #e50113;
    line-height: 20px;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.ab-banner {
    width: 100%;
    height: 556px;
    background: url("../imgs/aboutus2.png") center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ab-banner div {
    font-size: 60px;
    font-weight: 700;
    color: #f0f0f0;
}

.Contact-Us {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 10px;
}

.Contact-Us div {
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    color: #aaaaaa;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    border-bottom: 3px solid #E50013;
}

.lxdh {
    width: 460px;
    margin: 0 auto;
}

.lxdh p {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #545454;
    display: flex;
    margin-bottom: 15px;
}

.lxdh p img {
    margin-right: 5px;
}

.map {
    width: 1200px;
    height: 645px;
    margin: 30px auto;
}

.gygs {
    position: relative;
}

.gygs-item {
    display: none;
    position: absolute;
    left: -22px;
    top: 80px;
    width: 120px;
    background-color: white;
    text-align: center;
    z-index: 999;
}

.gygs:hover .gygs-item {
    display: block;

}

.gitem {
    height: 60px;
    line-height: 60px;
}

.gitem a {
    color: #666;
    font-size: 16px;
}

.h-list-item a {
    color: #2a2e31;
}