@charset "utf-8";
/*------------------------------------------------------------
	头部
------------------------------------------------------------*/

body {
    background-color: #f5f5f5;
}

.bt {
    position: fixed;
    right: 25px;
    top: 15px;
    padding: 5px 10px;
    z-index: 11111;
    border: 1px solid #c6973d;
    font-size: 16px;
}

.bt a {
    color: #c6973d;
}

.bt:hover {
    background: #c6973d;
}

.bt:hover a {
    color: #000;
}

#gHeader {
    position: fixed;
    left: 0;
    top: 0;
    height: 55px;
    width: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.6);
}

#gHeader .row {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 8px 40px;
    justify-content: space-between;
    font-size: 26px;
    color: #c6973d;
    line-height: 54px;
}

#gHeader .logo {
    margin: 0;
}

#gHeader .logo a {
    width: 90px;
    margin-top: -20px;
    display: block;
}

.about .row-img, .pc-hide {
    display: none;
}

.pc-image {
    display: block;
}

.pc-hide, .mobile-image {
    display: none;
    margin: 0 auto;
}

iframe {
    width: 600px;
}

@media all and (min-width: 0) and (max-width: 767px) {
    #gHeader {
        border-bottom: 1px solid #000;
    }

    #gHeader .bgTop {
        display: none;
    }

    #gHeader .logo {
        padding: 10px;
        width: 100px;
    }

    #gHeader .link02 {
        width: 160px;
    }

    #gHeader .link02 a {
        min-width: 40px;
        font-size: 14px;
        line-height: 25px;
    }

    #gHeader .logo a {
        width: 40px;
        height: 40px;
    }

    #gHeader .logo a img {
        width: 40px;
        height: 40px;
    }

    .menu {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1200;
        height: 60px;
        width: 60px;
        cursor: pointer;
        text-align: center;
        transition: opacity .25s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }

    .menu.active .top {
        width: 45px;
        -webkit-transform: translateY(14px) translateX(-5px) rotate(45deg);
        -ms-transform: translateY(14px) translateX(-5px) rotate(45deg);
        transform: translateY(14px) translateX(-5px) rotate(45deg);
        background: #000;
    }

    .menu.active .middle {
        opacity: 0;
        background: #000;
    }

    .menu.active .bottom {
        width: 45px;
        -webkit-transform: translateY(-12px) translateX(-5px) rotate(-45deg);
        -ms-transform: translateY(-12px) translateX(-5px) rotate(-45deg);
        transform: translateY(-12px) translateX(-5px) rotate(-45deg);
        background: #000;
    }

    .menu span {
        margin-left: -17px;
        background: #000;
        border: none;
        height: 3px;
        width: 35px;
        position: absolute;
        top: 15px;
        left: 50%;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
        cursor: pointer;
    }

    .menu span:nth-of-type(2) {
        top: 28px;
    }

    .menu span:nth-of-type(3) {
        top: 41px;
    }
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
    text-align: right;
}

#gNavi li {
    padding: 0 15px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

#gNavi li a {
    display: block;
    padding: 22px 15px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

#gNavi li.father {
    background: url(http://ruhnn-web.oss-cn-hangzhou.aliyuncs.com/ruhnn-new-index/skin/images/icon-3.png) no-repeat center right 15px;
}

#gNavi .sub {
    position: absolute;
    left: 50%;
    display: none;
    top: 85%;
    padding: 12px 0;
    transform: translate(-50%);
    word-break: keep-all;
    box-shadow: 0 0 3px #ccc;
    background-color: #fff;
}

/* #gNavi .sub:before {
	position: absolute;
	left: 30px;
	top: -8px;
	width: 15px;
	height: 15px;
	content: "";
	transform: rotate(-45deg);
	box-shadow: 0 0 3px #ccc;
	background-color: #fff;
}
 */
#gNavi .sub li {
    margin: 0;
    position: relative;
    z-index: 10;
    display: block;
    text-align: center;
    background-color: #fff;
}

#gNavi .sub li a {
    padding: 0 25px;
    font-size: 16px;
    color: #909090;
    line-height: 44px;
}

