* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "微软雅黑";
    transition: all 0.3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

a {
    text-decoration: none;
}

ul li {
    list-style: none;
}

input {
    outline: none;
    border: none;
    background: none;
}

textarea {
    outline: none;
    border: none;
    background: none;
}

.m_hide
{
	display:block;
}
.pc_hide
{
	display:none;
}

.w1800 {
    max-width: 1800px;
    margin: auto;
}

.w1300 {
    max-width: 1300px;
    margin: auto;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}

.font-19 {
    font-size: 19px;
}

.font-20 {
    font-size: 20px;
}

.font-21 {
    font-size: 21px;
}

.font-22 {
    font-size: 22px;
}

.font-23 {
    font-size: 23px;
}

.font-24 {
    font-size: 24px;
}

.font-color-1 {
    color: #111111;
}

.font-color-1-1 {
    color: #111111 !important;
}

.font-color-2 {
    color: #ffffff;
}

.font-link-1 {
    color: #ffffff;
}

.font-link-1:hover {
    text-decoration: underline;
}

.font-hov-1:hover {
    color: #11232f;
}

.font-link-2 {
    color: #111111;
}

.font-link-2:hover {
    text-decoration: underline;
}

.bor-color-1 {
    border-color: rgb(207, 207, 207) !important;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
    z-index: 1000;
}

header>div {
    height: 100%;
}

.logo {
    height: 100%;
    float: left;
}

.logo a {
    display: block;
    height: 100%;
}

.logo a img {
    display: block;
    height: 100%;
}

.head-nav {
    height: 100%;
}

.head-nav .nav li {
    float: left;
}

.head-nav .search span {
    cursor: pointer;
    user-select: none;
}

.head-nav .pc-menu span {
    cursor: pointer;
    user-select: none;
}

.head-nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, .9);
    overflow: hidden;
    ;
    z-index: 1000;
}

.head-nav-menu .head-nav-menu-top {
    text-align: center;
}

.head-nav-menu .head-nav-menu-top span {
    position: absolute;
    top: 20px;
}

.head-nav-menu-top .iconfont {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    user-select: none;
}

.head-nav-menu-content {
    width: 100%;
    max-height:calc(100vh - 80px);
    overflow-y:auto;
}
.head-nav-menu-content::-webkit-scrollbar
{
    width:0px;
}

.mobile-nav {
    display: none;
}

.head-nav-menu-content h1 {
    font-weight: 500;
    text-align: center;
}

.head-nav-menu-content .product-range {
    width: 100%;
    display: flex;
    flex-flow: wrap;
}

.head-nav-menu-content .product-range li {
    flex: 1 1 40%;
}

.head-nav-menu-content .product-range a {
    position: relative;
    display: block;
    margin: auto;
    overflow: hidden;
    border: 1px solid rgb(58, 58, 58);
}

.head-nav-menu-content .product-range a .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.head-nav-menu-content .product-range a:hover .img {
    transform: scale(1.1);
}

.product-range .line {
    position: absolute;
    width: 0;
    height: 1px;
    background: #ffffff;
    z-index: 3;
    transition: all 0.6s;
}

.product-range .left {
    top: 15px;
    left: 10px;
}

.product-range .right {
    bottom: 15px;
    right: 10px;
}

.head-nav-menu-content .product-range a .title {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    padding: 10px 0;
}

.head-nav-menu-content .product-range a .title h3 {
    font-weight: 500;
}

.product-range a:hover .title {
    height: 100%;
    background: rgba(0, 0, 0, .7);
    padding-top: 100px;
}

.product-range a:hover .title h3 {
    font-size: 20px;
}

.product-range a:hover .title p {
    padding-top: 20px;
}

.head-nav-menu .head-nav-menu-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

.head-nav-menu .head-nav-menu-bottom span {
    padding: 0 10px;
}

.mb-menu {
    display: none;
    cursor: pointer;
}

.mb-search {
    display: none;
    cursor: pointer;
}

.search-box {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, .95);
    z-index: 1000;
    overflow: hidden;
}

.search-box h1 {
    text-align: center;
    padding: 15px 0;
}

.search-box .close-search {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 30px;
    user-select: none;
    cursor: pointer;
}

.search-box .search-main {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border: 1px solid;
}

.search-box .search-main>div {
    float: left;
    height: 100%;
    border-left: 1px solid;
}

.search-main .select-box {
    position: relative;
    cursor: pointer;
}

.search-main .select-box .select-cla {
    float: left;
    text-align: center;
}

.search-main .select-box .icon {
    float: left;
    text-align: center;
}

.search-main .select-box .icon span {
    user-select: none;
}

.search-main .select-box .cla-list {
    position: absolute;
    left: 0;
    width: 100%;
    border: 1px solid;
    display: none;
}

.search-main .select-box .cla-list div {
    padding-left: 10px;
}

.search-main .select-box .cla-list>div:hover {
    background: #052c65;
}

.search-box .keyword-box input {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    color: #fff;
}

.search-box .keyword-box input::-webkit-input-placeholder {
    color: #fff;
}

.search-box .submit-box {
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.search-box .submit-box:hover {
    background: #052c65;
}

.banner {
    width: 100%;
}

.banner .swiper {
    width: 100%;
    height: 100%;
}

.banner .swiper .swiper-slide {
    overflow: hidden;
}

.banner .swiper .swiper-slide .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
}

.banner .swiper .swiper-wrapper {
    position: relative;
}

.banner .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.banner .mb-banner-swiper {
    display: none;
}

.pc-banner-but {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 60px;
    background: rgba(0, 0, 0, .2);
    border-radius: 50px;
    cursor: pointer;
    ;
    z-index: 100;
}

.pc-banner-but:hover {
    background: rgba(0, 0, 0, .4);
}

.pc-banner-but .iconfont {
    font-size: 40px;
    color: #fff;
}

.pc-banner-prev {
    left: -80px;
    text-align: center;
}

.pc-banner-next {
    right: -80px;
    padding-left: 15px;
}

.banner .swiper:hover .pc-banner-prev {
    left: 100px;
}

.banner .swiper:hover .pc-banner-next {
    right: 100px;
}

