body {
    width: 100%;
    max-width: 100%;
    background-color: #fdf6e4;
    overflow-x: hidden;
    font-size: 24px;
    color: #1f1f1f;
}
.headBanner {
    position: relative;
}
.navBox {
    position: absolute;
    width: 60%;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    background-color: rgba(220, 64, 41, 1.0);
    border-radius: 10px;
    height: 100px;
    box-shadow: 4px 4px 8px #888;

}

.navBox.zwNavBox {
    bottom: -12px;
}
.navBox ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.navBox ul li {
    width: calc(100%/5);
    font-size: 30px;
    border-right: 4px solid #fff;
    text-align: center;
    font-weight: bold;
    color: #fff;
    height: 50px;
    line-height: 50px;

}

.navBox ul li a,
.navBox ul li a:hover {
    color: #fff;
}

.navBox ul li:nth-last-child(1) {
    border-right: 0px;
}
.introBox {
    width: 100%;
    background: url("../images/body_bg.jpg") no-repeat 0px -85px;
    padding-bottom: 70px;
}

.introTit {
    margin-top: 40px;
}

.introTit img {
    margin: 0 auto;
}

.introBrief {
    margin-top: 50px;
    padding: 10px;
    line-height: 36px;
    border: 2px solid #dc4029;
}

.introBrief p {
    text-indent: 2em;
}

.introBrief::before {
    display: block;
    content: "";
    background-image: url("../images/tp05.png");
    width: 22px;
    height: 22px;
    margin-left: -22px;
    margin-top: -22px;
}

.introBrief::after {
    display: block;
    content: "";
    background-image: url("../images/tp05.png");
    width: 22px;
    height: 22px;
    margin-left: 100%;
    margin-bottom: -22px;
}

.introCon {
    display: flex;
    justify-content: space-between;
    margin-top: 52px;
}

.introConL {
    width: 40%;
}

.introConR {
    width: 58%;
    font-size: 20px;
}

.introConR p {
    line-height: 31px;
    text-indent: 2em;
}

.videoBanner {
    width: 100%;
}

.botBox {
    background: url("../images/body_bg.png") no-repeat 0 -1532px;
}

.jujubeBox {
    margin-top: 50px;
}

.jujubeTit img {
    margin: 0 auto;
}

.jujubeIntro {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: 2px solid #dc4029;
    padding: 20px 30px;
    line-height: 36px;
    font-size: 16px;
    margin-top: 50px;
    align-items: center;
}

.jujubeIntroL {
    display: inline-block;
    background: url("../images/tp08.png") no-repeat;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    padding: 24px 20px;
}

.jujubeIntroR {
    font-size: 24px;
    line-height: 36px;
    width: 89%;
    text-indent: 2em;
}