@media all and (min-width: 0) and (max-width: 767px) {
    #gNavi {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        display: none;
        font-size: 12px;
        border-top: 1px solid #000;
        background-color: #fff;
    }

    #gNavi li {
        margin: 0;
        padding: 0;
        float: none;
        width: auto;
        display: block;
        position: relative;
        border-bottom: 1px solid #000;
    }

    #gNavi li.father {
        background: none;
    }

    #gNavi li.father:before {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        content: "";
        background: url(http://ruhnn-web.oss-cn-hangzhou.aliyuncs.com/ruhnn-new-index/skin/images/icon_on.png) no-repeat center center;
        background-size: 14px;
    }

    #gNavi li.father.active:before {
        background: url(http://ruhnn-web.oss-cn-hangzhou.aliyuncs.com/ruhnn-new-index/skin/images/icon_off.png) no-repeat center center;
        background-size: 14px;
    }

    #gNavi li a {
        margin-right: 40px;
        padding: 10px 20px;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        border: 0;
    }

    #gNavi li .sub {
        position: relative;
        top: auto;
        left: auto;
        padding: 0;
        transform: translate(0);
        box-shadow: none;
    }

    #gNavi li .sub li {
        border-top: 1px solid #000;
        border-bottom: 0;
    }

    #gNavi li .sub a {
        padding: 10px 20px;
        padding-left: 40px;
        font-size: 14px;
        line-height: 20px;
    }

}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
}

#pagePath li {
    display: inline;
    color: #000;
    font-size: 1.2em;
}

#pagePath li a {
}

/*@media all and (min-width: 0) and (max-width: 767px) {*/
/*}*/

/*!*------------------------------------------------------------*/
	/*main*/
/*------------------------------------------------------------*!*/
/*#main {*/
    /*min-height: 60vh;*/
/*}*/

/*@media all and (min-width: 0) and (max-width: 767px) {*/
    /*#main {*/
        /*padding: 20px 0;*/
        /*min-height: calc(100vh - 124px);*/
    /*}*/
/*}*/

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {

}

@media all and (min-width: 0) and (max-width: 767px) {
}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {

}

@media all and (min-width: 0) and (max-width: 767px) {
}

/*------------------------------------------------------------
	脚部
------------------------------------------------------------*/
#gFooter {
    padding: 20px 0 0;
    color: #fff;
    background-color: #101010;
}

#gFooter .inner {
    padding: 20px 80px;
}

#gFooter a {
    margin-bottom: 30px;
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

#gFooter li a {
    margin: 0;
    font-size: 14px;
    color: #909090;
    line-height: 28px;
}

#gFooter .row .btm {
    text-align: right;
    font-size: 14px;
    color: #cacaca;
    line-height: 36px;
}

#gFooter .row .btm span {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-left: 30px;
}

#gFooter .row .btm img {
    display: block;
}

#gFooter .copyright {
    font-size: 15px;
    line-height: 48px;
    color: #999;
    background-color: #161616;
}

#gFooter .copyright {
    padding: 20px 0;
    font-size: 15px;
    line-height: 40px;
    color: #999;
    background-color: #161616;
}

#gFooter .copyright a {
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

#gFooter .pageTop {
    position: fixed;
    right: 120px;
    bottom: 80px;
    z-index: 1000;
}

#gFooter .pageTop:hover {
    opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
    #gFooter {
        padding: 0;
    }

    #gFooter .inner {
        padding: 10px;
    }

    #gFooter a {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 24px;
    }

    #gFooter a.ttl {
        margin: 10px 0 0;
    }

    #gFooter li a {
        margin: 0;
        font-size: 12px;
        line-height: 20px;
    }

    #gFooter .row .btm {
        font-size: 10px;
        line-height: 24px;
    }

    #gFooter .row .btm span {
        margin-left: 10px;
    }

    #gFooter .copyright {
        font-size: 12px;
        line-height: 15px;
    }

    #gFooter .copyright img {
        width: 30px;
        height: 30px;
    }

    #gFooter .copyright a {
        margin: 0;
    }

    #gFooter .pageTop {
        right: 10px;
        bottom: 10px;
        width: 35px;
        height: 35px;
    }

    #gFooter .pageTop:hover {
        opacity: 1;
    }

}

@media all and (min-width: 0) and (max-width: 767px) {
}

.h1Ttl01 {
    font-size: 130px;
    color: #fff;
    line-height: 1.2;
}