.banner .swiper .swiper-slide video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.index-1 {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.index-1 .left {
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    padding-top: 190px;
}

.index-1 .left>div {
    float: left;
    position: relative;
    width: 50px;
}

.index-1 .left>div:nth-child(1)::after {
    display: block;
    position: absolute;
    bottom: 8px;
    left: 10px;
    width: 35px;
    height: 1px;
    background: #333333;
    content: ""
}

.index-1 .right {
    float: right;
}

.index-1 .right p:nth-child(3) {
    margin: 20px 0 5px 0;
}

.index-1 .instructions {
    width: 100%;
    display: none;
}

.index-1 .instructions>div {
    float: left;
    position: relative;
    width: 50px;
}

.index-1 .instructions>div:nth-child(1)::after {
    display: block;
    position: absolute;
    bottom: 8px;
    left: 10px;
    width: 35px;
    height: 1px;
    background: #333333;
    content: ""
}

.index-1 .right .index-1-swiper-box {
    width: 100%;
    position: relative;
    margin-top: 20px;
}

/* .index-1 .swiper{height:500px;} */
/* .index-1 .swiper .swiper-slide{width:80%;}
.index-1 .swiper .swiper-slide a{display:block;width:330px;height:450px;overflow:hidden;}
.index-1 .swiper .swiper-slide a .img{display:block;width:100%;height:100%;transition:all 0.6s;}
.index-1 .swiper .swiper-slide .title{width:100%;height:50px;line-height:50px;}
.index-1 .swiper .swiper-slide a:hover .img{transform: scale(1.08);} */
.index-1 .swiper {
    width: 100%;
    height: 100%;
}

.index-1 .swiper .swiper-slide a {
    display: block;
    width: 100%;
}

.index-1 .swiper .swiper-slide a .img {
    width: 100%;
    height: 100%;
}

.index-1 .swiper .swiper-slide .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.index-1 .index-swiper-a-but {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    ;
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    z-index: 100;
}

.index-1 .index-swiper-a-prev {
    left: 0;
    padding-left: 8px;
}

.index-1 .index-swiper-a-next {
    right: 0;
    padding-left: 9px;
}

.index-1 .index-swiper-a-but span {
    color: #fff;
    font-size: 25px;
}

.index-2 {
    width: 100%;
    background: #202020;
    overflow: hidden;
}

.index-2 .left>div {
    float: left;
    position: relative;
    width: 50px;
}

.index-2 .left {
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    padding-top: 190px;
}

.index-2 .left>div:nth-child(1)::after {
    display: block;
    position: absolute;
    bottom: 8px;
    left: 10px;
    width: 35px;
    height: 1px;
    background: #ffffff;
    content: ""
}

.index-2 .right {
    float: right;
}

.index-2 .right p:nth-child(3) {
    margin: 20px 0 5px 0;
}

.index-2 .instructions {
    width: 100%;
    display: none;
}

.index-2 .instructions>div {
    float: left;
    position: relative;
    width: 50px;
}

.index-2 .instructions>div:nth-child(1)::after {
    display: block;
    position: absolute;
    bottom: 8px;
    left: 10px;
    width: 35px;
    height: 1px;
    background: #ffffff;
    content: ""
}

.index-2 .right .index-2-swiper-box {
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.index-2 .swiper {
    width: 100%;
    height: 100%;
}

.index-2 .swiper .swiper-slide a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.index-2 .swiper .swiper-slide a .img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

.index-2 .swiper .swiper-slide .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.index-2 .swiper .swiper-slide a:hover .img {
    transform: scale(1.08);
}

.index-2 .index-swiper-b-but {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    ;
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    z-index: 100;
}

.index-2 .index-swiper-b-prev {
    left: 0;
    padding-left: 8px;
}

.index-2 .index-swiper-b-next {
    right: 0;
    padding-left: 9px;
}

.index-2 .index-swiper-b-but span {
    color: #fff;
    font-size: 25px;
}

.index-3 {
    width: 100%;
}

.index-3 .left {
    height: 100%;
    background: url(../../images/home/index/index_3_v1.jpg)no-repeat;
    background-position: center;
    background-size: cover;
}

.index-3 .right {
    height: 100%;
}

.index-3 .right p {
    line-height: 28px;
}

.index-4 {
    position: relative;
    width: 100%;
    background: url(../../images/home/index/index_4.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    display:flex;
    justify-content: center;
    align-items: center;
}

.index-4 .card {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
}
.index-4 .videobtn
{
    width:80px;
    height:40px;
    border:1px solid #fff;
    border-radius:8px;
    background:rgba(69,79,91,0.5);
    cursor: pointer;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items:center;
}
.index-4 .videobtn .sanjiao
{
    width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
    margin-left:15px;
}

.allvideobg
{
    width:100%;
    height:100vh;
    position:fixed;
    top:0px;
    left:0px;
    z-index:1000;
    display:none;
}

.allvideobg .videosec
{
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items:center;
    position:relative;
}
.allvideobg .videosec .videocha
{
    width:80px;
    height:80px;
    position:absolute;
    right:0px;
    top:0px;
    color:#fff;
    cursor: pointer;
    text-align:center;
    line-height:80px;
    font-size:70px;
    z-index:9999;
}
.allvideobg .videosec .video
{
    width:1200px;
    height:auto;
    overflow:hidden;
    max-width:100%;
}
.allvideobg .videosec .video video
{
    width:100%;
    height:auto;
}
.index-5 {
    width: 100%;
}

.index-5 ul {
    width: 100%;
}

.index-5 ul li {
    background: #fff;
    border-left: 1px solid #e2ded9;
}

.index-5 ul li:nth-child(1) {
    border: none;
}

.index-5 ul li:hover {
    transform: translate(0, -10px);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
}

.index-5 ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.index-5 ul li p:nth-child(2) {
    margin: 20px 0;
}

.index-5 ul li p:nth-child(3) {
    margin-bottom: 100px;
    line-height: 25px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

footer {
    padding: 100px 50px;
    background: #f0eeec;
}

footer>div {
    width: 100%;
}

footer .top .left div {
    position:relative;
    height:auto;
}
footer .top .left .footlogo
{
     width:100% !important;
     height:auto !important;
     overflow:hidden;
}
footer .top .left .footlogo a 
{
    display:block;
    width:100%;
    height:auto;
}
footer .top .left .footlogo a  img
{
    width:100%;
    height:auto;
}

footer .top .left div:nth-child(1) {
    /* border-right: 1px solid #c8c4be; */
}

footer .top .left img {
    
    display: block;
    margin: auto;
}
footer .top .left .footinfo
{
    width:100%;
    height:auto;
    margin-top:30px;
    overflow:hidden;
    font-size:14px;
}
footer .top .left .footinfo .footinfodetail
{
    margin:0px;
    padding:0px;
    margin-top:25px;
    overflow:hidden;
}
footer .top .left .footinfo .footinfodetail p
{
    line-height:24px;
    font-size:14px;
}
footer .top .footnav
{
     width:290px;
     float:left;
     overflow:hidden;
     box-sizing: content-box;
     padding-left:90px;
     display:flex;
     flex-wrap:wrap;
     margin-top:10px;
}
footer .top .footnav .grid
{
    width:145px;
    overflow:hidden;
}
footer .top .footnav .grid a
{
    display:block;
    width:100%;
    height:auto;
    overflow:hidden;
    font-size:16px;
    line-height:18px;
    margin-bottom:20px;
    color:#363636;
}

footer .top .right .imglist
{
    width:100%;
    height:auto;
}
footer .top .right .img {
    float: right;
}
footer .top .right .copyinfo
{
    width:100%;
    height:auto;
    overflow:hidden;
    margin-top:50px;
}
footer .top .right .copyinfo p
{
    text-align:right;
}
footer .top .right .copyinfo p a
{
    color:#111;
}
footer .bottom {
    width: 100%;
}

.min-banner {
    width: 100%;
}

.min-banner h1 {
    text-shadow: 1px 1px 3px #111111;
    font-weight: bold;
}

.min-banner h2 {
    text-shadow: 1px 1px 3px #111111;
}

.about {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.about-nav {
    position: absolute;
    margin: auto;
    z-index: 999;
}

.about-nav ul {
    width: 100%;
    text-align: right;
}

.about-nav ul li {
    width: 100%;
}

.about-nav ul li a {
    cursor: pointer;
}

#CompanyProfile img {
    width: 100%;
    margin-top: 20px;
}

#ChairmanMessage img {
    width: 100%;
    margin-top: 20px;
}

#DevelopmentHistory img {
    width: 100%;
    margin-top: 20px;
}

#CourseIntroduction ul {
    width: 100%;
    display: flex;
}

#CourseIntroduction ul .title {
    float: left;
}

