.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.rightWow,
.leftWow,
.bottomWow,
.bg {
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.banner {
    position: relative;
    height: 950px;
    overflow: hidden;
}

.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(../image/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(../image/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%;
}




.phone-box {
    position: absolute;
    bottom: 128px;
    right: 20%;
    z-index: 99;
    width: 264px;
    height: 141px;
    box-sizing: border-box;
    text-align: center;
    background: url(../image/phone-bg.png) no-repeat center;
}

.phone-box img {
    width: 25px;
    height: 25px;
    margin-top: 20px;
}

.phone-box i {
    display: block;
    font-size: 16px;
    color: #333333;
}

.phone-box p {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}


.title-box {
    text-align: center;
    position: relative;
    width: 241px;
    margin: 0 auto;
}

.title-box:before {
    content: "";
    display: inline-block;
    width: 43px;
    height: 43px;
    position: absolute;
    left: -12px;
    top: -9px;
    z-index: 9;
    border-radius: 50%;
    background-color: #f7f2d5;
}

.title-box img {
    position: relative;
    z-index: 10;
}

.title-box p {
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-left: 25px;
    padding: 0 10px 0 10px;
    border-bottom: 1px solid #dddddd;
}

.title-box p:before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 1px;
    height: 50px;
    background-color: #dddddd;
}

.yebl {
    width: 1280px;
    margin: 0 auto;
}

.pro-box {
    overflow: hidden;
    padding-top: 10px;
}

.pro-con.yebl {
    position: relative;
    height: 618px;
    margin-top: 47px;
}

.pro-con.yebl::before {
    content: "";
    position: absolute;
    top: 0;
    left: -113px;
    display: inline-block;
    width: 1718px;
    height: 618px;
    background-color: #f7f2d5;
    box-shadow: 0px 0px 16px 0px rgba(101, 90, 28, 0.3);
    border-radius: 3px;
    opacity: 0.4;
}

.pro-con.yebl::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -181px;
    width: 38px;
    height: 38px;
    background: url(../image/jt.png) no-repeat center;
}

.pro-con div.yebl {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    padding: 74px 0 0 0;
}

.pro-con div.yebl:after {
    position: absolute;
    content: "";
    z-index: 99;
    display: inline-block;
    right: -316px;
    bottom: 0;
    width: 383px;
    height: 441px;
    background: url(../image/pro-bg.png) no-repeat center;
}
.pro-con .swp{
    padding-top: 5px;
}
.pro-con .swp div {
    width: 400px !important;
    transition: all .5s;
    -webkit-transition: all .5s;
    margin-left: 38px;
}
.pro-con .swp div:nth-child(odd) {
    width: 373px !important;
}

.pro-con .swp div img {
    width: 99%;
    height: 100%;
    object-fit: cover;
}
.pro-con .swp div{
    text-align: center;
}
.pro-con .swp div a:first-child{
    display: inline-block;
    position: relative;
    width: 400px;
    height: 400px;
    overflow: hidden;
}
.pro-con .swp div a:first-child:before{
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    content: "";
    width: 400px;
    height: 400px;
    background: url(../image/p-b.png) no-repeat center;
    background-size: 100% 100%;
}

.pro-con .swp div:nth-child(odd) a:first-child{
    display: inline-block;
    position: relative;
    width: 373px;
    height: 406px;
}

.pro-con .swp div:nth-child(odd) a:first-child:before{
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    content: "";
    width: 373px;
    height: 406px;
    background: url(../image/p-b2.png) no-repeat center;
}

.pro-con .swp a:nth-child(2) {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #666666;
    position: relative;
    margin-top: 50px;
}

.pro-con .swp a:nth-child(2) i {
    display: inline-block;
    width: 60%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
}

.pro-con .swp a:nth-child(2):before {
    transform: translateY(-5px);
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../image/lbx-lit.png) no-repeat center;
}