.h2Ttl01 {
    display: inline-block;
    vertical-align: top;
    font-size: 42px;
    color: #c6973d;
    line-height: 1.2;
    border-bottom: 2px solid #c6973d;
}

.section {
    position: relative;
    overflow: hidden;
    background-size: cover;
    /*min-height: 600px;*/
}

.section .inner {
    padding: 50px 12.5px 70px;
    width: 100%;
}

.table-layer {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.screen-full {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
}

#index {
    height: 48.0208vw;
}

#sliderWrapper,
#sliderWrapper > .tempWrap,
#sliderWrapper ul {
    height: 100%;
    /*width: 100%;*/
}

#sliderWrapper ul li {
    position: relative;
    height: 48.0208vw;
    /*width: 100%;*/
}

.banner-top {
    background-image: url(../img/index/index_3.jpg);
    /*xsh1*/
}

.banner-top-new {
    background-image: url(../img/index/index_2.jpg);
    /*xsh1*/
}

.banner-top-new-text {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: auto;
    text-align: center;
}

.banner-top-new-text img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
}

.banner-top .index {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-bg {
    background-image: url(../img/background/bg9.png);
    /*xsh*/
    background-size: cover;
}

.history-bg {
    background-image: url(../img/background/bg1.jpg);
    /*xsh*/
    background-size: cover;
}

.cooperation-bg {
    background-image: url(../img/background/bg4.jpg);
    /*xsh*/
    background-size: cover;
}


.business-bg {
    background-image: url(http://ruhnn-web.oss-cn-hangzhou.aliyuncs.com/ruhnn-new-index/skin/images/banner05.jpg);
    background-size: cover;
}

.case-bg {
    background-image: url(http://ruhnn-web.oss-cn-hangzhou.aliyuncs.com/ruhnn-new-index/skin/images/banner06.jpg);
    background-size: cover;
}

.brand-bg {
    background-image: url(http://ruhnn-web.oss-cn-hangzhou.aliyuncs.com/ruhnn-new-index/skin/images/banner07.jpg);
    background-size: cover;
}

.contact-bg {
    background-image: url(../img/background/bg5.jpg);
    background-size: cover;
}

.hidden {
    display: none !important;
}

.height-100 {
    height: 100px;
}

.bc-black {
    background: black !important;
}

.color-cc3366 {
    color: #cc3366;
}

.color-cc0066 {
    color: #cc0066;
}

.section a:hover {
    opacity: 0.7;
}

#banner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

#banner img {
    /*height: 100vh;*/
    width:100%;
}

.index {
    text-align: center;
}

.news-tip {
    position: absolute;
    left: 0;
    bottom: 18vh;
    width: 100%;
    font-size: 14px;
    color: #c6973d;
    line-height: 30px;
}

.news-tip a {
    color: #fff;
}

.scoll {
    position: absolute;
    left: 50%;
    bottom: 5vh;
    margin-left: -24px;
}

.slick-dots {
    position: absolute;
    left: 0;
    bottom: 15vh;
    width: 100%;
    text-align: center;
}

.slick-dots li {
    margin: 0 5px;
    display: inline;
}

.slick-dots li button {
    width: 40px;
    height: 3px;
    border: 0;
    padding: 0;
    cursor: pointer;
    text-indent: -9999em;
    background: #313131;
}

.slick-dots .slick-active button {
    background: #c6973d;
}

.copyrght {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background-color: #393939;
}

#fp-nav {
    margin: 0 !important;
    top: 0;
    right: 0;
    z-index: 1200;
    text-align: center;
}

#fp-nav ul li .fp-tooltip {
    position: static;
    font-size: 18px;
    color: #fff;
    opacity: 1;
    margin: 0 15px;
    padding: 24px 5px 8px;
    line-height: 51px;
    border-top: 3px solid transparent;
}

#fp-nav ul li.current .fp-tooltip {
    color: #c6973d;
    border-top: 3px solid #c6973d;
}

#fp-nav ul li:hover .fp-tooltip, #fp-nav ul li .active + .fp-tooltip {
    color: #c6973d;
    border-top: 3px solid #c6973d;
}

#fp-nav.right {
    right: 0;
}

.fp-viewing-a01 #fp-nav ul li:first-child .fp-tooltip {
    color: #c6973d;
    border-top: 3px solid #c6973d;
}

