/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

.sjcTop,
.sjcBottom,
.sjcLeft,
.sjcRight,
.rightWow,
.leftWow,
.bottomWow,
.bg {
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.banner {
    position: relative;
    height: 905px;
    margin-bottom: 60px;
}

.banner .slider {
    position: absolute !important;
    left: 50%;
    transform: translate(-50%);
    width: 100% !important;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    top: 0;
    margin: 0 auto;
}

.banner .slider-main {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
}

.banner .slider-main li {
    width: 100%;
    height: 100%;
}

.banner .slider-main li a img {
    width: 100%;
    height: 100%;
}

.banner .osSlider-main .slider-btn-prev {
    position: absolute;
    z-index: 30;
    top: 50%;
    left: -81px;
    width: 81px;
    height: 81px;
    text-indent: -9999px;
    margin-top: -20px;
    background: url(../images/arrowPrev.png) 50% 50% no-repeat;
    transition: all 0.5s linear;
    cursor: pointer;
}

.banner .osSlider-main:hover .slider-btn-prev {
    left: 10%;
}

.banner .osSlider-main .slider-btn-next {
    position: absolute;
    z-index: 30;
    top: 50%;
    right: -81px;
    width: 81px;
    height: 81px;
    text-indent: -9999px;
    margin-top: -20px;
    background: url(../images/arrowNext.png) 50% 50% no-repeat;
    transition: all 0.5s linear;
    cursor: pointer;
}

.banner .osSlider-main:hover .slider-btn-next {
    right: 10%;
    cursor: pointer;
}


.one {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tran {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

a,
img {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

button,
input {
    border: none;
    outline: none;
}

.out {
    position: relative;
}

.out:hover::after,
.out:hover::before {
    width: 100%;
}

.out:hover>a::after,
.out:hover>a::before {
    height: 166px;
}

.out:hover .pro_hot_txt>a {
    color: #0074d4;
}

.out::after,
.out::before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: #386be1;
    left: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.out::after {
    top: 0;
}

.out::before {
    top: 166px;
}

.in::after,
.in::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 0;
    background: #386be1;
    top: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.in::after {
    left: 0;
}

.in::before {
    right: 0;
}

.shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}

.shadow2:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.linkeff {
    position: relative;
}

.linkeff:hover::after,
.linkeff:hover::before {
    width: 100%;
}

.linkeff::after,
.linkeff::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    height: 1px;
    background: #386be1;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.linkeff::after {
    left: 0;
    top: 0;
}

.linkeff::before {
    right: 0;
    bottom: 0;
}

.img_white {
    overflow: hidden;
}

.img_white::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 1;
    bottom: -100%;
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}

.img_white:hover::after {
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
    transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    bottom: 100%;
}

.img_save {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.ban-but {
    position: absolute;
    bottom: -50px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    width: 1445px;
    height: 100px;
    box-sizing: border-box;
    background-color: #e1b64d;
    box-shadow: 0px 0px 3px 0px rgba(17, 17, 17, 0.15);
    border-radius: 8px;
    padding-right: 43px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ban-but .xunpan {
    position: relative;
    cursor: pointer;
}

.ban-but .xunpan span {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    position: relative;
    left: 30px;
}

.ban-but .xunpan span:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 10px;
    display: inline-block;
    width: 35px;
    height: 24px;
    background-color: #ffffff;
}

.ban-but .xunpan i:nth-child(2) {
    margin-left: 47px;
    font-size: 16px;
    color: #fefefe;
}

.ban-but .xunpan .tips {
    position: absolute;
    left: 120px;
    top: 36px;
    width: 180px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #a90007;
    border-radius: 4px;
    font-weight: bold;
    box-shadow: 5px 5px 2px rgba(158, 158, 158, .3);

    -webkit-transform: translateX(-20%) scale(0);
    -moz-transform: translateX(-20%) scale(0);
    -o-transform: translateX(-20%) scale(0);
    -ms-transform: translateX(-20%) scale(0);
    transform: translateX(-20%) scale(0);
    -webkit-transition: transform .6s, opacity .4s;
    -moz-transition: transform .6s, opacity .4s;
    -o-transition: transform .6s, opacity .4s;
    -ms-transition: transform .6s, opacity .4s;
    transition: transform .6s, opacity .4s;
    opacity: 0;
}

.ban-but .xunpan:hover .tips {
    -webkit-transform: translateX(-20%) scale(1);
    -moz-transform: translateX(-20%) scale(1);
    -o-transform: translateX(-20%) scale(1);
    -ms-transform: translateX(-20%) scale(1);
    transform: translateX(-20%) scale(1);
    opacity: 1;
}

.ban-but .search {
    width: 320px;
    height: 40px;
    line-height: 40px;
    background-color: #f4f4f4;
    border-radius: 20px;
    box-sizing: border-box;
    padding-left: 21px;
}

.ban-but .search input {
    background: transparent;
}

.ban-but .search button {
    cursor: pointer;
    width: 64px;
    height: 100%;
    float: right;
    border-radius: 0 20px 20px 0;
    background-color: #1b1b1b;
}

.ban-but input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999999;
}

.ban-but input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
}