#CourseIntroduction ul .title h3 {
    font-weight: bold;
}

#CourseIntroduction p {
    text-align: left;
}

#CourseIntroduction>img {
    width: 100%;
    margin-top: 20px;
}

#BrandStrength>img {
    width: 100%;
    margin-top: 20px;
}

#BrandStrength>ul {
    width: 100%;
    overflow: hidden;
}

#BrandStrength>ul li {
    float: left;
    border-top: 5px solid;
    border-bottom: 5px solid;
    border-left: 10px solid;
    border-right: 10px solid;
    border-color: #24211d;
    cursor: pointer;
    overflow: hidden;
}

#BrandStrength>ul li .img {
    width: 100%;
    height: 100%;
}

#BrandStrength>ul li:hover .img {
    transform: scale(1.1);
}

#IndustryHonors>div {
    display: flex;
}

#IndustryHonors img {
    width: 100%;
}

#IndustryHonors>div .text {
    line-height: 30px;
}

#EnterpriseSpirit img {
    width: 100%;
}

.product-range-list .top {
    padding: 80px 0 50px 0;
    text-align: center;
}

.product-range-list .top h1 {
    font-weight: bold;
    line-height: 40px;
}

.product-range-list ul {
    width: 100%;
    display: flex;
    flex-flow: wrap;
}

.product-range-list ul li .box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product-range-list ul li .box .img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.product-range-list .box:hover .img {
    transform: scale(1.1);
}

.product-range-list ul li .box .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.product-list {
    background: #f7f7f7;
}

.product-list .top {
    text-align: center;
    padding: 90px 0 50px 0;
}

.product-list .top h1 {
    padding-bottom: 10px;
}

.product-list .product-select {
    position: relative;
    border: 1px solid #ccc;
    cursor: pointer;
}

.product-list .product-select h1 {
    float: left;
    display: block;
    text-align: left;
    padding-left: 10px;
}

.product-list .product-select span {
    float: right;
    display: block;
    user-select: none;
}

.product-list .product-select .product-select-list {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 40px;
    background: #efefef;
    z-index: 99;
    border: 1px solid #ccc;
}

.product-list .product-select-list a {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 10px;
}

.product-list ul {
    width: 100%;
    overflow: hidden;
}

.product-list ul li {
    float: left;
    transition: none;
    border: 1px solid rgba(0, 0, 0, 0);
}

.product-list ul .img-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.product-list ul .img-box .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "MORE";
    background: rgba(0, 0, 0, .5);
    opacity: 0;
}