.fp-viewing-a02 #fp-nav ul li:nth-child(2) .fp-tooltip {
    color: #c6973d;
    border-top: 3px solid #c6973d;
}

.fp-viewing-a03 #fp-nav ul li:nth-child(2) .fp-tooltip {
    color: #c6973d;
    border-top: 3px solid #c6973d;
}

.fp-viewing-a04 #fp-nav ul li:nth-child(2) .fp-tooltip {
    color: #c6973d;
    border-top: 3px solid #c6973d;
}

.fp-viewing-a05 #fp-nav ul li:nth-child(5) .fp-tooltip {
    color: #c6973d;
    border-top: 3px solid #c6973d;
}

.fp-viewing-a06 #fp-nav ul li:nth-child(5) .fp-tooltip {
    color: #c6973d;
    border-top: 3px solid #c6973d;
}

.fp-viewing-a07 #fp-nav ul li:nth-child(7) .fp-tooltip {
    color: #c6973d;
    border-top: 3px solid #c6973d;
}

.fp-viewing-a08 #fp-nav ul li:nth-child(7) .fp-tooltip {
    color: #c6973d;
    border-top: 3px solid #c6973d;
}

.fp-viewing-a09 #fp-nav ul li:nth-child(9) .fp-tooltip {
    color: #c6973d;
    border-top: 3px solid #c6973d;
}

.fp-viewing-a10 #fp-nav ul li:nth-child(9) .fp-tooltip {
    color: #c6973d;
    border-top: 3px solid #c6973d;
}

#fp-nav ul li, .fp-slidesNav ul li {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin: 0;
    cursor: pointer;
}

@media all and (min-width: 0) and (max-width: 1600px) {
    #fp-nav ul li .fp-tooltip {
        margin: 0 10px;
    }
}

.h2Ttl02 {
    margin-bottom: 60px;
    font-size: 47px;
    color: #c6973d;
    line-height: 78px;
    text-align: center;
}

.h2Ttl02 span {
    display: block;
    font-size: 25px;
    color: #000;
    line-height: 40px;
}

.about p {
    margin-bottom: 60px;
    font-size: 20px;
    color: #000;
    line-height: 41px;
    /*text-align: center;*/
}

.about .item {
    justify-content: space-between;
}

.about .item [class*='col-'] {
    padding: 52px 0;
    width: 200px;
    font-size: 26px;
    color: #000;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
}

.about .item span {
    display: block;
    font-size: 40px;
}

.about .item [class*='col-']:hover {
    color: #fff;
    background-color: #c6973d;
}

.about .item [class*='col-']:hover font {
    color: #fff;
}

.history, .brand {
}

.history .item {
    justify-content: space-between;
}

.history .item [class*='col-'] {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    border: 10px solid transparent;
}

.history .item [class*='col-'] img {
    width: 100%;
    height: 197px;
    object-fit: contain;
    background-color: rgba(255, 255, 255, 0.1);
}

.history .item .table {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.5);
}

.history .item .table-cell {
    vertical-align: middle;
}

.history .item [class*='col-']:hover .table {
    opacity: 1;
}

.tab {
    position: absolute;
    /*top: 145px;
    left: 140px;*/
    top: 90px;
    left: 90px;
}

