* {
    margin: 0px;
    padding: 0px;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #222222;
    background: #fff;
    line-height: 22px;
    min-width: 1300px;
}

ul, li, h1, h2, h3, h4, h5, p, dl, dd, form, ol, img {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.none {
    display: none;
    transition: 0.5s;
    animation-delay: 0.5s;
}

.block {
    display: block;
}

.m {
    width: 1300px;
    margin: 0 auto;
}

.w {
    width: 100%;
    margin: 0 auto;
}

.navfr {
    height: 80px;
    background: #713008;
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 200px;
    z-index: 100;
}

.menu {
    line-height: 80px;
    float: left;
}

.menu ul li {
    font-size: 18px;
    float: left;
    padding: 0px 25px;
    position: relative;
    box-sizing: border-box; /* 添加 box-sizing 属性，确保 border 和 padding 包含在元素宽度内 */
}

.menu ul li a {
    color: #fff;
    display: block;
}

.menu ul li.sj {
    background: url(../img/ico1.png) no-repeat 93% 53%;
}

.menu ul li:hover,
.menu ul li.on {
    background: #ffffff;
}

.menu ul li.sj.on {
    background: url(../img/ico1-on.png) no-repeat 93% 53% #fff;
}

.menu ul li.sj:hover {
    background: url(../img/ico1-on.png) no-repeat 93% 53% #fff;
    border-bottom: none;
    padding: 0px 25px; /* 保持 padding 不变 */
    line-height: 80px;
    box-sizing: border-box; /* 添加 box-sizing 属性，确保 border 和 padding 包含在元素宽度内 */
}

.menu ul li:hover a,
.menu ul li.on a {
    color: #713008;
}

.menu ul li .nav2 {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: none;
    border-top: none;
    background: #fff;
    text-align: center;
    box-sizing: border-box; /* 添加 box-sizing 属性，确保 border 和 padding 包含在元素宽度内 */
}

.menu ul li .nav2 a {
    line-height: 43px;
    color: #2d2d2d;
    border-top: 1px solid #713008;
}

.menu ul li .nav2 a:last-child {
    line-height: 43px;
    color: #2d2d2d;
    border-bottom: 1px solid #713008;
}

.menu ul li .nav2 a:hover {
    color: #713008;
}

.menu ul li:hover .nav2 {
    display: block;
}

.search {
    width: 150px;
    height: 25px;
    background: #fff;
    float: right;
    margin-top: 27px;
}

.search input {
    width: 114px;
    height: 25px;
    padding-left: 10px;
    float: left;
    border: none;
    border-right: 1px solid #881d21;
    font-size: 16px;
    outline: none;
}

.search button {
    width: 25px;
    height: 25px;
    background: url(../img/ico2.png) no-repeat center center;
    outline: none;
    border: none;
    cursor: pointer;
    float: left;
}

img {
    max-width: 100%;
}

.section {
    position: relative;
    overflow: hidden;
}
.clear { clear: both; font-size: 1px; height: 0px; line-height: 0px; }
.clearfix { clear: both; *zoom:1;}
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: "."; clear: both; height: 0; line-height: 0; overflow: hidden }

ol, ul {
    list-style: none;
}

a:link, a:visited {
    text-decoration: none;
}

button, input, select, textarea {
    vertical-align: middle;
}

.top_logo {
    top:0;
    position: fixed;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 1200px;
    height: 200px;
    background: #FFFFFF;
    z-index: 99;
}

.top_logo_content {
    width: 1300px;
    height: 200px;
    margin: 0 auto;
}

.logo {
    float: left;
    padding-top: 50px;
    padding-left: 5px;
}

.logo_ad {
    float: right;
    padding-top: 45px;
    padding-right: 5px;
}

@keyframes zy {
    10% {
        transform: rotate(15deg);
    }
    20% {
        transform: rotate(-10deg);
    }
    30% {
        transform: rotate(5deg);
    }
    40% {
        transform: rotate(-5deg);
    }
    50%, 100% {
        transform: rotate(0deg);
    }
}

.sea-down {
    position: absolute;
    left: 50%;
    margin-left: -29px;
    bottom: 40px;
    z-index: 3;
    pointer-events: none;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.sea-down.to {
    bottom: 90px;
}

.sea-down.loaderMouse,
.sea-down.defaul {
    opacity: 1;
    visibility: visible;
}

.sea-down.loaderMouse i {
    height: 14vw;
}

.sea-down.loaderMouse i:after {
    animation: none;
}

.sea-down.defaul i {
    height: 18px;
}

.sea-down.defaul i:after {
    animation: move2 3s 1s infinite;
}

.sea-down i {
    display: block;
    margin: auto;
    position: relative;
    width: 2px;
    height: 18px;
    transition: 1s;
}

.sea-down i:after {
    position: absolute;
    left: 0;
    top: 0;
    background: #713008;
    content: "";
    width: 100%;
    height: 100%;
    animation: mymove 3s infinite;
    transform-origin: center top;
}

.sea-down i:before {
    position: absolute;
    left: -6px;
    top: -15px;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #713008;
}

.sea-down span {
    display: block;
    margin-top: 15px;
    color: #713008;
    line-height: 1;
    font-size: 14px;
}

.right_piaofu {
    position: fixed;
    right: 20px;
    top: 360px;
    width: 116px;
    z-index: 999;
}

.right_piaofu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.right_piaofu ul li {
    margin-bottom: 10px;
    cursor: pointer;
    width: 116px;
    height: 101px;
    background: #fff;
    border: 1px solid #713008;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.right_piaofu ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.right_piaofu ul li img {
    vertical-align: middle;
    width: auto;
    height: auto;
    margin-bottom: 5px;
}

.right_piaofu ul li .text {
    text-align: center;
    color: #713008;
    font-size: 14px;
    font-weight: bold;
}
@keyframes move2 {
    0% {
        opacity: 1;
        transform: scaleY(1);
    }
    50% {
        transform: scaleY(0.2);
        opacity: 0.2;
    }
}

.btns a {
    display: table;
    position: relative;
    z-index: 3;
    margin-top: 20px;
    height: 46px;
    padding: 0 20px 0 30px;
    line-height: 46px;
    border-radius: 28px;
    text-align: center;
    color: #713008 !important;
    font-size: 19px;
    overflow: hidden;
}

.btns a i {
    font-style: inherit;
    margin-left: 15px;
    font-size: 24px;
    line-height: 1.2;
}

.btns a:before {
    content: "";
    width: 0;
    height: 100%;
    background: #713008;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: -1;
}

.btns a:hover:before,
.btns a.active:before {
    width: 100%;
    right: auto;
    color: #fff;
    left: 0;
}

.btns a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
    content: "";
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 2px solid #713008;
    border-radius: 28px;
}

