@charset "utf-8";

html {
    -webkit-font-smoothing: antialiased
}

blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

header, hgroup, nav, menu, main, section, article, summary, details, aside, figure, figcaption, footer {
    display: block;
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, b, caption, cite, code, dfn, em, i, strong, th, var {
    font-style: normal;
    font-weight: 400
}

dl, ol, ul, li {
    list-style-type: none
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    outline: 0;
    outline: none;
    blr: expression(this.onFocus=this.blur())
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

textarea {
    resize: none;
    outline: none;
    border: 0;
}

img {
    vertical-align: middle;
}

button, input[type=submit], input[type=text], input[type=button], select {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    outline: 0;
    outline: 0;
    blr: expression(this.onFocus=this.blur())
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input, button {
    overflow: visible;
    vertical-align: middle;
    outline: none;
    border: 0;
}

body {
    color: #000;
    line-height: 1.3;
    background: #fff;
    font-family: Helvetica;
}

hr {
    outline: 0;
    border: 0;
}

.fl {
    float: left
}

.fr {
    float: right
}

.fix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0
}

.fix {
    *zoom: 1;
}

.layout {
    max-width: 1150px;
    min-width: 1024px;
    margin: 0 auto;
    clear: both;
    position: relative;
}

.layout1 {
    max-width: 1100px;
    min-width: 1024px;
    margin: 0 auto;
    clear: both;
    position: relative;
}

body {
    min-width: 1024px;
}

#web-ietip {
    width: 526px;
    height: 90px;
    padding: 83px 0 0 84px;
    overflow: hidden;
    background: url(../img/browser.png) no-repeat center center;
    margin: 200px auto 0;
}

#web-ietip a {
    display: block;
    width: 65px;
    height: 80px;
    float: left;
}

.img {
    overflow: hidden
}

.img img {
    width: 100%;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.img img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}


/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slider:focus, .slick-slider:active {
    outline: none;
    blr: expression(this.onFocus="this.blur"());
    cursor: pointer;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    cursor: pointer;
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    /*height: 100%;*/
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide:focus {
    outline: none;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* header */
.header {
    height: 80px;
    line-height: 79px;
    background: #000;
    width: 100%
}

.header .layout {
    position: static;
}

/* nav */
.nav {}

.nav>ul>li {
    float: left;
    margin-left: 62px;
}

.nav>ul>li>a {
    font-size: 14px;
    color: #fff;
}

.nav>ul>li>a:hover,
.nav>ul>li.on>a {
    color: #e59f8a
}

.nav .snav {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 81px;
    background: #fff;
    z-index: 99;
    text-align: center;
    line-height: 1;
    border-bottom: 1px solid #eee
}

.nav .snav li {
    line-height: 1;
    display: inline-block
}

.nav .snav li a {
    display: block;
    padding: 26px 0;
    font-size: 14px;
    color: #000;
    margin: 0 40px;
    position: relative
}

.nav .snav li a:before {
    content: '';
    width: 1px;
    height: 10px;
    background: #000;
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -5px
}

.nav .snav li:first-child a:before {
    display: none
}

.nav .snav li a:after {
    content: '';
    width: 0;
    opacity: 0;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.nav .snav li a:hover:after {
    opacity: 1;
    width: 100%;
    left: 0
}

/* search */
.search {
    margin-top: 31.5px;
    width: 20px;
    height: 20px;
    background: url(../img/i1.png) no-repeat center;
    background-size: 80%;
    cursor: pointer;
}

.isearch {
    display: none;
}

.isearch input[type=text] {
    width: 150px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    background: #fff;
    text-indent: 12px;
}

.isearch input[type=button] {
    width: 20px;
    height: 20px;
    background: url(../img/i1.png) no-repeat center;
    background-size: 80%;
    cursor: pointer;
}

/* banner */
.banner {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
}

.banner .swiper-pagination {
    left: 50%;
    bottom: 50px;
    width: 66px;
    height: 12px;
    margin-left: -33px;
    line-height: 12px;
}

.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    position: relative;
}

.banner .swiper-pagination-bullet-active {
    background: #000;
}

.banner img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.banner.line {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

/* footer */

.footer {
    background: #000;
    padding: 62px 0 45px;
    border-bottom: 1px solid #181818;
    width: 100%
}

.footer dl {
    float: left;
    margin-left: 143px;
}

.footer dl:first-child {
    margin-left: 0
}

.footer dt {
    font-size: 16px;
    color: #fff;
    margin-bottom: 27.5px;
}

.footer dl.last {
    margin-left: 140px;
}

.footer dl.last dd a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 14px;
}

.footer dd {
    margin-bottom: 9.5px;
}

.footer dd a {
    font-size: 14px;
    color: #bbb;
}

.footer dd a:hover {
    color: #e59f8a
}

/* copyright */
.copyright {
    background: #000;
    padding: 27px 0 25px;
    width: 100%
}

.copyright a,
.copyright span {
    font-size: 14px;
    color: #ffffff;
    margin-right: 49px;
}

.copyright .cr a,
.copyright .cr span {
    margin-right: 26px;
}

.copyright a:hover {
    color: #e59f8a
}

/* page */
.page {
    text-align: center;
}

.page a {
    display: inline-block;
    width: 31px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    font-size: 14px;
    color: #000;
    margin: 0 2px;
}

.page a.on,
.page a:hover {
    background: #000;
    color: #fff
}

/* a.more */
a.more {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #000;
    position: relative;
    transition: all .5s ease;
    margin: 0 auto;
}

a.more:after,
a.more:before {
    position: absolute;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0;
    content: '';
    -webkit-transition: .5s;
    transition: .5s
}

a.more:before {
    bottom: 0;
    left: 0;
    border-color: transparent transparent transparent #c12525
}

a.more:after {
    top: 0;
    right: 0;
    border-color: transparent #c12525 transparent transparent
}

a.more:hover {
    z-index: 999;
    background: #c12525;
    color: #fff;
    cursor: pointer;
    z-index: 4
}

a.more i {
    position: relative;
    z-index: 9
}

/* index */
.index .title {
    text-align: center;
}

.index .title h4 {
    font-size: 17px;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
}

.index .title h4:before,
.index .title h4:after {
    content: '';
    width: 55px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}

.index .title h4:before {
    left: -64px;
}

.index .title h4:after {
    right: -64px;
}

.index .title h4.c0 {
    color: #000;
}

.index .title h4.c0:before,
.index .title h4.c0:after {
    background: #000;
}

/* index1 */
.index1 {
    background: #222222;
    padding-top: 60px;
    padding-bottom: 115px;
}

.index1 .title {
    margin-bottom: 50px;
}

.index1b li.fl {
    width: 41.4%
}

.index1b li a {
    display: block;
}

.index1b li.fl a:first-child {
    margin-bottom: 6.15%;
}

.index1b li.fr {
    width: 56%
}

.index1b li img {
    max-width: 100%
}

/* index2 */
.index2 a {
    display: block;
    overflow: hidden;
}

.index2 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 40s;
    transition-duration: 40s
}

.index2:hover img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

/* index3 */

.index3 {
    margin-bottom: 60px;
    margin-top: 50px;
}

.index3 .title {
    margin-bottom: 50px;
}

.index3b a {
    outline: 0
}

.index3b img {
    display: block;
    margin: 0 auto;
}

.index3b span {
    display: block;
    width: 141px;
    height: 1px;
    background: #000;
    margin: 0 auto;
    margin-bottom: 17px;
}

.index3b p {
    font-size: 14px;
    color: #000;
    text-align: center;
}

.index3b p.p1 {
    font-family: Arial;
    font-weight: bold;
    margin-bottom: 11px;
}

.index3b .slick-arrow {
    position: absolute;
    font-size: 0;
    width: 22px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    z-index: 99;
    cursor: pointer
}

.index3b .slick-prev {
    left: 0;
    background: url(../img/left1.png) no-repeat center
}

.index3b .slick-next {
    left: auto;
    right: 0;
    background: url(../img/right1.png) no-repeat center
}

.index3b .slick-prev:hover {
    background: url(../img/left2.png) no-repeat center
}

.index3b .slick-next:hover {
    background: url(../img/right2.png) no-repeat center
}

.index3 a.more {
    width: 101px;
    height: 51px;
    line-height: 51px;
    margin-top: 45px
}

.index3 a.more:hover:before {
    border-width: 51px 0 0 101px
}

.index3 a.more:hover:after {
    border-width: 0 101px 51px 0
}

.index3b .images {
    position: relative;
}

.index3b .images .cover {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .4);
    transition: all .5s ease
}

