header {
    width: 100%;
    background: #fff;
    padding: 20px 0 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

header .w1600 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .w1600::after,
header .w1600::before {
    display: none
}

header .w1600 .nav_h ul {
    display: flex;
}

.nav_h {
    padding-top: 20px;
}

header .h1 {
    display: flex;
    align-items: center;
}

header .h1 .nav {
    margin-left: 30px;
    cursor: pointer;
}

.nav-ds {
    transform: translateY(10px)
}

header .h1 .nav i {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 19px;
    background: url('../images/nav-ico.png') no-repeat center;
    margin-right: 10px;
}

header .h1 .nav span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

header .nav_h ul li {
    margin-right: 46px;
    text-align: center;
}

header .nav_h ul li:last-of-type {
    margin-right: 0;
}

header .nav_h ul li p {
    font-size: 16px;
    color: #414141;
    margin-bottom: 4px;
    line-height: 1;
    font-weight: bold;
    /* margin-bottom: 2px; */
}

header .nav_h ul li span {
    color: #666;
    font-size: 12px;
    text-transform: uppercase;
    color: #9e9e9e;
    line-height: 1;
}

header .nav_h ul li.on span,
header .nav_h ul li.on p {
    color: #82191e
}

header {
    line-height: 1.7;
}

header .nav-ds {
    z-index: 99;
}

header .nav-ds .dst {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

header .nav-ds .dst span {
    color: #a6191f;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 1;
    /* font-weight: bold; */
}

header .nav-ds .dst .wx {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

header .nav-ds .dst .wx .dtswx {
    width: 100px;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 40px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s;
    z-index: 999999999999999;
}

header .nav-ds .dst .wx:hover .dtswx {
    height: 100px;
    opacity: 1;
}

.dtswx img {
    width: 100px;
    height: 100px;
}

header .nav-ds form {
    display: block;
    border-bottom: 1px solid #d7dbdf;
    padding-bottom: 4px;
}

header .nav-ds .submit {
    width: 17px;
    height: 17px;
    background: url('../images/h-ss.png') no-repeat center;
    margin-right: 3px;
}

.jh-set1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    flex-wrap: wrap;
}

.xx-set1 {
    padding-top: 28px;
    background: #f4f4f4;
    line-height: 1.7;
}

.xx-title {
    position: relative;
    margin-bottom: 14px;
}

.xx-title h4 {
    margin-bottom: 8px;
}

.xx-title .mainTitle {
    font-size: 28px;
    color: #333333;
    font-weight: 500;
}

.xx-title .subTitle {
    font-size: 16px;
    color: #cdcdcd;
}

.xx-title p {
    font-size: 14px;
    color: #666;
}

.xx-title .btns {
    position: absolute;
    right: 0;
    bottom: 0;
    /* top: 50px; */
    font-size: 16px;
    color: #333333;
    height: 34px;
    border-bottom: 1px solid #a6191f;
    transition: all .4s;
    line-height: 34px;
}

.xx-title .btns:hover {
    border: 1px solid #a6191f;
    padding: 0 20px;
    background: #a6191f;
    color: #fff
}

.xx-set1 .xx-set1-cont {
    /* display: flex; */
    padding-bottom: 30px;
}

.xx-set1 .xx-set1-cont .xx-set1-left {
    flex: 1;
}

.xx-set1 .xx-set1-cont .xx-set1-ri {
    width: 100%;
    /* padding-left: 98px; */
    /* padding-top: 47px; */
}

.xx-set1-left a {
    position: relative;
    display: block;
}

.xx-set1-left a p {
    position: absolute;
    width: 100%;
    bottom: 26px;
    padding: 0 5%;
    color: #fff;
    font-size: 18px;
}

.xx-set1 .xx-set1-cont .xx-set1-ri img {
    /* margin-top: 30px; */
    display: none !important
}

.xx-set1 .xx-set1-cont .xx-set1-ri h3 {
    font-size: 24px;
    color: #363636;
    /* margin-top: 50px; */
    line-height: 1.7;
    display: none
}

.xx-set1 .xx-set1-cont .xx-set1-ri h4 {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.7;
    display: none
}

.xx-set1 .xx-set1-cont .xx-set1-ri ul {
    margin-top: 14px;
    display: block;
    white-space: nowrap;
    overflow-x: scroll
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
}

.xx-set1 .xx-set1-cont .xx-set1-ri ul li {
    font-size: 14px;
    color: #6f6f6f;
    height: 30px;
    line-height: 30px;
    /* width: 100px; */
    margin: 0 20px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    margin-right: 2%;
    text-align: center;
    /* border: 1px solid #ddd; */
    margin-bottom: 6px;
}

.xx-set1 .xx-set1-cont .xx-set1-ri ul li:first-of-type {
    margin-left: 0;
}

.xx-set1 .xx-set1-cont .xx-set1-ri ul li:nth-of-type(3n) {
    /* margin-right: 0; */
}

.xx-set1 .xx-set1-cont .xx-set1-ri ul .activeClass {
    border-bottom: 1px solid #a1171f;
    /* background: #a1171f; */
    color: #a1171f;
    /* border: 1px solid #a1171f */
}

.xx-set1 .xx-set1-cont .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    text-align: right;
    padding-right: 140px;
}

.xx-set1 .xx-set1-cont .swiper-pagination-bullet,
.xx-set3 .xx-set3-cont .swiper-pagination-bullet {
    border-radius: 0;
    background: #989898;
}

.xx-set1 .xx-set1-cont .swiper-pagination-bullet-active,
.xx-set3 .xx-set3-cont .swiper-pagination-bullet-active {
    background: #e5141e;
}

.xx-set2 {
    padding-top: 30px;
    padding-bottom: 34px;
}

.xx-set2 .xx-set2-cont {
    /* background: url(../images/designPowr.png) no-repeat left bottom; */
    /* background-size: 72.9% auto; */
    /* height: 653px; */
}

.xx-set2 .xx-set2-cont .set2BigBox {
    /* position: absolute;
    right: 0; */
    width: 100%;
    margin-left: auto;
    margin-top: 16px;
}

.xx-set2 .xx-set2-cont .set2BigBox h6 {
    text-align: center;
    margin-top: 14px;
}

.xx-set2 .xx-set2-cont .w1600 {
    position: relative;
}

.xx-set2 .xx-set2-cont .set2BigBox .set2Box {}

.xx-set2 .xx-set2-cont .set2BigBox .set2Box a {
    padding-bottom: 25px;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 18px;
    display: flex;
}

.xx-set2 .xx-set2-cont .set2BigBox .set2Box:hover .set2BoxLeft {
    margin-top: 10px;
}

.set2BoxRight {
    overflow: hidden;
    width: 160px;
}

.set2BoxRight img {
    transition: all .5s
}

.xx-set2 .xx-set2-cont .set2BigBox .set2Box:hover img {
    transform: scale(1.1)
}

.xx-set2 .xx-set2-cont .set2BigBox .set2Box .set2BoxLeft {
    margin-top: 40px;
    transition: all .5s;
    font-size: 16px;
    color: #666666;
    width: 204px;
    padding-left: 54px;
    box-sizing: border-box;
}

.xx-set2 .xx-set2-cont .set2BigBox .set2Box:hover .set2BoxLeft::after {
    margin-top: 12px;
    opacity: 1;
}

.xx-set2 .xx-set2-cont .set2BigBox .set2Box .set2BoxLeft::after {
    width: 20px;
    height: 20px;
    background: url('../images/jt-lcas.png') no-repeat center;
    display: block;
    content: '';
    /* margin-top: 20px; */
    transition: all .5s;
    opacity: 0;
}

.xx-set2 .xx-set2-cont .set2BigBox .set2Box .set2BoxLeft .name {
    font-size: 20px;
    color: #333333;
}

.xx-set2 .xx-set2-cont .set2BigBox .set2Box:first-child {
    padding-top: 0;
}

.xx-set2 .xx-set2-cont .set2BigBox .set2Box:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.xx-set3 {
    padding-top: 32px;
}

.xx-set3 .xx-set3-cont {
    padding-top: 28px;
    padding-bottom: 5px;
    background: url(../images/backgroud.png) no-repeat;
    background-size: cover;
}

.xx-set3 .xx-set3-cont li {
    height: 80px;
}

.xx-set3 .xx-set3-cont li img {
    max-width: 100%;
}

.xx-set3-ves .xx-set3 {
    margin-top: 0;
    padding-top: 0;
}

.xx-set3 .xx-set3-cont .xx-set3-box {
    padding-top: 40px;
    padding-left: 26px;
    box-sizing: border-box;
    height: 350px;
    background: #f4f4f4;
}

.xx-set3 .xx-set3-cont .xx-set3-box h6 {
    font-size: 14px;
    color: #ebeef2;
}

.xx-set3 .xx-set3-cont .xx-set3-box h5 {
    margin-top: 35px;
}

.xx-set3-cont .swiper-container {
    padding-bottom: 42px;
}

.xx-set4 {
    padding-top: 30px;
    padding-bottom: 36px;
}

.xx-set4-cont ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.xx-set4-cont ul li {
    width: 49%;
    margin-bottom: 10px;
    background: #f4f4f4;
    overflow: hidden;
}

.xx-set4-cont ul li a {
    display: block;
    position: relative;
}

.xx-set4-cont ul li a .xx-set3-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 36px 6%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    background: rgba(0, 0, 0, .2);
}