.btns a:hover,
.btns a.active {
    color: #fff !important;
    border-color: #713008;
    transition-delay: 0.1s;
}


.btns.bs a {
    display: table;
    position: relative;
    z-index: 3;
    margin-top: 20px;
    height: 56px;
    padding: 0 20px 0 30px;
    line-height: 56px;
    border-radius: 28px;
    text-align: center;
    color: #fff !important;
    font-size: 21px;
    overflow: hidden;
}

.btns.bs a i {
    font-style: inherit;
    margin-left: 15px;
    font-size: 24px;
    line-height: 1.2;
}

.btns.bs a:before {
    content: "";
    width: 0;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: -1;
}

.btns.bs a:hover:before,
.btns.bs a.active:before {
    width: 100%;
    right: auto;
    left: 0;
}

.btns.bs a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
    content: "";
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 28px;
}

.btns.bs a:hover,
.btns.bs a.active {
    color: #713008 !important;
    border-color: #713008;
    transition-delay: 0.1s;
}

.lm2 .btns.bs a:hover,
.lm2 .btns.bs a.active {
    color: #ec4148 !important;
}


.navlist {
    display: flex;
    /*flex-direction: row;*/
    /*flex-wrap: nowrap;*/
    flex-flow: row nowrap;
    justify-content: center;
}

.navlist a {
    display: table;
    position: relative;
    z-index: 3;
    /* width: 144px; */
    margin-top: 20px;
    height: 40px;
    padding: 0 20px 0 30px;
    line-height: 38px;
    border-radius: 28px;
    text-align: center;
    color: #713008 !important;
    font-size: 18px;
    overflow: hidden;
    margin: 50px 20px 30px;
}

.navlist a i { /* font-style:inherit; */
    margin-left: 10px; /*  *//* line-height: 1.2; */
    font-size: 23px;
}

.navlist a:before, .navlist2 a:before {
    content: "";
    width: 0;
    height: 100%;
    background: #713008;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: -1;
}

.navlist a:hover:before,
.navlist a.active:before, .navlist2 a:hover:before,
.navlist2 a.active:before {
    width: 100%;
    right: auto;
    color: #fff;
    left: 0;
}

.navlist a:after, .navlist2 a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
    content: "";
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 2px solid #713008;
    border-radius: 28px;
}

.navlist a:hover,
.navlist a.active, .navlist2 a:hover,
.navlist2 a.active {
    color: #fff !important;
    border-color: #713008;
    transition-delay: 0.1s;
}


.zz .fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.first {
}

.first .logo {
    position: absolute;
    left: 10%;
    margin: 0 auto;
    top: 5%;
    z-index: 3;
}

.first.current img {

}


.second {
    padding: 0 100px;
}


.second p {
    font-size: 25px;
    margin: 50px 0;
    line-height: 2;
}


.third {
    padding: 0 60px;
}

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


.third.current .rocket {
    transition: all 1s ease-in-out;
    transform: translate(980px, -240px);
}


.fourth {
    padding: 0 85px;
}


.fourth > div {
    justify-content: space-between;
    align-items: center;
}

.fourth.current .search {
    transition: all 1s ease-in-out;
    transform: translateX(0);
}
.fifth {
    /*padding-top: 30px;*/
}

.fifth > div {
    display: flex;
    flex-direction: column;
}

.fifth .info {
    height: 135px;
    margin: 30px 0;
    background: url(../images/info_5.png) center center no-repeat;
}

.fifth .broswer {
    width: 1004px;
    margin: 0 auto;
    flex: 1;
    background-color: rgba(255, 255, 255, 0.15);
    position: relative;
}

.fifth .toolbar {
    height: 80px;

    position: relative;
    opacity: 0;
}

.leftline, .topline, .rightline, .bottomline {
    position: absolute;
    border-color: rgba(255, 255, 255, 0.5);
}

.leftline {
    left: 0;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    transform: translateY(-100%);
    opacity: 0;
}

.topline {
    top: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    transform: translateX(100%);
    opacity: 0;
}

.rightline {
    right: 0;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    transform: translateY(100%);
    opacity: 0;
}