.product-list ul li .img-box .mask {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.product-list ul li:hover .img-box .mask {
    opacity: 1;
}

.product-list ul .img-box img {
    display: block;
    width: 100%;
    height: 100%;
}

.product-list ul li:hover img {
    transform: scale(1.05);
}

.product-list ul li span {
    display: block;
    width: 50px;
    height: 2px;
    background: #333;
    margin: 15px auto 5px auto;
}

.product-list ul h2 {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.material {
    overflow: hidden;
}

.material .top {
    text-align: center;
}

.material img {
    display: block;
    width: 100%;
    margin: 30px 0;
}

.material h2 {
    margin-bottom: 20px;
}

.material p {
    line-height: 30px;
}

.material .m0 {
    margin: 0;
}

.material .mt30 {
    margin-top: 30px;
}

.material .img-text-box {
    width: 100%;
    overflow: hidden;
    background: #eeeeee;
}

.material .img-text-box .text {
    height: 100%;
}

.shop {
    overflow: hidden;
}

.shop .top {
    text-align: center;
}

.shop .top p {
    padding-bottom: 30px;
}

.shop ul {
    width: 100%;
    overflow: hidden;
}

.shop ul h1 {
    padding: 0 1%;
    margin-bottom: 10px;
    text-align: center;
    width:100%;
}

.shop ul p {
    padding: 0 1%;
    margin-bottom: 50px;
}
.shop ul
{
    display:flex;
    flex-wrap:wrap;
}
.shop ul li {
    width: 48%;
    margin: 1%;
    background: #f0f0f0;
}

.shop ul li:hover {
    transform: translate(0, -10px);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
}

.shop ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.shop ul li .img img {
    display: block;
    width: 100%;
}

.news {
    overflow: hidden;
}

.news .top {
    text-align: center;
}

.news .top p {
    padding-bottom: 30px;
}

.news ul {
    overflow: hidden;
    width: 90%;
}

.news ul h1 {
    padding: 0 1%;
    margin-bottom: 10px;
}

.news ul p {
    padding: 0 1%;
    margin-bottom: 50px;
}

.news ul li {
    float: left;
}

/* .news ul li:hover{box-shadow:0 0 2px 2px #f8f8f8;} */
.news ul .img {
    width: 100%;
    overflow: hidden;
}

.news ul .img img {
    display: block;
    width: 100%;
    transition: all 1s;
}

.news ul li:hover .img img {
    transform: scale(1.05);
}

.news ul li h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow:hidden;
    white-space:nowrap;
}

.news ul li p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 25px;
    font-size:14px;
    height:50px;
}

.product-view .top {
    width: 100%;
    text-align: center;
}

/* .product-view .img-box>a{display:inline-block;margin-bottom:30px;padding:10px;background:rgba(0, 0, 0, .5);color:#fff;border-radius:6px;}
.product-view .img-box>a:hover{background:rgba(0, 0, 0, .9);} */
.product-view .img-box {
    width: 100%;
}

.product-view .swiper {
    width: 100%;
    padding: 10px 0;
}

.product-view-nav {
    width: 100%;
    overflow: hidden;
    padding: 5px;
}

.product-view-nav a {
    display: inline-block;
    color: #333;
}

.product-view-nav a:hover i {
    text-decoration: underline;
}

.product-view-nav a span {
    color: #333;
    font-size: 18px;
}

.product-view-nav .prev {
    float: left;
}

.product-view-nav .prev span {
    margin-right: 10px;
}

.product-view-nav .next {
    float: right;
}

.product-view-nav .next span {
    margin-left: 10px;
}

/* .product-view .product-prev{position:fixed;top:0;bottom:0;left:0;margin:auto;width:50px;height:300px;background:#fff;border:1px solid #f1f1f1;text-align:center;padding:10px 0;z-index:99;}
.product-view .product-prev span{font-size:20px;color:#222;}
.product-view .product-prev p{position:absolute;bottom:20px;transform: rotate(90deg);font-size:15px;} */
.shop-view .top {
    text-align: center;
}

.shop-view img {
    display: block;
    width: 100%;
    margin: 0 auto 20px auto;
}

.news-view .top {
    text-align: center;
}

.news-view .top h1 {
    margin-bottom: 5px;
}

.news-view .content {
    width: 100%;
    line-height: 35px;
    text-align: justify;
    font-size: 16px;
}

.news-view .content img {
    max-width: 100%;
    height: auto !important;
}

.feedback {
    padding: 0 10px;
}

.feedback .top {
    text-align: center;
}

.feedback .content {
    padding: 0 10px;
}

.feedback .content h1 {
    margin: 50px 0 10px 0;
}

.feedback .content .info {
    width: 100%;
    overflow: hidden;
}

.feedback .content .info .map {
    width: 100%;
    height: 100%;
}

.feedback .form {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.feedback .form .input-box {
    width: 100%;
    overflow: hidden;
}

.feedback .form .input-box>div {
    width: 33.3%;
    float: left;
    padding: 0 10px;
}

.feedback .form .input-box>div p {
    font-size: 14px;
    padding-bottom: 10px;
}

.feedback .form .input-box input {
    width: 100%;
    height: 45px;
    border: 1px solid #999;
    padding: 0 10px;
    font-size: 16px;
    border-radius: 6px;
}

.feedback .form .code .left {
    float: left;
    width: calc(100% - 170px);
}

.feedback .form .code .right {
    float: right;
    width: 170px;
    text-align: right;
}

.feedback .form .code .right img {
    float: right;
    display: block;
    height: 45px;
}

.feedback .f-content {
    width: 100%;
    padding: 0 10px;
}

.feedback .f-content p {
    font-size: 14px;
    padding-bottom: 10px;
}

.feedback .f-content textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #999;
    font-size: 16px;
    padding: 10px;
    resize: none;
    border-radius: 6px;
}

.feedback .submit-box {
    width: 100%;
    padding: 0 10px;
    margin-top: 29px;
}

.feedback .submit {
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    cursor: pointer;
    background: #555;
    border-radius: 6px;
}

.feedback .submit:hover {
    background: #333;
}

.Pagination__Nav {
    width: 100%;
    text-align: center;
    padding: 50px 0;
}

.Pagination__Nav span {
    padding: 3px 10px;
    background: #ccc;
    color: #000;
}

.Pagination__Nav a {
    padding: 3px 10px;
    background: #ccc;
    color: #000;
}

.Pagination__Nav .is-active {
    background: #00a4ff;
    color: #fff;
}

.gotop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, .3);
    z-index: 99;
    display: none;
    cursor: pointer;
}

.gotop span {
    color: #fff;
}

.about-box p {
    text-align: justify;
}

.about-nav .about-nav-ul a {
    transition: none;
}

.about-nav .about-nav-ul .sel {
    font-weight: bold;
}