.xx-set4-cont ul li a .xx-set3-box .tit h6 {
    font-size: 14px;
    /* color: #989898 */
    color: #fff
}

.xx-set4-cont ul li a .xx-set3-box .tit h5 {
    /* color: #333333; */
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 8px;
}

.xx-set4-cont ul li:hover .set3-date .smallDate,
.xx-set4-cont ul li:hover .set3-date .bigDate,
.xx-set4-cont ul li:hover a .xx-set3-box .tit h6,
.xx-set4-cont ul li:hover a .xx-set3-box .tit h5 {
    color: #fff
}

.xx-set4-cont ul li:hover .set3-date {
    border-left: 1px solid #fff;
}

.xx-set4-cont ul li img {
    width: 100%;
    height: auto;
    opacity: 1;
    transition: all .4s ease-in-out
}

.xx-set4-cont ul li:hover img {
    transform: scale(1.1);
}


/* .xx-set4-cont ul li:hover img {
    opacity: 1;
} */

.set3-date {
    width: 60px;
    margin-left: auto;
    /* border-left: 1px solid #333333; */
    border-left: 1px solid #fff;
    line-height: 1;
    text-align: center;
}

.set3-date .bigDate {
    font-size: 18px;
    /* color: #333; */
    color: #fff;
}

.set3-date .smallDate {
    font-size: 12px;
    color: #fff;
    /* color: #787878 */
}