.bottomline {
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.fifth .box {
    position: absolute;
    left: 70px;
    top: 32px;
    width: 0;
    /*width: 920px;*/
    height: 27px;
    overflow: hidden;
}

.fifth .box span {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    box-sizing: border-box;
}

.fifth .extra {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 394px;
    height: 29px;
    background: url(../images/extra.png);
    opacity: 0;
}

.fifth .line {
    width: 100%;
    position: absolute;
    bottom: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}


.current.fifth .leftline {
    transition: all 1s ease-in-out;
    transform: translateY(0);
    opacity: 1;
}

.current.fifth .topline {
    transition: all 1s 0.5s ease-in-out;
    transform: translateX(0);
    opacity: 1;
}

.current.fifth .rightline {
    transition: all 1s 0.5s ease-in-out;
    transform: translateY(0);
    opacity: 1;
}

.current.fifth .toolbar {
    transition: all 2s 1.5s ease-in-out;
    opacity: 1;
}

.current.fifth .box {
    transition: all 1s 1.5s ease-in-out;
    width: 920px;
}

.current.fifth .extra {
    transition: all 1s 1.5s ease-in-out;
    opacity: 1;
}


.fourth p {
    background: url(../img/dian.png) no-repeat 12px 50%;
    text-indent: 30px;
    font-weight: 400;
    font-size: 22px;
    color: #FFF;
    margin: 10px 0;
    float: left;
    width: 350px;
    height: 30px;
    line-height: 30px;
}

.fourth a {
    margin: 0 20px;
    float: left;
}

.fourth .ktb {
    position: absolute;
    right: 10%;
    width: 30%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 11;
}

.fourth .bbf2 {
    margin-bottom: 20px;
}

.footer-links {
    width: 100%;
    height: 120px;
}

.footer-links a {
    line-height: 40px;
    color: #fff;
    width: 33.33%;
    float: left;
    height: 40px;
    margin-bottom: 20px;
}

.footer-links img {
    height: auto;
    max-height: 40px;
    width: auto;
    margin-right: 10px;
    vertical-align: middle;
}

.footer-links2 {
    margin-top: 20px;
}

.footer_code {
    width: 100%;
    height: 130px;
}

.footer_code a {
    color: #fff;
}

.footer_code ul li {
    width: 24%;
    float: left;
    text-align: center;
    margin-left: 1%;
}

.footer_code ul li img {
    width: 100%;
}

.footer_code ul li p {
    font-size: 14px;
}

.footer_code ul li p span {
    display: block;
}

.footer_code ul li p span:first-child {
    font-size: 16px;
}

.footer_copyright {
    width: 100%;
    margin-top: 30px;
    line-height: 20px;
    text-align: right;
}

.footer_copyright a {
    color: #fff;
    font-size: 14px;
}

.video.btn div {
    float: left;
    margin-right: 2%;
    width: 23%;
    cursor: pointer;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.video.btn div i {
    background: url(/images/video.png) no-repeat 50%;
    top: 45%;
    opacity: 0.5;
    position: absolute;
    left: 50%;
    width: 74px;
    transition: 0.5s;
    height: 74px;
    transform: translate(-50%, -50%);
}

.video.btn div img {
    width: 100%;
    transition: 0.5s;
}

.video.btn div.spanList2 {
}

.video.btn div span {

    display: block; /* width:90%; */
    margin: 0 auto;
}

.video.btn div h3 { /* width:90%; */
    margin: 0 auto;
    font-size: 24px;
    text-align: center;
    line-height: 3;
    background: #fff;
}

.video.btn div.spanList2 img {
    filter: brightness(50%);
}

.video.btn div.active {
    position: relative;


    transform: scale(1.1, 1.1);
    transition-duration: 0.3s;
}

.video.btn div.active:before {
    /* position: absolute; */
    /* border:2px solid #fff; */
    /* padding: 1%; */
    /* left: 2%; */
    /* top:-3%; */
    /* content: ""; */
    /* width: 93%; */
    /* height: 103%; */
}


.video.btn div.active i {
    background: url(/images/video.png) no-repeat 50%;
    /* top: 50%; */
    position: absolute;
    opacity: 1;
    left: 50%;
    width: 74px;
    height: 74px;
    transform: translate(-50%, -50%);
}

.p-common-footer-cv {
    padding: 105px 2% 0;
    height: 275px;
}

.p-common-footer-cv .footlogo {
    float: left;
    width: 7%;
}

.p-common-footer-cv .links {
    float: left;
    width: 37%;
    min-width: 420px;
    font-size: 15px;
    margin-top: 40px;
}

.p-common-footer-cv .links a {
    color: #b4ffd4;
    display: block;
    float: left;
    line-height: 50px;
    width: 30.33%;
    font-weight: 300;
    margin-right: 3%;
}

.p-common-footer-cv .links a i {
    height: 50px;
    display: block;
    float: left;
    width: 29%;
}

.p-common-footer-cv .links a i img {
    max-width: 80%;
    vertical-align: middle;
}

.p-common-footer-cv .links2 {
    float: right;
    width: 28%;
    margin-top: 68px;
}

.p-common-footer-cv .links2 a {
    display: block;
    float: left;
    margin-right: 3%;
    width: 30.33%;
}


.sitecopyright {
    font-size: 13px;
    float: right;
    color: #b4ffd4;
    text-align: right;
    margin-top: 53px;
    width: 26%;
    line-height: 2;
    font-weight: 300;
}


.title7 {
    text-align: center;
    margin-bottom: 80px;
}

.hx7 a {
    width: 23%;
    float: left;
    background: #fff;
    border-radius: 20px;
    display: block;
    margin-right: 2%;
    overflow: hidden;
}


.hx7 a span {
    font-size: 28px;
    display: block;
    line-height: 3;
    text-align: center;
}

.hx7 a:hover {
    transform: scale(1.1, 1.1);
    transition-duration: 0.3s;
    background: #713008;
    color: #fff;
}

.hx7 a:hover img {
}


.title5 {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 8%;
}

.hx5 a {
    width: 47%;
    float: left;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 40px;
    display: block;
    text-align: left;
    margin-right: 6%;
    opacity: 1;
    transition: 0.5s;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(136 136 136 / 0.5);
}

.hx5 a.spanList2 {
    opacity: 0.5;
}

.hx5 a img {
    border-radius: 20px;
    float: left;
    width: 45%;
}

.hx5 a p {
    font-size: 18px;
    display: block;
    float: right;
    padding: 30px 4% 0;
    margin: 0;
    overflow: hidden;
    color: #656565;
    font-weight: 100;
    width: 42%;
    line-height: 1.6;
}

.hx5 a p span {
    font-size: 34px;
    display: block;
    text-align: left;
    line-height: 2;
    color: #0f7139;
    font-weight: 500;
}

.hx5 a:hover {
    transform: scale(1.05, 1.05);
    transition-duration: 0.3s;
    background: #0f7139;
    color: #fff;
}

.hx5 a:hover span, .hx5 a:hover p {
    color: #fff;
}


.title6 {
    margin-top: 9%;
    text-align: center;
    margin-bottom: 50px;
}

.swiper-container5 {
    padding-top: 8rem;
}

.swiper-container5 .w {
    width: 1180px;
    margin: 0 auto;
}

.swiper-container5 h2 {
    font-size: 42px;
    font-weight: normal;
    color: #fff;
    float: left;
}

.swiper-container5 a {
    color: #333333;
}

.swiper-container5 a:hover {
    color: #ce0000;
}

.swiper-container5 span {
    font-size: 15px;
}

.swiper-container5 h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.swiper-container5 p {
    font-size: 15px;
    line-height: 20px;
    margin-top: 30px;
}

.swiper-container5 .button-next {
    display: block;
    float: right;
    font-size: 18px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    background: #313035;
    border-radius: 50px;
}

.swiper-container5 .button-prev {
    display: block;
    float: right;
    font-size: 18px;
    line-height: 60px;
    width: 60px;
    margin: 0 10px;
    height: 60px;
    color: #fff;
    text-align: center;
    background: #313035;
    border-radius: 60px;
}

.swiper-container5 .button-next:hover, .swiper-container5 .button-prev:hover {
    background: #c81010
}

.swiper-container5 .swiper-wrapper {
    margin-top: 50px;
}

.swiper-container5 .swiper-slide img {
    width: 100%;
}

.swiper-container5 .swiper-slide img {
    width: 100%;
}

.swiper-container5 .swiper-slide img {
    width: 100%;
    background: #fff;
    margin-bottom: 40px;
}
.yzjkgjswiper .swiper-slide {

    font-size: 18px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.9);
}

.yzjkgjswiper .swiper-slide:hover, .yzjkgjswiper .swiper-slide-duplicate-active {
    transform: scale(1);
}

.yzjkgjswiper .swiper-slide:hover em {
    display: initial
}

.yzjkgjswiper a.dis {
    background: #fff;
    display: block;
    border-radius: 25px;
    margin-bottom:10px;
    color: #000;
    transition: 0.5s;
    min-height: 340px;
    box-shadow: 0 0 10px rgb(136 136 136 / 0.5);
}

.yzjkgjswiper a.dis span {
}

.yzjkgjswiper a.dis:hover {
}

.yzjkgjswiper a.dis:hover img { /* transition: 0.6s; *//* transform:scale(1.1,1.1); */
}

.yzjkgjswiper a.dis div {
    border-radius: 25px 25px 0 0;
    overflow: hidden;
    display: flex;
}


.yzjkgjswiper a.dis h2 {
    clear: both;
    line-height: 2;
    font-size: 20px;
    overflow: hidden;
    height: 40px;
    margin: 0;
    padding: 10px 30px 0;
    text-shadow: none;
    color: #000;
    font-weight: normal;
}

.yzjkgjswiper a.dis:hover {
}

.yzjkgjswiper a.dis:hover h2 { /* color:#fff; */
}

.yzjkgjswiper a.dis:hover img {

}

.yzjkgjswiper a.dis p {
    padding: 0px 30px 7px;
    margin: 0;
    font-size: 18px;
    font-weight: 100;
}

.yzjkgjswiper a.dis span {
    padding: 0px 30px 0;
    margin: 0;
    font-size: 16px;
    display: block;
    font-weight: 100;
}

.yzjkgjswiper a.dis em {
    display: none;
    padding: 0px 30px 0;
    margin: 0;
    font-style: inherit;
    line-height: 60px;
    padding-right: 30px;
    background: url(/images/os1.png) no-repeat right 50%;
    font-weight: 100;
}

.yzjkgjswiper a.dis2 {
    content: "";
    width: 60px;
    height: 60px;
    background: url(/images/linki.png) no-repeat;
    background-size: 100%;
    position: absolute;
    display: none;
    right: -10px;
    bottom: -10px;
    transition: 0.3s;
    z-index: 1111;
}

.yzjkgjswiper .swiper-slide:hover a.dis2 {
    width: 73px;
    height: 73px;
}

.yzjkgjswiper .swiper-button-prev {
    width: 75px;
    height: 75px;
    text-indent: -1000px;
    background: url(/images/lefti.png?v1) no-repeat;
    outline: medium;
    overflow: hidden;
}

.yzjkgjswiper .swiper-button-prev:hover {
    background: url(/images/lefth.png?v1) no-repeat;
}

.yzjkgjswiper .swiper-button-next {
    width: 75px;
    height: 75px;
    text-indent: -1000px;
    background: url(/images/righti.png?v1) no-repeat;
    outline: medium;
    overflow: hidden;
}

.yzjkgjswiper .swiper-button-next:hover {
    background: url(/images/righth.png?v1) no-repeat;
}
.product-problem  {
    display: inline-block;
    padding: 10px 25px 10px 15px;
    background-color: #ffffff; /* 黄色背景 */
    border: 2px solid #fae2a4; /* 白色边框 */
    border-radius: 20px; /* 圆角 */
    position: relative;
    color: #724b2c; /* 红色文字 */
    font-size: 16px; /* 假设字体大小 */
    line-height: 1;
    font-weight: 800;
    -webkit-text-stroke: 0.8px #fff; /* 兼容 WebKit 内核浏览器（如 Chrome、Safari） */
    text-stroke: 0.8px #fff; /* 标准语法，现代浏览器支持 */
}

.product-problem:hover,.product-problem.hover  {
    display: inline-block;
    padding: 10px 25px 10px 15px;
    background-color: #f9d86e; /* 黄色背景 */
    border: 2px solid #ffffff; /* 白色边框 */
    border-radius: 20px; /* 圆角 */
    position: relative;
    color: #ff4444; /* 红色文字 */
    font-size: 16px; /* 假设字体大小 */
    line-height: 1;
    font-weight: 800;
    -webkit-text-stroke: 0.8px #fff; /* 兼容 WebKit 内核浏览器（如 Chrome、Safari） */
    text-stroke: 0.8px #fff; /* 标准语法，现代浏览器支持 */
    cursor: pointer;
}

.product-problem::after {
    content: '>';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #724b2c; /* 箭头颜色同步文字 */
    font-weight: bold;
}
.product-problem:hover::after,.product-problem.hover::after {
    content: '>';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #ff4444; /* 箭头颜色同步文字 */
    font-weight: bold;
    cursor: pointer;
}

.newslist .swiper-slide {

    font-size: 18px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.9);
}