.ban-but input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
}

.ban-but input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999999;
}

.ban-but .phone>i:first-child {
    display: inline-block;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-right: 22px;
    background-color: #a90007;
}

.ban-but .phone>span {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.ban-but .phone>span i {
    font-size: 16px;
    color: #ffffff;
}

.yebl {
    width: 1280px;
    margin: 0 auto;
}

/* tit-box b */

.tit-box {
    text-align: center;
    width: 230px;
    margin: 0 auto;
    position: relative;
}

.tit-box:before {
    content: "";
    position: absolute;
    left: -20px;
    top: -2px;
    width: 43px;
    height: 86px;
    display: inline-block;
    background: url(../images/tit-l.png) no-repeat center;
}

.tit-box p,
.tit-box a {
    display: block;
    font-size: 38px;
    font-family: SimSun;
    font-weight: bold;
    color: #a90007;
}

.tit-box p:after,
.tit-box a:after {
    content: "】";
    display: inline-block;
    margin-left: 10px;
}

.tit-box i {
    font-family: Arial;
    font-size: 18px;
    font-weight: bolder;
    color: #a90007;
    text-transform: uppercase;
}


/* pro-box */
.pro-box {
    overflow: hidden;
    margin-top: 130px;
}

.slide-pro {
    margin-top: 54px;
}

.slide-pro .hd {
    width: 1362px;
    display: flex;
    position: relative;
    left: -38px;
    margin: 0 auto;
    box-sizing: border-box;
    justify-content: space-between;
}

.slide-pro .hd span {
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: SimSun;
    font-weight: bold;
    background-color: #a90007;
    border-radius: 5px 0px 0px 5px;
    font-size: 24px;
    color: #ffffff;
}

.slide-pro .hd ul {
    padding-top: 13px;
    flex: 1;
    border: solid 1px #eeeeee;
}

.slide-pro .hd ul li {
    display: inline-block;
    padding: 0 33px;
}

.slide-pro .hd ul li a {
    font-size: 16px;
    color: #666666;
    position: relative;
    display: inline-block;
}

.slide-pro .hd ul li.on a {
    font-weight: bold;
    color: #a90007;
}

.slide-pro .hd ul li a::before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 20px;
    transform: translateY(2px);
    background: url(../images/pro-ti.png) no-repeat center;
}

.slide-pro .hd ul li a:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -37px;
    top: -4px;
    width: 1px;
    height: 30px;
    border-right: dashed 1px #dddddd;
}

.slide-pro .hd ul li:last-child a:after {
    border-right: dashed 0 #dddddd;
}

.slide-pro .hd>a {
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: Arial;
    text-transform: uppercase;
    background-color: #a90007;
    border-radius: 0px 5px 5px 0px;
    font-size: 18px;
    color: #ffffff;
}

.slide-pro .hd>a:hover {
    transform: translateX(-5px);
}


.pro-bd {
    width: 1600px;
    margin: 45px auto;
    position: relative;
}