/**企业文化**/
.aboutcurlist
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.aboutcurlist .record
{
    width:100%;
    height:auto;
    overflow:hidden;
    position:relative;
}
.aboutcurlist .record::after
{
    content:'';
    position:absolute;
    z-index:5;
    bottom:0px;
    width:100%;
    height:40%;
    left:0px;
    background:#404040;
}
.aboutcurlist .record .shortline
{
    width:80px;
    height:20px;
    overflow:hidden;
    background:#404040;
    margin-top:30px;
}
.aboutcurlist .record .list
{
    width:86%;
    height:auto;
    overflow:hidden;
    margin:auto;
    position:relative;
    z-index:10;
    display:flex;
    flex-wrap:wrap;
    align-items:stretch;
    margin-top:30px;
}
.aboutcurlist .record .list .grid
{
    width:24%;
    height:auto;
    overflow:hidden;
    background:#f2f2f2;
    margin-right:1.33%;
    box-sizing: border-box;
    padding-top:50px;
    padding-bottom:50px;
    
}
.aboutcurlist .record .list .grid:nth-child(2n)
{
    border-top:8px solid #e70012;
}
.aboutcurlist .record .list .grid .img
{
    width:50%;
    height:auto;
    overflow:hidden;
    margin:auto;
}
.aboutcurlist .record .list .grid img
{
    width:100%;
    height:auto;
    border-radius: 50%;
}

.aboutcurlist .record .list .grid:nth-child(4n)
{
    margin-right:0px;
}
.aboutcurlist .record .list .grid .bigtit
{
    font-size:25px;
    line-height:27px;
    overflow:hidden;
    margin-top:40px;
    text-align:center;
}
.aboutcurlist .record .list .grid .entit
{
    width:100%;
    height:auto;
    overflow:hidden;
    font-size:18px;
    margin-top:10px;
    text-align:center;
    text-transform:uppercase;
}
.aboutcurlist .record .list .grid .listline
{
    width:80px;
    height:4px;
    background:#404040;
    margin:auto;
    margin-top:25px;
}
.aboutcurlist .record .list .grid .des
{
    width:50%;
    margin:auto;
    margin-top:30px;
    font-size:18px;
    line-height:30px;
    text-align:center;
}
/**企业文化 end**/
/**发展战略**/
.aboutfuture
{
     width:100%;
     height:auto;
     overflow:hidden;
     padding:5%;
     background:url('../../images/home/about/aboutfuturebg.jpg') repeat-y center top;
     background-size:100%;
     margin-top:60px;
}
.aboutfuture .record
{
    width:100%;
    height:auto;
    overflow:hidden;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    margin-bottom:70px;
}
.aboutfuture .record:last-child
{
    margin-bottom:0px;
}
.aboutfuture .record .lefttitle
{
    width:calc(51.4% - 36px);
    height:auto;
    overflow:hidden;
    color:#ccc;
    font-size:16px;
    line-height:18px;
}
.aboutfuture .record .icon
{
    width:72px;
    height:72px;
    background:url('../../images/home/about/aboutfuture.png') no-repeat center center;
}
.aboutfuture .record .rightdes
{
    width:calc(48.6% - 36px);
    height:auto;
    overflow:hidden;
    box-sizing: border-box;
    padding-left:10%;
    font-size:14px;
    line-height:30px;
    color:#333;
}
.futurepiclist
{
    width:100%;
    height:auto;
    overflow:hidden;
    display:flex;
    flex-wrap:wrap;
}
.futurepiclist .pic1
{
    width:51.36%;
}
.futurepiclist .pic2
{
    width:48.64%;
}
.futurepiclist .pic img
{
    width:100% !important;
    height:auto;
    margin:0px !important;
    display:block;
}
/**发展战略 end**/
/**企业荣誉**/
.abouthonor
{
    width:100%;
    height:auto;
    overflow:hidden;
    margin-top:60px;
}
.abouthonor img
{
    display:block !important;
}
.abouthonor .honorfir
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.abouthonor .honorfir img
{
    width:100%;
    height:auto;
}
.abouthonor .honorsec
{
    width:100%;
    height:auto;
    overflow:hidden;
    background:url('../../images/home/about/rongyu2.jpg') no-repeat center center;
    background-size:cover !important;
}
.abouthonor .honorsec .bigtit
{
    width:100%;
    height:auto;
    overflow:hidden;
    margin-top:20px;
}
.abouthonor .honorsec .bigtit .kuang
{
    width:4.5%;
    height:80px;
    background:#bfbfbf;
    margin-right:0.5%;
    float:left;
    overflow:hidden;
}
.abouthonor .honorsec .bigtit .cnentit
{
    width:95%;
    height:auto;
    overflow:hidden;
    float:left;
}
.abouthonor .honorsec .bigtit .cnentit .cn
{
    margin-top:10px;
    font-size:24px;
    line-height:30px;
    color:#ccc;
    overflow:hidden;
}
.abouthonor .honorsec .bigtit .cnentit .en
{
    font-size:24px;
    line-height:30px;
    color:#ccc;
    overflow:hidden;
    text-transform: uppercase;
}
.abouthonor .honorsec .honorlist
{
    padding:5%;
    height:auto;
    overflow:hidden;
    box-sizing:border-box;  
}
.abouthonor .honorsec .honorlist .record
{
    width:100%;
    height:auto;
    overflow:hidden;
    margin-bottom:70px;
    display:flex;
    flex-wrap:wrap;
}
.abouthonor .honorsec .honorlist .record:last-child
{
    margin-bottom:0px;
}
.abouthonor .honorsec .honorlist .record .pic
{
    width:320px;
    height:auto;
    overflow:hidden;
}
.abouthonor .honorsec .honorlist .record .pic img
{
    width:100%;
    height:auto;
}
.abouthonor .honorsec .honorlist .record .righttext
{
    width:calc(100% - 400px);
    height:auto;
    margin-left:80px;
    overflow:hidden;
}
.abouthonor .honorsec .honorlist .record .righttext .tit
{
    width:100%;
    height:auto;
    font-size:24px;
    line-height:36px;
    color:#fff;
    overflow:hidden;
}
.abouthonor .honorsec .honorlist .record .righttext .des
{
    font-size:18px;
    height:auto;
    overflow:hidden;
    line-height:48px;
    color:#fff;
    max-width:750px;
    margin-top:30px;
}