.tab a {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    min-width: 100px;
    padding: 0 20px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

.tab .on a {
    color: #000;
    background-color: #c6973d;
}

.bg-hot {
    background-image: url(../img/background/bg7.jpg);
    /*xsh*/
    background-size: cover;
}

.bg-hot-1 {
    background: url(https://dummyimage.com/1920x922/30f/400.jpg) no-repeat;
    /*xsh*/
    background-size: contain;
    background-color: #000;
}

.honor-bg {
    background: url(../img/background/bg2.jpg) no-repeat;
    /*xsh*/
    background-size: contain;
    background-color: #99785e;
}

.news-bg {
    background: url(../img/background/bg3.jpg) no-repeat;
    /*xsh*/
    background-size: contain;
    background-color: #ededed;
}
.brand-roll-bg {
    background: url(../img/background/bg8.jpg) no-repeat;
    /*xsh*/
    background-size: contain;
    background-color: #d8dfe4;
}

.kol .item [class*='col-'] {
    margin: 15px;
    position: relative;
    width: calc(25% - 30px);
}

.kol .item p {
    padding: 5px 5px;
    font-size: 16px;
    color: #c6973d;
    text-align: center;
    /*background-color: #fff;*/
}

.kol .item p img {
    margin-left: 15px;
}

.kol .item .sub {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.5);
}

.kol .item [class*='col-']:hover .sub {
    opacity: 1;
}

.kol .item .sub p {
    color: #c6973d;
    background-color: #000;
}

.kol .item .sub .table {
    height: calc(100% - 52px);
}

.kol .item .sub .table-cell {
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}

.kol .btm-ttl {
    margin: 25px auto 0;
    max-width: 780px;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    border-radius: 10px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
}

.business .item {
    justify-content: center;
    text-align: center;
}

.business .item [class*='col-'] {
    margin: 0 20px;
    padding: 10px;
    cursor: pointer;
    border-radius: 15px;
}

.business .item [class*='col-']:hover {
    background-color: #fff;
}

.business .item h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    color: #909090;
    line-height: 41px;
    display: inline-block;
    vertical-align: top;
    padding-left: 50px;
    background: url(http://ruhnn-web.oss-cn-hangzhou.aliyuncs.com/ruhnn-new-index/skin/images/h3_bg01.png) no-repeat left center;
}

.business .item > div:nth-child(2) h3 {
    background: url(http://ruhnn-web.oss-cn-hangzhou.aliyuncs.com/ruhnn-new-index/skin/images/h3_bg02.png) no-repeat left center;
}

.business .item > div:nth-child(3) h3 {
    background: url(http://ruhnn-web.oss-cn-hangzhou.aliyuncs.com/ruhnn-new-index/skin/images/h3_bg03.png) no-repeat left center;
}

.business .item p {
    font-size: 18px;
    color: #c6973d;
    line-height: 31px;
}

#slider01 .row {
    position: relative;
    background-color: #fff;
}

#slider01 .row > div:first-child {
    padding: 40px;
}

.index-en #slider01 .row > div:first-child {
    padding: 30px 40px
}

.index-en #slider01 .row h2 {
    padding: 10px 0;
}

.index-en #slider01 .row p {
    line-height: 30px;
}

.index-en .business .item h3 {
    padding-left: 41px;
}

.index-en .about .item [class*='col-'] {
    height: 200px;
}

.index-en .about .item span {
    font-size: 30px;
    font-weight: 600;
}

.index-en .tab {
    top: 50px;
    left: 50px;
}

#slider01 .row h2 {
    margin-bottom: 20px;
    padding: 20px 0;
    font-size: 24px;
    line-height: 34px;
}

#slider01 .row p {
    font-size: 18px;
    color: #909090;
    line-height: 41px;
}

#slider01 .row p:last-child {
    color: #000;
    position: absolute;
    left: 40px;
    bottom: 40px;
}

#slider01 .slick-arrow, .inner-kol .slick-arrow {
    width: 34px;
    height: 34px;
    position: absolute;
    left: -154px;
    top: 50%;
    margin-top: -17px;
    text-indent: -999em;
    padding: 0;
    border: 0;
    z-index: 100;
    cursor: pointer;
    background: url(http://ruhnn-web.oss-cn-hangzhou.aliyuncs.com/ruhnn-new-index/skin/images/icon06.png) no-repeat left center;
}

#slider01 .slick-next, .inner-kol .slick-next {
    left: auto;
    right: -154px;
    background: url(http://ruhnn-web.oss-cn-hangzhou.aliyuncs.com/ruhnn-new-index/skin/images/icon07.png) no-repeat left center;
}

#slider01 .slick-arrow:hover, .inner-kol .slick-arrow:hover {
    opacity: 0.7;
}

#slider02 .row {
    position: relative;
    background-color: #fff;
}

#slider02 .row > div:first-child {
    padding: 40px;
}

#slider02 .row h2 {
    margin-bottom: 20px;
    padding: 20px 0;
    font-size: 24px;
    line-height: 34px;
}

#slider02 .row p {
    font-size: 18px;
    color: #909090;
    line-height: 41px;
}

#slider02 .row p:last-child {
    color: #000;
    position: absolute;
    left: 40px;
    bottom: 40px;
}