.pro-bd:before {
    content: "";
    position: absolute;
    display: inline-block;
    z-index: -2;
    width: 1600px;
    left: 0;
    top: 0;
    height: 714px;
    background-color: #f4f4f4;
    border-radius: 100px 5px 150px 5px;
}

.pro-bd .bd>div .top a {
    display: inline-block;
    position: relative;
}

.pro-bd .bd>div .top a:after {
    position: absolute;
    bottom: -6px;
    right: -6px;
    z-index: -1;
    content: "";
    display: inline-block;
    width: 280px;
    height: 210px;
    background-color: #e1b64d;
    border-radius: 100px 5px 150px 5px;
}

.pro-bd .bd>div .top a img {
    width: 748px;
    height: 442px;
    object-fit: cover;
    border-radius: 100px 5px 150px 5px;
}


.pro-bd .bd>div .top div {
    display: inline-block;
    margin: 100px 0 0 255px;
    position: relative;
}

.pro-bd .bd>div .top div::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -152px;
    display: inline-block;
    width: 89px;
    height: 451px;
    background: url(../images/pro-txt.png) no-repeat center;
}

.pro-bd .bd>div .top div .tit {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    position: relative;
}

.pro-bd .bd>div .top div .tit:after {
    position: absolute;
    top: -32px;
    left: -5px;
    z-index: -1;
    content: "DELICIOUS";
    font-family: Arial;
    font-size: 58px;
    font-weight: bold;
    color: #eeeeee;
}