/**企业荣誉 end**/
/**伊思维家居 时尚思维**/
.aboutfashion
{
    width:100%;
    height:auto;
    overflow:hidden;
    margin-top:55px;
}
.aboutfashion .fashioncontent
{
    width:100%;
    height:auto;
    overflow:hidden;
    margin-top:40px;
    display:flex;
    flex-wrap:wrap;
}
.aboutfashion .fashioncontent .img
{
    width:42%;
    height:auto;
    overflow:hidden;
}
.aboutfashion .fashioncontent .img img
{
    width:100%;
    height:auto;
}
.aboutfashion .fashioncontent .righttext
{
    margin-left:5%;
    width:53%;
    overflow:hidden;
}
.aboutfashion .fashioncontent .righttext .tit
{
    font-size:18px;
    line-height:25px;
    overflow:hidden;
    color:#000;
}
.aboutfashion .fashioncontent .righttext .des
{
    margin-top:30px;
    line-height:30px;
    font-size:14px;
    overflow:hidden;
}
/**伊思维家居 时尚思维 end**/
/**招商加盟**/
.join
{
    width:1260px;
    height:auto;
    overflow:hidden;
    margin:auto;
    padding-top:50px;
    padding-bottom:100px;
}
.join img
{
    display:block;
}
.join .catebigtit
{
    width:100%;
    height:auto;
    overflow:hidden;
    font-size:50px;
    text-align:center;
    line-height:52px;
}
.join .catepic
{
    width:100%;
    height:auto;
    margin-top:90px;
    overflow:hidden;
}
.join .catepic img
{
    margin:auto;
    max-width:100%;
}
/**十大优势文字描述**/
.join .youshi
{
    width:100%;
    height:auto;
    overflow:hidden;
    margin-top:60px;
}
.join .youshi .entit
{
    font-size:18px;
    line-height:30px;
    color:#363636;
    overflow:hidden;
    text-align:center;
    text-transform: uppercase;
}
.join .youshi .cntit
{
    font-size:24px;
    line-height:30px;
    color:#363636;
    overflow:hidden;
    text-align:center;
}
.join .youshi .bigdes
{
    font-size:18px;
    line-height:30px;
    color:#363636;
    overflow:hidden;
    text-align:center;
    margin-top:25px;
    margin-bottom:25px;
}
.join .youshi .des
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.join .youshi .des p
{
    font-size:14px;
    line-height:30px;
    color:#363636;
    text-align:center;
    overflow:hidden;
}
/**十大优势文字描述 end**/
/**十大优势具体列表**/
.join .youshilist
{
    width:100%;
    height:auto;
    overflow:hidden;
    margin-top:40px;
}
.join .youshilist .record
{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
    align-items: stretch;
}
.join .youshilist .record .left
{
      width:275px;
      background:#595959;
      box-sizing: border-box;
      padding-left:50px;
      padding-top:60px;
      position:relative;
}
.join .youshilist .record .left .tb
{
    width:100px;
    height:auto;
}
.join .youshilist .record .left .tb img
{
    width:100%;
    height:auto;
}
.join .youshilist .record .left .cntit
{
    width:100%;
    height:auto;
    overflow:hidden;
    margin-top:30px;
}
.join .youshilist .record .left .cntit p
{
    color:#fff;
    font-size:30px;
    line-height:36px;
    overflow:hidden;
}
.join .youshilist .record .left .line
{
    width:65px;
    height:8px;
    background:#20487c;
    margin-top:30px;
}
.join .youshilist .record .left .entit
{
    width:100%;
    height:auto;
    overflow:hidden;
    margin-top:25px;
}
.join .youshilist .record .left .entit p
{
    width:100%;
    height:auto;
    font-size:16px;
    text-transform: uppercase;
    line-height:25px;
    color:#eee;
}
.join .youshilist .record .left .shuzi
{
    position:absolute;
    font-size:130px;
    line-height:130px;
    color:#696969;
    left:50px;
    bottom:0px;
    z-index:10;
    font-weight: bold;
}
.join .youshilist .record .right
{
    width:985px;
    box-sizing: border-box;
    overflow:hidden;
    background:#f2f2f2;
    padding:60px 50px;
}
.join .youshilist .record .right .text
{
    font-size:18px;
    line-height:36px;
}
.join .youshilist .record .right .twopic
{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    margin-top:110px;
}
.join .youshilist .record .right .twopic .pic
{
    margin-right:40px;
}
.join .youshilist .record .right .twopic .pic:last-child
{
    margin-right:0px;
}
.join .youshilist .recordline
{
    width:100%;
    height:10px;
    background:url('../../images/home/join/recordline.jpg') no-repeat center top;
    background-size:100%;
}
.join .youshilist .record .right .righttit
{
    font-size:18px;
    line-height:48px;
    overflow:hidden;
    font-weight:bold;
}
.join .youshilist .record .right .quanwei
{
    margin-top:50px;
    overflow:hidden;
}
.join .youshilist .record .right .quanwei .quanweilist
{
    width:100%;
    height:auto;
    overflow:hidden;
    display:flex;
    flex-wrap:wrap;
    margin-top:30px;
}
.join .youshilist .record .right .quanwei .quanweilist .grid
{
    width:115px;
    height:auto;
    overflow:hidden;
    margin-right:15px;
}
.join .youshilist .record .right .quanwei .quanweilist .grid img
{
    width:100%;
    height:auto;
}
.join .youshilist .record .right .fugai
{
    width:100%;
    height:auto;
    overflow:hidden;
    margin-top:15px;
}
.join .youshilist .record .right .baodao
{
    width:100%;
    height:auto;
    margin-top:15px;
    overflow:hidden;
}
.join .youshilist .record .right .record2tblist
{
    display:flex;
    flex-wrap:wrap;
    overflow:hidden;
}
.join .youshilist .record .right .record2tblist .grid
{
    width:110px;
    height:auto;
    overflow:hidden;
    border:1px solid #ccc;
    box-sizing:border-box;
    margin-right:19.16px;
    margin-bottom:15px;
}
.join .youshilist .record .right .record2tblist .grid.grid:nth-child(7n)
{
    margin-right:0px;
}
.join .youshilist .record .right .record2tblist .grid img
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.join .youshilist .record .right .onepic
{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    margin-top:50px;
}
.join .youshilist .record .right .onepic .pic
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.join .youshilist .record .right .onepic .pic img
{
    max-width:100%;
    height:auto;
    margin:auto;
}
.join .youshilist .record .right .redtit
{
    margin-top:50px;
    height:auto;
    overflow:hidden;
    font-size:0px;
}
.join .youshilist .record .right .redtit span
{
    display:inline-block;
    color:#fff;
    font-size:18px;
    line-height:30px;
    background:#e70012;
    padding-left:5px;
    padding-right:5px;
}
/**十大优势具体列表 end**/
/**十大终端图片**/
.join .zhongduanpic
{
    width:100%;
    height:auto;
    overflow:hidden;
    margin-top:5px;
}
.join .zhongduanpic img
{
    width:100%;
    height:auto;
}
/**十大终端图片 end**/
/**帮扶列表**/
.join .bangfulist
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.join .bangfulist .record
{
    width:100%;
    position: relative;
    overflow:hidden;
    margin-top:100px;
    padding-bottom:80px;
}
.join .bangfulist .record::after
{
    content:'';
    bottom:0px;
    z-index:5;
    left:0px;
    height:260px;
    background:#404040;
    width:100%;
    position: absolute;
}
.join .bangfulist .record .gridlist
{
    position:relative;
    z-index:10;
    margin:auto;
    overflow:hidden;
    width:1150px;
    height:auto;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: stretch;
}
.join .bangfulist .record .gridlist .grid
{
       width:220px;
       background:#fff;
       
}
.join .bangfulist .record .gridlist .grid .pic
{
    width:98px;
    height:auto;
    margin:auto;
    overflow:hidden;
    border-radius:50%;
    background:#5f5d5e;
}
.join .bangfulist .record .gridlist .grid .pic img
{
    width:100%;
    height:auto;
}
.join .bangfulist .record .gridlist .grid .cntit
{
    font-size:22px;
    line-height:24px;
    overflow:hidden;
    margin-top:15px;
    text-align:center;
}
.join .bangfulist .record .gridlist .grid .entit
{
    font-size:16px;
    line-height:18px;
    overflow:hidden;
    margin-top:5px;
    text-align:center;
}
.join .bangfulist .record .gridlist .grid .line
{
    width:140px;
    height:5px;
    margin:auto;
    overflow:hidden;
    margin-top:25px;
    margin-bottom:25px;
}
.join .bangfulist .record .gridlist .grid:nth-child(2n) .line
{
    background:#e70013;
    
}
.join .bangfulist .record .gridlist .grid:nth-child(2n-1) .line
{
    background:#224a7e;
}
.join .bangfulist .record .gridlist .grid .des
{
    width:130px;
    margin:auto;
    overflow:hidden;
    font-size:14px;
    line-height:22px;
    text-align:center;
    margin-bottom:80px;
}
/**帮扶列表 end**/
/**加盟要求**/
.join .joinyaoqiu
{
    width:100%;
    height:auto;
    overflow:hidden;
    margin-top:80px;
}
.join .joinyaoqiu .bigtit
{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
    overflow:hidden;
}
.join .joinyaoqiu .bigtit .kuang
{
    width:70px;
    height:70px;
    background:#3d3d3d;
    margin-right:30px;
    overflow:hidden;
}