.pro-con .swp a:nth-child(2):after {
    position: absolute;
    right: 0;
    top: 6px;
    content: "";
    display: inline-block;
    width: 90px;
    height: 10px;
    background: url(../image/hx.png) no-repeat center;
}

.pro-con .swp div:hover {
    transform: translateY(-5px);
}

.pro-con .swp div:hover>a>i {
    font-weight: bold;
}



.adv-box {
    overflow: hidden;
}

.adv-box .title-box{
    margin-bottom: 50px;
}


.adv-box .yebl {
    padding-top: 75px;
    position: relative;
    
}

.adv-box .yebl .r-img {
    width: 715px;
    height: 733px;
    position: absolute;
    right: -320px;
    top: 80px;
}

.adv-box .yebl .l-img {
    width: 431px;
    height: 469px;
    position: absolute;
    z-index: 9;
    left: -184px;
    bottom: 262px;
}

.adv-box .yebl::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 774px;
    height: 830px;
    right: -326px;
    top: 0;
    background: url(../image/adv-bg-r.jpg) no-repeat center;
}

.adv-box .yebl::after {
    content: "";
    position: absolute;
    z-index: -1;
    display: inline-block;
    width: 805px;
    height: 927px;
    left: -371px;
    bottom: 0px;
    background: url(../image/adv-bg-l.jpg) no-repeat center;
}

.adv-box .yebl>ul li {
    position: relative;
    margin-bottom: 9px;
}

.adv-box .yebl>ul li:nth-child(2) {
    left: 334px;
}

.adv-box .yebl>ul li:nth-child(3) {
    left: 602px;
}

.adv-box .yebl>ul li>img {
    position: absolute;
    top: 0;
    left: -40px;
    height: 66px;
    object-fit: cover;
}

.adv-box .yebl>ul li>div {
    padding: 27px 0 0 85px;
    height: 290px;
    box-sizing: border-box;
    background: url(../image/adv-num-bg.png) no-repeat left top;
}

.adv-box .yebl>ul li>div>p {
    font-size: 30px;
    color: #333333;
}

.adv-box .yebl>ul li>div>i {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    color: #666666;
}

.adv-box .yebl>ul li:nth-child(1)>div>span,
.adv-box .yebl>ul li:nth-child(2)>div>span {
    width: 500px;
}

.adv-box .yebl>ul li>div>span {
    display: inline-block;
    width: 480px;
    margin-top: 51px;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}

.adv-box .bot {
    position: relative;
    height: 140px;
    z-index: 9;
}

.adv-box .bot:after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    right: -61px;
    top: -203px;
    width: 184px;
    height: 341px;
    background: url(../image/adv-sd.png) no-repeat center;
}

.adv-box .bot .phone {
    width: 390px;
    height: 140px;
    display: flex;
    margin-left: 122px;
    justify-content: center;
    align-items: center;
    background: url(../image/adv-phone-b.png) no-repeat center;
    background-size: cover;
}

.adv-box .bot .phone>img {
    width: 28px;
    height: 30px;
}

.adv-box .bot .phone>p {
    display: inline-block;
    text-align: left;
    margin-left: 30px;
}

.adv-box .bot .phone>p i:first-child {
    font-size: 18px;
    color: #f7f2d5;
}

.adv-box .bot .phone>p i:last-child {
    display: block;
    font-size: 34px;
    font-weight: bold;
    color: #f7f2d5;
    margin-top: -5px;
}

.adv-box .bot>ul {
    display: inline-block;
    padding: 62px 0 0 76px;
}

.adv-box .bot>ul li {
    font-size: 16px;
    display: inline-block;
    padding: 0 35px 0 20px;
    position: relative;
    color: #999999;
}

.adv-box .bot>ul li:before {
    content: "·";
    color: #999999;
    margin-right: 20px;
}

.adv-box .bot>ul li:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
    height: 16px;
    background-color: #999999;
}

.adv-box .bot>ul li:last-child:after {
    width: 0;
}