.pro-bd .bd>div .top div .desc {
    width: 416px;
    font-size: 16px;
    line-height: 36px;
    color: #999999;
    margin: 59px 0 73px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pro-bd .bd>div .top div>a {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    padding-left: 51px;
    text-transform: uppercase;
    position: relative;
}

.pro-bd .bd>div .top div:hover>a{
    transform: translateX(5px);
}

.pro-bd .bd>div .top div>a:after {
    position: absolute;
    left: 3px;
    bottom: 0;
    content: "";
    display: inline-block;
    width: 125px;
    height: 9px;
    background-color: #a90007;
    border-radius: 2px;
}

.pro-bd .bd>div .dowp {
    margin: 61px 0 0 158px;
}

.pro-bd .bd>div .dowp li {
    width: 372px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 74px 34px 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.pro-bd .bd>div .dowp li:hover {
    transform: translateY(-5px);
}

.pro-bd .bd>div .dowp li:hover a>span img {
    transform: translateX(-5px);
}

.pro-bd .bd>div .dowp li:nth-child(3n+3) {
    margin-right: 0;
}

.pro-bd .bd>div .dowp li:nth-child(3) span {
    visibility: hidden;
}

.pro-bd .bd>div .dowp li:nth-child(3) img {
    border-radius: 100px 5px 150px 5px;
}

.pro-bd .bd>div .dowp li:nth-child(3) a {
    position: relative;
}

.slide-pro {
    position: relative;
}

.pro-bd:after {
    position: absolute;
    top: 478px;
    right: -130px;
    z-index: -1;
    content: "";
    display: inline-block;
    width: 696px;
    height: 285px;
    background: url(../images/pro-bR.png) no-repeat center;
}


.pro-bd .bd>div .dowp li a>img {
    width: 372px;
    height: 276px;
    border-radius: 5px 40px 5px 40px;
    border: solid 3px #eeeeee;
}

.pro-bd .bd>div .dowp li a>span {
    display: block;
    margin: 41px 31px 0;
}

.pro-bd .bd>div .dowp li a>span i {
    display: inline-block;
    width: 70%;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
}

.pro-bd .bd>div .dowp li a>span i:before {
    content: "";
    width: 14px;
    height: 12px;
    display: inline-block;
    margin-right: 22px;
    background: url(../images/pro-i2.png) no-repeat center;
}

.pro-bd .bd>div .dowp li a>span img {
    float: right;
}


/* adv */
.adv-con {
    margin-top: 70px;
    height: 689px;
    background-color: #f4f4f4;
    overflow: hidden;
    position: relative;
}

.adv-con .yebl {
    position: relative;
    height: 689px;
}

.adv-con .yebl>i {
    display: inline-block;
    position: absolute;
    left: -320px;
}

.adv-con .yebl>i>img {
    transition: all .5s;
    -webkit-transition: all .5s;
}

.adv-con .yebl>i>img:hover {
    transform: scale(1.1);
}

.adv-con .yebl>i:after {
    content: "经营企业灵魂";
    position: absolute;
    bottom: 47px;
    right: 88px;
    width: 40px;
    padding-left: 5px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 28px;
    letter-spacing: 22px;
    color: #a90007;
    text-align: center;
    border-radius: 5px;
    border: dashed 1px #dddddd;
    transform: rotate(28deg);
}

.adv-con .yebl ul {
    display: inline-block;
    position: relative;
    z-index: 9;
    width: 750px;
    height: 689px;
    border-right: 1px dashed #e1b64d;
}

.adv-con .yebl ul:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 315px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-left: dashed 1px #e1b64d;
}

.adv-con .yebl ul:after {
    content: "";
    position: absolute;
    width: 804px;
    height: 1px;
    left: -55px;
    top: 51%;
    border-bottom: dashed 1px #e1b64d;
}

.adv-con .yebl ul li {
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.adv-con .yebl ul li:nth-child(1),
.adv-con .yebl ul li:nth-child(2) {
    width: 364px;
    padding: 69px 0 58px 0;
}

.adv-con .yebl ul li:nth-child(3) {
    padding: 54px 0 0 0;
    width: 100%;
}

.adv-con .yebl ul li span {
    font-family: SimSun;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    color: #666666;
    display: inline-block;
    width: 88px;
    height: 81px;
    line-height: 81px;
    text-align: center;
    transition: all .5s;
    -webkit-transition: all .5s;
    background: url(../images/lbx2.png) no-repeat center;
}

.adv-con .yebl ul li.active span {
    color: #e1b64d;
    background: url(../images/lbx1.png) no-repeat center;
}

.adv-con .yebl ul li p {
    font-size: 30px;
    font-family: SimSun;
    font-weight: bold;
    color: #a90007;
    margin: 21px 0 28px 0;
}

.adv-con .yebl ul li p i {
    font-family: Times New Roman;
    font-size: 30px;
    font-weight: bold;
    color: #a90007;
}

.adv-con .yebl ul li>i {
    display: block;
    text-align: center;
    width: 176px;
    height: 45px;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.adv-con .xy-text {
    position: absolute;
    right: -320px;
    top: 0;
}

.adv-con .xy-text p {
    width: 172px;
    height: 185px;
    text-align: center;
    line-height: 185px;
    font-family: SimSun;
    font-size: 88px;
    font-weight: bold;
    color: #e1b64d;
    background: url(../images/yao.png) no-repeat center;
    position: relative;
}

.adv-con .xy-text p:first-child:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -72px;
    bottom: -78px;
    width: 320px;
    height: 1px;
    border-bottom: 1px dashed #e1b64d;
}

.adv-con .xy-text p:first-child {
    margin: 90px 74px 79px 0;
}

.adv-con .xy-text p:last-child {
    margin: 140px 74px 74px 0;
}

.adv-con .yebl>.red {
    position: absolute;
    z-index: 9;
    bottom: -30px;
    left: 38%;
    width: 71px;
    height: 110px;
    display: inline-block;
    background-color: #a90007;
    border-radius: 5px;
    transform: rotate(28deg);
}

.adv-con .yebl>.yellow {
    position: absolute;
    z-index: 9;
    bottom: -60px;
    left: 85%;
    width: 71px;
    height: 110px;
    display: inline-block;
    background-color: #e1b64d;
    border-radius: 5px;
    transform: rotate(28deg);
}

.adv-but .phone {
    margin-top: 136px;
    padding-bottom: 150px;
}
.adv-but .phone:hover a{
    transform: translateX(-5px);
}

.adv-but .phone p {
    width: 164px;
    height: 67px;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 117px;
}

.adv-but .phone p i:first-child {
    font-size: 18px;
    color: #666666;
}

.adv-but .phone p i:last-child {
    font-family: Times New Roman;
    font-size: 30px;
    font-weight: bold;
    color: #a90007;
}


.adv-but .phone p::before {
    content: "";
    width: 78px;
    height: 67px;
    position: absolute;
    left: 0;
    display: inline-block;
    margin-right: 35px;
    background: url(../images/phone2.png) no-repeat center;
}

.adv-but .phone a {
    display: block;
    font-size: 16px;
    width: 370px;
    height: 51px;
    text-align: center;
    line-height: 51px;
    color: #666666;
    position: relative;
    margin: 25px 0 0 118px;
}

.adv-but .phone a::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 300px;
    height: 1px;
    border-top: dashed 1px #dddddd;
}

.adv-but .phone a::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 300px;
    height: 1px;
    border-bottom: dashed 1px #dddddd;
}