.jh-set1 ul li {
    text-align: center;
    width: 49%;
    padding-bottom: 18px;
}

.jh-set1 ul li.on .its img {
    transform: translateY(-80px)
}

.jh-set1 ul li .its {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 auto;
}

.jh-set1 ul li .its img {
    transition: all .4s
}

.jh-set1 ul li:hover .its img {
    transform: translateY(-80px)
}

.jh-set1 ul li h6 {
    font-size: 14px;
    color: #333333
}

.jh-set1 ul li span {
    color: #adadad;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.5;
    display: none
}

.jh-set1 ul li.on h6,
.jh-set1 ul li.on span,
.jh-set1 ul li:hover h6,
.jh-set1 ul li:hover span {
    color: #82191e
}

.jh-set3 {
    background-image: linear-gradient(#fff, #f4f4f4);
    /* background: #f4f4f4; */
    padding: 40px 0 30px;
    position: relative;
}


/* .jh-set3::before{
    width: 100%;
    height: 40%;
    content: '';
    left: 0;
    bottom: 0;
    z-index: -1;
    background:  #f4f4f4;
    position: absolute
} */

.jh-set-nav {
    width: 80%;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between;
}

.jh-set-nav i {
    width: 28px;
    height: 4px;
    display: block;
    background: url('../images/jt-set3-jt.png') no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}

.jh-set-nav span {
    width: 17px;
    height: 8px;
    background: url('../images/jh-set3-h.png') no-repeat center;
    cursor: pointer;
}

.jh-set-nav .prev {
    transform: rotate(180deg);
    cursor: pointer;
    position: relative;
}

.jh-set-nav span,
.jh-set-nav i {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .6;
    position: relative;
}

.jh-set-nav a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.jh-set-nav i:hover,
.jh-set-nav span:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.jh-set3 li {
    position: relative;
}

.jh-set3 li .dts {
    width: 100%;
    height: 100%;
    background: url('../images/jh-set3-bj.jpg') no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20% 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: scale(0);
    transition: all .5s;
    opacity: 0;
}

.jh-set3 li:hover .dts {
    transform: scale(1);
    opacity: 1;
}

.jh-set3 li .dts h6 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 6px;
}