.join .joinyaoqiu .bigtit .wenzi
{
    width:calc(100% - 100px);
    height:auto;
    overflow:hidden;
}
.join .joinyaoqiu .bigtit .wenzi .cn
{
    font-size:24px;
    line-height:30px;
    overflow:hidden;
    margin-top:5px;
}
.join .joinyaoqiu .bigtit .wenzi .en
{
    font-size:18px;
    line-height:30px;
    overflow:hidden;
}
.join .joinyaoqiu .listpic
{
    margin-top:50px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content: center;
    position: relative;
}
.join .joinyaoqiu .listpic::after
{
    content:'';
    width:100%;
    height:2px;
    background:#e10000;
    position:absolute;
    top:50%;
    left:0px;
    width:100%;
    z-index:5;
}
.join .joinyaoqiu .listpic .list
{
    width:700px;
    height:auto;
    overflow:hidden;
    margin-right:50px;
    position: relative;
    z-index:10;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
}
.join .joinyaoqiu .listpic .list .grid 
{
    width:120px;
    height:auto;
    overflow:hidden;
}
.join .joinyaoqiu .listpic .list .grid .tbline
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.join .joinyaoqiu .listpic .list .grid .tbline .tb
{
    width:108px;
    margin:auto;
    border-radius: 50%;
    background:#5f5d5e;
    overflow:hidden;
}
.join .joinyaoqiu .listpic .list .grid .tbline .tb img
{
    width:100%;
    height:auto;
}
.join .joinyaoqiu .listpic .list .sgrid .tbline
{
    margin-top:100px;
}
.join .joinyaoqiu .listpic .list .dgrid .tbline
{
    margin-bottom:100px;
}
.join .joinyaoqiu .listpic .list .grid .tbline .tline
{
    width:2px;
    height:80px;
    overflow:hidden;
    margin:auto;
    background:#5e5d5b;
}
.join .joinyaoqiu .listpic .list .sgrid .tbline .sanjiao
{
    margin:auto;
    width: 0;
	height: 0;
	border-top: 5px solid #5e5d5b;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
    margin-bottom:15px;
}
.join .joinyaoqiu .listpic .list .dgrid .tbline .sanjiao
{
    margin:auto;
    width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #5e5d5b;
	border-left: 5px solid transparent;
    margin-top:15px;
}
.join .joinyaoqiu .listpic .list .grid .text
{
    min-height:230px;
    display:flex;
    align-content:flex-end;
    flex-wrap:wrap;
}
.join .joinyaoqiu .listpic .list .sgrid .text
{
    align-content:flex-start;
}
.join .joinyaoqiu .listpic .list .grid .text .tit
{
    font-size:21px;
    line-height:27px;
    text-align:center;
    overflow:hidden;
    margin-top:15px;
    width:100%;
}
.join .joinyaoqiu .listpic .list .grid .text .des
{
    font-size:14px;
    line-height:24px;
    overflow:hidden;
    margin-top:20px;
    width:100%;
}
.join .joinyaoqiu .listpic .rightpic
{
    width:350px;
    height:auto;
    overflow:hidden;
    position:relative;
    z-index:10;
}
.join .joinyaoqiu .listpic .rightpic img
{
    width:100%;
    height:auto;
}
/**加盟要求 end**/
/**加盟流程**/
.join .joinliucheng
{
    width:100%;
    height:auto;
    overflow:hidden;
    background:#595959;
    padding-top:40px;
    padding-bottom:40px;
    margin-top:40px;
}
.join .joinliucheng .bigtit
{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;
}
.join .joinliucheng .bigtit .kuang
{
    width:45px;
    height:70px;
    background:#acacac;
    overflow:hidden;
    margin-right:30px;
}
.join .joinliucheng .bigtit .tit
{
    width:calc(100% - 100px);
    height:auto;
    overflow:hidden;
}
.join .joinliucheng .bigtit .tit .cn
{
    font-size:24px;
    line-height:30px;
    color:#fff;
    margin-top:5px;
}
.join .joinliucheng .bigtit .tit .en
{
    font-size:18px;
    line-height:30px;
    color:#fff;
    text-transform: uppercase;
}
.join .joinliucheng .list
{
    width:970px;
    height:auto;
    overflow:hidden;
    margin:auto;
    margin-top:30px;
}
.join .joinliucheng .list .record
{
    width:100%;
    height:auto;
    overflow:hidden;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}