.adv-box {
    overflow: hidden;
}

.adv-but {
    position: relative;
}

.adv-but .img-b {
    position: absolute;
    z-index: 9;
    right: 475px;
    top: -58px;
}

.adv-but .img-b>img {
    position: absolute;
    z-index: 9;
    left: -380px;
    display: inline-block;
}

.adv-but .img-b i {
    position: absolute;
    left: -87px;
    top: 58px;
    z-index: 1;
    display: inline-block;
    width: 886px;
    height: 362px;
    line-height: 302px;
    text-align: center;
    box-sizing: border-box;
    background-color: #a90007;
    border-radius: 0px 0px 0px 8px;
}

.adv-but .img-b i img {
    width: 556px;
    padding-top: 30px;
    padding-left: 88px;
}

#xuanzhun {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 10s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 10s;
    -webkit-animation: rotate 18s linear infinite;
    -moz-animation: rotate 18s linear infinite;
    -o-animation: rotate 18s linear infinite;
    animation: rotate 18s linear infinite;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(359deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

/* case */
.case-box {
    overflow: hidden;
    padding: 30px 0 110px 0;
}

.case-con {
    margin-top: 61px;
    position: relative;
}

.case-con:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: -320px;
    top: -145px;
    display: inline-block;
    width: 1759px;
    height: 907px;
    background-color: #f4f4f4;
    border-radius: 4px 445px 445px 4px;
}

.case-con>a {
    position: absolute;
    right: -158px;
    top: 44%;
    width: 98px;
    height: 58px;
    background-color: #e1b64d;
    border-radius: 5px;
    text-align: center;
    line-height: 58px;
    font-size: 16px;
    color: #ffffff;
}

.case-con .top {
    position: relative;
    width: 100%;
    height: 300px;
}

.case-con .top .left {
    width: 850px;
    height: 261px;
    position: absolute;
    left: -330px;
    background-color: #e1b64d;
    border-radius: 0px 121px 140px 0px;
}

.case-con .top .left img {
    margin-top: -165px;
}

.case-con .top .left span {
    position: relative;
    font-family: SimSun;
    font-size: 28px;
    color: #333333;
    border-radius: 5px;
    display: inline-block;
    transform: translateY(40px);
    margin: 0 0 0 23px;
    border: dashed 1px #ffffff;
    padding: 14px 16px 14px 18px;
}

.case-con .top .left span::before {
    content: "J";
    position: absolute;
    display: inline-block;
    top: -180px;
    right: 29px;
    z-index: -1;
    font-family: Times New Roman;
    font-size: 328px;
    font-weight: bold;
    color: #a90007;
}

.case-con .top .right {
    position: absolute;
    right: 0;
    width: 708px;
    height: 307px;
    padding: 4px;
    box-sizing: border-box;
    background-color: #a90007;
    border-radius: 5px;
}

.case-con .top .right .swiper-slide {
    display: flex;
}

.case-con .top .right .swiper-slide:hover div>a:last-child{
    transform: translateX(5px);
}

.case-con .top .right .swiper-slide>a img {
    width: 328px;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}

.case-con .top .right .swiper-slide div {
    display: inline-block;
    width: 256px;
    margin: 60px 0 0 57px;
}