.jh-set3 li .dts p {
    color: #fff;
}

.jh-set3 li .dts i {
    margin-top: 48px;
}

footer {
    background: #323232;
}

.footer-r {
    padding: 77px 0 70px;
}

.footer-r li.ds dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 215px;
}

.footer-r li.ds dl dd {
    width: 49%;
}

.footer-r ul {
    display: flex;
    justify-content: space-between;
}

.footer-r ul .ter h6 {
    font-size: 18px;
    color: #f1f1f1;
    margin-bottom: 3px;
    line-height: 1.7;
}

.footer-r ul .ter p {
    font-size: 12px;
    color: #999999;
    line-height: 1.3;
    height: 26px;
    text-transform: uppercase;
}

.footer-r ul .ter {
    border-bottom: 1px solid #5b5b5b;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.footer-r ul .ter::before {
    position: absolute;
    height: 1px;
    width: 40px;
    background: #a6191f;
    left: 0;
    bottom: -1px;
    content: '';
}

.footer-r ul dd {
    display: flex;
    line-height: 1.7;
}

.footer-r ul dd a {
    display: block;
    color: #adadad
}

.footer-r ul dd a:first-of-type {
    margin-right: 40px;
}

.footer-r ul dd a:hover {
    color: #fff;
}

.footer-d>.w1600 div {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer-d>.w1600 div a {
    margin-left: 4px;
}

.footer-d .p {
    padding: 0px 0 28px;
}

.footer-d .link {
    padding: 20px 0 40px;
    border-top: 1px solid #434343
}

.footer-d .link a {
    margin-left: 5px;
}

.img {
    width: 100%;
    overflow: hidden;
}

.img:hover>img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.img>img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.footer-d {
    color: #666
}

.footer-d a:hover {
    color: #fff
}

.pro-zj-cont {
    width: 100%;
}

.pro-zj-cont li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 26px;
}

.pro-zj-cont li .img {
    width: 100%;
    position: relative;
}

.pro-zj-cont li .img::before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transform: scale(.5);
    transition: all .5s;
}

.pro-zj-cont li:hover .img::before {
    opacity: 1;
    transform: scale(1)
}

.pro-zj-cont li .img p {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 16px;
    transition: all .5s;
    opacity: 0;
}

.pro-zj-cont li:hover .img p {
    opacity: 1;
    left: 50%;
}

.pro-zj-cont li img {
    width: 100%;
    height: auto;
}

.ro-zj-cont {
    background-color: #f4f4f4;
}

.pro-zj-cont li:nth-of-type(3n) {
    margin-right: 0;
}

.pro-zj-cont li h4 {
    background: #fff;
    line-height: 32px;
    padding: 6px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.pro-zj-cont li h4::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #943146;
    content: '';
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all .5s;
}

.pro-zj-cont li:hover h4 {
    color: #fff;
}

.pro-zj-cont li:hover h4::before {
    opacity: 1;
}

.l {
    float: left;
}

.r {
    float: right;
}