.newslist .swiper-slide:hover, .newslist .swiper-slide-duplicate-active {
    transform: scale(1);
}

.newslist .swiper-slide:hover em {
    display: initial
}

.newslist a.dis {
    background: #fff;
    display: block;
    border-radius: 25px;
    margin-bottom:10px;
    color: #000;
    transition: 0.5s;
    min-height: 360px;
    box-shadow: 0 0 10px rgb(136 136 136 / 0.5);
}

.newslist a.dis span {
}

.newslist a.dis:hover {
}

.newslist a.dis:hover img { /* transition: 0.6s; *//* transform:scale(1.1,1.1); */
}

.newslist a.dis div {
    border-radius: 25px 25px 0 0;
    overflow: hidden;
    display: flex;
}


.newslist a.dis h2 {
    clear: both;
    line-height: 2;
    font-size: 20px;
    overflow: hidden;
    height: 40px;
    margin: 0;
    padding: 10px 30px 0;
    text-shadow: none;
    color: #000;
    font-weight: normal;
}

.newslist a.dis:hover {
}

.newslist a.dis:hover h2 { /* color:#fff; */
}

.newslist a.dis:hover img {

}

.newslist a.dis p {
    padding: 0px 30px 7px;
    margin: 0;
    font-size: 18px;
    font-weight: 100;
}