.adv-box .adv {
    position: relative;
    z-index: 9;
    left: -315px;

    width: 462px;
    height: 130px;
    background-color: #c49d53;
    border-radius: 0px 65px 65px 0px;

    font-size: 80px;
    color: #a58547;
}




.cus-box {
    padding-top: 15px;
    overflow: hidden;
}

.cus-box .yebl {
    position: relative;
}

.cus-box .yebl:before {
    content: "";
    position: absolute;
    left: -371px;
    top: -131px;
    width: 805px;
    height: 373px;
    background: url(../image/c-bg-l.jpg) no-repeat center;
}

.cus-box .yebl:after {
    content: "";
    position: absolute;
    right: -314px;
    bottom: -63px;
    width: 261px;
    height: 962px;
    background: url(../image/c-bg-r.jpg) no-repeat center;
}

.cus-box .title-box {
    margin-bottom: 60px;
}

.cus-w>div {
    width: 350px !important;
    position: relative;
    height: 674px;
}


.cus-w div>a>img {
    display: inline-block;
    position: absolute;
    top: 0;
    z-index: 9;
    width: 342px;
    height: 350px;
    border-radius: 50%;
    object-fit: cover;
    border: 8px solid #f7f3d3;
}

.cus-w .d1 .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 476px;
    padding: 192px 42px 35px;
    box-sizing: border-box;
    background-color: #f4f4f4;
    border-radius: 3px 3px 10px 10px;
}

.cus-w .d2 .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 476px;
    padding: 35px 42px 0;
    box-sizing: border-box;
    background-color: #f4f4f4;
    border-radius: 175px 175px 9px 9px;
}

.cus-w .d2>a>img {
    display: inline-block;
    position: absolute;
    top: 315px;
    z-index: 9;
    width: 342px;
    height: 342px;
    border-radius: 50%;
    object-fit: cover;
    border: 8px solid #f7f3d3;
}
.cus-w div.text>img {
    width: 29px;
    height: 29px;
}

.cus-w div .text>.tit {
    display: block;
    font-size: 18px;
    color: #666666;
    margin: 32px 0;
    width: 50%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
    -webkit-transition:all .5s;
}

.cus-w>div:hover .tit{
    transform: translateY(-5px);
}


.cus-w div .text>.desc {
    font-size: 16px;
    text-align: center;
    color: #999999;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 40px;
}

.cus-w div .text>.more {
    display: block;
    transition: all .5s;
    -webkit-transition:all .5s;
    text-transform: uppercase;
    font-size: 14px;
    color: #999999;
}
.cus-w div:hover .text>.more{
    transform: translateX(5px);
}

.cus-box .btn {
    width: 135px;
    height: 54px;
    line-height: 54px;
    border-radius: 27px;
    border: solid 2px #cccccc;
    margin: 63px auto;
    text-align: center;
    position: relative;
}

.cus-box .btn:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 24px;
    background-color: #999999;
}

.cus-box .btn img {
    width: 33px;
    height: 20px;
    cursor: pointer;
}

.cus-box .btn img:first-child {
    margin-right: 30px;
}



.about-box {
    overflow: hidden;
}
.about-box .title-box{
    transform: translateY(10px);
}

.about-con {
    position: relative;
    display: flex;
    height: 781px;
    justify-content: space-between;
}

.about-con:after {
    content: "";
    position: absolute;
    top: -60px;
    right: -320px;
    z-index: -1;
    width: 1507px;
    height: 841px;
    background: url(../image/about-bg.jpg) no-repeat center;
}

.about-con::before {
    content: "";
    position: absolute;
    left: -242px;
    top: 446px;
    width: 199px;
    height: 122px;
    background: url(../image/about-l.jpg) no-repeat center;
}



.about-con>i {
    display: inline-block;
    width: 737px;
    height: 679px;
    background: url(../image/a-bg-y.png) no-repeat center;
    padding: 36px 0 0 37px;
}

.about-con>i>img {
    width: 643px;
    height: 643px;
    object-fit: cover;
}

.about-con>.text {
    display: inline-block;
    width: 535px;
    margin-top: 180px;
}

