html,
body {
    position: relative;
    height: 100%;
    max-width: 1920px !important;
    margin: 0 auto !important;
}

@font-face {
    font-family: medium_font;
    src: url(../font/SourceHanSerifCN-Medium.otf) format("truetype");
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: light_font;
    src: url(../font/SourceHanSerifCN-Light.otf) format("truetype");
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: normal_font;
    src: url(../font/SourceHanSansCN-Normal_0.otf) format("truetype");
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: regular_font;
    src: url(../font/SourceHanSerifCN-Regular.otf) format("truetype");
    font-style: normal;
    font-stretch: normal;
}

.light-font {
    font-family: light_font;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide > img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1, 1);
}

.swiper-slide .hero-item__outline {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
    -webkit-transform: translate3d(0, -20px, 1px);
    transform: translate3d(0, -20px, 1px);
    opacity: 0;
}

.img-scroll .hero-item__outline {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    -webkit-transform: translate3d(0, -20px, 1px);
    transform: translate3d(0, -20px, 1px);
    opacity: 0;
}

.swiper-slide .hero-item__caption {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
    -webkit-transform: translate3d(0, 10px, 1px);
    transform: translate3d(0, 10px, 1px);
    opacity: 0;
}

.img-scroll .hero-item__caption {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate3d(0, 10px, 1px);
    transform: translate3d(0, 10px, 1px);
    opacity: 0;
}

.swiper-slide .hero-item__actions {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
    -webkit-transform: translate3d(0, 20px, 1px);
    transform: translate3d(0, 20px, 1px);
    opacity: 0;
}

.img-scroll .hero-item__actions {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    -webkit-transform: translate3d(0, 20px, 1px);
    transform: translate3d(0, 20px, 1px);
    opacity: 0;
}

.swiper-slide .hero-item__heading {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
    opacity: 0;
}

.img-scroll .hero-item__heading {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
    opacity: 0;
}

.swiper-slide .hero-item__outline,
.swiper-slide .hero-item__heading,
.swiper-slide .hero-item__caption,
.swiper-slide .hero-item__actions,
.swiper-slide .box span {
    transition: 1s linear opacity, 1s ease-out transform;
    -webkit-transition: 1s linear opacity, 1s ease-out transform;
}

.img-scroll .hero-item__outline,
.img-scroll .hero-item__heading,
.img-scroll .hero-item__caption,
.img-scroll .hero-item__actions,
.img-scroll .box span {
    transition: 0.5s linear opacity, 0.5s ease-out transform;
    -webkit-transition: 0.5s linear opacity, 0.5s ease-out transform;
}

.swiper-slide.swiper-slide-active .hero-item__actions {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
    opacity: 1;
    transform: translate3d(0, 0px, 1px);
    -webkit-transform: translate3d(0, 0px, 1px);
}

.img-scroll.on .hero-item__actions {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    opacity: 1;
    transform: translate3d(0, 0px, 1px);
    -webkit-transform: translate3d(0, 0px, 1px);
}

.swiper-slide.swiper-slide-active .hero-item__heading {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
    opacity: 1;
}

.img-scroll.on .hero-item__heading {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
    opacity: 1;
}

.swiper-slide.swiper-slide-active .hero-item__outline {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
    opacity: 1;
}

.img-scroll.on .hero-item__outline {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
    opacity: 1;
}

.swiper-slide.swiper-slide-active .hero-item__caption {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
    opacity: 1;
}

.img-scroll.on .hero-item__caption {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
    opacity: 1;
}

@media(max-height: 900px) {
    .swiper-slide > img {
        margin-top: -100px;
    }
}

.swiper-slide-active > img,
.swiper-slide-duplicate-active > img {
    transition: 5s linear;
    transform: scale(1.1, 1.1);
}

.swiper-slide .box {
    width: 1200px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    transform: translateY(-50%);
}

    .swiper-slide .box span {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -33px;
        margin-top: -33px;
        opacity: 0;
    }

.swiper-slide.swiper-slide-active .box span {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 1;
}

.wrap {
    max-width: unset;
    width: 100%;
    box-sizing: border-box;
}