.index3b .images:hover .cover {
    top: 0
}

.index3b .images .cover .mores {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: 39px;
    line-height: 39px
}

.index3b a.mores:hover:before {
    border-width: 39px 0 0 101px
}

.index3b a.mores:hover:after {
    border-width: 0 101px 39px 0
}

/* ivideo */

.ivideo {
    width: 100%;
    height: 406px;
    background: #000
}

.ivideo .title {
    position: absolute;
    left: 50%;
    top: 28px;
    transform: translate(-50%, 0);
    z-index: 9
}

.ivideo .video {
    position: relative
}

.ivideo .video .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 71px;
    height: 96px;
    background: url(../img/video1.png) no-repeat center;
    background-size: cover
}

.ivideo .video img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

/* index4 */
.index4 {
    margin-top: 45px;
    margin-bottom: 115px;
}

.index4 .title {
    margin-bottom: 85px;
}

.index4b li {
    float: left;
    width: 28.7%;
    margin-left: 76px
}

.index4b li:nth-child(3n+1) {
    margin-left: 0
}

.index4b .i4t span.time {
    font-size: 12px;
    color: #666;
    line-height: 25px
}

.index4b .i4t p {
    font-size: 20px;
    color: #000;
    line-height: #000
}

.index4b .i4b {
    margin-top: 45px
}

.index4b .i4b small {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 30px;
    margin-bottom: 12px
}

.index4b .i4b span {
    display: block;
    width: 170px;
    height: 1px;
    background: #000;
    margin-bottom: 28px
}

.index4b .i4b .i4conl {
    width: 48%
}

.index4b .i4b .i4conl p {
    font-size: 14px;
    color: #666;
    text-align: justify;
    line-height: 20px
}

.index4 a.more {
    width: 101px;
    height: 51px;
    line-height: 51px;
    margin-top: 70px
}

.index4 a.more:hover:before {
    border-width: 51px 0 0 101px
}

.index4 a.more:hover:after {
    border-width: 0 101px 51px 0
}

/* main */
.main .ti {
    padding: 30px 0
}

.main .ti img {
    display: block;
    margin: 0 auto;
}

/* 名师产品 */
.pro {
    margin-bottom: 75px;
}

.prot {
    padding: 17px 0;
    border-bottom: 1px solid #000;
}

.prot dt {
    float: left;
    font-size: 18px;
    color: #000;
    padding: 9.5px 0;
    vertical-align: middle;
    margin-right: 150px
}

.prot dd {
    float: left;
    vertical-align: middle;
    margin-right: 26px
}

.prot dd a {
    display: block;
    font-size: 14px;
    color: #000;
    padding: 12px 0;
    padding-left: 35px
}

.prot dd a:hover {
    color: #cd525b
}

.prot dd a.c1 {
    background: url(../img/c1.png) no-repeat left center;
    background-size: 28%
}

.prot dd a.c2 {
    background: url(../img/c2.png) no-repeat left center;
    background-size: 28%
}

.prot dd a.c3 {
    background: url(../img/c3.png) no-repeat left center;
    background-size: 28%
}

.prot dd a.c4 {
    background: url(../img/c4.png) no-repeat left center;
    background-size: 28%
}

.prot dd a.c5 {
    background: url(../img/c5.png) no-repeat left center;
    background-size: 20%
}

/*.prot dd:last-child{float:right;border:1px solid #eee;width:196px;height:35px;padding:0 12px;margin-right:0}*/
.prot dd:last-child input {
    float: left
}

.prot dd:last-child input[type=text] {
    width: 180px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #999
}

.prot dd:last-child input[type=submit] {
    width: 15px;
    height: 35px;
    line-height: 35px;
    background: url(../img/i2.png) no-repeat center;
    background-size: 100%
}

.prob {
    margin-top: 60px;
}

.prob li {
    float: left;
    width: 33.333%;
    margin-bottom: 100px;
}

.prob li img {
    display: block;
    margin: 0 auto;
}

.prob li span {
    display: block;
    width: 141px;
    height: 1px;
    background: #000;
    margin: 0 auto;
    margin-bottom: 17px;
}

.prob li p {
    font-size: 14px;
    color: #000;
    text-align: center;
    margin-bottom: 11px;
}

.prob li p.p1 {
    font-family: Arial;
    font-weight: bold;
}