.about-con>.text>.tit>p {
    display: inline-block;
}

.about-con>.text>.tit>p>i {
    display: block;
}

.about-con>.text>.tit>p>i:first-child {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}

.about-con>.text>.tit>p>i:last-child {
    font-size: 16px;
    color: #666666;
}

.about-con>.text>.tit a {
    float: right;
    transform: translateY(20px);
}

.about-con>.text>.desc {
    text-indent: 2rem;
    margin-top: 66px;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}

.about-con>.text>ul li {
    display: inline-block;
    margin: 78px 0 0 47px;
    transition: all .5s;
    -webkit-transition:all .5s;
}
.about-con>.text>ul li:hover{
    transform: translateY(-5px);
}

.about-con>.text>ul li>i {
    display: inline-block;
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    border: solid 3px #c49d53;
    transition: all .5s;
    -webkit-transition:all .5s;
}
.about-con>.text>ul li:hover>a>i:first-child{
    font-weight: bold;
}

.about-con>.text>ul li>i>img {
    width: 24px;
    object-fit: cover;
}

.about-con>.text>ul li>a {
    transform: translateY(10px);
    margin: 0 0 0 30px;
    display: inline-block;
    width: 100px;
}

.about-con>.text>ul li>a>i {
    font-size: 16px;
    color: #666666;
}

.about-con>.text>ul li>a>i:last-child {
    font-size: 12px;
}





.news-box {
    padding-top: 10px;
    position: relative;
    overflow: hidden;
}

.news-box:before {
    content: "";
    width: 678px;
    height: 78px;
    background: url(../image/news-bg.jpg) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
}



.news-con.yebl{
    position: relative;
}
.news-con.yebl:after{
    content: "";
    position: absolute;
    top: 120px;
    right: 0;
    z-index: -1;
    width: 1598px;
	height: 515px;
	background-color: #f7f2d5;
	box-shadow: 0px 0px 16px 0px 
		rgba(101, 90, 28, 0.3);
	border-radius: 3px;
	opacity: 0.4;
}

@media screen and (max-width: 1680px) {
    .news-box:before{
        right: -166px;
    }
}


.news-con.yebl:before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 95px;
    height: 96px;
    bottom: 55px;
    right: -320px;
    background: url(../image/footer-bg-xj.jpg) no-repeat center;
}

.news-con .hd {
    position: relative;
    margin-top: 60px;
}

.news-con .hd ul {
    position: absolute;
    z-index: 99;
    left: 30%;
}

.news-con .hd ul li {
    display: inline-block;
}


.news-con .hd ul li a {
    display: flex;
    align-items: center;
}

.news-con .hd ul li a>i {
    position: relative;
    z-index: 9;
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #ffffff;
    border: solid 2px #eeeeee;

    transition: all .5s;
    -webkit-transition: all .5s;
}

.news-con .hd ul li.on a>i {
    border: solid 2px #c49d53;
}


.news-con .hd ul li a>span {
    display: inline-block;
    transform: translateX(-34px);
    width: 148px;
    height: 50px;
    line-height: 50px;
    padding-left: 52px;
    box-sizing: border-box;
    background-color: #eeeeee;
    box-shadow: 0px 0px 16px 0px rgba(17, 17, 17, 0.06);
    border-radius: 0px 25px 25px 0px;
    font-size: 18px;
    color: #666666;

    transition: all .5s;
    -webkit-transition: all .5s;
}

.news-con .hd ul li.on a>span {
    background-color: #c49d53;
    box-shadow: 0px 0px 16px 0px rgba(17, 17, 17, 0.06);
    color: #ffffff;
    font-weight: bold;
}

.news-con .hd>a {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    display: inline-block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #eeeeee;
    border-radius: 25px;
    color: #999999;
    font-size: 16px;
    text-transform: uppercase;
}

.news-con .hd>a:hover{
    background-color:#c49d53;
    color: #fff;
}



.news-bd .top {
    position: relative;
    height: 650px;
    display: block;
}