.case-con .top .right .swiper-slide div>a:first-child {
    font-size: 16px;
    width: 80%;
    font-weight: bold;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case-con .top .right .swiper-slide div>p {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin: 40px 0 35px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.case-con .top .right .swiper-slide div>a:last-child img {
    margin-right: 10px;
}

.case-con .top .right .swiper-slide div>a:last-child {
    display: block;
    width: 114px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #1b1b1b;
    border-radius: 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    float: right;
}

.case-con .dowp {
    position: relative;
}

.case-con .dowp .case-prev {
    position: absolute;
    width: 55px;
    height: 75px;
    top: 120px;
    line-height: 75px;
    text-align: center;
    background-color: #0a0707;
    border-radius: 5px;
    cursor: pointer;
}

.swiper-case2 {
    width: 1090px;
    margin-top: 45px;
    margin-right: 0;
}

.swiper-case2 .swiper-slide {
    width: 330px;
    height: 308px;
    padding: 4px;
    box-sizing: border-box;
    background-color: #1b1b1b;
    border-radius: 5px;
}

.swiper-case2 .swiper-slide:hover a>span i:last-child{
    transform: translateX(-5px);
}

.swiper-case2 .swiper-slide a>img {
    width: 322px;
    height: 234px;
    object-fit: cover;
    border-radius: 5px;
}

.swiper-case2 .swiper-slide a>span {
    display: block;
    width: 95%;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    margin: 14px 0 0 10px;
}

.swiper-case2 .swiper-slide a>span i:first-child {
    display: inline-block;
    width: 50%;
    font-size: 16px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-case2 .swiper-slide a>span i:last-child {
    display: inline-block;
    float: right;
    text-align: center;
    line-height: 40px;
    width: 114px;
    height: 40px;
    background-color: #a90007;
    border-radius: 20px;
    font-size: 14px;
    color: #ffffff;
    transition: all .5s;
    -webkit-transition:all .5s;
}

.swiper-case2 .swiper-slide a>span i:last-child img {
    margin-right: 15px;
}


/* process b */
.process-c {
    margin: 59px auto 84px;
}

.process-c li {
    position: relative;
    width: 133px;
    text-align: center;
    display: inline-block;
    margin-right: 90px;
    cursor: pointer;
}

.process-c li:last-child {
    margin-right: 0;
}

.process-c li p {
    font-size: 18px;
    color: #444444;
    margin-top: 25px;
}

.process-c li .icon {
    position: relative;
    display: inline-block;
    width: 132px;
    height: 126px;
    overflow: hidden;
    object-fit: cover;
    background-color: #ffffff;
    transition: all .5s;
    -webkit-transition: all .5s;
    background: url(../images/caee-bg.png) no-repeat center;
}


.process-c li .icon:before,
.process-c li .icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.process-c li .icon:after {
    right: 0;
}

.process-c li .icon::before {
    right: 100%;
}

.process-c li:hover .icon::after {
    right: -100%;
}

.process-c li:hover .icon::before {
    right: 0;
}

.process-c li:nth-child(1) .icon::before {
    background: url(../images/li12.png) center no-repeat;
}

.process-c li:nth-child(1) .icon::after {
    background: url(../images/li1.png) center no-repeat;
}

.process-c li:nth-child(2) .icon::before {
    background: url(../images/li22.png) center no-repeat;
}

.process-c li:nth-child(2) .icon::after {
    background: url(../images/li2.png) center no-repeat;
}


.process-c li:nth-child(3) .icon::before {
    background: url(../images/li32.png) center no-repeat;
}

.process-c li:nth-child(3) .icon::after {
    background: url(../images/li3.png) center no-repeat;
}

.process-c li:nth-child(4) .icon::before {
    background: url(../images/li42.png) center no-repeat;
}

.process-c li:nth-child(4) .icon::after {
    background: url(../images/li4.png) center no-repeat;
}

.process-c li:nth-child(5) .icon::before {
    background: url(../images/li52.png) center no-repeat;
}

.process-c li:nth-child(5) .icon::after {
    background: url(../images/li5.png) center no-repeat;
}

.process-c li:nth-child(6) .icon::before {
    background: url(../images/li62.png) center no-repeat;
}

.process-c li:nth-child(6) .icon::after {
    background: url(../images/li6.png) center no-repeat;
}

.process-c li:hover .icon {
    background: url(../images/caee-bg2.png) no-repeat center;
}

.process-c li:after {
    content: "STEP 01";
    position: absolute;
    right: -38px;
    top: 52px;
    font-family: Arial;
    font-size: 16px;
    color: #a1a1a2;
}

.process-c li:hover:after {
    color: #ce1711;
}

.process-c li:nth-child(1):after {
    content: "STEP 01";
}

.process-c li:nth-child(2):after {
    content: "STEP 02";
}

.process-c li:nth-child(3):after {
    content: "STEP 03";
}

.process-c li:nth-child(4):after {
    content: "STEP 04";
}

.process-c li:nth-child(5):after {
    content: "STEP 05";
}

.process-c li:nth-child(6):after {
    content: "STEP 06";
}


/* about b */
.about-box {
    overflow: hidden;
}

.about-con {
    position: relative;
    margin-top: 56px;
    height: 525px;
}

.about-con::before {
    content: "";
    position: absolute;
    left: -320px;
    top: 0;
    z-index: -1;
    width: 670px;
    height: 525px;
    background: url(../images/about-l.jpg) no-repeat center;
}

.about-con::after {
    content: "";
    position: absolute;
    right: -314px;
    top: 160px;
    width: 160px;
    height: 243px;
    background: url(../images/about-r.jpg) no-repeat center;
}

.about-con>img {
    margin-top: -244px;
    width: 737px;
    height: 350px;
    object-fit: cover;
}

.about-con>.text {
    position: relative;
    display: inline-block;
    margin-left: 80px;
}

.about-con>.text::before {
    content: "";
    position: absolute;
    left: -142px;
    top: 10px;
    width: 99px;
    height: 98px;
    display: inline-block;
    background: url(../images/d.png) no-repeat center;
}

.about-con>.text .tit {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin: 50px 0 0 0;
}

.about-con>.text i {
    font-family: Times New Roman;
    font-size: 16px;
    color: #999999;
}

.about-con>.text .desc {
    width: 447px;
    height: 124px;
    font-size: 16px;
    line-height: 36px;
    color: #999999;
    margin: 58px 0 105px;
}
.about-con>.text ul{
    transform: translateY(78px);
}
.about-con>.text ul li {
    display: inline-block;
    position: relative;
    width: 118px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    background-color: #fff;
    margin-right: 47px;
}

.about-con>.text ul li:last-child {
    margin-right: 0;
}

.about-con>.text ul li:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 78px;
    height: 1px;
    border-bottom: dashed 1px #a90007;
}

.about-con>.text ul li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 78px;
    height: 1px;
    border-bottom: dashed 1px #a90007;
}

.about-con>.text ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 16px;
    color: #999999;
}
.about-con>.text ul li a:hover{
    transform: translateX(5px);
}