.join .joinliucheng .list .up
{
    align-items:flex-end;
}
.join .joinliucheng .list .down
{
    margin-top:60px;
}
.join .joinliucheng .list .record .grid
{
    width:120px;
    height:auto;
    overflow:hidden;
    margin-left:20px;
    margin-right:20px;
}
.join .joinliucheng .list .record .grid .text
{
    font-size:14px;
    line-height:24px;
    color:#fff;
    overflow:hidden;
    text-align:center;
}
.join .joinliucheng .list .record .grid .pc_shuzi
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.join .joinliucheng .list .record .grid .pc_shuzi .hengxian
{
       width:100%;
       height:1px;
       overflow:hidden;
       background:#6d6d6d;
}
.join .joinliucheng .list .record .grid .pc_shuzi .shuxian
{
    width:1px;
    height:30px;
    background:#6d6d6d;
    margin:auto;
}
.join .joinliucheng .list .record .grid .pc_shuzi .quan
{
    width:60px;
    height:60px;
    overflow:hidden;
    color:#fff;
    font-size:30px;
    line-height:32px;
    box-sizing: border-box;
    padding-top:15px;
    padding-left:10px;
    margin:auto;
    background:#e70012;
    border-radius:50%;
}
.join .joinliucheng .list .up .grid .pc_shuzi 
{
       margin-top:10px;
}
.join .joinliucheng .list .down .grid .pc_shuzi
{
       margin-bottom:10px;
}
.join .liuchengfootline
{
    width:100%;
    height:15px;
    overflow:hidden;
    display:flex;
    flex-wrap:wrap;
    background:#404040;
}
.join .liuchengfootline .lan
{
    width:250px;
    height:100%;
    background:#1f487c;
}
/**加盟流程 end**/
/**招商加盟 end**/
/**首页新闻6**/
.index-6
{
    margin-top:60px;
    margin-bottom:60px;
}
.index-6 .blockbigtit
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.index-6 .blockbigtit .news_title_01
{
    width:100%;
    height:auto;
    font-size:20px;
    line-height:25px;
    text-align:center;
}
.index-6 .blockbigtit .news_title_02
{
    width:100%;
    height:auto;
    font-size:20px;
    line-height:15px;
    text-align:center;
    margin-top:15px;
}
.index-news
{
    width:96%;
    height:auto;
    margin:auto;
    margin-top:30px;
    color: #464646;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.index-news .record
{
    width:25%;
    height:auto;
    overflow:hidden;
}
.index-news .record a
{
    display:block;
    width:100%;
    height:auto;
    overflow:hidden;
    padding:10%;
    box-sizing:border-box;
}
.index-news .record a .img
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.index-news .record a .img img
{
    width:100%;
    height:auto;
    transition:1s;
}
.index-news .record:hover a .img img
{
    transform: scale(1.2);
}
.index-news .record a .tit
{
    font-size: 15px;
    margin-top: 10px;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 24px;
    text-align: left;
    color: #4d4d4d;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition:1s;
    overflow:hidden;
}
.index-news .record:hover a .tit
{
    color:#fff;
}

.index-news .record a .createtime
{
    font-size:14px;
    line-height:20px;
    color:#333;
    transition:1s;
}
.index-news .record:hover a .createtime 
{
    color:#fff;
}
.index-news .record:hover 
{
    background:#696969;
    box-shadow: 0px 0px 5px #aaa;
}

/**首页新闻6 end**/
/**专卖店列表**/
.shoppicarr
{
    width:100%;
    height:auto;
    overflow:hidden;
    position:relative;
    margin-bottom:50px;
}
.shoppicarr img
{
    width:100%;
    height:auto;
    display:block;
    margin:0px;
}
.shoppicarr .swiper-pagination-bullet
{
    background:rgba(255,255,255,0.5);
}
.shoppicarr .swiper-pagination-bullet-active
{
    background:#fff;
}
/**专卖店列表 end**/
/**二维码**/
.twocodebg
{
    width:100%;
    height:100vh;
    z-index:1000;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.5);
    position:fixed;
    display:none;
}
.twocodebg .twocodebox
{
    width:100%;
    height:100%;
    overflow:hidden;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items:center;
}
.twocodebg .twocodebox .twocode
{
    width:300px;
    height:auto;
    overflow:hidden;
}
.twocodebg .twocodebox .twocode img
{
    width:100%;
    height:auto;
}
/**二维码 end**/