.banner_box {
    width: 100%;
    height: 450px;
    position: relative;
}

.banner_box .swiper-slide {
    position: relative;
}

.banner_box .swiper-slide img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* .banner_box .swiper-slide:nth-child(1) {
    background: url(../images/banner_box_01.jpg) no-repeat center;
}

.banner_box .swiper-slide:nth-child(2) {
    background: url(../images/banner_box_02.jpg) no-repeat center;
} */

.swiper-pagination span {
    width: 13px;
    height: 13px;
}

.banner_box .shop_main {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
}

.nav_left {
    width: 950px;
    height: 450px;
}

.nav_left .nav_left_box {
    position: relative;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.nav_left .nav_left_box>li {
    border-bottom: 1px solid #988589;
    background: url(/static/shop/images/right_arr_02.png) no-repeat 166px 35px;
    display: table;
    height: 89px;
    width: 205px;
    padding-left: 32px;
    cursor: pointer;
}

.nav_left .nav_left_box>li:last-child {
    border-bottom: none;
}

.nav_left .nav_left_box>li:hover {
    background: url(/static/shop/images/right_arr_01.png) no-repeat 166px 35px;
    background-color: #fff;
}

.nav_left .nav_left_box>li:hover p {
    color: #6252a6;
}

.nav_left .nav_left_box>li>p {
    font-size: 18px;
    color: #fff;
    margin-top: 35px;
}

.nav_left .nav_left_box>li>span {
    display: block;
    color: #a1a19c;
    margin-top: 12px;
}

.nav_main {
    display: none;
    position: absolute;
    top: 0;
    left: 205px;
    width: 745px;
    height: 450px;
    background-color: #fff;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
    padding: 30px 20px;
}

.nav_main>li {
    width: 100%;
    height: 35px;
}

.nav_main>li>a {
    border-right: 1px solid #999;
    padding-right: 15px;
    margin-right: 15px;
}

.nav_main>li>a:last-child {
    border-right: none;
}

.nav_main>li>a:hover {
    color: #6252a6;
}

.post_want {
    height: 436px;
    width: 210px;
    background-color: #000;
    margin-top: 7px;
}

.post_want_main {
    width: 100%;
    height: 416px;
    background-color: #fff;
    margin-top: 10px;
}

.post_top {
    height: 228px;
    width: 100%;
    border-bottom: 2px solid #ccc;
    overflow: hidden;
}

.post_your_want {
    width: 195px;
    height: 35px;
    line-height: 35px;
    margin: 7px auto 14px;
    background: url(/static/shop/images/post_your_want.png) no-repeat 20px 5px;
    background-color: #6252a6;
    font-size: 16px;
    color: #fff;
    padding-left: 80px;
}

.post_top select {
    border: none;
    outline: none;
    width: 187px;
    height: 34px;
    margin-left: 11px;
    background: url(/static/shop/images/select_down.png) no-repeat 149px 13px;
    background-color: #f0f0f0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 32px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
.post_top select::-ms-expand {
    display: none;
}

.post_top input {
    width: 187px;
    height: 34px;
    border: none;
    outline: none;
    background: url(/static/shop/images/small_phone.png) no-repeat 9px center;
    background-color: #f0f0f0;
    margin-left: 11px;
    margin-top: 13px;
    padding-left: 32px;
}

.post_top p {
    font-size: 12px;
    color: #a3a3a3;
    margin: 15px 0 15px 36px;
}

.post_top a {
    display: block;
    width: 187px;
    height: 34px;
    background-color: #f05639;
    border-radius: 6px;
    margin: 0 auto;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #fff;
}

.deal_show {
    width: 190px;
    height: 45px;
    line-height: 45px;
    margin: 15px 10px 12px;
    background: url(/static/shop/images/deal.png) no-repeat 14px center;
    background-color: #6252a6;
    font-size: 16px;
    color: #fff;
    padding-left: 60px;
}

.post_bottom div:nth-child(2) {
    height: 114px;
    overflow: hidden;
}

.post_bottom li {
    width: 100%;
    line-height: 29px;
    text-align: center;
    white-space: nowrap;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post_bottom li:nth-child(2n - 1) {
    background-color: #eeeeee;
}

.search_box {
    height: 164px;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
    padding: 39px 0 0 220px;
    position: relative;
}

.select {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 122px;
    max-width: 325px;
    color: #fff;
    vertical-align: middle;
    text-align: left;
    user-select: none;
    -webkit-touch-callout: none;
}

.select .placeholder {
    position: relative;
    display: block;
    background: #6252a6 url(../images/select_down_02.png) no-repeat 86px center;
    z-index: 1;
    padding: 15px 0 15px 36px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 16px;
}

.select.is-open ul {
    display: block;
}

.select ul {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 0;
    z-index: 100;
}

.select ul li {
    display: block;
    text-align: left;
    padding: 11px 40px;
    color: #333;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid #d9d9d9;
    border-top: none;
}

.select ul li:hover {
    color: #6252a6;
}

.search_box input {
    width: 400px;
    height: 46px;
    border: 1px solid #e5e5e5;
    outline: none;
    padding-left: 20px;
}

.search_box>form>.inquire {
    width: 119px;
    height: 46px;
    border: none;
    outline: none;
    font-size: 20px;
    color: #fff;
    background: url(/static/shop/images/search.png) no-repeat 22px center;
    background-color: #f05639;
    padding-left: 35px;
    cursor: pointer;
}

.search_box>form>.paging_inquire {
    width: 100px;
    height: 46px;
    border: none;
    outline: none;
    background-color: #f05639;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin-left: 10px;
}

.search_box p {
    position: absolute;
    bottom: 43px;
    left: 436px;
    color: #757575;
}

.search_box p i {
    font-size: 16px;
    color: #ff5e76;
    font-size: 20px;
}

.base_title {
    height: 40px;
    margin-bottom: 47px;
}

.base_title h4 {
    line-height: 40px;
    padding-left: 22px;
    border-left: 8px solid #6252a6;
    font-size: 26px;
    font-weight: normal;
}

.base_title span {
    font-size: 16px;
    margin-top: 18px;
    margin-left: 10px;
}

.remcommend {
    margin-top: 49px;
    margin-bottom: 66px;
}

.remcommend_main li {
    width: 191px;
    height: 243px;
    margin-right: 61px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3);
    transition: all 0.5s;
    text-align: center;
}

.remcommend_main li:nth-child(1) {
    background: url(/static/shop/images/remcommend_01.png) no-repeat left top;
}

.remcommend_main li:nth-child(2) {
    background: url(/static/shop/images/remcommend_02.png) no-repeat left top;
}

.remcommend_main li:nth-child(3) {
    background: url(/static/shop/images/remcommend_03.png) no-repeat left top;
}

.remcommend_main li:nth-child(4) {
    background: url(/static/shop/images/remcommend_04.png) no-repeat left top;
}

.remcommend_main li:nth-child(5) {
    margin-right: 0;
    background: url(/static/shop/images/remcommend_05.png) no-repeat left top;
}

.remcommend_main li:hover {
    margin-top: -15px;
}

.remcommend_main li h4 {
    width: 100px;
    margin: 52px auto 20px;
    font-size: 22px;
    color: #fff;
    line-height: 50px;
    border-bottom: 2px solid #fff;
}

.remcommend_main li p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 8px;
}

.remcommend_main li a {
    display: block;
    width: 125px;
    height: 30px;
    line-height: 30px;
    margin: 34px auto 0;
    background-color: #ebe4f5;
    box-shadow: 0px 2px 6px 0px rgba(13, 13, 13, 0.25);
    border-radius: 15px;
    color: #5b5a5d;
    font-weight: 700;
}

.apply_main {
    height: 350px;
    background: url(/static/shop/images/apply_bg.png) no-repeat top center;
    padding: 37px 0 0 63px;
    position: relative;
}

.apply_main li {
    width: 308px;
    height: 193px;
    margin-right: 77px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
    transition: all 0.5s;
    padding: 37px 0 0 26px;
}

.apply_main li:hover {
    margin-top: -10px;
}

.apply_main li:nth-child(1) {
    background: url(/static/shop/images/apply_01.png) no-repeat center;
}

.apply_main li:nth-child(2) {
    background: url(/static/shop/images/apply_02.png) no-repeat center;
}

.apply_main li:nth-child(3) {
    background: url(/static/shop/images/apply_03.png) no-repeat center;
    margin-right: 0;
}

.apply_main li h4 {
    line-height: 33px;
    font-size: 22px;
    border-left: 6px solid #eb7760;
    padding-left: 20px;
}

.apply_main li p {
    margin: 10px 0 10px 23px;
    color: #556565;
}

.apply_main li span {
    margin-left: 23px;
    font-size: 20px;
    color: #f02828;
    font-weight: 700;
}

.apply_main li a {
    display: block;
    width: 125px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #6e63af;
    border-radius: 15px;
    margin: 17px 0 0 23px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.apply_main>a {
    position: absolute;
    width: 175px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 17px;
    border: solid 1px #6252a6;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    color: #6252a6;
    font-weight: 700;
}

.copyright_main {
    height: 345px;
    background: url(/static/shop/images/copyright_bg.png) no-repeat bottom center;
    position: relative;
    margin-bottom: 50px;
}

.copyright_main li {
    width: 231px;
    height: 279px;
    margin-right: 128px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
    transition: all 0.5s;
    text-align: center;
}

.copyright_main li:hover {
    margin-top: -15px;
}

.copyright_main li:nth-child(1) {
    background: url(/static/shop/images/copyright_01.png) no-repeat;
    margin-left: 126px;
}

.copyright_main li:nth-child(2) {
    background: url(/static/shop/images/copyright_02.png) no-repeat;
}

.copyright_main li:nth-child(3) {
    background: url(/static/shop/images/copyright_03.png) no-repeat;
    margin-right: 0;
}

.copyright_main li h4 {
    width: 167px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 79px auto 73px;
    background-color: #ffffff;
    opacity: 0.75;
    filter: alpha(opacity=75);
    color: #000;
    font-size: 20px;
}

.copyright_main li p {
    font-size: 24px;
    color: #f02828;
    font-weight: 700;
}

.copyright_main li a {
    display: block;
    width: 118px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #7062af;
    border-radius: 14px;
    font-size: 16px;
    color: #fff;
    margin: 21px auto 0;
}

.copyright_main>a {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 175px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 17px;
    border: solid 1px #fff;
    font-size: 17px;
    color: #fff;
}

.trademark_main {
    background: url(/static/shop/images/trademark.bg.png) no-repeat top center;
    padding: 72px 0 0 152px;
    height: 395px;
}

.trademark_main li {
    width: 256px;
    height: 160px;
    margin-right: 64px;
    padding: 18px 0 0 20px;
}

.trademark_main li:nth-child(1) {
    background: url(/static/shop/images/trademark_01.png) no-repeat;
}

.trademark_main li:nth-child(2) {
    background: url(/static/shop/images/trademark_02.png) no-repeat;
}

.trademark_main li:nth-child(3) {
    background: url(/static/shop/images/trademark_03.png) no-repeat;
}

.trademark_main>a {
    border: solid 1px #fff;
    color: #fff;
    bottom: 90px;
}

.set_own_brand {
    height: 200px;
    background: url(/static/shop/images/set_own_brand_bg.png) no-repeat center;
    margin-bottom: 50px;
}

.deal_title {
    height: 50px;
    background-color: #6252a6;
    padding: 10px 23px;
}

.deal_title h4 {
    line-height: 30px;
    border-left: 4px solid #fff;
    padding-left: 18px;
    color: #fff;
    font-size: 22px;
}

/* .deal_title ul {
    margin-left: 438px;
} */

.deal_title li:last-child a {
    border: 1px solid #fff;
}

.deal_title li a {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    color: #fff;
    font-size: 16px;
    padding: 0 16px;
    margin-right: 47px;
}

.deal_title li a.active {
    color: #323131;
    background-color: #fff;
}

.patent_deal_bg a {
    display: block;
    height: 256px;
    background: url(/static/shop/images/index_zl.jpg) no-repeat;
    margin: 19px 0;
}

/* 滚动列表开始 */
.Top_Record {
    margin-bottom: 25px;
}

.topRec_List dl {
    height: 50px;
    background-color: #6252a6;
}

.topRec_List dl,
.maquee {
    overflow: hidden;
    margin: 0 auto;
    color: #7C7C7C
}

.topRec_List dd {
    float: left;
    text-align: center;
    height: 100%;
    line-height: 50px;
    border-right: 1px solid #dedede;
    color: #fff;
    font-size: 16px;
}

.topRec_List dl dd:nth-child(1) {
    width: 210px;
}

.topRec_List dl dd:nth-child(2) {
    width: 404px;
}

.topRec_List dl dd:nth-child(3) {
    width: 230px;
}

.topRec_List dl dd:nth-child(4) {
    width: 216px;
}

.topRec_List dd:last-child {
    width: 139px;
    border-right: none;
}

.maquee {
    height: 342px;
    border: 1px solid #dedede;
}

.topRec_List ul {
    width: 100%;
    height: 342px;
}

.topRec_List li {
    width: 100%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 12px;
    border-bottom: 1px solid #dedede;
}

.topRec_List li:nth-child(2n) {
    background: #fcfcfd;
}

/*.topRec_List li:nth-child(2n){ background:#077cd0}*/
.topRec_List li div {
    float: left;
    border-right: 1px solid #dedede;
    color: #212223;
    font-size: 16px;
}

.topRec_List li div a {
    font-size: 16px;
}

.topRec_List li div:nth-child(1) {
    width: 209px;
}

.topRec_List li div:nth-child(2) {
    width: 404px;
}

.topRec_List li div:nth-child(2) a {
    color: #39f;
}

.topRec_List li div:nth-child(2) a:hover {
    color: #444786;
}

.topRec_List li div:nth-child(3) {
    width: 230px;
}

.topRec_List li div:nth-child(4) {
    width: 216px;
}

.topRec_List li div:nth-child(5) {
    width: 139px;
    border-right: none;
}

.topRec_List li div:nth-child(5) a {
    padding: 4px 14px;
    color: #fff;
    background-color: #ff7e65;
    border-radius: 13px;
    height: 25px;
    line-height: 25px;
}

/* 滚动列表结束 */

/* .trademark_title {
    background-color: #6252a6;
} */

/* .trademark_title ul {
    margin-left: 298px;
} */

.trademark_title li a {
    margin-right: 32px;
}

.trademark_title li a.active {
    color: #323131;
    background-color: #fff;
}

.trademark_deal_main {
    margin-top: 20px;
}

.tml a {
    display: block;
    width: 235px;
    height: 542px;
    background: url(/static/shop/images/tml_bg.png) no-repeat;
}

.tmr {
    width: 955px;
    margin-left: 10px;
    position: relative;
}

.tmr ul {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.tmr ul.active {
    display: block;
}

.tmr li {
    width: 185px;
    height: 266px;
    margin-right: 7px;
    margin-bottom: 8px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.tmr li:nth-child(5n) {
    margin-right: 0;
}

.tmr li img {
    width: 100%;
    height: 160px;
}

.tmr li div {
    width: 100%;
    height: 104px;
    background-color: #f5f5f5;
    padding: 20px 28px 0;
    text-align: center;
}

.tmr li div p {
    margin-bottom: 10px;
}

.tmr li div .price {
    color: #db3f46;
}

.tmr li div a {
    display: block;
    width: 88px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    border-radius: 13px;
    border: solid 1px #db3f46;
    font-size: 14px;
    color: #db3f46;
    margin: 5px auto 0;
}

.tmr li div a:hover {
    color: #fff;
    background-color: #db3f46;
}

.expert_advisor {
    height: 565px;
    background-color: #eeeeee;
    margin-top: 50px;
}

.expert_main {
    height: 360px;
    position: relative;
}

.expert_main .swiper-slide {
    height: 355px;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    /* padding-top: 235px; */
    text-align: center;
}

/* .expert_main .swiper-slide:nth-child(1) {
    background: #fff url(../images/expert_advisor_01.png) no-repeat top center;
    background-size: 100%;
}

.expert_main .swiper-slide:nth-child(2) {
    background: #fff url(../images/expert_advisor_01.png) no-repeat top center;
    background-size: 100%;
}

.expert_main .swiper-slide:nth-child(3) {
    background: #fff url(../images/expert_advisor_01.png) no-repeat top center;
    background-size: 100%;
}

.expert_main .swiper-slide:nth-child(4) {
    background: #fff url(../images/expert_advisor_01.png) no-repeat top center;
    background-size: 100%;
}

.expert_main .swiper-slide:nth-child(5) {
    background: #fff url(../images/expert_advisor_01.png) no-repeat top center;
    background-size: 100%;
}

.expert_main .swiper-slide:nth-child(6) {
    background: #fff url(../images/expert_advisor_01.png) no-repeat top center;
    background-size: 100%;
} */

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

.expert_main .swiper-slide h4 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 7px;
    margin-top: 10px;
}

.expert_main .swiper-slide p {
    color: #626262;
    line-height: 25px;
}

.expert_main .swiper-slide a {
    display: block;
    width: 88px;
    height: 25px;
    line-height: 25px;
    margin: 8px auto;
    color: #fff;
    background-color: #6252a6;
    border-radius: 13px;
}

.news_info {
    background-color: #fff;
}

.news_title {
    text-align: center;
    padding-top: 40px;
}

.news_title h4 {
    width: 120px;
    margin: 0 auto 10px;
    line-height: 47px;
    border-bottom: 3px solid #6252a6;
    font-size: 26px;
    font-weight: normal;
}

.news_title p {
    color: #7d7e7e;
    margin-bottom: 46px;
}

/* .news_nav {
    background-color: #6252a6;
} */

.news_nav span {
    color: #fff;
    margin-top: 12px;
    margin-left: 16px;
}

/* .news_nav ul {
    margin-left: 350px;
} */

.news_nav ul li a.active {
    color: #323131;
    background-color: #fff;
}

.news_main {
    height: 537px;
    margin-top: 17px;
    position: relative;
}

.news_main ul {
    position: absolute;
    display: none;
}

.news_main ul.active {
    display: block;
}

.news_main li {
    width: 581px;
    height: 179px;
    border-bottom: 1px solid #e6e6e6;
    margin-right: 37px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    padding: 24px 0 0 29px;
    transition: all 0.5s;
    background-color: #f5f5f5;
}

.news_main li:hover {
    margin-top: -10px;
}

.news_main li:nth-child(2n) {
    margin-right: 0;
}

.news_main li img {
    width: 205px;
    height: 135px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.news_main li div {
    width: 310px;
    margin-left: 18px;
}

.news_main li div h6 {
    font-size: 18px;
    margin-top: 13px;
}

.news_main li div p {
    line-height: 21px;
    color: #9b9b9b;
    margin-top: 15px;
}

.more_goods_box {
    margin-top: 50px;
    height: 110px;
    background-color: #eee;
}

.more_goods_box .shop_main {
    height: 100%;
    padding: 26px 0px 26px 40px;
}

.more_goods_box .goods_box {
    width: 290px;
    height: 58px;
    padding: 10px 0 0 66px;
}

.more_goods_box .goods_box:nth-child(1) {
    background: url(/static/shop/images/more_goods_01.png) no-repeat;
}

.more_goods_box .goods_box:nth-child(2) {
    background: url(/static/shop/images/more_goods_02.png) no-repeat;
}

.more_goods_box .goods_box:nth-child(3) {
    background: url(/static/shop/images/more_goods_03.png) no-repeat;
}

.more_goods_box .goods_box:nth-child(4) {
    background: url(/static/shop/images/more_goods_04.png) no-repeat;
}

.goods_box h4 {
    margin-bottom: 12px;
    font-size: 18px;
}



/* 底部 */

.footer_box {
    width: 100% !important;
    height: 250px;
    background-color: #161616;
    color: #fff;
}

.footer_box .shop_main {
    position: relative;
}

.foot_nav {
    position: absolute;
    top: 40px;
    left: 60px;
}

.foot_nav a {
    font-size: 18px;
    float: left;
    padding-right: 40px;
    border-right: 2px solid #c5c5c5;
    margin-right: 38px;
    color: #fff;
}

.foot_nav a:last-child {
    border-right: none;
}

.show_more {
    width: 445px;
    height: 100px;
    position: absolute;
    top: 80px;
    left: 60px;
}

.show_more dl {
    margin-right: 96px;
}

.show_more dl:last-child {
    margin-right: 0;
}

.show_more dd {
    line-height: 27px;
}

.show_more a {
    color: #cfcfcf;
}

.show_more a:hover {
    color: #eb7760;
}

.blogroll_box {
    position: absolute;
    top: 200px;
    left: 60px;
}

.blogroll_box p span {
    color: #c4705f;
    font-size: 14px;
}

.blogroll_box p a {
    color: #dedede;
}

.about_ours {
    position: absolute;
    top: 40px;
    left: 503px;
    width: 500px;
    height: 91px;
    border-left: 2px solid #c5c5c5;
}

.about_ours span {
    float: left;
    padding-left: 38px;
}

.about_ours span:nth-child(1) {
    width: 199px;
    height: 24px;
    line-height: 24px;
    background: url(/static/shop/images/call_box.png) no-repeat;
    margin-left: 43px;
}

.about_ours span:nth-child(2) {
    width: 205px;
    height: 20px;
    line-height: 20px;
    background: url(/static/shop/images/email.png) no-repeat;
    margin-top: 2px;
}

.about_ours span:nth-child(3) {
    width: 350px;
    height: 30px;
    line-height: 30px;
    background: url(/static/shop/images/address.png) no-repeat;
    margin-left: 43px;
    margin-top: 25px;
}

.QR_code {
    position: absolute;
    top: 40px;
    right: 63px;
    text-align: center;
    width: 100px;
    height: 100px;
}

.QR_code img {
    width: 100%;
}

.QR_code p {
    margin-top: 17px;
}

.skill_box {
    position: absolute;
    top: 215px;
    left: 227px;
}


/* 成功案例 */
.case_main {
    height: 474px;
    background: url(/static/shop/images/case_bg.png) no-repeat top center;
    overflow: hidden;
}

.case_content {
    width: 1075px;
    height: 350px;
    margin: 69px auto 0;
    box-shadow: 0px 1px 9px 1px rgba(16, 13, 13, 0.13);
    background-color: #fff;
    position: relative;
}

.case_img {
    position: absolute;
    width: 427px;
    height: 329px;
    box-shadow: 0px 1px 9px 1px rgba(16, 13, 13, 0.2);
    top: -32px;
    left: 41px;
}

.case_img li {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 1s;
}

.case_img li img {
    width: 100%;
}

.case_img li.active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.case_text {
    position: absolute;
    top: 35px;
    left: 505px;
    width: 500px;
}

.case_text li {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 1s;
}

.case_text li.active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.case_text h4 {
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    color: #212223;
    padding-left: 15px;
    border-left: 6px solid #eb7760;
    overflow: hidden;
}

.case_text p {
    font-size: 16px;
    color: #212223;
    line-height: 37px;
    letter-spacing: 1px;
    margin-top: 10px;
}

.case_text a {
    position: absolute;
    top: 164px;
    left: 416px;
    width: 79px;
    height: 25px;
    line-height: 25px;
    border-radius: 13px;
    border: solid 1px #eb7760;
    color: #eb7760;
    font-size: 16px;
    background: url(/static/shop/images/dobul_arrow.png) no-repeat 53px center;
    padding-left: 14px;
}

.case_pageNum {
    position: absolute;
    bottom: 53px;
    left: 512px;
}

.case_pageNum span {
    font-size: 22px;
    color: #212223;
}

.case_arrow {
    width: 104px;
    height: 47px;
    position: absolute;
    bottom: 52px;
    right: 75px;
}

.case_arrow>div {
    width: 50%;
    height: 100%;
    cursor: pointer;
}

.case_arrow>div:nth-child(1) {
    background: #d8d8db url(/static/shop/images/case_arr_left.png) no-repeat center;
}

.case_arrow>div:nth-child(1).active {
    background: #7062af url(/static/shop/images/case_arr_left_active.png) no-repeat center;
}

.case_arrow>div:nth-child(2) {
    background: #d8d8db url(/static/shop/images/case_arr_right_active.png) no-repeat center;
}

.case_arrow>div:nth-child(2).active {
    background: #7062af url(/static/shop/images/case_arr_right.png) no-repeat center;
}