.cl {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.fanhui {
    margin-top: 0px;
    width: 137px;
    height: 38px;
    line-height: 38px;
    padding-left: 0px;
    text-align: center;
    border: 2px solid #626262;
}

.fanhui:before {
    content: "";
    color: #fff;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #626262;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.fanhui b {
    font-weight: lighter;
    padding-right: 5px;
}

.mored {
    position: relative;
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    text-align: center;
    color: #1b1b1b;
    border: 1px solid #1b1b1b;
    font-size: 14px;
    overflow: hidden;
}

.mored:before {
    content: "";
    color: #fff;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1b1b1b;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.mored:hover:before {
    left: 0;
}

.mored span {
    position: relative;
}

.mored:hover {
    color: #fff;
}

.mored i {
    display: block;
    width: 29px;
    height: 5px;
    background: url(../images/jiantou2.png) no-repeat;
    transition: 0.3s;
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -2.5px;
}

.mored:hover i {
    background: url(../images/jiantou.png) no-repeat;
}

.show_main_right-text {
    height: 300px;
    overflow-y: auto
}

.location {
    margin-top: 16px;
}

.location,
.location a {
    font-size: 16px;
    color: #999;
}

.location a:hover {
    color: #333;
}


/* list_product */

.prodcut_main {
    width: 100%;
    padding-top: 35px;
    background-color: #f4f4f4;
}

.prodcut_main_top {
    padding-bottom: 25px;
    height: 40px;
    margin-bottom: 42px;
}

.prodcut_main_top_right a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background-color: #7d7d7d;
    color: #fff;
    margin-right: 10px;
}

.prodcut_main_top_right a.on {
    background-color: #1b1b1b;
}

.prodcut_main_top_right a:hover {
    background-color: #1b1b1b;
}

.list_product li {
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 12px;
    margin-bottom: 16px;
    width: 385px;
}

.list_product li:nth-child(4n) {
    margin-right: 0px;
}

.list_product li .tit {
    position: relative;
    border-top: none;
    background: #fff;
    padding: 23px 25px;
}

.list_product li:hover .tit {
    /*border-color:#333;*/
}

.list_product li:hover .main_pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.list_product li .tit:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 92px;
    background: #1b1b1b;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.list_product li:hover .tit:before {
    top: 0px;
}