/* news-box b */
.news-box {
    margin-top: 58px;
    overflow: hidden;
}

.news-con {
    margin-top: 70px;
}
.slide-news .hd{
    position: relative;
    z-index: 9;
}
.slide-news .hd ul {
    float: right;
    position: relative;
}

.slide-news .hd ul:after {
    position: absolute;
    display: inline-block;
    z-index: -1;
    top: -10px;
    right: -320px;
    content: "";
    width: 960px;
    height: 80px;
    background-color: #a90007;
    border-radius: 40px 4px 4px 40px;
}

.slide-news .hd ul li {
    display: inline-block;
    margin-right: 38px;
    cursor: pointer;
}

.slide-news .hd ul li .icon {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    transform: translateY(12px);
    overflow: hidden;
    object-fit: cover;
    border-radius: 50%;
    background-color: #ffffff;
    transition: all .5s;
    -webkit-transition: all .5s;
}


.slide-news .hd ul li .icon:before,
.slide-news .hd ul li .icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.slide-news .hd ul li .icon:after {
    right: 0;
}

.slide-news .hd ul li .icon::before {
    right: 100%;
}

.slide-news .hd ul li.on .icon::after {
    right: -100%;
}

.slide-news .hd ul li.on .icon::before {
    right: 0;
}