.newslist a.dis span {
    padding: 0px 30px 0;
    margin: 0;
    font-size: 16px;
    display: block;
    font-weight: 100;
}

.newslist a.dis em {
    display: none;
    padding: 0px 30px 0;
    margin: 0;
    font-style: inherit;
    line-height: 60px;
    padding-right: 30px;
    background: url(/images/os1.png) no-repeat right 50%;
    font-weight: 100;
}

.newslist a.dis2 {
    content: "";
    width: 60px;
    height: 60px;
    background: url(/images/linki.png) no-repeat;
    background-size: 100%;
    position: absolute;
    display: none;
    right: -10px;
    bottom: -10px;
    transition: 0.3s;
    z-index: 1111;
}

.newslist .swiper-slide:hover a.dis2 {
    width: 73px;
    height: 73px;
}

.newslist .swiper-button-prev {
    width: 75px;
    height: 75px;
    text-indent: -1000px;
    background: url(/images/lefti.png?v1) no-repeat;
    outline: medium;
    overflow: hidden;
}

.newslist .swiper-button-prev:hover {
    background: url(/images/lefth.png?v1) no-repeat;
}

.newslist .swiper-button-next {
    width: 75px;
    height: 75px;
    text-indent: -1000px;
    background: url(/images/righti.png?v1) no-repeat;
    outline: medium;
    overflow: hidden;
}

.newslist .swiper-button-next:hover {
    background: url(/images/righth.png?v1) no-repeat;
}


#sis {
    border-radius: 25px;
    background: url(/images/newsmore.png) no-repeat 50% #2aa94d;
}

#sis a {
    display: block;
    height: 135px;
    padding-bottom: 58%;
}

.k2 {
    width: 35%;
    position: absolute;
    margin-top: -150px;
    left: 3%;
}

.fgj {
    font-size: 20px;
    line-height: 2;
    color: #656565;
    font-weight: 300;
    font-size: 20px;
}

.k3 {
    width: 35%;
    position: absolute;
    right: 2%;
    margin-top: -120px;
}

.k4 {
    width: 35%;
    position: absolute;
    margin-top: -180px;
    left: 3%;
}

.k4 i, .k5 i {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    font-style: inherit;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    color: #fff;
    background: #2aa84d;
}

.k5 {
    width: 38%;
    position: absolute;
    right: 2%;
    margin-top: -120px;
}

.k6 {
    width: 590px;
    position: absolute;
    margin-top: -260px;
    left: 3%;
    line-height: 1.5;
}

.k6 h3 {
    margin-bottom: 0
}

.k6 p {
    margin-bottom: 0
}


.k7 {
    position: absolute;
    left: 5%;
    margin-top: -100px;
}

.k7s {
    position: absolute;
    left: 55%;
    margin-top: -230px;
    margin-left: -230px;
}


.k9 p {

    height: 160px;
}


.k9 .lm1 {
    position: absolute;
    right: 55%;
    margin-top: -300px;
    width: 380px;
    padding: 50px;
    height: 421px;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(90deg, #2cab4e, #107a3d);
}


.k9 .lm2 {
    position: absolute;
    left: 55%;
    margin-top: -300px;
    width: 380px;
    padding: 50px;
    height: 421px;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(90deg, #ef454d, #ef454d);
}


a.top {
    position: fixed;
    right: 60px;
    bottom: 60px;
    z-index: 50;
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    font-family: fangsong;
    font-style: inherit;
    color: #fff;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.32s;
}

a.top svg {
    margin-top: 10px;
    transition: 0.32s;
}

a.top:hover {
    background: rgba(0, 0, 0, 0.4);
    /* line-height: 40px; */
    /* text-indent: 5px; */
}

a.top:hover svg {
    margin-top: 5px;
}

.bai * {
    color: #fff !important;
}

.bai i:before {
    background: #fff !important;
}

.bai i:after {
    background: #fff !important;
}

.s1s {
    width: 1280px;
    margin: 6% auto 0;
}

.s1s1 {
    float: left;
    margin-top: 11%;
}

.s1s2 {
    float: right;
    position: relative;
}

ul#myMenu {
    position: fixed;
    /* animation-delay: 0.8s; */
    z-index: 10;
    /* transition-duration: 0.3s; */
    left: 3%;
    top: 18%;
    transition: 0.6s;
}

ul#myMenu li {
    padding: 10px 0
}

ul#myMenu li a {
    font-size: 20px;
    color: #747373;
}


ul#myMenu li a:before {
    box-shadow: 0 0 10px rgb(136 136 136 / 50%);
    background: #fff;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 12px;
}

ul#myMenu li.active a:before {
    background: #178747;
    width: 20px;
    height: 20px;
}

ul#myMenu li.active a {
    font-size: 30px;
    font-weight: 700;
    color: #178747;
}


.s2 {
    position: relative;
    text-align: center;
    top: 22%;
    vertical-align: middle;
    left: 20%;
    width: 80%;
}


.s3 {
    position: relative;
    text-align: center;
    top: 22%;
    vertical-align: middle;
    left: 20%;
    width: 80%;
}

.s3 .s3s2 {
    float: left;
    margin-left: 5%;
}

.s3 .s3s3 {
    float: left;
    text-align: left;
    margin-left: 2%;
    line-height: 3;
    padding-top: 60px;
}