.jujubeCon {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.jujubeCon .jujubeConL,
.jujubeCon .jujubeConR {
    position: relative;
    border: 2px solid #dc4029;
    width: 45%;
    padding: 50px 20px 10px 20px;
}
.jujubeCon .jujubeConL ul li img,.jujubeCon .jujubeConR ul li img{
display: inline-block;
}

.jujubeCon ul {
    display: flex;
    justify-content: space-between;
}

.jujubeCon h1{
    margin-top: 20px;
    font-size: 16px;
    font-weight: normal;
}

.jujubeConLTit {
    position: absolute;
    background: url("../images/tp10.png") no-repeat left top;
    width: 300px;
    height: 38px;
    line-height: 38px;
    left: 50%;
    top: -10px;
    margin-left: -150px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1em;
}

.jujubeCon .jujubeConM {
    width: 5%;
}
.publicTit {
    position: relative;
}
.publicTit .showMore {
    position: absolute;
    font-size: 14px;
    color: #dc4029;
}


.publicTit .showMore a,
.publicTit .showMore a:hover {
    color: #dc4029;
}

.introTit.publicTit .showMore {
    right: 36%;
    bottom: -4px;
}

.jujubeBox .publicTit .showMore {
    bottom: -4px;
    right: 31%;
}
.jujubeBox .finalBox .publicTit .showMore {
    bottom: -4px;
    right: 36%;
}

.publicTit img {
    margin: 0 auto;
}

.jujubeFar {
    margin-top: 50px;
}

.jujubeFar ul {
    display: flex;
    justify-content: space-between;
}

.jujubeFar ul li {
    border: 2px solid #dc4029;
    border-radius: 5px;
    width: 26%;
    font-size: 12px;
}

.jujubeFar ul li .jujubeFarImg {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 1px;
}

.jujubeFar ul li .jujubeFarIntro {
    position: relative;
    border-bottom: 1px solid #dc4029;
    padding: 10px 10px 30px;
min-height: 127px;
}

.jujubeFar ul li .jujubeFarName {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    border-radius: 5px;
    background-color: #dc4029;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
}

.jujubeFar ul li .jujubeFarTalk {
    padding: 30px 10px 20px;

}

.industrialBox {
    margin-top: 50px;
}

.industrialBox .industrialCon {
    position: relative;
    margin-top: 50px;
    background: url("../images/tp12.png") no-repeat left top;
    min-height: 709px;
}

.industrialBox .industrialCon div {
    position: absolute;
    width: 210px;
    height: 130px;
    border-radius: 5px;
    border: 1px solid #dc4029;
    font-size: 14px;
    padding: 10px;
font-weight: bold;
}

.industrialBox .industrialCon div:nth-child(1) {
    top: 15px;
    right: 289px;
}

.industrialBox .industrialCon div:nth-child(2) {
    top: 220px;
    right: 90px;
}

.industrialBox .industrialCon div:nth-child(3) {
    bottom: 113px;
    right: 144px;
}

.industrialBox .industrialCon div:nth-child(4) {
    bottom: 113px;
    left: 78px;
}

.industrialBox .industrialCon div:nth-child(5) {
    top: 220px;
    left: 16px;
}

.industrialBox .industrialCon div:nth-child(6) {
    top: -1px;
    left: 230px;
}

.economicCon {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.economicCon .economicConL {
    width: 40%;
}

.economicCon .economicPubBox {
    position: relative;
    border: 2px solid #dc4029;
    padding: 20px 10px 0;
}

.economicCon .economicPubBox.industrSty {
    padding-top: 35px;
}

.economicCon .economicConL ul li {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
}

.economicCon .economicConL ul li>div:nth-child(1) {
    width: 45%;
}

.economicCon .economicConL ul li>div:nth-child(2) {
    font-size: 14px;
    width: 52%;
}

.economicCon .publicTit {
    position: absolute;
    background: url("../images/tp14.png") no-repeat left top;
    width: 251px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1em;
    text-align: center;
}

.economicCon .economicPubBox .economicConLTit {
    left: 50%;
    transform: translateX(-50%);
    top: -13px;
}

.economicCon .economicPubBox .economicConRTit {
    left: 10%;
    top: -13px;
}

.economicCon .economicConR {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 58%;
}

.economicCon .economicConR ul {
    display: flex;
    justify-content: space-evenly;
    margin: 10px 0;
}

.economicCon .economicConR ul li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 19%;


}

.economicCon .economicConR ul li img {
    margin: 0 auto;
}

.economicCon .economicConR ul li>div {
    font-size: 14px;
    margin-top: 15px;
}

.economicCon .economicPubBox.brandStyle {
    padding-top: 35px;
}

.economicCon .economicConR .economicPubBox.brandStyle ul {
    display: flex;
    justify-content: space-evenly;
    margin: 10px 0;
}

.economicCon .economicConR .economicPubBox.brandStyle ul li {
    position: relative;
}

.economicCon .economicConR .economicPubBox.brandStyle ul li>div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: rgba(101, 31, 21, 0.8);
}

.economicCon .economicConR .economicPubBox.brandStyle ul li>div a,
.economicCon .economicConR .economicPubBox.brandStyle ul li>div a:hover {
    color: #fff;
}

.finalBox {
    margin-top: 50px;
}
.finalBox .faremark {
    margin: 50px auto 0;
}

.finalBox .publicTit>img:nth-child(2) {
    margin-top: 50px;
}

.finalBox ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
}

.finalBox ul li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer {
    text-align: center;
    margin-top: 50px;
    padding-bottom: 30px;
    font-size: 16px;
}

.footer p {
    line-height: 50px;
}


/* 频道页样式 */
.zwBox {
    width: 100%;
}

.zwBox.dyBg {
    background: url("../images/body_bg.png") 0 -85px no-repeat;
}

.zwConBox{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}
.zwConBox img {
  display: inline-block;
}
.zwBox .zwPosition {
    display: flex;
    margin: 50px 0 40px;
    font-size: 16px;
    align-items: center;

}

.zwBox .zwPosition h1 {
    color: #dc4029;
    padding-right: 10px;
    font-size: 24px;
    font-weight: normal;
}

.zwConBox {
    display: flex;
    justify-content: space-between;
}

.zwConBox .zwConL {
    width: 20%;
    margin-right: 3%;
    border-radius: 10px;
    box-shadow: 4px 4px 8px #888;
    background-color: #dc4029;
    padding-bottom: 20px;
}

.zwConBox .zwConL ul li {
    text-align: center;
    color: #fff;
    font-size: 26px;
    line-height: 60px;
    background: url("../images/tp31.png") bottom center no-repeat;
}
.zwConBox .zwConL ul li a {
    color: #fff;
}

.zwConBox .zwConL ul li:first-child {
    line-height: 72px;
    font-size: 30px;
    color: #faba3b;
}

.zwConBox .zwConL ul li:last-child {
    background: none;
}

.zwConBox .zwConR {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 4px 4px 8px #888;
    padding: 30px 15px;
    width: 77%;

}

.zwConR .zwConTit {
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.zwConR .zwCon {
    font-size: 20px;
    line-height: 36px;
    padding-top: 30px;
}
.center-banner {
  width: 100%;
  margin: 40px auto 0;
  overflow: hidden;
  position: relative;
}

.center-banner img {
  display: block;
}

.center-banner .videoBannerPic {
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-size: cover;
}

.center-banner video {
  background-color: #000;
  width: 100%;
  height: 100%;
  max-height: 526px;
}

.center-banner .center-banner-box {
  display: none;
}




















