body, html, p, h1, ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

body {
    color: #333;
    background: #fff;
    font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    transition: 0.3s all;
    position: relative;
    right: 0;
}

a {
    color: #333;
    text-decoration: none;
}

a.link {
    color: #235eff;
}

/* 头部 */
div.header {
    height: 60px;
}

header {
    height: 60px;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #0058A5;
}

header .return {
    line-height: 60px;
    /* color:#fff; */
    width: 50px;
    height: 60px;
    background: url(../img/return.svg) center center / 27px 27px no-repeat;
}

header .title {
    line-height: 60px;
    /* color:#fff; */
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    flex-grow: 1;
}

header .title a {
    color: #fff;
}

header .nav {
    width: 50px;
    height: 60px;
}

header .nav .button {
    background: url(../img/nav.svg) center center / 27px 27px no-repeat;
    width: 50px;
    height: 60px;
}

/* 导航 */
.navList {
    position: fixed;
    right: -45%;
    top: 60px;
    bottom: 0;
    z-index: 2;
    background: #fff;
    width: 45%;
    transition: 0.3s all;
    box-shadow: 0px 0px 12px 0px #555;
}

.navList li {
    height: 70px;
    border-bottom: #f3f3f3 solid 2px;
    padding: 0 20px;
}

.navList li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.navList li a .icon {
    width: 30px;
    height: auto;
}

.navList li a .icon2 {
    width: 10px;
    height: auto;
}

.navList li a .name {
    flex-grow: 1;
    text-indent: 10px;
    font-size: 4vw;
    color: #333;
}

/* banner */
.banner {
    /* padding: 0 10px; */
}

.banner img {
    display: block;
    width: 100%;
    height: auto;
}

.swiper-container {
    width: 100%;
    height: 250px;
}

.swiper-container .swiper-slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* 首页导航 */
.homeNav {
    padding: 15px 10px;
}

.homeNav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.homeNav ul li {
    width: 32.5%;
    height: 47px;
    line-height: 47px;
    color: #fff;
    background: #3385D5;
    text-align: center;
    margin-top: 10px;
    border-radius: 3px;
}

.homeNav ul li a {
    color: #fff;
}

/*普通模块*/
.module {
    margin-top: 10px;
    /* border-top:#cb9fce 8px solid; */
    padding: 0 10px;
}

.moduleTitle {
    position: relative;
    text-align: center;
    padding: 15px 0;
}

.moduleTitle::before {
    content: ' ';
    width: 100%;
    height: 2px;
    display: block;
    background: #333;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    z-index: -1;
}

.moduleTitle span {
    /* color:#fff; */
    font-size: 20px;
    background: #fff;
    padding: 0 10px;
    letter-spacing: 3px;
}

/* 关于我们 */
.about {
    margin-top: 10px;
    /* border-top:#cb9fce 8px solid; */
    padding: 0 10px;
}

/* 公司简介 */
.about .content {
    display: flex;
    padding: 20px 0;
}

.about .content .logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about .content .logo img {
    width: 80px;
}

.about .content .body {
    /* color:#fff; */
    line-height: 1.5;
    padding-left: 5px;
    text-indent: 2em;
}

/* 产品 */
.product {
    margin-top: 10px;
    /* border-top:#cb9fce 8px solid; */
    padding: 0 10px;
}

.product .content {
    padding: 10px 0 15px;
}

/* 底部 */
footer {
    padding: 20px 0 0px;
}

footer.scroll {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

footer .contacts {
    background: #0058A5;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
}

footer .contacts a {
    color: #fff;
}

footer .contacts img {
    filter: brightness(500%);
    vertical-align: middle;
    height: 30px;
    margin-top: -4px;
}

footer .address {
    background: #ddd;
    color: 333;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
}

footer .contacts .top {
    font-size: 24px;
    /* color:#fff; */
    border-bottom: 2px solid #555;
    margin: 0 auto;
    width: max-content;
    line-height: 1.6;
}

footer .contacts .bottom {
    font-size: 20px;
    /* color:#fff; */
    margin: 0 auto;
    width: max-content;
    line-height: 1.6;
}

footer .jszc {
    margin-top: 20px;
    text-align: center;
    font-size: 17px;
    /* color:#fff; */
    line-height: 40px;
}

footer .jszc a {
    /* color:#fff; */
}

/* 内页 */
.pageAbout .content {
    /* color:#fff; */
    /* text-indent: 2em; */
    line-height: 2;
    max-width: 100%;
    overflow: hidden;
}

.pageAbout .content p {
    margin-top: 5px;
}

.pageAbout .content img {
    width: 100%;
    height: auto;
}

.picture ul li {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    margin-top: 10px;
}

.productList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.productList li {
    width: 49%;
    box-shadow: 1px 1px 1px #555;
    margin-top: 15px;
}

.productList li .img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 110px;
}