.prob .images {
    position: relative;
    overflow: hidden;
}

.prob .images .cover {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .4);
    transition: all .5s ease
}

.prob .images .cover .mores {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: 39px;
    line-height: 39px;
    width: 101px;
}

.prob li:hover .cover {
    top: 0
}

.prob a.mores:hover:before {
    border-width: 39px 0 0 101px
}

.prob a.mores:hover:after {
    border-width: 0 101px 39px 0
}

/* 名师产品-详情 */

.prost {
    margin: 90px 0
}

.prostl {
    width: 50%;
    height: 540px;
    position: relative
}

.prostl .wrapper a {
    position: absolute !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.prostl img {
    display: block;
    margin: 0 auto;
    border: 1px solid #eee !important
}

.prostr {
    width: 45%;
    position: relative
}

.prostr .r1 {
    padding-bottom: 27px;
    border-bottom: 1px solid #000
}

.prostr h3 {
    font-size: 24px;
    color: #000;
    line-height: 64px
}

.prostr h5 {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    font-family: Arial
}

.prostr .r2 {
    padding: 25px 0;
    border-bottom: 1px solid #000
}

.prostr .r2 p {
    font-size: 14px;
    color: #000;
    text-align: justify;
    line-height: 24px
}

.prostr .r3 {
    margin-top: 30px
}

.prostr .r3 p {
    font-size: 14px;
    color: #000;
    margin-bottom: 24px
}

.prostr .r3 p.last {
    margin-top: 60px;
    margin-bottom: 0
}

.prostr .r3 p span {
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 1px solid #eee;
    cursor: pointer;
    margin-right: 10px;
    vertical-align: middle
}

.prostr .r3 p span.bg1 {
    background-image: -webkit-linear-gradient(to bottom right, #d95542, #f7aca7);
    background-image: linear-gradient(to bottom right, #d95542, #f7aca7)
}

.prostr .r3 p span.bg2 {
    background-image: -webkit-linear-gradient(to bottom right, #d84b53, #f7a6ae);
    background-image: linear-gradient(to bottom right, #d84b53, #f7a6ae)
}

.prostr .r3 p span.on {
    border-color: #000
}

.prostr .r3 a.more {
    width: 160px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    border: 1px solid #000;
    background: #fff;
    margin-right: 27px
}

.prostr .r3 a.more i {
    color: #000;
}

.prostr .r3 a.more:before {
    bottom: 0;
    left: 0;
    border-color: transparent transparent transparent #000
}

.prostr .r3 a.more:after {
    top: 0;
    right: 0;
    border-color: transparent #000 transparent transparent
}

.prostr .r3 a.more:hover {
    background: #000
}

.prostr .r3 a.more:hover:before {
    border-width: 48px 0 0 160px
}

.prostr .r3 a.more:hover:after {
    border-width: 0 160px 48px 0
}

.prostr .r3 a.more:hover i {
    color: #fff;
}

.prosb {
    margin-top: 95px;
    margin-bottom: 150px;
}

.prosb .title {
    margin-bottom: 80px;
}

.prosb .index3b p {
    margin-bottom: 10px
}

.prosb .index3b p.p1 {
    margin-bottom: 0
}

.prosb a.more {
    width: 101px;
    height: 51px;
    line-height: 51px;
    margin-top: 45px
}

/* 招聘信息 */

.zpxxt {
    padding-top: 50px;
    /* background:url(../img/zp-bg.jpg) no-repeat top left; */
    text-align: center;
    padding-bottom: 55px
}

.zpxxt h3 {
    font-size: 24px;
    color: #000;
    margin-bottom: 15px
}

.zpxxt small {
    font-size: 14px;
    color: #000
}

.zpxxt p {
    margin-top: 45px
}

.zpxxt .sod_select {
    display: inline-block;
    position: relative;
    line-height: 1;
    width: 32%;
    padding: 15px 10px;
    border: 0;
    color: #000;
    font-size: 11px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    outline: 0;
    outline-offset: -2px;
    cursor: default;
    background: #f2f2f2 url(../img/down1.png) no-repeat 95% center;
    margin-right: 10px
}

.zpxxt .sod_select .sod_list {
    position: absolute;
    top: 100%;
    left: 0;
    height: auto;
    width: 100%;
    margin: 0 0 0 -2px;
    background: #fff;
    border: 0;
    border-top: none;
    color: #444;
    font-weight: 300;
    z-index: 1
}

.zpxxb {
    padding: 45px 0 65px;
    background: #f8f8f8
}

.zpxxb h4 {
    padding: 0 35px;
    background: #333;
    height: 54px;
    line-height: 54px
}

.zpxxb h4 span {
    float: left;
    display: block;
    width: 20%;
    height: 54px;
    text-align: center;
    line-height: 54px;
    font-size: 14px;
    color: #fff
}

.zplit {
    padding: 0 35px 50px;
    background: #fff
}

.zplit .q {
    width: 100%;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    border-bottom: 1px solid #eee
}

.zplit .q span {
    float: left;
    display: block;
    width: 20%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #000;
    position: relative
}

.zplit .q span:last-child:after {
    position: absolute;
    top: 50%;
    right: 20%;
    width: 13px;
    height: 13px;
    margin-top: -6.5px;
    content: '';
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: url(../img/bot.png) no-repeat 80% center;
    background-size: 100%;
}

.zplit .q.on {
    border-bottom: 0
}

.zplit .q.on span:last-child:after {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.zplit .a {
    background: #f8f8f8;
    display: none
}

.zplit .a .pad {
    padding: 30px
}

.zplit .a .at {
    padding-bottom: 28px;
    border-bottom: 1px solid #eee
}

.zplit .a .at p {
    margin-bottom: 15px;
    padding-left: 26px
}

.zplit .a .at p span {
    display: inline-block;
    font-size: 14px;
    color: #000;
    width: 26%
}

.zplit .a .ab {
    margin-top: 26px
}

.zplit .a .ab dt {
    font-size: 17px;
    color: #000;
    margin-bottom: 18px
}

.zplit .a .ab dd {
    font-size: 14px;
    color: #666;
    text-align: justify;
    line-height: 30px
}

.zplit .a .ab p {
    text-align: right
}

.zplit .a .ab .tjjj p {
    text-align: left
}

.zplit .a .ab a.tj {
    display: inline-block;
    width: 109px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    text-indent: 20px;
    font-size: 14px;
    color: #fff;
    background: #333 url(../img/i3.png) no-repeat 13px center;
    transition: all .5s ease;
    position: relative
}

.zplit .a .ab a.tj:after, .zplit .a .ab a.tj:before {
    position: absolute;
    z-index: 2;
    width: 0;
    height: 0;
    content: '';
    -webkit-transition: .5s;
    transition: .5s;
    border-width: 0;
    border-style: solid
}

.zplit .a .ab a.tj:before {
    bottom: 0;
    left: 0;
    border-color: transparent transparent transparent #c12525;
}

.zplit .a .ab a.tj:after {
    top: 0;
    right: 0;
    border-color: transparent #c12525 transparent transparent;
}

.zplit .a .ab a.tj:hover {
    z-index: 999;
    z-index: 4;
    cursor: pointer;
    color: #fff;
    background: #333 url(../img/i3.png) no-repeat 13px center
}

.zplit .a .ab a.tj:hover:before {
    border-width: 42px 0 0 110px
}

.zplit .a .ab a.tj:hover:after {
    border-width: 0 110px 42px 0
}

.zplit .a .ab a.tj i {
    position: relative;
    z-index: 9
}

/* 防伪查询 */

.fw {
    padding: 48px 0 110px;
    background: #f6f6f6
}

.fwc {
    background: #e6e6e6;
    padding: 42px 40px
}

.fwc .fwcs {
    background: #fff
}

.fwt .fwtl {
    width: 68.72%
}

.fwt .fwtr {
    width: 31.28%;
    background: url(../img/fw2.jpg) no-repeat center;
    background-size: cover
}

.fwt .fwtr .fpad {
    padding: 6.9%
}

.fwt .fwtr .fdesc {
    background: #fff;
    text-align: center;
    padding-top: 40%;
    padding-bottom: 11.1%
}

.fwt .fwtr .fdesc h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px
}

.fwt .fwtr .fdesc p {
    font-size: 12px;
    color: #000;
    margin-bottom: 50px
}

.fwt .fwtr .fdesc a {
    display: block;
    margin: 0 auto;
    width: 201px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    font-size: 12px;
    color: #666;
    background: #f6f6f6;
    margin-bottom: 4.4%
}

.fwt .fwtr .fdesc a:hover {
    color: #fff;
    background: #000
}

.fwb {
    padding: 40px 50px
}

.fwb .fwbl {
    width: 74%;
    margin-top: 20px
}

.fwb .fwbl h3 {
    font-size: 24px;
    color: #000;
    padding-left: 40px;
    background: url(../img/i4.png) no-repeat left center;
    background-size: 5%
}

.fwb .fwbl p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    margin-bottom: 20px
}

.fwb .fwbl p input[type=text] {
    width: 102px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #dedede;
    font-size: 14px;
    color: #666;
    margin-right: 14px
}

.fwb .fwbl p input[type=button] {
    width: 101px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    background: #000;
    cursor: pointer
}

.fwb .fwbl p input[type=button]:hover {
    background: rgba(0, 0, 0, .5)
}

.fwb .fwbr {
    width: 26%
}

/* 会员中心 */
.hy {
    padding-top: 20px;
    padding-bottom: 80px;
    background: #f7f7f7;
}

.hyc {
    border: 1px solid #eee;
    padding: 19px;
    background: #fff;
}

.hyc .hycl {
    width: 300px;
    margin-left: 65px;
    margin-top: 55px
}

.hyc .hycl h2 {
    font-size: 36px;
    color: #000;
    margin-bottom: 30px
}

.hyc .hycl input[type=password],
.hyc .hycl input[type=text] {
    width: 292px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #eee;
    text-indent: 12px;
    font-size: 14px;
    color: #666;
    margin-bottom: 18px
}

.hyc .hycl a {
    display: inline-block;
    font-size: 14px;
    color: #000;
    margin-bottom: 24px
}

.hyc .hycl a font {
    color: #666;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.hyc .hycl a:hover, .hyc .hycl a:hover font {
    color: #e2545e
}

.hyc .hycl input[type=submit] {
    width: 69px;
    height: 29px;
    line-height: 29px;
    font-size: 14px;
    color: #fff;
    background: #000;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-right: 16px
}

.hyc .hycl input[type=submit]:hover {
    background: #e2545e
}

/* 注册 */
.hyc .hycl input[type=text].short {
    width: 154px;
    float: left
}

.hyc .hycl input[type=button] {
    width: 118px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #000;
    font-size: 14px;
    color: #000;
    background: 0 0;
    cursor: pointer;
    float: right;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.hyc .hycl input[type=button]:hover {
    background: #c96570;
    border-color: #c96570;
    color: #fff
}

.hyc .hycl input[type=submit].long {
    width: 90px;
}

/* 在线查询 */
.cx {
    margin-top: 60px
}

.cxc {
    background: url(../img/cx1.jpg) no-repeat right top;
    background-size: 50%;
    padding-bottom: 125px
}

.cxcl {
    width: 545px;
    padding-top: 78px
}

.cxcl h1 {
    font-size: 44px;
    color: #000;
    padding-bottom: 15px;
    border-bottom: 1px solid #000
}

.cxcl h1 small {
    font-size: 14px;
    margin-top: 35px;
    float: right;
}

.cxcl li {
    margin-top: 30px
}

.cxcl li p {
    width: 244px;
    height: 33px;
    line-height: 33px;
    padding: 0 7px;
    border: 1px solid #eee
}

.cxcl li span {
    display: inline-block;
    font-size: 14px;
    color: #000;
    vertical-align: middle
}

.cxcl li p span.s1 {
    padding-left: 27px;
    background: url(../img/i5.png) no-repeat left center;
    background-size: 30%
}

.cxcl li p span.s2 {
    padding-left: 27px;
    background: url(../img/i6.png) no-repeat left center;
    background-size: 26%
}

.cxcl li p input[type=text] {
    width: 170px;
    font-size: 14px;
    color: #000;
    vertical-align: inherit;
}

.cxcl li span.tl {
    margin-bottom: 16px
}

.cxcl li textarea {
    width: 100%;
    height: 225px;
    border: 1px solid #eee;
    padding-top: 12px;
    text-indent: 12px;
    font-size: 14px;
    color: #000;
    text-align: 24px;
}

.cxcl li input[type=button] {
    width: 162px;
    height: 35px;
    text-align: center;
    text-indent: 20px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    background: #000 url(../img/i7.png) no-repeat 34px center;
    background-size: 10%;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

/*.cxcl li input[type=submit]{width:162px;height:35px;text-align:center;text-indent:20px;line-height:35px;font-size:14px;color:#fff;background:#000 url(../img/i7.png) no-repeat 34px center;background-size:10%;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}
*/
.cxcl li input[type=submit]:hover {
    background: #c43c3a url(../img/i7.png) no-repeat 34px center;
    background-size: 10%
}

.cxcl li p.pad12 {
    width: 300px;
    padding: 0 12px
}

.cxcl li p.pad12 input[type=text] {
    margin-left: 8px;
}

.cxcl li p.pad12 img {
    margin-top: 7.5px
}

/* 在线查询-总经理 */

.cxc2 {
    background: url(../img/cx2.jpg) no-repeat right top;
    background-size: 50%;
}

.cxcl li p.long {
    padding: 0 12px;
    width: 521px;
}

.cxcl li p.long input[type=text] {
    width: 80%;
}

.cxcl li textarea.text1 {
    height: 85px;
}

.cxc2 .cxcl li {
    margin-top: 15px;
}

/* 弹窗 */
.yy {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5)
}

.yy .tan {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 750px;
    height: 313px;
    background: #fff;
    padding: 4px 5px;
    background-size: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.yy .tan .tanc {
    width: 750px;
    height: 313px;
    background: url(../img/cx3.jpg) no-repeat center
}

.yy .clo {
    width: 27px;
    height: 27px;
    background: url(../img/clo.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 4px
}

.yy .tcr {
    width: 480px;
    margin-top: 100px
}

.yy .tcr h3 {
    font-size: 30px;
    color: #000;
    padding-bottom: 18px;
    border-bottom: 1px solid #ccc
}

.yy .tcr h3 em {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url(../img/i8.png) no-repeat center;
    background-size: cover;
    vertical-align: middle;
    margin-right: 15px
}

.yy .tcr h3 font {
    margin-right: 8px
}

.yy .tcr p {
    font-size: 14px;
    color: #000;
    margin-top: 20px
}

.yy .tcr p.iname {
    margin-top: 40px;
    text-align: right
}


/* 视频 */
.videot {
    margin-top: 40px;
    margin-bottom: 60px
}

.videot .video {
    position: relative;
    margin-bottom: 40px
}

.videot .video img {
    display: block;
    margin: 0 auto
}

.videot .video a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.videot .video a.bths p {
    font-size: 20px;
    color: #fff;
    text-align: center
}

.videot .videoc {
    text-align: center
}

.videot .videoc p {
    font-size: 17px;
    color: #696969;
    margin-bottom: 10px
}

.videot .videoc h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 28px
}

.videot .videoc a {
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    color: #222;
    position: relative
}

.videot .videoc .gengduo:after {
    content: '';
    width: 14px;
    height: 7px;
    background: url(../img/down2.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 20%;
    top: 50%;
    margin-top: -3.5px
}

.videob {
    background: #ededed;
    padding-top: 45px;
    padding-bottom: 30px
}

.videob .title {
    margin-bottom: 45px
}

.videolit {
    width: 934px;
    margin: 0 auto;
}

.videolit li {
    float: left;
    margin-bottom: 50px;
    margin-left: 50px
}

.videolit li:nth-child(3n+1) {
    margin-left: 0
}

.videolit li .imgs {
    position: relative;
    overflow: hidden
}

.videolit li .covers {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.videolit li .covers i {
    display: block;
    width: 41px;
    height: 41px;
    margin: 0 auto;
    background: url(../img/btn2.png) no-repeat center;
    background-size: cover;
    margin-bottom: 8px;
    margin-top: 45px
}

.videolit li .covers p {
    font-size: 14px;
    color: #fff;
    text-align: center
}

.videolit li:hover .covers {
    top: 0
}

.videolit .slick-arrow {
    position: absolute;
    font-size: 0;
    width: 66px;
    height: 66px;
    top: 50%;
    margin-top: -33px;
    z-index: 99;
    cursor: pointer
}

.videolit .slick-prev {
    left: -126px;
    background: #e1e1e1 url(../img/l1.png) no-repeat center;
    background-size: 20%
}

.videolit .slick-next {
    left: auto;
    right: -126px;
    background: #e1e1e1 url(../img/r1.png) no-repeat center;
    background-size: 20%
}

/* 时尚资讯 */

.new {
    margin-bottom: 110px;
}

.newlit {
    margin-bottom: 60px;
}

.newcl {
    padding-top: 16px;
    width: 45%;
    position: relative;
    z-index: 10
}

.newcl:before {
    content: '';
    width: 460px;
    height: 420px;
    border: 2px solid #000;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9
}

.newcl img {
    position: relative;
    z-index: 10
}

.newcr {
    margin-top: 100px;
    width: 45%;
    position: relative;
    z-index: 10
}

.newcr h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 18px
}

.newcr p.time {
    font-size: 12px;
    margin-bottom: 35px
}

.newcr p {
    font-size: 14px;
    color: #666;
    text-align: justify;
    line-height: 20px
}

.newcr a {
    display: block;
    width: 154px;
    height: 51px;
    text-align: center;
    line-height: 51px;
    background: #000;
    font-size: 14px;
    color: #fff;
    margin-top: 60px
}

.newcr a em {
    margin-left: 10px
}

.newcr a:hover {
    background: #ba6e79
}

.newlit .slick-arrow {
    position: absolute;
    font-size: 0;
    width: 66px;
    height: 66px;
    top: 50%;
    margin-top: -33px;
    z-index: 99;
    cursor: pointer
}

.newlit .slick-prev {
    left: -126px;
    background: #e1e1e1 url(../img/l1.png) no-repeat center;
    background-size: 20%
}

.newlit .slick-next {
    left: auto;
    right: -126px;
    background: #e1e1e1 url(../img/r1.png) no-repeat center;
    background-size: 20%
}

.newb .tl {
    text-align: center;
    margin-bottom: 50px
}

.newb .tl h4 {
    font-size: 18px;
    color: #000;
    position: relative
}

.newb .tl h4:after, .newb .tl h4:before {
    content: '';
    width: 45%;
    height: 1px;
    background: #000;
    top: 50%;
    margin-top: -.5px;
    position: absolute
}

.newb .tl h4:before {
    left: 0
}

.newb .tl h4:after {
    right: 0
}

.newb li {
    margin-bottom: 70px
}

.newb a.more {
    width: 154px;
    height: 51px;
    line-height: 51px;
    font-size: 14px;
    color: #fff
}

.newb a.more i {
    padding-right: 20px;
    background: url(../img/down3.png) no-repeat right center;
    background-size: 27%
}

.newb a.more:hover:before {
    border-width: 51px 0 0 154px
}

.newb a.more:hover:after {
    border-width: 0 154px 51px 0
}

/* 形象代言 */
.dy {
    margin-bottom: 120px;
}

.dyt {
    padding: 40px 30px 110px
}

.dyt .dytl {
    width: 25%
}

.dyt .dytr {
    width: 70%;
    text-align: center;
}

.dyt h3 {
    font-size: 40px;
    color: #333;
    display: inline-block;
    margin-bottom: 30px;
    padding-top: 5px;
    position: relative;
}

.dyt h3:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #eccc81;
    position: absolute;
    top: 0;
    left: 0;
}

.dyt p {
    font-size: 14px;
    color: #000;
    text-align: justify;
    line-height: 24px
}

.dyb {
    border: 2px solid #eee;
    padding: 34px 34px 55px
}

.dyb .tl {
    margin-bottom: 50px
}

.dyb .tl img {
    display: block;
    margin: 0 auto
}

.dyb li {
    float: left;
    margin-bottom: 35px;
    margin-left: 20px;
    box-shadow: 0 0 6px 0 #ccc;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dyb li:nth-child(3n+1) {
    margin-left: 0
}

.dyb li h3 {
    font-size: 36px;
    color: #000;
    margin: 10px 0;
    text-align: center
}

.dyb li p {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-bottom: 20px
}

.dyb li:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.dyb li:hover h3,
.dyb li:hover p {
    color: #c12525;
}

.dyb a.more {
    width: 154px;
    height: 51px;
    line-height: 51px;
    font-size: 14px;
    color: #fff
}

.dyb a.more i {
    padding-right: 20px;
    background: url(../img/down3.png) no-repeat right center;
    background-size: 27%
}

.dyb a.more:hover:before {
    border-width: 51px 0 0 154px
}

.dyb a.more:hover:after {
    border-width: 0 154px 51px 0
}

/* 形象代言详情 */
.dys {
    margin-bottom: 105px;
    margin-top: 50px;
}

.dyss {
    border: 2px solid #eee;
    padding: 50px 85px 0
}

.dysl {
    margin-bottom: 90px
}

.dysl img {
    display: block;
    margin: 0 auto
}

.dybl {
    width: 35.5%
}

.dybr {
    width: 49%;
    margin-top: 10px;
}

.dybr h3 {
    font-size: 36px;
    color: #000;
    margin-bottom: 10px
}

.dybr small {
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px
}

.dybr p {
    font-size: 14px;
    color: #666;
    text-align: justify;
    line-height: 24px
}

.dybr .honr {
    padding: 20px 0;
    border-top: 1px solid #eee
}

.newlit .slick-arrow {
    position: absolute;
    font-size: 0;
    width: 66px;
    height: 66px;
    top: 50%;
    margin-top: -33px;
    z-index: 99;
    cursor: pointer
}

.newlit .slick-prev {
    left: -126px;
    background: #e1e1e1 url(../img/l1.png) no-repeat center;
    background-size: 20%
}

.newlit .slick-next {
    left: auto;
    right: -126px;
    background: #e1e1e1 url(../img/r1.png) no-repeat center;
    background-size: 20%
}

.abtns {
    position: absolute;
    right: 85px;
    top: 286px
}

.abtns a {
    float: left;
    display: block;
    width: 37px;
    height: 37px;
    margin: 0 10px
}

.abtns a.prev {
    background: url(../img/l2.png) no-repeat center;
    background-size: 50%
}

.abtns a.dot {
    background: url(../img/dot.png) no-repeat center;
    background-size: 100%
}

.abtns a.next {
    background: url(../img/r2.png) no-repeat center;
    background-size: 50%
}

.zp {
    margin-top: 85px;
    text-align: center;
    margin-bottom: 50px
}

.zp h3 {
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px
}

.zp h4 {
    font-size: 17px;
    color: #000;
    position: relative
}

.zp h4:after, .zp h4:before {
    content: '';
    width: 40%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    margin-top: -.5px
}

.zp h4:before {
    left: 5%
}

.zp h4:after {
    right: 5%
}

.zp ul {
    margin-top: 50px
}

.zp li {
    float: left;
    width: 25%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.zp li:nth-child(4n+1) {
    margin-left: 0
}

.zp li:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

/* 明星代言 */
.mx {
    position: relative;
    z-index: 9;
    margin-bottom: 100px;
}

.mxt {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .75), #fff);
    background: linear-gradient(top, rgba(255, 255, 255, .75), #fff);
    padding: 50px 0 40px;
    margin-top: -200px;
    position: relative
}

.mxt:after {
    content: '';
    width: 100%;
    height: 20px;
    background: url(../img/yy.png) no-repeat 0 bottom;
    position: absolute;
    bottom: 0;
    left: 0
}

.mxt .mxtcon {
    padding: 0 70px;
    text-align: center
}

.mxt .mxtcon h3 {
    text-align: center;
    font-size: 31px;
    color: #000
}

.mxt .mxtcon h3 small {
    font-size: 20px;
    color: #000
}

.mxt .mxtcon img {
    display: block;
    margin: 0 auto;
    margin-bottom: 28px
}

.mxt .mxtcon p {
    font-size: 14px;
    color: #666;
    text-align: justify;
    line-height: 24px
}

.mxb {
    margin-top: 30px;
}

.mxb .tl {
    margin-bottom: 50px;
}

.mxb .tl img {
    display: block;
    margin: 0 auto
}

.mxb li {
    width: 32.27%;
    float: left;
    margin-left: 17px;
    margin-bottom: 20px;
}

.mxb li:nth-child(3n+1) {
    margin-left: 0
}

.mxb .imgs {
    position: relative;
    overflow: hidden
}

.mxb .covers {
    position: absolute;
    top: 200%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    -webkit-transition: all .75s ease;
    transition: all .75s ease
}

.mxb .covers .con {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.mxb li:hover .covers {
    top: 0
}

.mxb .covers h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 21px
}

.mxb .covers hr {
    display: block;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background: rgba(255, 255, 255, .5);
    margin-bottom: 20px
}

.mxb .covers p {
    font-size: 14px;
    color: #fff;
    line-height: 24px
}

.mxb .covers span {
    display: block;
    margin: 0 auto;
    width: 122px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    margin-top: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.mxb .covers span:hover {
    background: #000
}

.mxb a.more {
    width: 154px;
    height: 51px;
    line-height: 51px;
    font-size: 14px;
    color: #fff;
    margin-top: 70px;
}

.mxb a.more i {
    padding-right: 20px;
    background: url(../img/down3.png) no-repeat right center;
    background-size: 27%
}

.mxb a.more:hover:before {
    border-width: 51px 0 0 154px
}

.mxb a.more:hover:after {
    border-width: 0 154px 51px 0
}

/* 加盟 */
.jm1 {
    margin: 35px 0 40px;
    position: relative;
    z-index: 5;
}

.jm1 span {
    font-size: 20px;
    color: #000;
    vertical-align: middle;
    margin-right: 60px
}

.jm1 .sod_select {
    width: 328px;
    padding: 11px 10px;
    border: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    background: #eee url(../img/down1.png) no-repeat 90% center;
    margin-right: 10px
}

.jm1 .sod_select .sod_list {
    width: 100%;
    margin: 0 0 0 -2px;
    background: #fff;
    border: 0;
    color: #000;
    font-weight: 300
}

.jm1 input[type=submit] {
    width: 148px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #000;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    vertical-align: top;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.jm1 input[type=submit]:hover {
    opacity: .85
}

.jm2 {
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 20px 0 50px;
    position: relative;
    z-index: 1;
}

.jm2 p.btx {
    margin-bottom: 22px
}

.jm2 p.btx span {
    font-size: 14px;
    color: #000;
    display: inline-block;
    vertical-align: middle
}

.jm2 p.btx a {
    float: right;
    width: 18px;
    height: 18px;
    display: inline-block;
    font-size: 14px;
    color: #000;
    background: url(../img/clos.png) no-repeat center;
    background-size: 50%;
    margin-left: 15px
}

.jm2 li {
    float: left;
    width: 31.81%;
    margin-left: 25px
}

.jm2 li:nth-child(3n+1) {
    margin-left: 0
}

.jm2 .jm2t {
    background: #fff;
    padding: 20px 50px;
    position: relative;
    height: 100px;
}

.jm2 .jm2t h5 {
    font-size: 16px;
    color: #000;
    margin-bottom: 11px
}

.jm2 .jm2t p {
    font-size: 14px;
    color: #666;
    text-align: justify;
    line-height: 18px
}

.jm2 .jm2t p.p1 {
    margin-top: 12px
}

.jm2 .jm2t p span {
    padding-left: 20px;
}

.jm2 .jm2t p span.jmdz {
    background: url(../img/i9.png) no-repeat left center;
    /*background-size:13%;*/
    margin-right: 20px
}

.jm2 .jm2t p span.jmtel {
    background: url(../img/i10.png) no-repeat left center;
    /*background-size:13%*/
}

.jm2 .jm2t em {
    position: absolute;
    left: 18px;
    top: 20px;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: #000;
    border-radius: 50%;
    font-size: 14px;
    color: #fff
}

.jm2 a.gd {
    display: block;
    width: 87px;
    text-indent: 20px;
    margin: 0 auto;
    font-size: 14px;
    color: #000;
    padding: 13px 0;
    border-bottom: 2px solid #000;
    background: url(../img/down2.png) no-repeat 80% center;
    margin-top: 27px;
}

.jm3 {
    padding: 50px 0 0;
    border-bottom: 1px solid #eee
}

.jm3 .cxc {
    background: url(../img/jm-bg1.jpg) no-repeat right top;
    background-size: 47%;
    padding-bottom: 64px
}

.jm3 .cxcl {
    width: 548px;
    padding-top: 20px
}

.jm3 .cxcl li {
    margin-top: 25px
}

.jm3 .cxcl li p.bgf {
    border-color: #f5f5f5;
    background: #f5f5f5
}

.jm3 .cxcl li p.bgf input[type=text] {
    background: #f5f5f5
}

.jm3 .cxcl li textarea {
    background: #f5f5f5;
    border-color: #f5f5f5;
    height: 168px;
}

/* 关于我们 */
.abt {
    padding: 60px 0 45px;
}

.abt img {
    display: block;
    margin: 0 auto;
}

.ab1 {
    border-top: 1px solid #eee;
    padding-top: 84px;
    background: #f7f7f7 url(../img/ab1-bg.jpg) no-repeat top left;
    background-size: 100%
}

.ab1con {
    background: #fff
}

.ab1con .ab1conl {
    width: 42.81%
}

.ab1con .ab1conr {
    width: 48.18%;
    margin-left: 4.5%;
    margin-top: 90px
}

.ab1con .ab1conr h3 {
    font-size: 36px;
    color: #000;
    margin-bottom: 12px
}

.ab1con .ab1conr h5 {
    font-size: 14px;
    color: #000;
    text-align: justify;
    line-height: 36px;
    margin-bottom: 16px
}

.ab1con .ab1conr p {
    font-size: 14px;
    color: #666;
    text-align: justify;
    line-height: 24px
}

.ab1con .ab1conr .btn2 {
    margin-top: 45px
}

.ab1con .ab1conr .btn2 a {
    display: inline-block;
    width: 42px;
    height: 42px;
    border: 1px solid #bbb
}

.ab1con .ab1conr .btn2 a.prev {
    margin-right: 6px;
    background: url(../img/d1.png) no-repeat center;
    background-size: 50%
}

.ab1con .ab1conr .btn2 a.prev:hover {
    border-color: #666;
    background: #666 url(../img/ds1.png) no-repeat center;
    background-size: 50%
}

.ab1con .ab1conr .btn2 a.next {
    background: url(../img/t1.png) no-repeat center;
    background-size: 50%
}

.ab1con .ab1conr .btn2 a.next:hover {
    border-color: #666;
    background: #666 url(../img/ts1.png) no-repeat center;
    background-size: 50%
}


.ab2 {
    padding-top: 60px;
    background: #f7f7f7;
    padding-bottom: 55px;
}

.ab2t {
    margin-bottom: 20px
}

.ab2t h3 {
    font-size: 38px;
    color: #000;
    text-align: center
}

.ab2b ul {
    position: relative;
    padding-bottom: 20px;
    padding-top: 40px;
}

.ab2b ul:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #bca081;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -7.5px;
    z-index: 9
}

.ab2b ul:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -.5px;
    width: 0;
    border-left: 1px dashed #d2d2d2;
    height: 100%;
    z-index: 8
}

.ab2b li {
    margin-bottom: 40px;
    position: relative
}

.ab2b li:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #666;
    border-radius: 50%;
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.his {
    width: 43.1%;
    background: #fff;
    padding: .45%
}

.his .img {
    width: 48.31%
}

.his .hdesc {
    width: 42.19%;
    margin-left: 5.27%;
    margin-top: 30px
}

.his .hdesc h3 {
    font-size: 30px;
    color: #000;
    font-family: monospace;
    font-weight: 700;
    margin-bottom: 12px
}

.ab2b a.more {
    width: 79px;
    height: 79px;
    background: #242424;
    border-radius: 50%;
    position: relative;
}

.ab2b a.more i {
    padding-bottom: 15px;
    background: url(../img/ds1.png) no-repeat bottom center;
    background-size: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(-50%, -50%)
}

.ab2b a.more:hover:before {
    border-radius: 50%;
    border-width: 80px 0 0 80px
}

.ab2b a.more:hover:after {
    border-radius: 50%;
    border-width: 0 80px 80px 0
}

.ab3 {
    overflow: hidden;
    width: 100%;
    height: 840px;
    background: url(../img/ab3-bg.jpg) no-repeat top center;
    background-size: cover;
    position: relative
}

.ab3 .layout1 {
    position: static
}

.ab3 .flower {
    position: absolute;
    bottom: -5%;
    left: 50%;
    -webkit-transform: translate(-55%, 0);
    transform: translate(-55%, 0);
    -webkit-transition: all 6s ease;
    transition: all 6s ease;
}

.ab3 .flower.on {
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.ab3 .flower img {
    max-width: 100%
}

.ab4 {
    width: 100%;
    height: 800px;
    background: url(../img/ab4-bg.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 40px
}

.ab4 .ab4t {
    margin-bottom: 15px
}

.ab4 .ab4t img {
    display: block;
    margin: 0 auto
}

.ab4 .ab4b .ad4br {
    margin-top: 55px
}

@media (max-width: 1375px) {
    .newlit .slick-dots {
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -36px;
    }

    .newlit .slick-dots li {
        width: 15px;
        height: 15px;
        line-height: 15px;
        background: #000;
        float: left;
        margin-right: 15px;
        border-radius: 50%;
        font-size: 0;
        cursor: pointer
    }

    .newlit .slick-dots li.slick-active {
        background: #8a0715
    }

    .newlit .slick-dots li button {
        font-size: 0;
        display: none
    }
}

@media (max-width: 1210px) {

    /* footer */
    .footer dl {
        margin-left: 110px;
    }

    .footer dl.last {
        margin-left: 110px;
    }

    .videolit .slick-dots {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -36px;
    }

    .videolit .slick-dots li {
        width: 15px;
        height: 15px;
        line-height: 15px;
        background: #000;
        float: left;
        margin: 0;
        margin-right: 15px;
        border-radius: 50%;
        font-size: 0;
        cursor: pointer;
    }

    .videolit .slick-dots li.slick-active {
        background: #8a0715
    }

    .videolit .slick-dots li button {
        font-size: 0;
        display: none
    }
}

@media (max-width: 1120px) {

    /* header */
    .nav>ul>li {
        margin-left: 50px;
    }

    /* index */
    .index4b li {
        margin-left: 71px
    }

    /* 防伪查询 */
    .fwt .fwtl img {
        max-width: 100%
    }

    /* 加盟 */
    .jm2 li {
        margin-left: 23px;
    }

    /* 明星代言 */
    .mxb li {
        margin-left: 16px;
    }

    /* 形象代言 */
    .dyb li {
        width: 32%;
        margin-left: 19px;
    }

}

@media (max-width: 1070px) {

    /* 名师产品 */
    .prot dt {
        margin-right: 120px;
    }

    .newcl:before {
        right: -6%
    }
}


/* 动画元素 */
.index1,
.index2,
.index3,
.index4,
.fw,
.videot,
.videob,
.new,
.zpxx,
.dy,
.dys,
.cx,
.pro,
.pros,
/*.jm1,*/
.jm2,
.jm3,
.abt,
.ab1,
.ab2,
.ab4,
.hy {
    overflow: hidden;
}

/* 2017.8.9 */

.hycl p span {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    margin-bottom: 20px;
}

/* 时尚资讯-详情 */

.newdsc {
    max-width: 1100px;
    min-width: 1024px;
    border: 2px solid #000;
    margin: 0 auto;
    margin-top: 10px;
}

.adcon {
    padding: 50px;
}

.adcont {
    padding-bottom: 25px;
    border-bottom: 1px solid #000
}

.adcon h3 {
    font-size: 30px;
    color: #000;
    line-height: 50px;
    text-align: center;
}

.adcon .st {
    text-align: center;
    font-size: 12px;
    color: #666666;
    line-height: 30px;
    position: relative;
}

.adcon .st .bdsharebuttonbox {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.adcon .st .bdsharebuttonbox span {
    font-size: 15px;
    color: #000;
    vertical-align: middle
}

.adcon .st .bdshare-button-style0-16 .bds_more,
.adcon .st .bdshare-button-style0-16 a {
    display: block;
    float: left;
    font-size: 12px;
    padding-left: 0;
    width: 23px;
    height: 30px;
    line-height: 30px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 5px
}

.adcon .st .bdshare-button-style0-16 a.bds_tsina {
    background: url(../img/wb2.png) no-repeat center;
    background-size: 17px 13px
}

.adcon .st .bdshare-button-style0-16 a.bds_weixin {
    background: url(../img/wx2.png) no-repeat center;
    background-size: 18px 14px
}

/* 2017.8.14 */
.adconb {
    margin-top: 50px;
    position: relative;
}

.adconbl {
    width: 470px;
    margin-left: 140px;
}

.adconbl p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-align: center;
}

.adconbr {
    width: 170px;
}

.adconbr li {
    margin-bottom: 30px;
}

.adbt {
    margin-bottom: 20px;
}

.adbt .time {
    font-size: 12px;
    color: #666;
    line-height: 30px;
}

.adbt p {
    font-size: 20px;
    color: #000;
    line-height: 30px;
}

.adbb small {
    font-size: 14px;
    color: #000;
    line-height: 30px;
}

.adbb .line {
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    margin: 16px 0 20px;
}

.abtns1 {
    top: auto;
    bottom: 0;
    right: 0;
}