.s4 {
    position: relative;
    text-align: center;
    top: 22%;
    vertical-align: middle;
    left: 20%;
    width: 80%;
}

.s4 .s4s3 {
    display: block;
    position: absolute;
    right: 10%;
    top: 80px;
}

.s4 .s4s3 p {
    position: relative;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    display: table;
}

.s4 .s4s3 p:before {
    content: "";
    width: 0%;
    height: 2px;
    background: #1a914d;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: 0.4s;
}

.s4 .s4s3 p.c4:before {
    width: 0%;
    transition-delay: 0.0s;
}

.s4 .s4s3 p.c3:before {
    width: 0%;
    transition-delay: 0.2s;
}

.s4 .s4s3 p.c2:before {
    width: 0%;
    transition-delay: 0.4s;
}

.s4 .s4s3 p.c1:before {
    width: 0%;
    transition-delay: 0.6s;
}

.s4 .s4s3:hover p.c1:before {
    width: 100%;
    transition-delay: 0.0s;
}

.s4 .s4s3:hover p.c2:before {
    width: 100%;
    transition-delay: 0.2s;
}

.s4 .s4s3:hover p.c3:before {
    width: 100%;
    transition-delay: 0.4s;
}

.s4 .s4s3:hover p.c4:before {
    width: 100%;
    transition-delay: 0.6s;
}


.s5 {
    position: relative;
    text-align: center;
    top: 15%;
    vertical-align: middle;
    left: 20%;
    width: 80%;
}

.s5 .s5s2 {
}

.s5 .s5s3 {
    margin: 0 auto;
    width: 680px;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    color: #747373;
}

.s5 .s5s4 {
    font-size: 16px;
    line-height: 2;
    color: #1a914d;
    width: 680px;
    margin: 20px auto 60px;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}

.s5 .s5s4:after {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
    content: "";
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid #148042;
    border-radius: 28px;
}


.s5 .s5s4:before {
    content: "";
    width: 0;
    height: 100%;
    background: #148042;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: -1;
}

.s5 .s5s4:hover:before {
    width: 100%;
}

.s5 .s5s4:hover {
    color: #fff;
    transition-duration: 0.6s;
}


.s5 .s5s5 img:hover {
    transform: scale(1.05, 1.05);
    transition-duration: 0.3s;
}

.section.bgl.active {
    background-position-x: 50% !important;
}

.s6 {
    position: relative;
    text-align: center;
    top: 12%;
    vertical-align: middle;
    left: 20%;
    width: 80%;
}

.s6 .mifeng {
    position: absolute;
    top: 220px;
    animation: swing 6s infinite alternate ease-in-out 0.85s;
    padding-bottom: 100px;
}

.s7 {
    position: relative;
    text-align: center;
    top: 15%;
    vertical-align: middle;
    left: 20%;
    width: 75%;
}


.s8 {
    position: relative;
    text-align: center;
    top: 16%;
    vertical-align: middle;
    left: 20%;
    width: 74%;
}


.s9 {
    position: relative;
    text-align: center;
    top: 12%;
    vertical-align: middle;
    left: 20%;
    width: 80%;
}


.s9s3 div {
    color: #148042;
    display: table;
    /* transition-duration: 0.3s; */
    border-radius: 19px;
    padding: 0 30px;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    margin: 15px auto;
}

.s9s3 div:after {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
    content: "";
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 2px solid #148042;
    border-radius: 28px;
}


.s9s3 div:before {
    content: "";
    width: 0;
    height: 100%;
    border-radius: 16px;
    background: #148042;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: -1;
}

.s9s3 div:hover:before {
    width: 100%;
}

.s9s3 div:hover {
    color: #fff;
    transition-duration: 0.6s;
}

.s9s3 div:hover font {
    color: #fff;
    transition-duration: 0.6s;
}


.s9s4 table {
    width: 70%;
    margin: 50px auto 0;
}

.s9s4 table td img {
    transform: scale(1, 1);
    transition-duration: 0.6s;
}


.s9s4 table td:hover img {
    transform: scale(1.05, 1.05);
}


.s9s2 {
    margin-bottom: 30px;
}

ul#myMenu.ttt {
    margin-top: -380px;
}

.s7 p {
    margin: 0
}

.s7s4 {
    position: absolute;
    text-align: left;
    top: 70px;
    font-family: "æ¥·ä½“";
    font-size: 13px;
    line-height: 23px;
    text-indent: 90px;
    color: #353535;
    left: 50%;
    margin-left: -440px;
    width: 520px;
}

.s7s5 {
    position: absolute;
    text-align: left;
    top: 73px;
    font-family: "æ¥·ä½“";
    font-size: 13px;
    line-height: 24px;
    color: #353535;
    left: 50%;
    margin-left: 30px;
    width: 410px;
}


.s8s3 {
    position: absolute;
    text-align: left;
    top: 80px;
    font-family: "æ¥·ä½“";
    font-size: 16px;
    color: #353535;
    left: 50%;
    margin-left: -370px;
    width: 730px;
}

.trip.clearfix {
    margin: 0 auto;
    width: 1024px;
    position: relative;
}

.trip.clearfix em {
    font-style: inherit;
}

#map {
    margin-top: 96px;
    transform: scale(1.5);
    /* margin-left: 96px; */
    width: 560px;
    display: block;
    margin: 60px auto 120px;
    position: relative;
    height: 460px;
    /* left: 21%; */
}