.slide-news .hd ul li:nth-child(1) .icon::before {
    background: url(../images/ni1.png) center no-repeat;
}

.slide-news .hd ul li:nth-child(1) .icon::after {
    background: url(../images/ni12.png) center no-repeat;
}

.slide-news .hd ul li:nth-child(2) .icon::before {
    background: url(../images/ni21.png) center no-repeat;
}

.slide-news .hd ul li:nth-child(2) .icon::after {
    background: url(../images/ni22.png) center no-repeat;
}

.slide-news .hd ul li:nth-child(3) .icon::before {
    background: url(../images/ni31.png) center no-repeat;
}

.slide-news .hd ul li:nth-child(3) .icon::after {
    background: url(../images/ni32.png) center no-repeat;
}


.slide-news .hd ul li.on .icon {
    background-color: #e1b64d;
}

.slide-news .hd ul li a {
    font-size: 18px;
    color: #ffffff;
    margin-left: 17px;
}

.slide-news .hd ul li.on a {
    font-weight: bold;
}


.slide-news .hd>a {
    float: right;
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    color: #999999;
    margin-top: 13px;
}

/* news b */
.news-bd{
    position: relative;
    top: -40px;
}


.news-bd .bd .l-box {
    width: 442px;
    height: 633px;
    padding: 0 23px;
    box-sizing: border-box;
    background-color: #f4f4f4;
    border-radius: 8px;
    position: relative;
}

.news-bd .bd .l-box:before{
    content: "NEWS";
    position: absolute;
    display: inline-block;
    right: 24px;
    top: 18px;
    height: 44px;
	width: 80px;
    line-height: 44px;
    text-align: center;
	background-color: #e1b64d;
	border-radius: 0px 5px 5px 0;
    font-family: Times New Roman;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
    transform: rotate(90deg);
}

.news-bd .bd .l-box a:nth-child(1) {
    font-size: 18px;
    display: block;
    margin-top: 48px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
}

.news-bd .bd .l-box a:nth-child(1):after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #1b1b1b;
    border-radius: 1px;
    margin-top: 14px;
}


.news-bd .bd .l-box>a:nth-child(2) img {
    width: 396px;
    height: 312px;
    border-radius: 8px;
    display: block;
    object-fit: cover;
    margin: 37px 0 47px;
}

.news-bd .bd .l-box p {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px dashed #dcdcdc;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-bd .bd .l-box span{
    display: block;
    width: 100%;
    margin-top: 20px;
}

.news-bd .bd .l-box span i{
    display: inline-block;
    width: 100px;
	height: 34px;
    line-height: 34px;
    text-align: center;
	background-color: #dddddd;
	border-radius: 5px;
    font-size: 14px;
	color: #666666;
}

.news-bd .bd .l-box span a{
    width: 32px;
	height: 32px;
    float: right;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
	background-color: #1b1b1b;
}
.news-bd .bd .ul-b{
    margin-top: 105px;
}
.news-bd .bd .ul-b li{
    width: 777px;
	height: 154px;
    box-sizing: border-box;
	background-color: #f4f4f4;
	border-radius: 8px;
    display: flex;
    margin-top: 22px;
}

.news-bd .bd .ul-b li>a img{
    width: 216px;
	height: 152px;
    object-fit: cover;
	border-radius: 8px;
}

.news-bd .bd .ul-b li>div{
    display: inline-block;
    width: 495px;
    margin-left: 40px;
}

.news-bd .bd .ul-b li>div>a{
    display: block;
    width: 100%;
    margin-top: 20px;
}

.news-bd .bd .ul-b li>div>a i:first-child{
    display: inline-block;
    width: 80%;
    font-size: 16px;
	color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-bd .bd .ul-b li>div>a i:last-child{
    float: right;
    font-size: 16px;
	color: #333333;
}

.news-bd .bd .ul-b li>div>p{
    font-size: 16px;
	color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0;
}


.news-bd .bd .ul-b li>div>a:last-child{
    display: block;width: 106px;
	height: 35px;
	background-color: #e1b64d;
	border-radius: 5px;
    font-size: 14px;
	color: #ffffff;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
}