.list_product li .tit .icon-plus {
    position: relative;
    line-height: 42px;
    font-size: 48px;
    color: #aaa;
    font-family: serif;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.list_product li:hover .tit .icon-plus {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.list_product li .tit .tit-cont {
    overflow: hidden;
    position: relative;
}

.list_product li .tit .tit-cont h5 {
    font-size: 18px;
    margin-bottom: 2px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #1b1b1b;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list_product li .tit .tit-cont p {
    color: #999;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.list_product li:hover .tit .tit-cont h5,
.list_product li:hover .tit .tit-cont p,
.list_product li:hover .tit .icon-plus {
    color: #fff;
}

.show_main_right {
    width: 35%;
}

.show_main_right h3 {
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}

.show_main_right h4 {
    font-size: 20px;
    color: #666;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 13px solid #eee;
}

.show_main_right li {
    padding-top: 35px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.show_main_right li span {
    color: #666;
}

.show_main_right li p {
    color: #666;
}

.show_main_right li p strong {
    color: #333;
}

.show_main_right_bottom {
    margin-top: 30px;
}

.show_main_right_bottom a {
    font-size: 16px;
    color: #fff;
    display: block;
    float: left;
    margin-right: 20px;
    background-color: #434343;
    text-align: center;
    width: 184px;
    height: 49px;
    line-height: 49px;
}

.show_main_right_bottom a:nth-child(2) {
    margin-right: 0px;
}

.show_main_right_bottom a:hover {
    background-color: #963344;
}

.show_main {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 13px solid #eee;
}

.xmjd_main h3 {
    font-size: 28px;
    color: #333;
    padding-bottom: 40px;
}

.xmjd_main h3 span {
    padding-left: 10px;
    font-size: 28px;
    color: #999;
}

.xmjd_main_one {
    line-height: 25px;
    width: 47%;
    font-size: 14px;
    color: #666;
    font-family: 'å¾®è½¯é›…é»‘' !important;
}

.xmjd_main_one p {
    padding-bottom: 25px;
    font-size: 14px;
    color: #666;
    font-family: 'å¾®è½¯é›…é»‘' !important;
}

.xmjd_main_one p span {
    font-size: 14px;
    color: #666;
    font-family: 'å¾®è½¯é›…é»‘' !important;
}

.xmjd_main_one_l {
    margin-right: 6%;
}

.xmjd_main_one_l p {
    padding: 0;
}

.xmjd_main {
    padding-bottom: 110px;
    border-bottom: 13px solid #eee;
    margin-bottom: 30px;
}

.xmjd_main img {
    max-width: 100%;
    height: auto !important;
}

.xgzp_main_top {
    padding-bottom: 28px;
}

.xgzp_main_top h3 {
    font-size: 28px;
    color: #333;
    padding-bottom: 30px;
}

.xgzp_main_top h3 span {
    padding-left: 10px;
    font-size: 28px;
    color: #999;
}

.picScroll-left2 {
    padding: 0 10px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    margin-left: -6px;
}

.picScroll-left2 .hd {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 10px;
    background: none;
    padding: 0 10px;
}

.picScroll-left2 .hd .prev,
.picScroll-left2 .hd .next {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
}

.picScroll-left2 .hd .next3 {
    width: 40px;
    height: 53px;
    position: absolute;
    right: 9px;
    top: 95px;
    background: url(../images/show_right_1.png) no-repeat;
}

.picScroll-left2 .hd .prev3 {
    width: 40px;
    height: 53px;
    position: absolute;
    left: 10px;
    top: 95px;
    background: url(../images/show_left_1.png) no-repeat;
}

.picScroll-left2 .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left2 .hd .nextStop {
    background-position: -60px -50px;
}

.picScroll-left2 .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left2 .hd ul li {
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

.picScroll-left2 .hd ul li.on {
    background-position: 0 0;
}


/* .picScroll-left2 .bd {padding:10px;} */

.picScroll-left2 .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left2 .bd ul li {
    width: 385px;
    margin-right: 12px;
    float: left;
    _display: inline;
    overflow: hidden;
}

.picScroll-left2 .bd ul li p {
    line-height: 55px;
    font-size: 18px;
}

.zj-set7 .zj-title h5 span {
    background: #fff;
}

.zj-set7 {
    padding-bottom: 44px;
    padding-top: 20px;
}

.zj-set7 li {
    width: 49%;
    float: left;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    margin-right: 2%;
    margin-bottom: 12px;
}

.zj-set7 li img {
    width: 100%;
    height: auto;
}

.zj-set7 li:nth-of-type(2n) {
    margin-right: 0;
}

.join-conten {
    padding-bottom: 70px
}

.join-conten h3 {
    font-size: 48px;
    color: #444;
    /* font-weight: bold; */
    padding: 80px 0 60px 0;
}

.join-conten h3::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #444444;
    margin-top: 12px;
}

.join-conten dl {
    width: 100%;
    font-size: 16px;
    color: #444;
    border: 1px solid #ddd;
}

.join-conten dl dt,
.join-conten dl dd {
    box-sizing: border-box;
    display: block;
    padding: 0 30px;
}

.join-conten dl dd:hover {
    background: #f2f1f1 !important
}

.join-conten dl dd:nth-of-type(2n-1) {
    background: #fdfdfe;
}

.join-conten dl dd:nth-of-type(2n) {
    background: #f8f8f8;
}

.join-conten dl ul {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    cursor: pointer;
}

.join-conten dl ul li:first-of-type {
    width: 296px;
}

.join-conten dl ul li:last-of-type {
    width: 296px;
    text-align: right
}

.join-conten dl dt {
    background: #eaeaea;
    border-bottom: 2px solid #aaaaaa
}

.join-conten dl dd {
    border-bottom: 1px solid #ddd
}

.join-conten dl dd:last-of-type {
    border-bottom: none
}

.join-conten dl dd .conten {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #dddddd;
    padding: 30px 0;
    /* display: none */
}

.contar {
    padding-top: 50px;
}

.join-conten dl dd .conten b {
    color: #828081;
    font-weight: normal;
    padding-right: 10px;
}

.join-conten dl dd .conten .zr {
    display: flex;
}

.join-conten .p {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

.join-conten .p p {
    font-size: 18px;
    color: #444;
    line-height: 36px;
}

.join-conten .p a {
    display: block;
    text-align: center;
    background: #828081;
    color: #fff;
    width: 120px;
    line-height: 40px;
    height: 40px;
    margin-left: 30px;
    border-radius: 3px
}

.join-conten .p a:hover {
    background: #605f5e
}

.join-conten .form {
    width: 100%;
}

.join-conten .form ul {
    display: flex;
    justify-content: space-between
}

.join-conten .form ul li {
    border: 1px solid #dddddd;
    padding: 12px 20px
}

.join-conten .form ul .error input {
    width: 103px;
}

.join-conten .form ul .error span:last-of-type {
    color: red
}

.join-conten .form ul li input {
    width: 244px;
}

.join-conten .form textarea {
    padding: 20px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    width: 100%;
    margin: 15px 0;
    height: 150px;
}

.join-conten .form p span {
    white-space: nowrap
}

.join-conten .form #submit {
    width: 100%;
    text-align: center;
    color: #fff;
    background: #828081;
    padding: 10px 0;
    cursor: pointer;
    border-radius: 3px
}

.join-conten .form #submit:hover {
    background: #605f5e
}

.wm-cont {
    width: 100%;
    padding-bottom: 32px;
    padding-top: 20px;
}

.wm-cont li {
    width: 49%;
    margin-right: 2%;
    float: left;
    margin-bottom: 12px;
}

.wm-cont li .imgdt {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 4px;
    overflow: hidden;
    /* height: 408px; */
}

.wm-cont li .imgdt img {
    width: 100%;
    transition: all .5s;
}

.wm-cont li:hover img {
    transform: scale(1.1)
}

.wm-cont li .imgdt .td {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1s;
    border-radius: 4px;
    overflow: hidden;
}

.wm-cont li:hover .imgdt .td {
    opacity: 0;
}

.wm-cont li:nth-of-type(2n) {
    margin-right: 0;
}

.wm-cont li .flash {
    height: 408px;
    border-radius: 6px
}

.wm-cont li .text {
    font-size: 18px;
    padding: 15px 0;
    border-bottom: 1px solid #444654;
    background: url('../images/wm-ico.jpg') no-repeat right center;
    position: relative;
}

.wm-cont li .text::before {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #963344;
    opacity: 0;
    transition: all 0.5s
}

.wm-cont li:hover .text::before {
    width: 100%;
    opacity: 1;
}

.wm-cont li:hover .text h6 {
    color: #963344
}

.wmd-nav {
    width: 100%;
    padding: 10px 0 8px;
}

.wmd-nav .mb {
    font-size: 16px;
    color: #999999;
    margin-top: 20px;
}

.wmd-nav .mb a {
    color: #999999
}

.wmd-nav .mb a:last-of-type {
    color: #333
}

.wmd-nav .mb a:hover {
    color: #963344
}

.wmd-nav .fr a {
    display: block;
    width: 107px;
    line-height: 32px;
    border-radius: 6px;
    background: #963344;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 9px;
}

.wmd-td .flash {
    width: 120px;
    height: 200px;
}

.wmd-td .flash img {
    width: 100%;
    height: auto;
}

.wmd-td .text {
    width: calc(100% - 132px);
}

.wmd-td .text h3 {
    font-size: 20px;
    color: #333;
    padding: 8px 0 10px;
}

.wmd-td .cont {
    padding-bottom: 14px;
    border-bottom: 1px dashed #22297a;
    margin-bottom: 14px;
}

.wmd-td .cont li {
    width: 35%;
    float: left;
    margin-right: 5%;
    font-size: 16px;
    color: #999;
    line-height: 2;
}

.wmd-td .cont li em {
    color: #333
}

.wmd-td .desc {
    color: #666666
}

.wdbt {
    width: 100%;
    margin-top: 10px;
}

.wdbt>a {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    text-align: center;
    border-radius: 6px;
    background: #963344;
    color: #fff;
    line-height: 42px;
    font-size: 16px;
}

.wdbt .pd {
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
}

.wdbt .pd .dttt {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
}

.wmd-set1 {
    width: 100%;
    padding-bottom: 32px;
}

.wmd-set1 h3 {
    font-size: 24px;
    color: #333;
    padding: 28px 0 10px;
    border-bottom: 3px solid #eeeeee;
    margin-bottom: 10px;
}

.wmd-set1 h6 {
    text-align: center;
    font-size: 16px;
    color: #333;
    padding: 10px 0;
}

.wmd-set1 .xc-set4-cont .flash {
    width: 100%;
    height: 100%;
}

.flash em {
    height: 100%;
}

.wmd-set1 .xc-set4-cont .flash img {
    max-width: 100%;
}

.wmd-set2 {
    padding-bottom: 80px;
}

.wmd-set2 h3 {
    font-size: 16px;
    color: #666;
    padding: 48px 0 32px;
    border-bottom: 5px solid #eeeeee;
    margin-bottom: 40px;
}

.wmd-set2 h3 span {
    font-size: 36px;
    color: #333;
    display: inline-block;
    margin-right: 20px;
}

.wmd-set2 .xc-set4-cont .flash {
    height: 420px;
}

.zj-left {
    width: 260px;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 999;
    border-right: 1px solid #ddd;
    transition: all .5s;
    opacity: 0;
    transform: translateX(-100%)
}

.zj-left-on {
    opacity: 1 !important;
    transform: translateX(0) !important
}

.zj-left .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 10px 6% 16px;
}

.zj-left h6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 16px 6%;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.zj-left h6:hover {
    color: #82191e
}

.zj-left h6 img {
    opacity: .5;
    width: 15px;
}

.zj-left .tit img {
    width: 100px;
    height: auto;
}

.zj-left .tit .clone {
    width: 24px;
    height: 24px;
    background: url('../images/j-c.png') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.zj-left ul {
    padding: 12px 0;
    background: #f1f1f1
}

.zj-left li {
    line-height: 2.5;
    box-sizing: border-box;
    padding: 0 10%;
}

.zj-left li a {
    display: block;
    font-size: 16px;
}

.zj-left li:hover {
    background: #82191e;
}

.zj-left li:hover a {
    color: #fff;
}

.case-anli .pro-zj-cont li {
    width: 100%;
    margin-right: 0% !important;
}

.case-anli .pro-zj-cont li:nth-of-type(2n) {
    margin-right: 0 !important;
}

.jh-set4-ds {
    position: relative;
    overflow: hidden;
}

.jh-set4-ds>img {
    width: 100%;
    height: 460px;
}

.jh-set4-id {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 8%;
    z-index: 1;
}

#moreTo {
    width: 100%;
    height: 100%;
    background: url('../images/js--to-bj.png') no-repeat center;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .6s
}

.jh-set4-id ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* align-items: flex-end; */
}

.jh-set4-id ul h6 {
    color: #cacbc6;
    font-size: 16px;
    line-height: 1.2;
    padding-left: 10px;
}

.jh-set4-id ul li {
    cursor: pointer;
    width: 49%;
    margin-bottom: 10px;
    text-align: center;
    margin-bottom: 18px;
}

.jh-set4-id ul li.on .imgd {
    height: 96px;
}

.jh-set4-id ul li i {
    width: 19px;
    height: 19px;
    display: block;
    margin: 6px auto;
    background: url('../images/jt-ico.png') no-repeat center;
    /* margin-left: 10px; */
}

.jh-set4-id ul li .imgd {
    width: auto;
    height: 38px;
    transition: all .5s;
}

.jh-set4-id ul li .imgd img {
    width: auto;
    height: 100%;
}

.zj-ssdd {
    padding: 16px 0 20px;
}

.zj-ssdd a {
    display: inline-block;
    margin-right: 20px;
    padding: 8px 12px;
    border-radius: 20px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #666
}

.zj-ssdd a:hover {
    color: #fff;
    background: #a6191f
}

.xgzp-2 {
    padding: 0 40px;
    position: relative;
    margin-bottom: 60px;
}

.xgzp-2 .join-item {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.xgzp-2 a {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.xgzp-2 .join-item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xgzp-2 h3 {
    color: #333;
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
}

.xgzp-2 .culture-3-btn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.xgzp-2 .culture-3-btn .swiper-button-prev4 {
    position: absolute;
    left: 0;
    top: calc(50% - 30px);
    background: rgba(0, 0, 0, .8);
    display: flex;
    height: 60px;
    width: 40px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.xgzp-2 .culture-3-btn .swiper-button-next4 {
    position: absolute;
    right: 0;
    top: calc(50% - 30px);
    background: rgba(0, 0, 0, .9);
    height: 60px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.xgzp-2 .culture-3-btn img {
    width: 20px;
    height: 20px;
}

html {
    width: 100%;
    overflow-x: hidden
}

@media screen and (max-width: 1660px) {
    .w1400 {
        width: 93%;
    }
}