#slider02 .slick-arrow {
    width: 34px;
    height: 34px;
    position: absolute;
    left: -154px;
    top: 50%;
    margin-top: -17px;
    text-indent: -999em;
    padding: 0;
    border: 0;
    z-index: 100;
    cursor: pointer;
    background: url(http://ruhnn-web.oss-cn-hangzhou.aliyuncs.com/ruhnn-new-index/skin/images/icon06.png) no-repeat left center;
}

#slider02 .slick-next {
    left: auto;
    right: -154px;
    background: url(http://ruhnn-web.oss-cn-hangzhou.aliyuncs.com/ruhnn-new-index/skin/images/icon07.png) no-repeat left center;
}

#slider02 .slick-arrow:hover {
    opacity: 0.7;
}

.brand .item [class*='col-'] {
    text-align: center;
    padding: 10px;
}

.brand .item a {
    display: block;
    padding: 20px;
    background-color: #fff;
}

.brand .item img {
    width: 100%;
    background-color: #fff;
}

.brand .obj [class*='col-'] {
    text-align: center;
    padding: 10px;
}

.brand .obj img {
    width: auto;
    height: auto;
    object-fit: none;
}

.contact .item {
    align-items: center;
}

.contact .item p {
    margin: 0 30px;
    padding-bottom: 20px;
    font-size: 17px;
    color: #fff;
    line-height: 41px;
    border-bottom: 1px solid #fff;
}

/* css 重置 */

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slideGroup {
    margin: 0 auto;
    width: 1200px;
    height: 500px;
}

.slideGroup .parHd {
    position: relative;
    height: 100px;
    line-height: 100px;
    padding: 0 20px;
}

.slideGroup .parHd ul {
    display: table;
    margin: 0 auto;
}

.slideGroup .parHd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
}

.slideGroup .parHd ul li.on {
    height: 30px;
    background: #fff;
    color: green;
}

.slideGroup .slideBox {
    overflow: hidden;
    zoom: 1;
    padding: 10px 0 10px 100px;
    position: relative;
}

.slideGroup .sPrev,
.slideGroup .sNext {
    position: absolute;
    left: 5px;
    top: 10px;
    display: block;
    width: 54px;
    height: 385px;
    background: url(http://ruhnn-web.oss-cn-hangzhou.aliyuncs.com/ruhnn-new-index/skin/images/icon06.png) center center no-repeat;
}

.slideGroup .sNext {
    left: auto;
    right: 5px;
    background: url(http://ruhnn-web.oss-cn-hangzhou.aliyuncs.com/ruhnn-new-index/skin/images/icon07.png) center center no-repeat;
}

.slideGroup .parBd ul {
    overflow: hidden;
    zoom: 1;
}

.slideGroup .parBd ul li {
    margin: 0 8px;
    float: left;
    width: 1000px;
    position: relative;
}

.slideGroup .parBd ul li .pic {
    text-align: center;
}

.slideGroup .parBd ul li .pic img {
    width: 500px;
    height: 385px;
    display: block;
    padding: 2px;
}

.slideGroup .parBd ul li .description {
    position: absolute;
    width: 280px;
    height: 145px;
    background: #372d2b;
    padding: 20px 10px 10px 20px;
    top: 120px;
    left: 420px;
    color: #fff
}

.slideGroup .parBd ul li .description h4 {
    color: #cca552;
    height: 40px;
    line-height: 40px;
}

.slideGroup .parBd ul li .description a {
    color: #fff;
    float: right;
    margin-top: 10px;
    background: #7c0002;
    border-radius: 5px;
    padding: 3px 10px;
}

.Slide1 {
    display: inline-block;
    position: relative;
    float: left;
    margin-left: 60px;
    margin-top: 10px;
    width: 25%;
    height: 500px;
    text-align: center;
}

.img {
    box-shadow: 0px 0px 3px 3px #c6973d;
}

.Slidetxt {
    display: inline-block;
    margin-top: 20px;
    color: #909090;
    font-size: 18px;
}

.Slidetxt p {
    margin-top: 15px;
    color: #c6973d;
    font-size: 18px;
}

.weiboimg {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}

.blacktext {
    display: inline-block;
    height: 44px;
    width: 100%;
}

.whitetext {

    margin-top: 9px;
    height: 44px;
    width: 100%;
}

.ResourcesText {
    font-size: 18px;
    color: #cd9c3e;
    text-align: center;
    line-height: 40px;
}

.returnTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    z-index: 10000;
    cursor: pointer;
}