.news-bd .top .ch{
    position: absolute;
    top: 0;
    left: 0;
}

.news-bd .top .ch a {
    display: block;
    width: 311px;
    height: 329px;
    margin-bottom: 46px;
}

.news-bd .top .ch a:first-child:hover{
    transform: translateX(5px);
}

.news-bd .top .ch a:last-child{
    transform: translateX(33px);
}
.news-bd .top .ch a:last-child:hover{
    transform: translateX(38px);
}

.news-bd .top .ch a>img{
    width: 311px;
    height: 329px;
    object-fit: cover;
    padding: 5px;
    background-color: #eeeeee;
    border-radius: 50px;
}



.news-bd .top>.qh {
    width: 822px;
    position: absolute;
    right: 60px;
    top: 178px;
}

.n-w>div>a>img {
    border-radius: 50px;
    width: 381px;
    height: 365px;
    object-fit: cover;
    padding: 5px;
    background-color: #eeeeee;
}

.n-w>div .text {
    width: 354px;
    display: inline-block;
    transform: translate(70px, 59px);
}

.n-w>div .text>span {
    font-family: Arial;
    display: block;
    font-size: 24px;
    color: #666666;
    position: relative;
}

.n-w>div .text>span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 52px;
    height: 1px;
    top: -23px;
    background-color: #666;
}

.n-w>div .text>a {
    display: inline-block;
    font-size: 18px;
    color: #666666;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 50px;
}

.n-w>div .text>a:before {
    content: "·";
    display: inline-block;
    margin: 0 10px 0 0;
}

.n-w>div .text>p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.news-bd .n-btn{
    bottom: 0;
    right: 244px;
    position: absolute;
    z-index: 99;
    width: 110px;
	height: 40px;
    line-height: 40px;
    text-align: center;
	border-radius: 20px;
	border: solid 1px #c49d53;
}

.news-bd .n-btn:after{
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 1px;
    height: 17px;
    background-color: #666666;
}

.news-bd .n-btn span{
    font-size: 16px;
	color: #666666;
    cursor: pointer;
}

.news-bd .n-btn span:first-child{
    margin-right: 43px;
}

.news-bd .bd>div{
    padding-top: 89px;
    position: relative;
}


.news-bd .dowp{
    display: flex;
    flex-wrap: wrap;
}
.news-bd .dowp li{
    position: relative;
    margin-left: 18px;
    margin-bottom: 28px;
    width: 414px;
	height: 102px;
    padding: 20px;
    box-sizing: border-box;
	border-radius: 3px;
	border: dashed 1px #dddddd;
    transition: all .5s;
    -webkit-transition:all .5s;
}
.news-bd .dowp li:nth-child(1){
    margin-left: 433px;
}
.news-bd .dowp li:nth-child(3){
    margin-left: 0;
}

.news-bd .dowp li>span{
    display: inline-block;
    width: 60px;
	height: 60px;
    line-height: 60px;
    text-align: center;
	background-color: #eeeeee;
	border-radius: 3px;
    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
	color: #999999;
    transition: all .5s;
    -webkit-transition:all .5s;
}

.news-bd .dowp li:hover>span{
    background-color: #c49d53;
    color: #ffffff;
}

.news-bd .dowp li>div{
    display: inline-block;
    padding-left: 24px;
}
.news-bd .dowp li>div>i{
    display: block;
    font-size: 16px;
	color: #999999;
    transform: translateY(9px);
}
.news-bd .dowp li>div>a:nth-child(2){
    display: block;
    font-size: 16px;
    width: 250px;
	color: #666666;
    transform: translateY(12px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
    -webkit-transition:all .5s;
}

.news-bd .dowp li>div>a:nth-child(3){
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: inline-block;
    width: 24px;
	height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
	background-color: #dddddd;
} 
.news-bd .dowp li:hover>div>a:nth-child(3){
    transform: translateX(5px);
}


.news-bd{
    transform: translateY(-70px);
}