.img-part {
    margin: 0 auto;
    height: 650px;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.img-part3 {
    background-image: url("../images/index-bottom-banner1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.img-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/index-img1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
}

.img-box2 {
    background-image: url("../images/index-img2.jpg");
}

.pl100 {
    padding-left: 100px;
}

.pr100 {
    padding-right: 100px;
}

.mt30 {
    margin-top: 16px;
}

.hero-item__content--wrap {
    position: absolute;
    width: 533px;
    height: 260px;
    left: 56%;
    top: 50%;
    margin-left: -287px;
    margin-top: -130px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.signpost__heading {
    font-family: medium_font;
    font-size: 24px;
}

.hero-item__outline {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    font-family: medium_font;
    font-size: 28px;
    letter-spacing: 1px;
    text-transform: none;
    color: #fff;
	font-family: 思源黑体;
	   
}

    .hero-item__outline:before {
        left: -50px;
    }

    .hero-item__outline:after {
        right: -60px;
    }

    .hero-item__outline:after,
    .hero-item__outline:before {
        position: absolute;
        display: inline-block;
        content: '';
        width: 44px;
        height: 1px;
        top: 1rem;
        border-top: 1px solid #fff;
        margin-right: 10px;
       /* opacity: .3;*/
    }

.hero-item {
    overflow: hidden;
}

.fz18 {
    font-size: 18px;
}

.fz27 {
    font-size: 27px;
}

ul,
li,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.box .hero-item__content--wrap {
    float: left;
    left: 0 !important;
    margin-left: 0 !important;
    width: 440px;
}

.header-wrap {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: none;
}

.header-con {
    width: 1200px;
    margin: 30px auto;
}

    .header-con .header-logo {
        margin-top: -15px;
        float: left;
        background: url(../images/logo.png) no-repeat left top;
        width: 200px;
        height: 93px;
        overflow: hidden;
        text-align: center;
        text-indent: -10000px;
        margin-right: 150px;
    }



.header-navi li:hover span {
    display: none;
}

.header-navi li:hover img {
    display: block;
}


.posStart {
    position: absolute;
    left: -30px !important;
    top: 20px;
}

.posEnd {
    position: absolute;
    left: 320px !important;
    top: 20px;
}


.posStart111 {
    position: absolute;
    left: 280px !important;
    top: 10px;
}

.posEnd1111 {
    position: absolute;
    left:515px !important;
    top: 10px;
}

.line2 {
    width: 61px !important;
    height: 1px;
    background: #000;
}

.header-con .header-navi {
    margin-left: 20px;
}

.header-navi li {
    float: left;
    font-size: 16px;
    font-family: normal-font;
    position: relative;
    line-height: 34px;
    height: 34px;
    padding: 10px 20px;
    margin-right: 60px;
}

    .header-navi li:last-child {
        margin-right: 0;
    }

.header-navi a {
    height: 100%;
    display: block;
    color: rgb(255, 255, 255);
}

.header-navi img {
    display: none;
    margin-top: 10px;
}

.header-navi li.on img {
    display: block;
}

.header-navi li.on span {
    display: none;
}

.sub_menu {
    display: none;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 53px;
    left: 0;
    z-index: 999;
    background-color: #5e5c5ac0;
    text-align: center;
}

    .sub_menu dd {
        width: 100%;
        height: 34px;
        line-height: 34px;
        padding: 0 10px;
        font-size: 12px;
        box-sizing: border-box;
        margin: 0;
        text-align: center;
    }

    .sub_menu a {
        width: 100%;
        height: 100%;
        display: block;
        color: #fff;
        padding: 0;
    }

.hero-item__caption {
    font-size: 18px;
    font-family: light_font;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
	font-family: 思源黑体;
	font-weight: normal;
}

    .hero-item__caption .btn {
        display: table;
        margin: 1rem auto 0;
    }

.button--secondary,
.button--paragraph--btn--secondary {
    margin-top: 7px;
    font-family: regular_font;
    padding: 0 20px;
    height: 48px;
    border: 1px solid #fff;
    line-height: 48px;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
    font-family: 思源黑体;
}

    .button--paragraph--btn--secondary img {
        margin-top: 14px;
        width: 13px;
        float: left;
        margin-right: 10px;
    }

    .button--secondary:hover,
    .button--secondary:focus,
    .button--paragraph--btn--secondary:hover,
    .button--paragraph--btn--secondary:focus {
        background: #272727;
    }

.button--tertiary,
.button--paragraph--btn--tertiary {
    background: 0 0;
    color: #1a1a1a;
    border: 1px solid rgba(0, 0, 0, .3);
}

.img-li {
    overflow: hidden;
}

    .img-li li {
        float: left;
        width: 48%;
        height: 500px;
        float: left;
    }

        .img-li li:last-child {
            float: right;
        }

    .img-li .img-part {
        max-height: 500px;
    }

    .img-li li .img-box {
        background-image: url("../images/index-li-img1.jpg");
    }

    .img-li li:last-child .img-box {
        background-image: url("../images/index-li-img2.jpg");
    }

a {
    text-decoration: none;
}

.footer {
    width: 100%;
    margin-top: 33px;
    background: #000000;
    padding: 50px 0px 40px;
    box-sizing: border-box;
    height: 386px;
}

.footer-inner {
    max-width: 1360px;
    margin: 0 auto;
    min-width: 1200px;
    overflow: hidden;
}

.beginner {
    float: left;
    margin-right: 104px;
    margin-top: 0px;
}

    .beginner:last-child {
        margin-right: 0;
    }

    .beginner a,
    .beginner dd {
        color: #fff;
    }

    .beginner dt {
        height: 37px;
        border-bottom: 1px solid #fff;
        margin-bottom: 14px;
        font-size: 18px;
        letter-spacing: 1px;
        font-family: regular_font;
    }

    .beginner dd {
        margin-left: 0;
        margin-bottom: 8px;
        font-size: 14px;
        font-family: light_font;
        font-family: 思源黑体;
    }

.l50 {
    left: 50px !important;
    margin-left: 0 !important;
    height: 160px !important;
    top: auto !important;
    text-align: left;
    transform: translateY(4rem);
    transition: .25s all ease-out;
    -webkit-transition: .25s all ease-out;
}

.img-li li:hover .l50 {
    transform: translateY(0);
}

.img-li li:hover .nbd {
    display: block;
}

.b100 {
    bottom: 20px !important;
    margin-top: 0 !important;
}

.nbd a {
    border: none !important;
    margin-top: 0px !important;
    padding: 0 !important;
    height: 20px !important;
}

    .nbd a:hover {
        background: none !important;
    }

.td {
    border-bottom: 1px solid #fff;
    height: 36px;
    margin-bottom: 0;
    font-family: 思源黑体;
}

.signpost__heading.m10 {
    margin: 10px 0;
    font-family: 思源黑体;
}

.td::before,
.td::after {
    border: none !important;
}

.dn {
    display: none;
}




.pinpaileft {
    width: 50%;
    min-height: 500px;
}

    .pinpaileft h3 {
        height: 40px;
        margin: 40px;
        position: relative;
        color: #000;
        text-align: center;
        width: 160px;
        margin: 0 auto;
        font-size: 30px;
        line-height: 40px;
        margin-top: 116px;
		font-family: 思源黑体;
    }

    .pinpaileft .line {
        width: 70px;
        height: 1px;
        background: #000;
    }

    .pinpaileft .pos {
        position: absolute;
        left: -85px;
        top: 20px;
    }

    .pinpaileft .pos1 {
        position: absolute;
        left: 170px;
        top: 20px;
    }

    .pinpaileft .about {
        width: 60%;
        margin: 0 20%;
        font-size: 17px;
        line-height: 32px;
        text-align: center;
        margin-top: 13px;
    }

.pinpairight {
    width: 50%;
    background: url(../images/about.jpg)center no-repeat;
    min-height: 500px;
}

    .pinpairight ul li {
        font-size: 25px;
        line-height: 90px;
        height: 50px;
        display: block;
        width: 100%;
        padding-left: 40px;
        float: none;
    }

        .pinpairight ul li:last-child {
            float: none;
        }

        .pinpairight ul li a {
            color: #fff;
        }


.contact h3 {
    height: 40px;
    margin: 40px;
    position: relative;
    color: #000;
    text-align: center;
    width: 160px;
    margin: 0 auto;
    font-size: 29px;
    line-height: 40px;
    font-family: 思源黑体;
}

.contact .line {
    width: 70px;
    height: 1px;
    background: #000;
}

.contact .pos {
    position: absolute;
    left: -100px;
    top: 20px;
}

.contact .pos1 {
    position: absolute;
    left: 180px;
    top: 20px;
}

.canjiu ul li {
    display: inline-block;
    float: left;
    width: 33.3%;
    text-align: center;
    font-family: 思源黑体;
}

    .canjiu ul li h3 {
        position: relative;
    }



.canjiu .list1 ul {
    width: 66%;
    margin: 00% 17%;
	font-weight:normal;
}

    .canjiu .list1 ul li {
        width: 50% !important;
    }

        .canjiu .list1 ul li .pos {
            position: absolute;
            left: 140px;
            top: 10px;
        }

        .canjiu .list1 ul li .pos1 {
            position: absolute;
            left: 350px;
            top: 10px;
        }


.canjiu .tit .pos {
    position: absolute;
    left: -100px;
    top: 20px !important;
}

.canjiu .tit .pos1 {
    position: absolute;
    left: 200px;
    top: 20px !important;
}

.canjiu .tit {
    margin: 30px 0;
}

    .canjiu .tit h3 {
        height: 40px;
        margin: 40px;
        position: relative;
        color: #000;
        text-align: center;
        width: 184px;
        margin: 0 auto;
        font-size: 31px;
        line-height: 40px;
        letter-spacing: 4px;
        font-family: 思源黑体;
    }

.canjiu .line {
    width: 70px;
    height: 1px;
    background: #000;
}

.canjiu .pos {
    position: absolute;
    left: 146px;
    top: 10px;
}

.canjiu .pos1 {
    position: absolute;
    left: 355px;
    top: 10px;
}

.canjiu .button--paragraph--btn--secondary {
    border-color: #000;
    color: #000;
}

    .canjiu .button--paragraph--btn--secondary:hover {
        background: none;
    }

.shop {
    text-align: center;
    padding: 125px 0;
    margin-top: 30px;
    background: url(../images/tu.jpg);
    width: 100%;
}
    /*.shop span{display: inline-block;width: 85px;color: #fff;font-size: 20px;border-bottom: 1px solid #000;margin-top: 40px;    text-align: left;}*/

    .shop span {
        display: inline-block;
        width: 160px;
        color: #fff;
        font-size: 20px;
        border-bottom: 1px solid #000;
        margin-top: 11px;
        text-align: left;
        margin-top: 44px;
    }


.canjudetail .imgarea1 {
    border-bottom: 1px solid #000;
    padding: 30px 0;
}

.canjudetail .wenzijieshao {
    padding: 30px 0;
	    width: 50%;
    margin: 0 auto;
}

.canjudetail .wenzijieshaoleft {
    width: 100%;
    text-align: center;
}

.canjudetail .wenzijieshaoright {
    width: 100%;
    text-align: center;
}




.shijian ul {
    border-bottom: 1px solid #BBBBBB;
}

    .shijian ul li {
        margin: 15px 0;
    }

        .shijian ul li .lileft {
            width: 50%;
        }

            .shijian ul li .lileft img {
                max-width: 100%;
            }

        .shijian ul li .liright {
            width: 48%;
            color: #000;
            margin-top: 7%;
            font-size: 20px;
            text-align: justify;
            0;
        }

.shijianbottom {
    margin-top: 30px;
}

.shijianbottomleft {
    width: 48%;
    margin-right: 2%;
}

.shijianbottomright {
    width: 48%;
    margin-left: 2%;
}

.shijiandetail {width: 1180px;margin: 0 auto;}

.shijiandetail .tit h3 { /*height: 40px;*/
    margin: 40px;
    position: relative;
    color: #000;
    text-align: center;
    width: 365px;
    margin: 0 auto;
    font-size: 30px;
    line-height: 40px;
	    font-family: 思源黑体;
}

.shijiandetail .line {
    width: 70px;
    height: 1px;
    background: #000;
}

.shijiandetail .pos {
    position: absolute;
    left: -30px;
    top: 20px;
}

.shijiandetail .pos1 {
    position: absolute;
    left: 315px;
    top: 20px;
}


.shijiandetail ul {
    margin: 15px 0;
}

    .shijiandetail ul li {
        margin: 32px 0;
    }

    .shijiandetail ul .li1 .lileft {        
        text-align: center;
        width: 49%;
        margin-right:  1%;
    }

        .shijiandetail ul .li1 .lileft img {
            max-width: 100%;
        }

    .shijiandetail ul .li1 .liright {
        color: #000;
         width: 49%;
         margin-left: 1%;


      /*padding-right: 250px;
      padding-top: 30px;*/
    }

    .shijiandetail ul .li2 .lileft {
        width: 49%;
        margin-right: 1%; 
        color: #000;
       /* padding-left: 210px;
        letter-spacing: 2px;
		padding-top: 40px;*/
    }

    .shijiandetail ul .area1111{width: 63%;margin: 0 21%;}

    .shijiandetail ul .li2 .liright img {
        max-width: 100%;
    }

    .shijiandetail ul .li2 .liright {
        width: 49%;
        margin-right: 1%;
    }


.shijiandetail2 ul {
    margin: 15px 0;
}

    .shijiandetail2 ul li {
        width: 45%;
        float: left;
        text-align: center;
    }

        .shijiandetail2 ul li img {
            max-width: 100%;
        }

    .shijiandetail2 ul .li1 {
        margin-right: 5%;
    }

    .shijiandetail2 ul .li2 {
        margin-left: 5%;
    }

.shijiandetail2 .tit h3 {
    height: 40px;
    margin: 40px;
    position: relative;
    color: #000;
    text-align: center;
    width: 192px;
    margin: 0 auto;
    font-size: 27px;
    line-height: 40px;
}

.shijiandetail2 .line {
    width: 70px;
    height: 1px;
    background: #000;
}

.shijiandetail2 .pos {
    position: absolute;
    left: -100px;
    top: 20px;
}

.shijiandetail2 .pos1 {
    position: absolute;
    left: 180px;
    top: 20px;
}


.di {
    border-bottom: 1px #969696 solid;
    /*padding: 10px 0;*/
}

    .di .tit h3 {
        height: 40px;
        margin: 40px;
        position: relative;
        color: #000;
        text-align: center;
        width: 160px;
        margin: 0 auto;
        font-size: 29px;
        line-height: 40px;
		font-family: 思源黑体;
		margin-bottom:16px;
    }

    .di .line {
        width: 70px;
        height: 1px;
        background: #000;
    }

    .di .pos {
        position: absolute;
        left: -100px;
        top: 20px;
    }

    .di .pos1 {
        position: absolute;
        left: 180px;
        top: 20px;
    }

.ditu {
    margin: 30px 0;
    text-align: center;
    position: relative;
}

    .ditu ul {
        position: absolute;
        background: rgba(150,150,150,0.5);
        min-height: 800px;
        min-width: 300px;
        top: 0;
        text-align: left;
        padding-left: 30px;
    }

        .ditu ul li h3 {
            color: #fff;
            font-size: 23px;
            color: #fff;
            margin: 10px 0;
        }

        .ditu ul li span {
            display: block;
            line-height: 30px;
            color: #fff;
            font-size: 14px;
        }



.phonehead {
    line-height: 60px;
    background: #000;
    text-align: center;
    overflow: hidden;
    height: 60px;
    margin-bottom: 5px;
    display: none;
}

    .phonehead a {
        margin: 0;
        padding: 0;
    }

    .phonehead img {
        height: 60px;
    }

/*.dituarea{position: relative;}
.dian{position: absolute;width: 40px;height: 20px;z-index: 999;}
.pos{left: 933px;top:748px;}
.pos1{left: 1099px;top:809px;}
.pos11{left: 400px;top: 300px;position: absolute;}
.pos22{left: 400px;top: 300px;position: absolute;}
.tanchu1{width: 300px;border:1px solid #ff9900;background: #fff;display: none;}
.tanchu1 h3{background: #FF9900;line-height: 30px;text-align: center;color: #fff;margin: 0;padding: 0;}
.tanchu1 ol {margin: 0;padding: 0;text-align: left;padding:0 10px;color: #000;}
.tanchu1 li{margin: 0;padding: 0;}
.tanchu1 dl{margin: 0;padding: 0;}
.tanchu1 dt{margin: 0;padding: 0;line-height: 32px;border-bottom: 1px solid #000;}
.tanchu1 dd{margin: 0;padding: 0;}

.tanchu2{width: 300px;border:1px solid #ff9900;background: #fff;display: none;}
.tanchu2 h3{background: #FF9900;line-height: 30px;text-align: center;color: #fff;margin: 0;padding: 0;}
.tanchu2 ol {margin: 0;padding: 0;text-align: left;padding:0 10px;color: #000;}
.tanchu2 li{margin: 0;padding: 0;}
.tanchu2 dl{margin: 0;padding: 0;}
.tanchu2 dt{margin: 0;padding: 0;line-height: 32px;border-bottom: 1px solid #000;}
.tanchu2 dd{margin: 0;padding: 0;}*/




.btn-nav {
    position: absolute;
    top: 5px;
    right: 10px;
    background: transparent;
    border: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    z-index: 99999;
}

    .btn-nav:focus {
        outline: 0;
    }

.icon-bar {
    display: block;
    margin: 6px 0;
    width: 32px;
    height: 5px;
    background-color: #FFFFFF;
}

.btn-nav:hover .icon-bar {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #fff;
}

.nav-content {
    position: fixed;
    top: -100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: block;
    height: 100%;
    z-index: 9;
}

.nav-list {
    list-style: none;
    padding: 0;
    position: relative;
    top: 50px;
}

.item-anchor:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    left: 0;
    bottom: 0;
    z-index: 9;
    background: transparent;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.item-anchor {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    padding: 10px;
    font-family: ' ';
}

    .item-anchor:hover,
    .item-anchor:focus {
        color: #FCA311;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

        .item-anchor:hover:after,
        .item-anchor:focus:after {
            width: 100%;
            background: #FCA311;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -ms-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
        }

.nav-item {
    margin: 15px auto;
    text-align: center;
}

.animated {
    display: block;
    margin: 0 auto;
}

    .animated:hover .icon-bar,
    .animated:focus .icon-bar {
        background-color: #fff;
    }

    .animated:focus {
        cursor: pointer;
        z-index: 9999;
    }

.middle {
    margin: 0 auto;
}

.icon-bar {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
}

.animated .icon-bar {
    z-index: 999999;
    background-color: #fff;
}

.animated .top {
    -webkit-transform: translateY(10px) rotateZ(45deg);
    -moz-transform: translateY(10px) rotateZ(45deg);
    -ms-transform: translateY(10px) rotateZ(45deg);
    -o-transform: translateY(10px) rotateZ(45deg);
    transform: translateY(10px) rotateZ(45deg);
}

.animated .bottom {
    -webkit-transform: translateY(-11px) rotateZ(-45deg);
    -moz-transform: translateY(-11px) rotateZ(-45deg);
    -ms-transform: translateY(-11px) rotateZ(-45deg);
    -o-transform: translateY(-11px) rotateZ(-45deg);
    transform: translateY(-11px) rotateZ(-45deg);
}

.animated .middle {
    width: 0;
}

@keyframes showNav {
    from {
        top: -100%;
    }

    to {
        top: 0;
    }
}

@-webkit-keyframes showNav {
    from {
        top: -100%;
    }

    to {
        top: 0;
    }
}

@-moz-keyframes showNav {
    from {
        top: -100%;
    }

    to {
        top: 0;
    }
}

@-o-keyframes showNav {
    from {
        top: -100%;
    }

    to {
        top: 0;
    }
}

.showNav {
    -webkit-animation: showNav 1s ease forwards;
    -moz-animation: showNav 1s ease forwards;
    -o-animation: showNav 1s ease forwards;
    animation: showNav 1s ease forwards;
}

@keyframes hideNav {
    from {
        top: 0;
    }

    to {
        top: -100%;
    }
}

@-webkit-keyframes hideNav {
    from {
        top: 0;
    }

    to {
        top: -100%;
    }
}

@-moz-keyframes hideNav {
    from {
        top: 0;
    }

    to {
        top: -100%;
    }
}

@-o-keyframes hideNav {
    from {
        top: 0;
    }

    to {
        top: -100%;
    }
}

.hideNav {
    -webkit-animation: hideNav 1s ease forwards;
    -moz-animation: hideNav 1s ease forwards;
    -o-animation: hideNav 1s ease forwards;
    animation: hideNav 1s ease forwards;
}

.hidden {
    display: none;
}

.shop a {
    display: block;
    width: 17%;
    margin: 0 49%;
}



.canjiu .list2 ul li .line {
    width: 0 !important;
}


.canjiu .list3 ul li .line {
    width: 0 !important;
}

.canjudetail .tit h3{position: relative;}


@media(max-width: 1440px) {


    .canjiu .pos {
        position: absolute;
        left: 43px;
        top: 10px;
    }

    .canjiu .pos1 {
        position: absolute;
        left: 296px;
        top: 10px;
    }


    .canjiu .list1 ul li .pos1 {
        position: absolute;
        left: 354px;
        top: 10px;
    }

    .canjiu .list1 ul li .pos {
        position: absolute;
        left: 200px;
        top: 10px;
    }


    .pinpaileft h3 {
        margin-top: 35px;
    }


    .shijian ul li .liright {
        margin-top: 0;
    }


    .shop a {
        display: block;
        width: 18%;
        margin: 0 41%;
    }
}


@media(max-width: 1360px) {
    .footer-inner {
        max-width: 1200px;
    }

    .canjiu .pos {
        position: absolute;
        left: 43px;
        top: 10px;
    }

    .canjiu .pos1 {
        position: absolute;
        left: 274px;
        top: 10px;
    }


    .canjiu .list1 ul li .pos1 {
        position: absolute;
        left: 358px;
        top: 10px;
    }

    .canjiu .list1 ul li .pos {
        position: absolute;
        left: 150px;
        top: 10px;
    }
}

.canjiu  ul li h2{padding: 10px 0;font-family: 思源黑体;font-weight: normal;}




@media(max-width: 1280px) {


    .canjiu .pos {
        position: absolute;
        left: 16px;
        top: 10px;
    }

    .canjiu .pos1 {
        position: absolute;
        left: 274px;
        top: 10px;
    }


    .canjiu .list1 ul li .pos1 {
        position: absolute;
        left: 322px;
        top: 10px;
    }

    .canjiu .list1 ul li .pos {
        position: absolute;
        left: 150px;
        top: 10px;
    }


    .shop a {
        display: block;
        width: 20%;
        margin: 0 40%;
    }
}



@media(max-width: 760px) {

    .canjiu .list1 ul {
        width: 100%;
    }

    .header-wrap {
        display: none;
    }

    .phonehead {
        display: block;
    }

    .swiper-slide .box {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 00%;
        margin-left: 0px;
        top: 00%;
        transform: translateY(00%);
    }

    .swiper-container {
        height: auto !important;
    }

        .swiper-container .hero-item__content--wrap {
            display: none;
        }

    .pr100 {
        padding-right: 2%;
    }

    .pl100 {
        padding-left: 2%;
    }


    .img-li li {
        float: left;
        width: 100%;
        height: auto;
        float: left;
        margin-top: 30px;
    }

        .img-li li .img-box {
            background-image: url("../images/index-li-img1.jpg");
            background-size: 100%;
        }

        .img-li li:last-child .img-box {
            background-image: url("../images/index-li-img2.jpg");
            background-size: 100%;
        }


    .img-part1 {
        height: 260px !important;
    }

    .img-box2 {
        background-image: url(../images/index-img2.jpg);
        background-size: 100%;
    }

    .img-part2 {
        height: 150px !important;
    }

        .img-part2 .fz27 {
            font-size: 14px;
        }

        .img-part2 h3 {
            margin: 0;
            padding: 0;
        }

        .img-part2 p {
            margin: 0;
            padding: 0;
        }

        .img-part2 .hero-item__content--wrap {
            position: absolute;
            width: 100%;
            height: auto;
            left: 0%;
            top: 10%;
            margin-left: 0px;
            margin-top: -0px;
            text-align: center;
            font-size: 15px;
            color: #fff;
        }

        .img-part2 .button--paragraph--btn--secondary {
            margin-top: 10px;
        }


    .img-part3 {
        height: 183px;
        background-size: 100%;
    }

        .img-part3 .fz27 {
            font-size: 14px;
        }

        .img-part3 h3 {
            margin: 0;
            padding: 0;
        }

        .img-part3 p {
            margin: 0;
            padding: 0;
        }

        .img-part3 .hero-item__content--wrap {
            position: absolute;
            width: 100%;
            height: auto;
            left: 0%;
            top: 10%;
            margin-left: 0px;
            margin-top: -0px;
            text-align: center;
            font-size: 15px;
            color: #fff;
        }

        .img-part3 .button--paragraph--btn--secondary {
            margin-top: 10px;
        }


    .beginner {
        float: left;
        margin-right: 0px;
    }

    .footer-inner {
        max-width: 100%;
        margin: 0 auto;
        min-width: 100%;
        overflow: hidden;
        width: 96%;
        padding: 0 2%;
    }

    .beginner1 {
        width: 100% !important;
        text-align: center;
    }

    .beginner2 {
        width: 50% !important;
        min-height: 164px;
    }

    .beginner3 {
        width: 100% !important;
        text-align: center;
    }


    .img-part22 {
        height: 130px !important;
    }

        .img-part22 .hero-item__content--wrap {
            display: none;
        }


    .canjiu {
        width: 96%;
        padding: 0 2%;
    }

        .canjiu ul li {
            display: inline-block;
            float: left;
            width: 100% !important;
            text-align: center;
            margin: 15px 0;
        }

        .canjiu .button--paragraph--btn--secondary {
            margin-top: 10px;
        }

    .shijianbottomleft {
        width: 100%;
    }

        .shijianbottomleft .img-part {
            height: 400px !important;
        }

    .shijianbottomright {
        width: 100%;
    }

        .shijianbottomright .img-part {
            height: 400px !important;
        }

    .shijiandetail2 ul li {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .pinpaileft {
        width: 100%;
        min-height: auto;
    }

    .pinpairight {
        width: 100%;
    }

    .img-box232 {
        background-size: cover;
    }


    .canjiu .list1 ul li {
        width: 100% !important;
    }

    .shijian ul li .lileft {
        width: 100%;
    }

    .shijian ul li .liright {
        width: 100%;
    }


    .shijianbottom .hero-item__outline {
        font-size: 18px;
    }


    .shijiandetail ul .lileft {
        width: 100% !important;
    }

    .shijiandetail ul .liright {
        width: 100% !important;
    }


    .canjiu .line {
        width: 0;
        height: 1px;
        background: #000;
    }

    .pinpaileft h3 {
        height: 40px;
        margin: 40px;
        position: relative;
        color: #000;
        text-align: center;
        width: 160px;
        margin: 0 auto;
        font-size: 27px;
        line-height: 40px;
        margin-top: 0;
    }


    .line {
        width: 0 !important;
    }

    .imgarea1 img {
        width: 100%;
    }

    #container {
        height: 400px !important;
    }


    .shop a {
        display: block;
        width: 80%;
        margin: 0 10%;
    }


    .wenzijieshaoleft img {
        width: 100%;
    }

    .wenzijieshaoleft p {
        text-indent: 0em !important;
    }
}



@media(max-width: 375px) {


    .img-part1 {
        height: 179px !important;
    }


    .img-scroll.on .hero-item__outline {
        font-size: 18px;
    }


    .img-part3 {
        height: 123px;
        background-size: 100%;
    }


    .pinpairight ul li {
        font-size: 18px;
        line-height: 36px;
        height: 36px;
        display: block;
        width: 100%;
        padding-left: 30px;
        float: none;
    }
}

@media(max-width: 360px) {


    .img-part1 {
        height: 179px !important;
    }


    .img-scroll.on .hero-item__outline {
        font-size: 18px;
    }


    .img-part3 {
        height: 123px;
        background-size: 100%;
    }
}