.productList li .name {
    text-align: center;
    background: #f7f7f7;
    color: #555;
    height: 40px;
    line-height: 40px;
}

/* 产品内页 */
.productDetailTitle {
    padding: 15px;
}

.productDetailTitle .name {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
}

.productDetailTitle .contacts .tel {
    margin-left: 40px;
}

.productContent {
    padding: 15px;
    border-top: #0058a5 8px solid;
}

.productContent .title {
    border-bottom: #fff 2px solid;
    height: 40px;
    box-sizing: border-box;
}

.productContent .title .name {
    font-size: 16px;
    border-bottom: 4px solid #0058a5;
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
}

.productContent .content {
    text-indent: 2em;
    line-height: 1.8;
    padding: 15px 0;
}

.productContent .content img {
    max-width: 100%;
    height: auto;
    display: block;
}

.productPic img {
    width: 100%;
    height: auto;
    display: block;
}

/* 新闻列表 */
.articleList li {
    border: 3px solid #3385D5;
    margin-top: 10px;
    padding: 10px 15px;
}

.articleList li a {
    display: block;
}

.articleList li .title {
    display: flex;
}

.articleList li .title .dian {
    width: 4px;
    height: 4px;
    margin: 10px 5px 0 0;
    background: #fff;
    border-radius: 50%;
    flex-shrink: 0;
}

.articleList li .title .name {
    line-height: 21px;
}

.articleList li .bottom {
    border-top: 1px solid #e3d0e4;
    margin-top: 10px;
    line-height: 25px;
}

.articleList li .bottom .date {
    background: url(../img/date.svg) no-repeat left center / 12px 12px;
    padding-left: 18px;
}

.articleList li .bottom .click {
    margin-left: 20px;
    background: url(../img/click.svg) no-repeat left center / 12px 12px;
    padding-left: 18px;
}

/* 新闻详情 */
.newsDetail {
    padding: 15px;
    /* border-top:#cb9fce 8px solid; */
}

.newsDetail h1 {
    font-size: 16px;
}

.newsDetail .dateAndClick {
    line-height: 50px;
}

.newsDetail .dateAndClick .date {
    background: url(../img/date.svg) no-repeat left center / 12px 12px;
    padding-left: 18px;
}

.newsDetail .dateAndClick .click {
    margin-left: 20px;
    background: url(../img/click.svg) no-repeat left center / 12px 12px;
    padding-left: 18px;
}

.newsDetail .newsContent {
    border-top: #fff solid 1px;
    margin-top: 5px;
    padding-top: 15px;
    line-height: 1.8;
    /* text-indent: 2em; */
    overflow: hidden;
}

.newsDetail .newsContent img {
    max-width: 100%;
    height: auto;
}

/* 联系我们页 */
.contactList {
    padding: 15px 20px;
}

.contactList li {
    border-bottom: #555 1px dashed;
    line-height: 30px;
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.contactList li .icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.contactList li .font {
    font-size: 18px;
}

/* 招商加盟 */
.join {
    padding: 0 15px;
}

.join .field {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.join .field .fieldName {
    font-size: 18px;
    width: 100px;
    line-height: 35px;
}

.join .field .fieldName.block {
    width: 100%;
}

.join .field .inputBox {
    flex-grow: 1;
}

.join .field .inputBox input {
    background: none;
    border: #fff 1px solid;
    display: block;
    height: 35px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    color: #fff;
}

.join .field .desc {
    line-height: 20px;
    color: #eaeaea;
    padding: 5px 0 10px;
}

.join .field .textareaBox {
    width: 100%;
}

.join .field .textareaBox textarea {
    background: none;
    border: #fff 1px solid;
    display: block;
    height: 120px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    color: #fff;
    resize: none;
}

.join .btns {
    padding: 15px 0;
}

.join .btns button {
    background: #fff;
    border: 0;
    color: #ba8dbe;
    width: 100%;
    height: 40px;
    line-height: 30px;
    font-size: 16px;
}

.pageCode {
    text-align: center;
    padding: 15px 0;
}

.pageCode .page {
    display: flex;
}

.pageCode .page span {
    flex-grow: 1;
    margin: 0 1px;
}

.pageCode .p, .pageCode .c {
    display: inline;
    display: inline-block;
    border: 1px #333 solid;
    line-height: 35px;
}

.pageCode .c {
    padding: 0 20px;
}

.pageCode .c a {
    color: #333;
}

.pageCode .p a {
    display: inline-block;
    color: #333;
}

.pageCode .p:hover {
    border-color: #3388FF;
}

.pageCode .p:hover a {
    color: #3388FF;
}

.caseBan {
    position: relative;
}
.videoBg{
	width: 96%;
    height: auto;
    background: url(../img/case_02.png) top center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 30px;
    z-index: 11;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: center;
    align-items: center;
}
.caseBan video {
	width: 72%;
    margin: 10px;
}

.caseBan img {
    width: 100%;
    height: auto;
}