.extent .cn li {
    /*  position: absolute;*/
    top: 0;
    right: 0;
    height: 125px;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: none;
    /* background: #713008; */
    /* border:10px solid #fff; */
    padding: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.extent .cn li .con_box {
    background: #fff;
    /* width: 269px; */
    /* height: 99px; */
    /* padding: 10px 10px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.extent .cn li .con_box h4,
.extent .cn li .con_box p {
    font-size: 22px;
    margin: 10px 0;
    line-height: 2;
    color: #000;
    /* line-height: 40px; */
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    /* text-overflow: ellipsis; */
    -webkit-white-space: nowrap;
    -moz-white-space: nowrap;
    /* white-space: nowrap; */
    /* overflow: hidden; */
}

.extent .cn li .con_box p {
    color: #333;
    margin: 0;
    line-height: 28px;
    font-size: 18px;
    float: left;
    width: 340px;
    display: block;
}

.extent .cn li.on {
    z-index: 999;
    display: block;
}

.scape {
    position: relative;
    z-index: 1;
}

.award {
    background: url(../images/award-bg.png) no-repeat;
    margin-bottom: 13px;
    height: 40px;
    width: 347px;
    position: relative;
}

.penster {
    width: 345px;
    line-height: 40px;
    height: 40px;
    text-indent: 10px;
    display: block;
    background: url(/images/3j.png) 95% 50% no-repeat #fff;
    color: #255465;
    font-size: 16px;
}

.iselect1 {
    border: none;
    width: 100%;
    line-height: 100%;
    height: 40px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    background: none;
    box-sizing: border-box;
}

.inp1 {
    border: none;
    line-height: 40px;
    height: 40px;
    text-align: center;
    width: 347px;
    background-color: transparent;
    color: #255465;
    font-size: 16px;
}

.extent .cn {
    background: #fff; /* width: 812px; */
}


.extent .cn li .con_box p img {
    vertical-align: middle;
    width: 28px;
    margin-right: 10px;
}

.os2 {
    animation-delay: 1s;
    border-top: 2px solid #e7d79c;
    padding-top: 10px;
    margin-top: 30px;
    position: relative;
    margin-right: 80px;
}

.os2:after {
    position: absolute;
    content: "";
    top: 0;
    display: block;
    height: 2px;
    width: 100px;
    margin-top: -2px;
    background: #d61f27;
}

.videolist.ms {
    position: relative;
}

.videolist.ms img {
    border-radius: 20px;
    box-shadow: 15px 15px 0px rgb(180 0 0);
}


.videolist.ms i {
    background: url(/images/video.png) no-repeat 50%;
    top: 50%;
    opacity: 50%;
    transition: 0.5s;
    position: absolute;
    left: 50%;
    width: 74px;
    height: 74px;
    transform: translate(-50%, -50%);
}


.videolist.ms:hover i {
    background: url(/images/video.png) no-repeat 50%;
    top: 50%;
    opacity: 100%;
    position: absolute;
    left: 50%;
    width: 74px;
    height: 74px;
    transform: translate(-50%, -50%);
}

.hx7:after {
    clear: both;
    content: '';
    display: block;
}

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

a img { border: 0 }
a { text-decoration: none; color: #2b2b2b; }
a:hover { color:#860101;}
p { text-indent: 2em; }
i { font-style: normal; display: block; }
em { font-style: normal; display: block; text-align: center; }

/*舒筋健腰丸*/
.sjjyw{padding-top:30px; padding-bottom:30px;margin-top:280px;min-height:600px;}
.sjjyw .main-tit1{padding-top:0px; padding-bottom:10px; margin-bottom:20px;}
.sjjyw .left{width:180px; float:left; margin-right:30px;}
.sjjyw .left .left-tit{height:40px; background:#713008; color:#fff; line-height:40px; padding-left:20px; font-size:18px; margin-bottom:10px;}
.sjjyw .left .left-nav{ margin-bottom:10px; border:1px solid #dcdcdc; background:#f3f3f3;}
.sjjyw .left .left-nav ul li{line-height:28px; border-top:1px solid #dcdcdc; padding:0px 10px 0px 20px; font-size:14px;}
.sjjyw .left .left-nav ul li:first-child{border-top:none;}
.sjjyw .left .left-nav ul li a{display:block;}
.sjjyw .left .left-nav ul li:hover a,.sjjyw .left .left-nav ul li.on a{background:url(../img/ico5.png) no-repeat right center; color:#881d21;}
.sjjyw .left .left-new{border:1px solid #dcdcdc; padding:10px; line-height:30px;}
.sjjyw .left .left-new em{color:#9d0202; font-size:14px;}
.sjjyw .left .left-new ul li{padding-left:10px; background:url(../img/ico4.png) no-repeat left center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.sjjyw .right{ width:1090px; float:left;}
.sjjyw .right .xwdt{}
/*新闻内容不缩进 nick 2017-7-10*/
.sjjyw .right .xwdt p{text-indent:0em;}
.sjjyw .right .xwdt img{ max-width: 1000px; }
.sjjyw .right .xwdt ul li{padding-bottom:25px; margin-bottom:20px; border-bottom:1px solid #d0d0d0;}
.sjjyw .right .xwdt ul li:last-child{border-bottom:none; margin-bottom:0px;}
.sjjyw .right .xwdt ul li .xw-tit{ margin-bottom:10px;}
.sjjyw .right .xwdt ul li .xw-tit a{display:inline-block; width:600px; font-size:14px; color:#9d0202; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.sjjyw .right .xwdt ul li .xw-tit span{float:right; color:#b3b3b3;}
.sjjyw .right .xwdt ul li .xw-cont .xw-img{width:200px; height:130px; float:left; margin-right:20px;}
.sjjyw .right .xwdt ul li .xw-cont .xw-img img{display:block;width:200px; height:130px;}
.sjjyw .right .xwdt ul li .xw-cont .xw-text{width:870px; float:left; padding-top:15px;}
.sjjyw .right .xwdt ul li .xw-cont .xw-text i{height:66px; overflow:hidden;}
.sjjyw .right .xwdt ul li .xw-cont .xw-text a{display:inline-block; float:right; color:#9d0202; margin-top:10px; margin-right:10px;}

.sjjyw .right .jyw-slide{padding:20px; background:#efefef; position:relative; margin-bottom:20px;}
.sjjyw .right .jyw-slide .bd{width:1050px; height:451px; overflow:hidden;}
.sjjyw .right .jyw-slide .bd ul li{margin-right:10px; float:left;}
.sjjyw .right .jyw-slide .bd ul li img{display:block; width:649px; height:407px; margin-bottom:15px; margin-left: 100px;}
.sjjyw .right .jyw-slide .bd ul li .i1{font-size:16px; width:700px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin-bottom:10px;}
.sjjyw .right .jyw-slide .bd ul li .i2{font-size:14px; color:#5b5b5b; margin-bottom:10px;}
.sjjyw .right .jyw-slide .bd ul li .i3{width:977px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:14px; color:#6f6f6f}
.sjjyw .right .jyw-slide .prev{display:block; width:23px; height:24px; background:url(../img/left2.png) no-repeat; position:absolute; left:20px; bottom:261px; z-index:999;}
.sjjyw .right .jyw-slide .next{display:block; width:23px; height:24px; background:url(../img/right2.png) no-repeat; position:absolute; right:20px; bottom:261px; z-index:999;}
.sjjyw .right .jyw-list ul li{border-bottom:1px solid #ededed; line-height:39px; padding-left:8px; height:39px; font-size:16px;}
.sjjyw .right .jyw-list ul li a{display:inline-block; width:640px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; background:url(../img/ico4.png) no-repeat left center; padding-left:15px;}
.sjjyw .right .jyw-list ul li span{float:right; color:#a0a0a0;}
.sjjyw .right .num-list{ padding-top:30px; padding-bottom:30px; text-align:center; line-height:20px; font-size:14px;color:#757575}
.sjjyw .right .num-list ul li{display:inline-block; padding:0px 6px; border:1px solid #757575; color:#757575; cursor:pointer; margin:0px 5px;}
.sjjyw .right .num-list ul li:hover,.sjjyw .right .num-list ul li.on{color:#881d21; border:1px solid #881d21;}
.sjjyw .right .num-list ul i{display:inline-block; margin:0px 5px;}
.sjjyw .right .num-list ul input{ display:inline-block; width:18px; height:18px; border:1px solid #757575; text-align:center;}
.sjjyw .right .num-list ul button{display:inline-block; width:35px; height:20px; border:1px solid #313131; cursor:pointer; background:#fff; margin-left:10px;}


/*产品效果*/
.main-tit1{ padding-top:28px; padding-bottom:20px; border-bottom:1px solid #881d21; margin-bottom:30px; line-height:30px;}
.main-tit1 .i1{ float:left; font-size:28px; color:#a7a7a7;}
.main-tit1 .i2{ font-size:16px; float:left;}
.main-tit1 .i2 span{margin:0px 15px;}
.main-tit1 .sch{width:160px; height:20px; border:1px solid #881d21; float:right; border-radius:1px;-webkit-border-radius:1px; margin-top:5px;}
.main-tit1 .sch input{width:130px; height:18px; border-right:1px solid #881d21; float:left; font-size:12px; outline:none; padding-left:7px;}
.main-tit1 .sch button{width:20px; height:18px; float:left; outline:none; cursor:pointer; background:url(../img/ico2.png) no-repeat center center; background-size:12px auto;}
.main-tit1 .ljgm{float:right; display:block; font-size:14px; color:#fff; width:100px; height:30px; background:#881d21; text-align:center; line-height:30px; border-radius:10px;-webkit-border-radius:10px;}

.cpxg{ margin-bottom:50px;}
.cpxg .prev{display:block; float:left; width:28px; height:67px; background:url(../img/left.png) no-repeat; margin-top:270px; margin-right:5px;}
.cpxg .next{display:block; float:right; width:28px; height:67px; background:url(../img/right.png) no-repeat; margin-top:270px; margin-left:5px;}
.cpxg .bd{width:1034px; height:604px; float:left; overflow:hidden;}
.cpxg .bd ul li{width:1034px; height:604px; background:url(../img/bg3.jpg) no-repeat; margin-right:10px;}
.cpxg .bd ul li .xg-tit{padding:30px 30px 20px 20px;}
.cpxg .bd ul li .xg-tit i{width:304px; height:58px; background:url(../img/bg2.png) no-repeat; float:left; line-height:58px; color:#fff; text-align:center; font-size:27px; font-family:"宋体";}
.cpxg .bd ul li .xg-tit a{display:block; width:132px; height:38px; color:#fff; background:#881d21; float:right; font-size:18px; line-height:38px; text-align:center; margin-top:10px; border-radius:10px;-webkit-border-radius:10px;}
.cpxg .bd ul li .xg-text{width:565px; height:430px; float:left; margin-left:44px; font-size:14px; color:#000; line-height:24px;}
.cpxg .bd ul li .xg-text span{color:#a93527;}
.cpxg .bd ul li .xg-img{width:425px; float:right;}
.cpxg .bd ul li .yhpj{width:925px; height:393px; background:#fff; border:2px solid #a30000; margin:20px auto; padding:20px 30px;}
.cpxg .bd ul li .yhpj img{display:block; width:863px; height:auto;}
.cpxg .bd ul li .yhpj .pj-slide{margin-top:20px;}
.cpxg .bd ul li .yhpj .pj-slide ul li{width:863px; height:240px; background:none;}
.cpxg .bd ul li .yhpj .pj-slide img{ width:859px; border:1px solid #a30000;}

/*网上购买*/
.gmcpfr{padding-bottom:30px; overflow:hidden;}
.wg-tit{font-size:16px; color:#9c9c9c; line-height:30px; text-align:center; margin-bottom:30px;}
.wg-tit .i1{font-size:20px; color:#494949;}
.wg-tit .i1 span{color:#ff0000;}
.wg-list1{margin-bottom:20px; border-bottom:1px solid #707070; padding-bottom:20px;}
.wg-list1 ul{width:1140px;}
.wg-list1 ul li{float:left; border:1px solid #dcdcdc; margin-right:40px; margin-bottom:30px;}
.wg-list1 ul li img{width:243px; height:158px; display:block;}
.wg-list2 ul{width:1128px;}
.wg-list2 ul li{float:left; border:1px solid #dcdcdc; margin-right:28px; margin-bottom:20px;}
.wg-list2 ul li img{width:158px; height:98px; display:block;}
.wg-list ul li:hover{border:1px solid #a0a0a0;}

/*精彩活动*/
.jchd{padding-bottom:50px; overflow:hidden;}
.jchd1{margin-bottom:30px;}
.jchd1 img{display:block; width:1100px; height:432px;}
.jchd2 ul{width:1150px;}
.jchd2 ul li{float:left; margin-right:45px;}
.jchd2 ul li img{display:block; width:241px; height:168px;}