@charset "utf-8";

/* CSS Document */
/* .nav-column {overflow: hidden; text-overflow:ellipsis; white-space: nowrap;} */
body {
    overflow-x: hidden;
}

.swiper-banner {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner {
    display: block;
    width: 100%;
}

.banner img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.nav-toggle {
    width: 30px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    float: right;
    color: #fff;
    display: none;
    /* position: absolute;
	top: 50%;
	right: 20px; 
	margin-top: -15px;*/
}

.nav-toggle span {
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 20px;
    display: block;
    margin: 5px 0
}




.head-top {
    background: #000;
    color: #fff;
    line-height: 40px;
}

.head-top a {
    color: #fff;
}

.head-top img {
    vertical-align: middle;
}

.head-top .left {
    float: left;
}

.head-top .left img,
.head-top .right img {
    margin-right: 5px;
}

.head-top .left a {
    margin-right: 15px;
}

.head-top .right {
    float: right;
}

.head-top .right a.block {
    padding: 0 13px 0 10px;
    position: relative;
}

.head-top .right a.block::after {
    content: "|";
    position: absolute;
    right: 0;
}

.head-top .en,
.menu-big .en {
    color: #fff;
    width: 45px;
    background: url("../images/en.png")/*tpa=https://www.tona.com.cn/css/images/en.png*/ center right no-repeat;
    margin-left: 10px;
}

.menu-big .en {
    display: none;
}

.banner-big {
    position: relative;
}

.banner-big .menu-big {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, .15);
}

.menu-big {
    padding: 15px 0 0;
    background: #000;
    position: relative;
    z-index: 10000;
}

.menu-big .logo {
    float: left;
}

.menu-big .right {
    float: right;
    width: calc(90% - 150px);
}

.menu-big .search {
    float: right;
    border: 1px solid #fff;
    overflow: hidden;
    border-radius: 30px;
    display: block;
    width: 300px;
    position: relative;
}

.menu-big .search .text {
    height: 38px;
    line-height: 38px;
    color: #fff;
    border: none;
    width: 100%;
    background: none;
    box-sizing: border-box;
    padding: 0 15px;
}

.menu-big .search .btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    background: url("../images/search.png")/*tpa=https://www.tona.com.cn/css/images/search.png*/ center no-repeat;
    border: none;
    width: 50px;
    height: 100%;
}

.menu-big .menu {
    clear: both;
    padding-top: 15px;
    float: right;
    width: 100%;
}

.menu-big .menu>dd {
    float: left;
    font-size: 16px;
    width: 10.28%;
    margin-left: 4%;
    height: 80px;
}

.menu-big .menu dd>a {
    color: #fff;
    position: relative;
    line-height: 30px;
    display: inline-block;
}

.menu-big .menu dd.active>a::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 2px solid #fff;
}

.login-btn-a,
.menu-big .phone {
    display: none;
}

.menu-big .menu dd .submenucont-product .menunav dd>a {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.menu-big .menu dd .submenucont-product .menunav dd {
    position: relative;
}

.menu-big .menu dd .submenucont-product .menunav dd:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 35px;
    bottom: 10px;
    display: block;
    background: url("../images/tiao.png")/*tpa=https://www.tona.com.cn/css/images/tiao.png*/ center no-repeat;
    background-size: 100% 100%;
    opacity: 0.5;
    width: 1px;
    height: 100%;
}


.menu-big .container {
    position: initial;
}

.submenu {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    left: 0;
    top: 114px;
    text-align: left;
    display: none;
    padding: 15px 0;
}

/*.submenucont{ width:70%; margin:0 auto; overflow:hidden}*/
.mebuimg {
    float: right;
    max-width: 50%;
    text-align: center;
}

.mebuimg img {
    display: block;
}

.menunav {
    float: left;
    padding: 0.3rem 0;
    line-height: 2;
}

.menunav dt {
    display: block;
    height: 45px;
    color: #000
}

.menunav dd {
    width: 100%;
}

.menunav a {
    color: #666;
    display: block;
}

.navs .two {
    display: none !important
}

.menu-big .menu dd:hover .one {
    display: none !important;
}

.menu-big .menu dd:hover .two {
    display: inline-block !important;
}

.menu-big .menu dd.active>a,
.navs li:hover>a,
.menunav dt span {
    border-bottom: 1px solid #555;
    padding-bottom: 4px
}

.menu-big .menu dd:hover .submenu {
    display: block
}

.home-title {
    text-align: center;
    padding: 50px 0;
    line-height: 1.5;
}

.home-title span {
    color: #222;
    font-size: 30px;
}

.home-title p {
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
}

.home-title::after {
    display: block;
    width: 60px;
    height: 4px;
    content: "";
    background: #000;
    display: block;
    margin: 15px auto 0;
}

.home-video {
    background: #000;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
}

.home-video .video {
    width: 100%;
    outline: none;
    height: 100%;
}

.video-right,
.left-video {
    width: 50%;
    float: right;
    position: relative;
}

.video-click {
    width: 100%;
    position: relative;
}

.video-right .img {
    display: block;
    width: 100%;
}

.video-right .ding {
    position: absolute;
    top: 15%;
    left: 5%;
    max-width: 50%;
    color: #fff;
}

.video-right .word {
    font-size: 18px;
    padding: 2vh 0 5vh;
    color: #999;
    line-height: 2;
}

.video-right .en {
    font-size: 40px;
    padding-bottom: 4vh;
}

.left-video {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}

.left-video video {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}

.home-product .left {
    width: 32%;
    background: #fff;
    float: left;
}

.home-product .right {
    float: right;
    width: 68%;
    background: #212121;
    padding: 40px 0;
}

.home-product .right .list li {
    float: left;
    text-align: center;
    color: #999;
    display: block;
    font-size: 15px;
    margin-left: 5vh;
    margin-right: 8vh;
    cursor: pointer;
}

.home-product .right .list img {
    display: block;
    opacity: 0.6;
    margin: 0 auto;
    display: block;
}

.home-product .right .list li.active img {
    opacity: 1;
}

.home-product .right .list li.active a {
    color: #fff;
}

.home-product-top {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.home-product .home-title {
    padding: 27px 0;
}

.home-product-bottom {
    display: block;
}

.home-product-bottom img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.home-product-bottom .img {
    position: relative;
    background: url() center no-repeat;
    background-size: cover;
}

.home-product-bottom .img .cont {
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    font-size: 16px;
    opacity: 0;
    transition: all 0.3s;
}

.home-product-bottom .img .cont img {
    margin-bottom: 15px;
}

.home-product-bottom .img .cont>div {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 70%;
    left: 50%;
    line-height: 1.8;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.home-product-bottom .img .cont::after {
    content: "";
    z-index: 10;
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #595A5D;
}

.home-product-bottom .img:hover .cont {
    opacity: 1;
}

.home-product-bottom .op {
    filter: alpha(Opacity=100);
    -moz-opacity: 0;
    opacity: 0;
}

.home-product-bottom .right {
    overflow: hidden;
    padding: 0;
}

.home-product-bottom .right li {
    float: left;
    margin-top: 1.4%;
    margin-left: 1.2%;
}

.home-product-bottom .right li:nth-child(1),
.home-product-bottom .right li:nth-child(2) {
    margin-top: 0;
}

.home-product-bottom .small {
    width: 36.8%;
    ;
}

.home-product-bottom .in {
    width: 60.6%;
}

.home-product-bottom .list-all {
    width: 89.8%;
    overflow: hidden;
}

.home-title-left {
    text-align: left;
}

.home-title-left::after {
    margin-left: 0;
}

.foot {
    background: #212121;
}

.foot .copy {
    background: #000000;
    overflow: hidden;
    padding: 15px 0;
}

.foot .copy .foot-logo {
    float: left;
}

.foot .copy .word {
    float: right;
    color: #acacac;
    line-height: 1.8;
    text-align: right;
    margin-top: 20px;
}

.foot .nav {
    float: left;
    width: 15%;
    margin: 40px 0;
    line-height: 1.8;
}

.foot .nav-two {
    width: 20%;
}

.foot .nav dt {
    color: #fff;
    overflow: hidden;
    font-size: 15px;
    padding-bottom: 10px;
}

.foot .nav dt a {
    color: #fff;
}

.foot .nav dd {
    overflow: hidden;
}

.foot .nav dd a {
    color: #acacac;
    line-height: 32px;
    display: block;
}

.foot .nav-two a:first-child {
    width: 40%;
}

.foot .nav-two dd a {
    display: block;
    width: 50%;
    float: left;
}

.foot .code {
    float: right;
    margin: 40px 0;
    color: #fff;
    text-align: center;
}

.foot .code img {
    display: block;
    margin: 15px auto;
    max-width: 80px;
}

.home-message {
    width: 85%;
    margin: 0 auto 70px;
}

.home-message li {
    margin-bottom: 15px;
}

.home-message .text {
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
}

.home-message textarea.text {
    line-height: 1.8;
    padding: 10px;
    height: 150px;
    max-width: 100%;
}

.home-message li.block1,
.home-message li.code {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.home-message li.block1 .text:nth-child(2) {
    margin: 0 15px;
}

.home-message li.code .text {
    width: 33%;
}

.home-message li .btn {
    display: block;
    background: #231815;
    border-radius: 5px;
    color: #fff;
    border: none;
    display: block;
    margin: 30px auto 0;
    width: 160px;
    line-height: 45px;
    cursor: pointer;
    font-size: 15px;
}

.home-news {
    position: relative;
}

.home-news .swiper-slide a {
    display: block;
    position: relative;
}

.home-news .cont {
    width: 35%;
    position: absolute;
    top: 50%;
    right: 0;
    background: rgba(0, 0, 0, .6);
    padding: 35px;
    color: #fff;
    margin-top: -100px;
}

.home-news .cont .title {
    font-size: 24px;
    display: block;
    max-height: 62px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.home-news .cont .word {
    margin-top: 10px;
    line-height: 20px;
    height: 40px;
    overflow: hidden
}

.home-news .cont .btn {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 30px;
    display: block;
    text-align: center;
    line-height: 35px;
    width: 110px;
}

.home-news .swiper-button-white {
    transform: scale(0.5);
}

.home-news .swiper-bottom {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    height: 35px;
}

.home-news img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.home-news {
    margin-bottom: 50px;
}

.home-news .swiper-pagination {
    bottom: 20px !important;
}

.home-title .more,
.new-more {
    transition: all .3s;
    float: right;
    color: #000;
    border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #333;
    width: 140px;
    font-size: 16px;
    line-height: 43px;
    text-align: center;
    margin-top: 10px;
}

.home-title .more:hover,
.new-more:hover {
    background: #000000;
    color: #fff;
}

.new-more {
    display: none;
}

.home-news-list {
    overflow: hidden;
    padding-bottom: 80px;
}

.home-news-list li {
    width: 25%;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
}

.home-news-list li a {
    display: block;
    position: relative;
}

.home-news-list li .cont {
    padding: 40px 15px;
    text-align: center;
    background: #fff;
    transition: all .2s;
}

.home-news-list li .cont .time {
    font-size: 18px;
    color: #888;
}

.home-news-list li .cont .time span {
    font-size: 24px;
}

.home-news-list li .cont .title {
    color: #222;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px 0 0;
}

.home-news-list li .cont .word {
    line-height: 1.8;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 13px;
    color: #888;
}

.home-news-list li .cont .btn {
    margin: 15px auto 0;
    border-radius: 30px;
    max-width: 150px;
    width: 80%;
    text-align: center;
    color: #333;
    border: 1px solid #EDEDED;
    display: block;
    line-height: 35px;
    transition: all 0.3s;
}

.home-news-list li .img {
    position: relative;
    display: block;
    height: 258px;
    background: center no-repeat;
    background-size: cover;
    transition: all .2s;
}

.home-news-list li:hover .btn {
    background: #000;
    color: #fff;
}

.home-news-list li .img::after {
    content: " ";
    transition: all .2s;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
    bottom: 0;
    left: 50%;
    margin-left: -13px;
    border-bottom-color: #fff;
}

.home-news-list li:nth-child(2n) .img::after {
    border-bottom-color: transparent;
    border-top-color: #fff;
    top: 0;
}

.home-news-list li:hover a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    border: 1px solid #EDEDED;
}

/*.home-news-list li:hover .cont{ background: #000; color: #fff}
.home-news-list li:hover .img::after{ border-bottom-color: #000;}
.home-news-list li:hover:nth-child(2n) .img::after{ border-bottom-color: transparent; border-top-color: #000;}
.home-news-list li:hover .cont .word,
.home-news-list li:hover .cont .title{ color: #fff;}*/
.home-news-list li:hover .img {
    transform: scale(1.1);
}

/**/

.tab-title {
    display: flex;
    flex-direction: row;
}

.tab-title li {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    font-size: 15px;
    color: #333;
    cursor: pointer;
    line-height: 40px;
}

.tab-title li a {
    display: block;
}

.tab-title li.active,
.tab-title li.active a {
    color: #000;
}

.tab-title li.active:after {
    display: block;
    content: "";
    width: 60px;
    height: 2px;
    margin: 0 auto;
    background: #000;
}

.tab-block .block {
    display: none;
}

.tab-block .block:first-child {
    display: block;
}

.tab-title-left {
    display: block;
    overflow: hidden;
}

.tab-title-left li {
    float: left;
    font-size: 16px;
    width: auto;
    margin-right: 40px;
    line-height: 50px;
    padding-top: 10px;
}

/*  */
.login-big {
    background: url("../images/login.jpg")/*tpa=https://www.tona.com.cn/css/images/login.jpg*/ center no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 120px 0;
}

.login-big .top {
    border-bottom: 1px solid #CFCFCF;
    margin-bottom: 50px;
}

.login-big .tab-title {
    max-width: 400px;
    margin: 0 auto;
}

.login-big .tab-title li {
    line-height: 60px;
}

.login-big .tab-title li a {
    font-size: 16px;
}

.login-big .tab-title li.active a {
    font-size: 18px;
}

.login-big .list {
    max-width: 500px;
    margin: 0 auto;
}

.login-big .list li {
    position: relative;
    padding: 10px 0;
}

.login-big .list li .text {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #000;
    width: 100%;
    line-height: 48px;
    height: 48px;
    box-sizing: border-box;
    padding: 0 10px 0 50px;
}

.login-big .list li.phone::after,
.login-big .list li.passwd::after,
.login-big .list li.email::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    display: block;
    background: url("../images/login-tel.png")/*tpa=https://www.tona.com.cn/css/images/login-tel.png*/ center no-repeat;
}

.login-big .list li.passwd::after {
    background-image: url("../images/login-passwd.png")/*tpa=https://www.tona.com.cn/css/images/login-passwd.png*/;
}

.login-big .list li.email::after {
    background-image: url("../images/for-e.png")/*tpa=https://www.tona.com.cn/css/images/for-e.png*/;
}

.login-big .list li label {
    color: #000;
}

.login-big .list li label input {
    margin-right: 5px;
}

.login-big .list li .btn {
    border-radius: 5px;
    background: #000;
    display: block;
    color: #fff;
    height: 48px;
    font-size: 15px;
    cursor: pointer;
    border: none;
    width: 100%;
}

.login-big .list li.word {
    text-align: center;
    padding-top: 30px;
    line-height: 1.8;
}

.login-big .list li.word span {
    text-decoration: underline;
    color: #000;
    font-size: 18px;
}

.login-big .list li.word p {
    color: #999;
}

.info-banner {
    background: center no-repeat;
    background-size: cover;
    height: 570px;
    transition: all .3s;
}

.info-banner img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.case-head {
    padding: 80px 0 40px;
    border-bottom: 1px solid #EDEDED;
}

.case-head .list {
    max-width: 700px;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
}

.case-head .list li {
    width: 100%;
    text-align: center;
    font-size: 22px;
}

.case-head .list li img {
    display: block;
    margin: 0 auto 10px;
    opacity: 0.6;
}

.case-head .list li a {
    color: #888;
}

.case-head .list li.active a {
    color: #000;
}

.case-head .list li.active img {
    opacity: 1;
}

.case-list li a {
    display: block;
    border: 1px solid #ECECEC;
    background: #fff;
}

.case-list li .cont {
    padding: 25px 15px;
}

.case-list li .word {
    line-height: 2;
    padding: 15px 0;
}

.case-list li .title {
    font-size: 22px;
    color: #222;
}

.case-list li .title::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #000;
    margin-top: 15px;
}

.case-list li .img {
    overflow: hidden;
    position: relative;
}

.case-list li .img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5) url("../images/search-big.png")/*tpa=https://www.tona.com.cn/css/images/search-big.png*/ center no-repeat;
    background-size: 35px;
    transition: all .3s;
    opacity: 0;
}

.case-list li:hover .img::after {
    opacity: 1;
}

.case-list li .img img {
    transition: all .3s;
}

.case-list li:hover .img img {
    transform: scale(1.1);
}

/*.case-list li:hover a{ border-color: #000;}*/
.case-list li .biankuang_1 {
    left: 6px;
    top: 6px;
}

.case-list li .biankuang_2 {
    left: 6px;
    bottom: 6px;
}

.case-list li .biankuang_3 {
    right: 6px;
    bottom: 6px;
}

.case-list li .biankuang_4 {
    right: 6px;
    top: 6px;
}

.location {
    border-bottom: 1px solid #EDEDED;
    padding: 10px 0 0;
    line-height: 50px;
    color: #888;
}

.location a {
    color: #888;
}

.location span {
    color: #000;
}

.location .container {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case-info-head {
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px;
}

.case-info-head::after {
    content: "";
    width: 85%;
    height: 100%;
    position: absolute;
    top: 30px;
    left: 15%;
    z-index: 1;
    background: #000;
}

.case-info-head img {
    width: 60%;
    position: relative;
    z-index: 10;
    float: left;
}

.case-info-head .cont {
    z-index: 100;
    position: relative;
    color: #fff;
    float: left;
    width: 40%;
    box-sizing: border-box;
    padding: 140px 40px 20px;
}

.case-info-head .cont h1 {
    font-size: 34px;
    border-bottom: 1px solid #EDEDED;
    padding: 0 0 20px;
    margin-bottom: 25px;
}

.case-info-head .cont .word {
    font-size: 19px;
    line-height: 2;
}

.case-info-head .cont .word span {
    font-weight: bold;
}

.case-info-block {
    padding-top: 40px;
}

.case-info-block img {
    display: block;
    max-width: 100%;
    margin-bottom: 30px;
}

.case-title {
    color: #333;
    font-weight: bold;
    font-size: 20px;
    margin-top: 50px;
}

.case-title::after {
    content: "";
    display: block;
    width: 80px;
    margin-top: 10px;
    height: 3px;
    background: #000;
}

.case-word {
    line-height: 2;
    color: #888888;
    font-size: 20px;
    padding: 25px 0 45px;
}

.case-recommend {
    margin-bottom: 40px;
}

.case-recommend .title {
    border-bottom: 1px solid #000;
    text-align: center;
    padding: 20px 0;
    font-size: 28px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

.case-recommend .list {
    overflow: hidden;
}

.case-recommend .list li {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.case-recommend .list li:nth-child(3n) {
    margin: 0;
}

.case-recommend .list li img {
    display: block;
    max-width: 100%;
}

.case-recommend .list li span {
    font-size: 22px;
    display: block;
    text-align: center;
    color: #999;
    padding: 15px 0;
}


.service-container {
    margin: 30px auto;
    max-width: 1100px;
    box-sizing: border-box;
    padding: 0 13px;
}

.service-left {
    float: left;
    width: 26%;
}

.service-left .title {
    background: #434344;
    padding: 50px 30px 30px;
    color: #fff;
    font-size: 26px;
    line-height: 1.8;
    position: relative;
}

.service-left .title span {
    display: block;
    font-size: 11px;
}

.service-left .title::before {
    float: left;
    content: "";
    width: 4px;
    height: 55px;
    display: block;
    background: #fff;
    position: relative;
    margin-right: 10px;
    margin-top: 8px;
}

.service-left .list {
    text-align: center;
    padding: 15px 0;
}

.service-left .list li a {
    display: block;
    padding: 15px 0;
    color: #666;
    font-size: 16px;
}

.service-left .list li {
    border-bottom: 2px solid #dedede;
}

.service-left .list li.active a {
    color: #000;
}

.service-left .list li:last-child {
    border: none;
}

.service-right {
    float: right;
    width: 71%;
}

.service-right .location {
    padding-top: 0;
    border: none;
}

.service-right .location .container {
    padding: 0;
}

.service-list li {
    padding: 30px 0;
    border-top: 2px solid #000;
}

.service-list li .title {
    font-weight: normal;
    font-size: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 0 0 15px;
}

.service-list li .word {
    line-height: 1.9;
    font-size: 16px;
    color: #666;
}

.service-list li .time {
    padding: 15px 0 0;
    color: #888;
    overflow: hidden;
}

.page-all {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 30px 0;
}

.page-all dl dt,
.page-all dl dd {
    float: left;
    margin: 0 5px;
}

.page-all dl dt a,
.page-all dl dd a {
    background-color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #EDEDED;
    font-size: 13px;
}

.page-all dl dd.active a {
    background: #000;
    color: #fff;
}

.page-all dl dt a {
    background: #fff url("../images/page-left.png")/*tpa=https://www.tona.com.cn/css/images/page-left.png*/ center no-repeat;
}

.page-all dl dt:last-child a {
    background-image: url("../images/page-right.png")/*tpa=https://www.tona.com.cn/css/images/page-right.png*/;
}

.page-all-right {
    display: block;
    overflow: hidden;
}

.page-all-right dl {
    float: right;
}


.service-head {
    padding: 50px 0;
    text-align: center;
    line-height: 1.8;
}

.service-head .title {
    font-size: 26px;
    color: #000000;
    font-weight: normal;
    padding: 0 0 10px;
}

.service-head .word {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.service-head .word span {
    color: #999;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
}

.service-head .word .icon {
    display: block;
    width: 25px;
    height: 25px;
    background: url("../images/share-qq-normal.png")/*tpa=https://www.tona.com.cn/css/images/share-qq-normal.png*/ center no-repeat;
    background-size: cover;
    margin-left: 10px;
    transition: all .3s;
}

.service-head .word .icon.wb {
    background-image: url("../images/share-wb-normal.png")/*tpa=https://www.tona.com.cn/css/images/share-wb-normal.png*/;
}

.service-head .word .icon.wx {
    background-image: url("../images/share-wx-normal.png")/*tpa=https://www.tona.com.cn/css/images/share-wx-normal.png*/;
}

.service-head .word .icon.wb:hover {
    background-image: url("../images/share-wb-select.png")/*tpa=https://www.tona.com.cn/css/images/share-wb-select.png*/;
}

.service-head .word .icon.wx:hover {
    background-image: url("../images/share-wx-select.png")/*tpa=https://www.tona.com.cn/css/images/share-wx-select.png*/;
}

.service-head .word .icon.qq:hover {
    background-image: url("../images/share-qq-select.png")/*tpa=https://www.tona.com.cn/css/images/share-qq-select.png*/;
}

.abstract {
    background: #f9f9f9;
    padding: 25px 30px;
    line-height: 2;
    margin-bottom: 30px;
}

.abstract span {
    display: block;
    color: #000;
}

.service-info {
    line-height: 1.7;
    color: #666;
}

/*.service-info p{ padding: 3px 0;}*/
.service-info img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.service-page {
    margin-top: 20px;
    padding: 25px 0;
    line-height: 1.8;
    border-top: 1px solid #EDEDED;
}

.service-page a {
    color: #333333;
}

.service-recommend>.title {
    border-bottom: 1px solid #000;
    font-size: 18px;
    color: #000;
    padding: 20px 0 15px;
}

.service-recommend .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0 50px;
}

.service-recommend .list li {
    width: 24%;
}

.service-recommend .list li img {
    display: block;
    max-width: 100%;
    margin: 0;
}

.service-recommend .list li span {
    display: block;
    text-align: center;
    padding: 15px 0 0;
    color: #666;
    font-size: 15px;
}

.video-title {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.video-title li {
    font-size: 15px;
    padding: 0 1%;
}

.video-title li a {
    display: block;
    padding: 0 20px;
    border-radius: 30px;
    line-height: 35px;
}

.video-title li.active a {
    background: #000;
    color: #fff;
}

.video-title li:hover a {
    color: #000;
}

.video-list {
    overflow: hidden;
    margin-bottom: 40px;
}

.video-list li {
    position: relative;
    width: 32%;
    float: left;
    margin-right: 2%;
    overflow: hidden;
}

.video-list li a {
    display: block;
    position: relative;
}

.video-list li:nth-child(3n) {
    margin-right: 0;
}

.video-list li img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

/*.video-list li a::after{ content: ""; background: rgba(0,0,0,.5) url(../images/play.png) no-repeat center ; width: 50px; height: 50px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; transition: all .3s;}*/
.video-list li .word {
    transition: all .4s;
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 1000;
    line-height: 1.8;
    box-sizing: border-box;
    padding: 15px;
    font-size: 13px;
    z-index: 1000000;
}

.video-list li:hover .word {
    bottom: 0;
}

.video-list li:hover a::after {
    background-color: rgba(0, 0, 0, .8);
}

.video-list li .name {
    display: block;
    padding: 20px 0;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.video-list li .name::after {
    display: none;
}

.video-list li .video {
    width: 100%;
}

.video-list li .vi {
    position: relative;
    overflow: hidden;
}

.video-list li .vi .video-click {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    cursor: pointer;
    background: #000 center no-repeat;
    background-size: cover;
}

.video-list li .vi .video-click:after {
    display: block;
    content: "";
    background: url("../images/play.png")/*tpa=https://www.tona.com.cn/css/images/play.png*/ no-repeat center;
    background-size: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}


.loading {
    display: block;
    padding: 0 0 50px;
    text-align: center;
    color: #888;
}

.loading img {
    display: block;
    margin: 0 auto 10px;
}


.news-list {
    margin-top: 40px;
}

.news-list li {
    border-top: 2px solid #EDEDED;
    position: relative;
    padding: 40px 0;
}

.news-list li:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    height: 4px;
    width: 150px;
    background: #000;
}

.news-list li a {
    display: block;
    overflow: hidden;
}

.news-list li .img {
    float: right;
    width: 45%;
    height: 280px;
    background: center no-repeat;
    background-size: cover;
    margin-left: 2%;
}

.news-list li .cont {
    line-height: 1.7;
}

.news-list li .title {
    color: #000;
    font-size: 22px;
    padding-top: 10px;
}

.news-list li .time {
    color: #000;
    font-size: 18px;
    margin-bottom: 55px;
}

.news-list li .word {
    height: 70px;
    overflow: hidden;
    color: #666;
}

.news-list li .bottom {
    margin-top: 25px;
    overflow: hidden;
    line-height: 35px;
}

.news-list li .more {
    float: left;
    border: 1px solid #000;
    color: #000;
    border-radius: 30px;
    width: 120px;
    display: block;
    text-align: center;
}

.news-list li .lable {
    float: right;
}

.news-list li .lable span {
    display: block;
    float: left;
    background: #efefef;
    color: #888;
    padding: 0 20px;
    border-radius: 30px;
    margin-left: 15px;
}

.news-list li:hover .more {
    background: #000;
    color: #fff;
}

.cart-title {
    padding: 30px 0 20px;
    color: #000;
    font-size: 24px;
}

.cart-title .dao {
    float: right;
    color: #000;
    font-size: 15px;
}

.cart-title .dao img {
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}


.details-pro {
    padding-left: 20px;
    border: none;
    line-height: 1.7;
}

.details-pro a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.details-pro img {
    float: left;
    width: 90px;
    height: 90px;
    border: 1px solid #EDEDED;
    margin-right: 15px;
}

.details-pro p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.details-pro .name2 {
    color: #000000;
    padding-top: 2px;
}

.details-pro .type {
    font-size: 13px;
    color: #333;
}

.details-pro .word {
    font-size: 12px;
    color: #999;
}


.trolley-list-soll {
    overflow: auto;
}

.gouwu-top {
    padding: 30px 0;
    font-size: 15px;
}

.trolley-list dt {
    overflow: hidden;
    text-align: center;
    background: #000;
    color: #fff;
    line-height: 45px;
    margin-top: 20px;
    text-align: center;
}

.trolley-list .block {
    text-align: center;
    display: block;
    float: left;
    box-sizing: border-box;
}

.trolley-list {
    margin-bottom: 30px;
}

.trolley-list .choice {
    width: 5%;
    text-align: center;
}

.trolley-list .details-pro {
    width: 33%;
    text-align: left;
}

.trolley-list .name {
    width: 18%;
}

.trolley-list .num {
    width: 14%;
}

.trolley-list .price2,
.trolley-list .operation,
.trolley-list .price {
    width: 15%;
}

.trolley-list .block6 {
    width: 15%;
}

.trolley-list .uochu {
    display: block;
    max-width: 60px;
    text-align: center;
    border-radius: 30px;
    line-height: 25px;
    border: 1px solid #333;
    color: #333;
    margin: 0 auto;
    width: 100%;
}

.trolley-list .uochu:hover {
    background: #333;
    color: #fff;
}


.trolley-list-soll .trolley-list {
    margin-bottom: 0;
}

.trolley-list dt .details-pro {
    padding-left: 50px;
    line-height: 45px;
}

.trolley-list dd {
    border-top: 1px solid #EDEDED;
    padding: 30px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
}

.trolley-list dd .price2 {
    color: #763B83;
}

.num-add {
    margin: 0 auto;
    width: 94px;
    overflow: hidden;
}

.num-add span {
    cursor: pointer;
    background: none;
    border: 1px solid #000;
    float: left;
    line-height: 27px;
    width: 25px;
    text-align: center;
}

.num-add .text {
    border: 1px solid #ccc;
    text-align: center;
    width: 38px;
    float: left;
    height: 27px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.trolley-list dd .left {
    float: left;
}

.trolley-list dd .left .shanchu {
    font-size: 14px;
    padding-left: 25px;
}

.trolley-list dd .left .checkbox {
    top: 4px;
    margin-right: 10px;
}

.trolley-list dd .right {
    float: right;
    text-align: right;
    line-height: 2.2;
}

.trolley-list dd .right span {
    color: #763B83;
}

.trolley-list dd .right a {
    border-radius: 3px;
    margin-top: 10px;
    width: 130px;
    text-align: center;
    color: #fff;
    background: #000;
    line-height: 43px;
    display: block;
    float: right;
}


.product-banner {
    max-width: 1250px;
    margin: 0 auto;
}

.product-title .video-title {
    padding: 25px 0;
}


.product-table-big {
    background: #f5f5f5;
    border-top: 1px solid #EDEDED;
    overflow: auto;
}

.product-table-big .video-title {
    padding: 0;
}

.product-table-big .video-title li a {
    line-height: 65px;
}

.product-table-big .video-title li.active a {
    background: none;
    color: #000;
}

.product-table-big .video-title li.active a:after {
    display: block;
    height: 2px;
    width: 100%;
    content: "";
    background: #000;
}

.product-list {
    overflow: hidden;
    margin-top: 40px;
}

.product-list li {
    width: 32%;
    margin-right: 2%;
    float: left;
    overflow: hidden;
}

.product-list li:nth-child(3n) {
    margin-right: 0;
}

.product-list li img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    transition: all .3s;
}

.product-list li a {
    display: block;
}

.product-list li .cont {
    background: #fff;
    padding: 35px 0 15px;
    position: relative;
    z-index: 10;
    text-align: center;
}

.product-list li .cont .word {
    color: #666;
    line-height: 1.8;
}

.product-list li .cont .title {
    color: #000;
    font-size: 18px;
    display: block;
    padding: 0 0 20px;
}

.product-list li .cont .more {
    display: block;
    margin: 25px auto;
    max-width: 145px;
    text-align: center;
    color: #000;
    border-radius: 30px;
    border: 1px solid #000;
    line-height: 35px;
    transition: all .3s;
}

.product-list li .cont .more:hover {
    background: #000;
    color: #fff;
}

.product-list li:hover img {
    transform: scale(1.1);
}

.service-recommend .product-list {
    margin-top: 25px;
}

.service-recommend .product-list li {
    width: 23.8%;
    margin-right: 1.5%;
}

.service-recommend .product-list li:nth-child(3n) {
    margin-right: 1.5%;
}

.service-recommend .product-list li:nth-child(4n) {
    margin-right: 0;
}

.service-recommend .product-list li .cont {
    padding-top: 20px;
}


.product-info img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.product-table {
    margin-top: 40px;
}

.product-table .tab-title {
    max-width: 400px;
    margin: 0 auto;
}

.product-table .tab-title li {
    font-size: 15px;
    line-height: 55px;
    padding: 0;
}

.product-head {
    padding: 50px 0 0;
}

.product-head .left {
    width: 57%;
    float: left;
}

.product-head .right {
    float: right;
    width: 40%;
    line-height: 1.8;
}

.product-head .gallery-top {
    height: 440px;
    width: 100%;
}

.product-head .swiper-slide {
    background: center no-repeat;
    background-size: cover;
}

.product-head .gallery-thumbs {
    height: 100px;
    margin-top: 15px;
}

/*.product-head  .gallery-thumbs .swiper-slide { 
      opacity: 0.4; background-color: #000;
    }*/
.product-head .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.product-share {
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.product-share a {
    margin-left: 10px;
}

.product-head .right .title {
    font-size: 24px;
    color: #000000;
}

.product-head .right .price {
    border-bottom: 1px solid #000;
    font-size: 24px;
    color: #000000;
    padding: 0 0 10px;
}

.product-head .right .list {
    margin-top: 10px;
}

.product-head .right .list li {
    padding: 5px 0;
    padding-left: 75px;
    overflow: hidden;
    min-height: 25px;
    line-height: 25px;
    position: relative;
}

.product-head .right .list li span:after {
    content: ":";
    position: absolute;
    top: 0;
    right: -8px;
}

.product-head .right .list li span {
    color: #000;
    position: absolute;
    top: 5px;
    left: 0;
    text-align-last: justify;
    text-align: justify;
    text-justify: distribute-all-lines;
    width: 60px;
}

.list-img {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.list-img li {
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #fff;
    overflow: hidden;
}

.list-img li span {
    width: 80px;
    height: 80px;
    display: block;
    background: center no-repeat;
    background-size: cover;
    transition: all .3s;
}

.list-img li.active {
    border: 1px solid #000;
}

.list-img li:hover span {
    transform: scale(1.1);
}

.list-img li p {
    display: none;
    line-height: 1.3;
    padding: 5px 0;
}

.product-head .jiaru-btn {
    display: block;
    width: 200px;
    text-align: center;
    line-height: 45px;
    border-radius: 30px;
    color: #fff;
    background: #000;
    font-size: 16px;
    text-align: center;
}

.product-head .number {
    display: flex;
    flex-direction: row;
    max-width: 200px;
    box-sizing: border-box;
    border: 1px solid #000;
    margin: 20px 0;
}

.product-head .number span {
    display: block;
    float: left;
    width: 25%;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
}

.product-head .number input {
    float: left;
    border: none;
    text-align: center;
    font-size: 18px;
    width: 50%;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    height: 40px;
    line-height: 40px;
}

.product-spec {
    border: 1px solid #EDEDED;
    border-bottom: none;
    line-height: 1.8;
}

.product-spec dt {
    background: #000;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 45px;
}

.product-spec dd {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #EDEDED;
}

.product-spec dd .title {
    background: #f6f6f6;
    display: block;
    width: 10%;
    text-align: right;
    box-sizing: border-box;
    padding: 12px 15px;
}

.product-spec dd .word {
    box-sizing: border-box;
    padding: 12px 15px;
    width: 90%;
}

.product-dom {
    margin-top: 20px;
}

.product-dom dt {
    font-size: 16px;
    padding: 20px 0 15px;
}

.product-dom dd {
    overflow: hidden;
    background: url("../images/zi.png")/*tpa=https://www.tona.com.cn/css/images/zi.png*/ center left no-repeat;
    padding-left: 20px;
    border-bottom: 1px solid #EDEDED;
    line-height: 55px;
}

.product-dom dd p {
    float: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-dom dd span {
    float: right;
}

.join-title {
    padding: 50px 0 40px;
    text-align: center;
    font-size: 24px;
    color: #333;
}

.join-title:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: #000;
    margin: 10px auto 0;
}

.join-about {
    line-height: 2;
    font-size: 15px;
    padding-bottom: 50px;
}

.join-about p {
    padding: 10px 0;
}

.join-about .img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.join-about img {
    max-width: 100%;
    vertical-align: middle;
}

.join-about .logo-zi {
    max-width: 50%;
    margin: 4% auto 0;
}

.join-about .name {
    font-size: 24px;
    padding-top: 30px;
    color: #000;
}

.join-ad {
    display: flex;
    flex-direction: row;
    padding-bottom: 70px;
}

.join-ad dd {
    width: 24%;
    margin-right: 1%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    position: relative;
    top: 0;
    transition: all .3s;
}

.join-ad dd>img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.join-ad dd .word {
    line-height: 2;
    font-size: 13px;
    padding: 15px 0;
}

.join-ad dd .title {
    font-size: 18px;
    padding: 25px 0 10px;
    display: block;
}

.join-ad dd:hover {
    top: -10px;
}

.franchise {
    padding-bottom: 50px;
}

.franchise li {
    float: left;
    width: 25%;
    position: relative;
    top: 0;
    transition: all .3s;
}

.franchise li img {
    display: block;
    max-width: 90%;
    margin: 0 auto;
}

.franchise li:nth-child(2n):hover {
    top: 15px;
}

.franchise li:nth-child(2n-1):hover {
    top: -25px;
}

.join-process {
    display: flex;
    flex-direction: row;
    padding: 15px 0 60px;
}

.join-process dd {
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.join-process img {
    display: block;
    margin: 0 auto 20px;
    max-width: 90%;
}

.border-b {
    border-bottom: 1px solid #EDEDED
}

.brand-site dd {
    width: 32%;
    margin-right: 2%;
}

.brand-site dd:last-child {
    margin-right: 0;
}

.brand-site .bottom {
    text-align: left;
    padding: 15px 0;
}

.brand-site .bottom p {
    position: relative;
    padding-left: 28px;
    margin-top: 10px;
    line-height: 1.8;
}

.brand-site .bottom img {
    position: absolute;
    top: 2px;
    left: 0;
}

.brand-honor {
    padding: 30px 0;
    overflow: hidden;
}

.brand-honor li {
    float: left;
    width: 20%;
}

.brand-honor li img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.img-zs {
    display: block;
}

.img-zs img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.img-zs .pc {
    display: block;
}

.img-zs .phone {
    display: none;
}

.picture-title {
    padding: 50px 0 30px;
}

.picture-title p {
    color: #888;
    font-size: 20px;
    padding-top: 10px;
    font-weight: 100;
}


.picture-list {
    overflow: hidden;
}

.picture-list li {
    float: left;
    width: 33.33%;
    text-align: center;
    margin-bottom: 2vh;
}

.picture-list li .img {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .2);
    display: block;
    max-width: 85%;
    margin: 0 auto;
}

.picture-list li .operate {
    max-width: 180px;
    margin: 10px auto 0;
    position: relative;
    z-index: 100;
}

.picture-list li .operate dd {
    float: left;
    position: relative;
    width: 33.33%;
    text-align: center;
    padding: 20px 0;
}

.picture-list li .operate .btn {
    display: block;
    margin: 0 auto;
}

.picture-list li .operate .cont {
    display: none;
    background: #efefef;
    border-radius: 5px;
    position: absolute;
    top: -15px;
    width: 60px;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
}

.picture-list li .operate .cont:after {
    content: " ";
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 8px;
    top: 100%;
    left: 50%;
    margin-left: -13px;
    border-top-color: #efefef;
}

.picture-list li .operate .cont.share {
    width: 160px;
    line-height: 30px;
    left: -51px;
    top: -25px;
}

.picture-list li .operate .cont.share img {
    vertical-align: middle;
    margin-left: 5px;
}

.picture-list li .operate dd:hover .cont {
    display: block;
}

.picture-list li .name {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 25px;
    height: 50px;
    margin-bottom: 15px;
}

.contact_us {
    border: 1px solid #000;
    overflow: hidden;
}

.contact_us dd {
    box-sizing: border-box;
    text-align: center;
    float: left;
    width: 33.33%;
    border-right: 1px solid #000000;
    padding: 70px 0;
    font-size: 20px;
}

.contact_us dd:last-child {
    border: none;
}

.contact_us .title {
    color: #1b1b1b;
    padding: 20px 0 30px;
    display: block;
}

.contact_us .cont {
    color: #000;
    height: 88px;
}

.contact_us dd .cont {
    height: 88px;
    color: #1b1b1b;
    text-align: center;
}

.contact_us dd .cont.word {
    padding-top: 25px;
    box-sizing: border-box;
}

.contact_us dd img {
    display: block;
    margin: 0 auto;
}

.map-title {
    width: 300px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: #231815;
    text-align: center;
    color: #fff;
}

.mendian {
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
}

.mendian li {
    width: 33.33%;
    float: left;
}

.mendian li select {
    width: 80%;
    border-bottom: 1px solid #EDEDED;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
}

.swiper-live .img {
    background: center no-repeat;
    background-size: cover;
    height: 540px;
    width: 63%;
}

.swiper-live .cont {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1000;
    width: 50%;
    background: #f5f5f5;
    height: 420px;
    margin-top: -210px;
    box-sizing: border-box;
    padding: 60px;
    line-height: 1.8;
}

.swiper-live .cont .title {
    color: #000;
    font-size: 28px;
    display: block;
    border-bottom: 1px solid #000;
    padding: 0 0 10px;
}

.swiper-live .cont .list {
    font-size: 20px;
    margin: 20px 0;
    color: #000;
    line-height: 2;
    height: 160px;
}

.swiper-live .cont .list span {
    color: #000;
    font-weight: bold;
}

.swiper-live .cont .more {
    color: #0c60af;
    font-size: 20px;
}

.swiper-live-big .swiper-button-next,
.swiper-live-big .swiper-button-prev {
    background: url("../images/live-left.png")/*tpa=https://www.tona.com.cn/css/images/live-left.png*/ center no-repeat;
    width: 36px;
    height: 58px;
}

.swiper-live-big .swiper-button-next {
    background-image: url("../images/live-right.png")/*tpa=https://www.tona.com.cn/css/images/live-right.png*/;
    right: -70px;
}

.swiper-live-big .swiper-button-prev {
    left: -70px;
}

.swiper-live-big {
    position: relative;
}

.swiper-live-big .swiper-pagination {
    width: 100%;
    text-align: center;
    padding: 40px 0;
    position: relative;
}

.swiper-live-big .swiper-pagination-bullet {
    border: 1px solid #000;
    margin: 0 5px;
}

.live-bottom {
    border-top: 1px solid #EDEDED;
}

.live-list {}

.live-list li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 25px;
    box-sizing: border-box;
    border: 1px solid #EDEDED;
    position: relative;
}

.live-list li:nth-child(3n) {
    margin-right: 0;
}

.live-list li img {
    width: 100%;
}

.live-list li .cont {
    display: block;
    padding: 20px;
    position: relative;
}

.live-list li .cont .title {
    font-size: 20px;
    color: #000;
    display: block;
}

.live-list li .cont .title:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #000;
    margin: 10px 0 18px;
}

.live-list li .cont p {
    line-height: 1.8;
    padding-right: 70px;
}

.live-list li .cont:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    height: 57px;
    width: 57px;
    background: url("../images/live-play.jpg")/*tpa=https://www.tona.com.cn/css/images/live-play.jpg*/ center no-repeat;
    background-size: cover;
    margin-top: -28px;
}

.live-play {
    position: relative;
    background: url("../images/live-bg.png")/*tpa=https://www.tona.com.cn/css/images/live-bg.png*/ center no-repeat;
    text-align: center;
    overflow: hidden;
    width: 168px;
    height: 209px;
    display: none;
    z-index: 100;
    position: absolute;
    top: 85%;
    right: 10px;
}

.live-list li .live-play img {
    width: 140px;
    height: 140px;
    display: block;
    margin: 35px auto 0;
}

.live-play span {
    display: block;
    padding-top: 10px;
    font-size: 13px;
}

.live-list li :hover .live-play {
    display: block;
}

.reg-form span {
    font-size: 16px;
    padding: 10px 0;
    display: block;
    color: #000;
}

.reg-form .cont {
    font-size: 16px;
    overflow: hidden;
    padding-top: 5px;
}

.reg-form .cont label {
    padding-right: 40px;
}

.reg-form .list li .text {
    padding: 0 10px;
}

.reg-form .list li:last-child {
    padding-top: 30px;
}

.forget-popup {
    display: none;
}

.forget-popup .absolute-center {
    background: #fff;
    width: 90%;
    max-width: 480px;
    box-sizing: border-box;
    padding: 30px;
}

.forget-popup .title {
    text-align: center;
    font-size: 15px;
    padding: 0 0 20px;
}

/*会员中心*/
.member-left {
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-bottom: none;
    width: 158px;
    margin: 30px 0;
    float: left;
}

.member-left .toux {
    padding: 20px 15px 5px;
    font-size: 13px;
    text-align: center;
}

.member-left .toux .img {
    border-radius: 10px;
    width: 110px;
    height: 110px;
    display: block;
    margin: 0 auto 15px;
    background-size: cover;
    color: #000;
}

.member-left .list {
    font-size: 16px;
}

.member-left .list li a {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    color: #888;
}

.member-left .list li.active a {
    color: #000
}

.member-left .list li:hover a {
    color: #444
}

.member-right {
    width: calc(100% - 190px);
    box-sizing: border-box;
    float: right;
    margin: 30px 0;
}

.member-title {
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 15px;
}

.member-title .del {
    float: right;
    font-size: 14px;
}

.member-title .del img {
    display: block;
    margin-top: 2px;
    margin-right: 5px;
    float: left;
}

.data-block {
    margin: 20px 0;
    border: 1px solid #ccc;
    color: #000;
}

.data-block dt {
    background: #f1f1f1;
    line-height: 45px;
    padding: 0 25px;
    border-bottom: 1px solid #ccc
}

.data-block dt .btn {
    float: right;
    background: #2ab4f2;
    color: #fff;
    border-radius: 30px;
    display: block;
    line-height: 22px;
    width: 70px;
    text-align: center;
    margin-top: 11.5px;
}

.data-block dd {
    margin: 0 20px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}

.data-block dd .name {
    display: block;
    width: 100px;
    float: left;
    line-height: 40px;
}

.data-block dd .name i {
    font-style: normal;
    color: #f00;
    font-size: 12px;
}

.data-block dd .text {
    width: calc(100% - 100px);
    border: none;
    height: 40px;
    line-height: 40px;
}

.data-block dd:last-child {
    border: none;
}

.data-block dd.phone .num {
    border-right: 1px solid #ccc;
    margin-right: 20px;
}

.data-block dd.phone .text {
    width: calc(100% - 200px);
}

.data-block dd select {
    max-width: 280px;
}

.data-an dd .fr {
    color: #2ab4f2;
    display: block;
    width: 100px;
    text-align: right;
    line-height: 40px;
}

.data-an dd img {
    vertical-align: middle;
    margin-right: 5px;
}

.data-an dd .name {
    width: 150px;
}

.data-an dd .text {
    width: calc(100% - 200px);
}

.order-form {
    display: block;
    max-width: 450px;
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
}

.order-form .text {
    height: 35px;
    line-height: 35px;
    width: 52%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 0 10px;
    float: left;
}

.order-form .btn {
    height: 35px;
    line-height: 35px;
    background: #F1F1F1;
    width: 23%;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    text-align: center;
    border: 1px solid #ccc;
    border-left: none;
}

.order-form .select {
    float: left;
    width: 22%;
    display: block;
    margin-left: 3%;
    height: 35px;
    line-height: 35px;
    padding-right: 20px;
    box-sizing: border-box;
}


.order-list {
    margin-bottom: 30px;
}

.order-list dt {
    overflow: hidden;
    background: #f3f3f3;
    line-height: 40px;
    text-align: center;
}

.order-list .block {
    float: left;
    box-sizing: border-box;
    display: block;
}

.order-list .block1 {
    width: 40%;
}

.order-list .block2 {
    width: 12%;
    text-align: center;
}

.order-list .block3 {
    width: 12%
}

.order-list .block4 {
    width: 12%;
}

.order-list .block5 {
    width: 12%;
}

.order-list .block6 {
    width: 12%;
}

.order-list dd {
    border: 1px solid #EDEDED;
    margin-top: 20px;
    line-height: 1.8;
}

.order-list dd .top {
    overflow: hidden;
    background: #f3f3f3;
    padding: 12px 15px 8px;
    line-height: 20px;
}

.order-list dd .top .word {
    float: left;
    color: #888;
}

.order-list dd .cont {
    overflow: hidden;
    padding: 20px 0;
}

.order-list dd .block1 {
    padding: 0 20px;
}

.order-list dd .block1 .img {
    width: 80px;
    height: 80px;
    float: left;
    border: 1px solid #EDEDED;
    margin-right: 15px;
    background: center no-repeat;
    background-size: cover;
}

.order-list dd .block2 img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
}

.order-list dd .block2 span {
    color: #999;
    text-decoration: line-through;
}

.order-list .fa-btn a {
    line-height: 32px;
    padding: 0 15px 0 10px;
    font-size: 13px;
}

.order-list .fa-btn a::before {
    height: 30px;
}

.order-list dd .block3 {
    text-align: center;
}

.order-list dd .block5,
.order-list dd .block4 {
    text-align: center;
}

.order-list dd .block5 span,
.order-list dd .block4 span {
    display: block;
}

.order-list dd .block5 a {
    color: #1C7EBF;
}

.order-list dd .block6 {
    text-align: center;
}

.order-list dd .block6 .btn {
    text-align: center;
    display: block;
    width: 60%;
    margin: 10px auto;
    border-radius: 5px;
    line-height: 33px;
    border: 1px solid #EDEDED;
}

.order-list dd .block6 .btn.theme-border {
    border-color: #00B5DC;
    color: #00B5DC;
}

.order-list dd .block6 a:last-child {
    margin-bottom: 0;
}

.order-list dd .block6 a:first-child {
    margin-top: 0;
}

.collect-list {
    margin-top: 20px;
}

.collect-list dd .cont {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.collect-list .block {
    width: 20%;
}

.collect-list .block1 {
    width: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.collect-list .block1 img {
    float: left;
    width: 45%;
    margin-right: 5%;
}

.collect-list .block1 .word .ellipsis {
    color: #000;
    font-size: 16px;
}

.collect-list .uochu {
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 5px 20px;
    transition: all .3s;
}

.collect-list .uochu:hover {
    background: #000;
    color: #fff;
}


.swiper-banner .word {
    position: absolute;
    text-align: right;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
    z-index: 1000;
    line-height: 1.8;
    transition: all 1s;
}

.swiper-banner .word .cn {
    font-size: 40px;
}

.swiper-banner .word .en {
    font-size: 28px;
}

.swiper-banner .swiper-slide-active .word {
    right: 20%;
}

.swiper-banner .swiper-slide {
    overflow: hidden
}


.product-head .swiper-button-next,
.product-head .swiper-button-prev {
    display: none;
}

.product-head .gallery-thumbs .swiper-button-next,
.product-head .gallery-thumbs .swiper-button-prev {
    display: block;
    transform: scale(.7);
}

.product-head .gallery-thumbs .swiper-button-next2,
.product-head .gallery-thumbs .swiper-button-prev2 {
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    background: url("../images/page-left.png")/*tpa=https://www.tona.com.cn/css/images/page-left.png*/ center no-repeat;
    background-size: 15px;
    left: 0;
    z-index: 1000;
    cursor: pointer;
}

.product-head .gallery-thumbs .swiper-button-next2 {
    right: 0;
    left: auto;
    background-image: url("../images/page-right.png")/*tpa=https://www.tona.com.cn/css/images/page-right.png*/;
}

.submenucont-product .menunav {
    width: 100%;
    margin: 0 auto !important;
    float: none;
    max-width: 1000px;
    display: flex;
    flex-direction: row;
}

.submenucont-product dd {
    width: 100% !important;
}

.submenucont-product dd>a {
    font-size: 15px;
    color: #fff;
}

.submenucont-product dd a {
    color: #e0e0e0;
}


.product-banner .submenucont-product .menunav {
    width: 80%;
    margin-left: 10% !important;
}



.home-product-bottom .img .cont::after {
    display: none;
}

.biankuang {
    width: 3px;
    height: 3px;
    position: absolute;
    z-index: 99;
    border-radius: 10px;
    z-index: 10000;
    /*background: black;*/
    box-sizing: border-box;
}

.biankuang_1 {
    height: 3px;
    top: 10px;
    left: 10px;
    border-left: 1px solid #595A5D;
}

.biankuang_2 {
    width: 0px;
    bottom: 10px;
    left: 10px;
    border-top: 1px solid #595A5D;
}

.biankuang_3 {
    height: 0px;
    top: 10px;
    right: 10px;
    border-right: 1px solid #595A5D;
}

.biankuang_4 {
    width: 0px;
    top: 10px;
    right: 10px;
    border-bottom: 1px solid #595A5D;
}

.select-3d {
    padding-right: 60px;
    margin: 100px 0 0;
    font-size: 30px;
    box-sizing: border-box;
}

.title-3d {
    padding: 50px 0 20px;
    color: #555;
    font-size: 25px;
}

.color-3d {
    overflow: hidden;
}

.color-3d li {
    cursor: pointer;
    float: left;
    margin-right: 30px;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    border-radius: 50%;
}

.color-3d li.active {
    background: url("../images/duiddd.png")/*tpa=https://www.tona.com.cn/css/images/duiddd.png*/ center no-repeat;
    border: 1px solid #222;
}

.apply-3d {
    overflow: hidden;
}

.apply-3d li {
    float: left;
    border: 1px solid #222;
    border-radius: 30px;
    padding: 0 20px;
    font-size: 18px;
    margin-right: 20px;
    line-height: 33px;
    margin-bottom: 15px;
    cursor: pointer;
}

.apply-3d li.active {
    background: #eeeeee;
}

.list-3d li {
    background: #f5f5f5;
    margin-bottom: 20px;
}

.list-3d .cont-3d {
    padding: 20px;
    background: #f5f5f5;
    position: relative;
    z-index: 10000;
}

.list-3d .cont-3d .title {
    font-size: 20px;
    margin-bottom: 35px;
}

.list-3d .cont-3d .title span {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    border-radius: 50%;
    margin-right: 10px;
}

.list-3d .cont-3d .ka span {
    background: #dcdcdc;
    padding: 2px 15px;
    margin-right: 15px;
    border-radius: 30px;
    margin-bottom: 10px;
}

.join-about-new {
    padding: 10vh 0;
    margin-bottom: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 2;
    position: relative;
}

.join-about-new img {
    margin-right: 5vh;
}

.join-about-new .cont .word p {
    padding: 8px 0;
}

.join-about-new .cont .title {
    line-height: 1.5;
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
}

.join-about-new .cont .title p {
    font-size: 30px;
    padding-bottom: 5px;
}

.join-about-new .bottom {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    width: 100%;
    background: url("../images/join-img1.png")/*tpa=https://www.tona.com.cn/css/images/join-img1.png*/ center no-repeat;
    background-size: ;
}

.join-block2 {
    padding-top: 80px;
}

.join-title-new {
    text-align: center;
    padding: 70px 0;
    line-height: 1.7;
}

.join-title-new span {
    font-size: 26px;
    color: #333;
}

.join-title-new p {
    font-size: 20px;
    color: #555;
    font-weight: 100;
}

.join-cont {
    display: block;
    position: relative;
    background: #414141;
}

.join-cont .bg-img {
    background: url() center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}

.join-cont .left {
    width: 50%;
    float: right;
    box-sizing: border-box;
    color: #fff;
    padding: 0 5vh 8vh;
    padding-right: 0;
}

.join-cont .left .join-title-new {
    text-align: left;
    padding-bottom: 0;
}

.join-cont .left .join-title-new span,
.join-cont .left .join-title-new p {
    color: #fff;
}

.join-cont .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.join-cont .list li {
    width: 46%;
    margin-top: 8vh;
    line-height: 1.9;
}

.join-cont .list li p {
    font-size: 22px;
    padding-bottom: 10px;
}

.join-cont .list li p span {
    font-size: 24px;
}

.pc-block {
    display: block !important;
}

.phone-block {
    display: none !important;
    ;
}

.brand-story {
    background: #000;
}

.brand-story .join-title {
    color: #fff;
}

.brand-story .join-title:after {
    background: #fff;
}

.brand-story-cont {
    padding-top: 2vh;
    color: #fff;
    border-top: 1px solid #8E8E8E;
}

.join-about .word-left,
.join-about .word-right {
    overflow: hidden;
    padding: 5vh 0;
    line-height: 2.2;
    font-size: 17px;
}

.join-about .word-left img {
    float: left;
    margin-right: 5vh;
}

.join-about .word-right img {
    float: right;
    margin-left: 5vh;
}

.join-about .word-right img,
.join-about .word-left img {
    max-width: 50%;
}

.barnd-img {
    height: 80vh;
    background: url("../images/all-img4.png")/*tpa=https://www.tona.com.cn/css/images/all-img4.png*/ fixed center no-repeat;
    background-size: cover;
}

.barnd-img .word {
    color: #fff;
    font-size: 40px;
    padding: 5vh;
}

.barnd-foot {
    position: relative;
    top: -120px;
    z-index: 1000;
    background: #fff;
}

.barnd-foot .join-ad {
    padding-bottom: 0;
}

.barnd-foot .join-ad dd .title {
    text-align: left;
}

.swiper-rongyu {
    padding: 5vh 0;
}

.swiper-rongyu span {
    display: block;
    color: #fff;
    padding: 15px 0;
    text-align: center;
}

.swiper-rongyu img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    transition: all .3s;
}

.swiper-rongyu .swiper-slide {
    width: 300px;
}

.swiper-rongyu .swiper-slide .op {
    opacity: 0;
}

.swiper-rongyu .swiper-slide .hh {
    position: absolute;
    top: 0;
}

.swiper-rongyu .swiper-slide img.hh {
    transform: scale(.7);
}

.swiper-rongyu .swiper-slide-active img.hh {
    transform: scale(1);
}

.swiper-rongyu .swiper-slide-prev img.hh,
.swiper-rongyu .swiper-slide-next img.hh {
    transform: scale(.8);
}


.foot-menu {
    padding: 2vh;
}

.foot-menu .href {
    color: #fff;
    line-height: 50px;
    border-bottom: 1px solid #414141;
    //background: url("../images/down-black.png")/*tpa=https://www.tona.com.cn/css/images/down-black.png*/ center right no-repeat;
    display: block;
}

.foot-menu .href.active {
    background-image: url("../images/up-black.png")/*tpa=https://www.tona.com.cn/css/images/up-black.png*/;
}

.foot-menu .list {
    overflow: hidden;
    display: block;
    padding: 10px 0;
    line-height: 2.2;
    display: none;
}

.foot-menu .list a {
    color: #999;
    width: 50%;
    display: block;
    float: left;
}

.foot-menu .list a:after {
    content: "";
    width: 2px;
    height: 3px;
    margin-top: 13px;
    margin-right: 5px;
    display: block;
    background: #999;
    border-radius: 50%;
    float: left;
}

.foot-three {
    width: 80%;
    margin: 5vh auto;
    overflow: hidden;
}

.foot-three li {
    display: block;
    width: 25%;
    text-align: center;
    float: left;
}

.foot-three li a {
    color: #fff;
}

.foot-three li img {
    display: block;
    max-width: 28px;
    margin: 0 auto 10px;
}

.swiper-banner-phone .banner {
    height: 100vh;
    display: block;
    background: center no-repeat;
    background-size: cover;
}

.swiper-banner-phone .word {
    right: 5%;
}

.swiper-banner-phone .word .cn {
    font-size: 16px;
}

.swiper-banner-phone .word .en {
    font-size: 13px;
}

.home-phone-list {
    display: block;
    max-width: 750px;
    margin: 0 auto;
}

.home-phone-list dd {
    position: relative;
    height: 100vh;
    background: #000 center no-repeat;
    background-size: cover;
}

.home-phone-list img {
    display: none;
    max-width: 100%;
}

.home-phone-list a {
    display: block;
    height: 100vh;
    background: center no-repeat;
    background-size: 100%;
}

.home-phone-list .word {
    pointer-events: all;
    color: #fff;
    line-height: 1.8;
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 6%;
    transition: all 1s;
}

.home-phone-list.active .word {
    bottom: 60px;
}

.home-news-phone a {
    display: block;
    height: 100vh;
}

.home-news-phone .img {
    display: block;
    height: 80vh;
    background: center no-repeat;
    background-size: cover;
}


.home-newss-phone {
    background: #8c8c8c;
    padding: 11px 11px 5vh;
}

.home-newss-phone .block img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.home-newss-phone .block {
    line-height: 2;
}

.home-newss-phone .block p {
    padding: 15px 0 10px;
    font-size: 15px;
    color: #fff;
}

.home-newss-phone .block .word {
    color: #fff;
}

.home-newss-phone-head {
    overflow: hidden;
    padding: 5vh 0 4vh;
    color: #fff;
}

.home-newss-phone-head .time {
    float: right;
    padding-top: 10px;
}

.home-newss-phone-head .time span {
    font-size: 22px;
}

.home-newss-phone-head .title {
    float: left;
}

.home-newss-phone-head .title span {
    color: #d6d6d6;
    font-size: 25px;
    font-weight: bold;
}

.tips-popup {
    display: none;
    z-index: 100000000 !important;
}

.tips-popup .absolute-center {
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    max-width: 600px;
    line-height: 1.9;
    width: 85%;
    max-height: 90%;
    overflow: auto;
}

.tips-popup .absolute-center img {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    width: 80%;
}

.tips-popup .cloes {
    background: url("../Error_7")/*tpa=https://www.tona.com.cn/css/Error_7*/ center no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
    float: right;
    position: absolute;
    top: 10px;
    right: 10px;
}

.tips-popup p {
    text-align: center;
    font-size: 20px;
}

.tips-popup .absolute-center img.succ {
    width: 56px;
    height: 56px;
    margin: 20px auto;
}

.tips-popup .absolute-center .word {
    padding: 15px 0;
}

.tips-popup .absolute-center .btn {
    width: 100%;
    text-align: center;
    color: #000;
    border-radius: 5px;
    line-height: 38px;
    margin: 10px auto;
    cursor: pointer;
    background: none;
    color: #3c6d89;
    border: 1px solid #3c6d89;
    box-sizing: border-box;
    line-height: 35px;
}


.video-title-big {
    width: 100%;
    background: #fff;
    z-index: 1000000;
}

.fixed-top2 {
    position: relative;
}

.fixedall {
    position: fixed !important;
    top: 0;
    left: 0;
}


.member-left .toux .tio,
.service-phone {
    display: none;
}

.collect-list dt .block1 {
    box-sizing: border-box;
    padding-left: 22px;
}

/**/
.menu-phone {
    display: none;
    position: fixed;
    top: 72px;
    right: 0;
    z-index: 10000000000000000000000000;
    width: 75%;
    height: calc(100% - 71px);
    background: #585858;
}

.menu-phone .search {
    border: 1px solid #fff;
    overflow: hidden;
    border-radius: 30px;
    display: block;
    position: relative;
    margin: 15px 12px;
}

.menu-phone .search .text {
    height: 32px;
    line-height: 32px;
    color: #fff;
    border: none;
    width: 100%;
    background: none;
    box-sizing: border-box;
    padding: 0 15px;
}

.menu-phone .search .btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    background: url("../images/search.png")/*tpa=https://www.tona.com.cn/css/images/search.png*/ center no-repeat;
    background-size: 15px;
    border: none;
    width: 50px;
    height: 100%;
}

.menu-phone .list {
    background: #3d3d3d;
}

.menu-phone .list li,
.menu-phone dl dd {
    padding: 0 12px;
    border-bottom: 1px solid #4A4A4A;
    line-height: 50px;
}

.menu-phone .list a,
.menu-phone dl a {
    display: block;
    color: #fff;
}

#menu .banner-big {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.menu-phone .bottom {
    display: flex;
    flex-direction: row;
    padding: 5vh 0;
    width: 90%;
    margin: 0 auto;
}

.menu-phone .bottom li {
    width: 100%;
    text-align: center;
}

.menu-phone .bottom li a {
    color: #999;
}

.menu-phone .bottom li img {
    width: 30px;
    display: block;
    margin: 10px auto;
}

.menu-phone .ture {
    padding: 0 13px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
}

.menu-phone dl {
    height: calc(100% - 50px);
    background: #3d3d3d;
    position: relative;
    overflow: auto;
}

.menu-phone dl dt {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 0 13px;
    line-height: 50px;
    border-bottom: 1px solid #4A4A4A;
}

.menu-phone .m-big {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}


.menu-phone-bg {
    display: none;
}

.nav-toggle.active span:first-child {
    display: none;
}

.nav-toggle.active span:nth-child(2) {
    position: relative;
    top: 8px;
    transform: rotate(48deg);
    -ms-transform: rotate(48deg);
    /* IE 9 */
    -moz-transform: rotate(48deg);
    /* Firefox */
    -webkit-transform: rotate(48deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(48deg);
    /* Opera */
}

.nav-toggle.active span:nth-child(3) {
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    /* IE 9 */
    -moz-transform: rotate(135deg);
    /* Firefox */
    -webkit-transform: rotate(135deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(135deg);
    /* Opera */
}


.foot-phone {
    height: 59px;
    display: none;
}

.foot-phone ul {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000000;
    background: #8c8c8c;
    width: 100%;
}

.foot-phone ul li {
    float: left;
    width: 20%;
    text-align: center;
}

.foot-phone ul li a {
    display: block;
    color: #fff;
    padding: 10px 0;
}

.foot-phone ul li a:before {
    content: "";
    display: block;
    width: 40px;
    height: 20px;
    /* background: url(../images/foot-p4.png) center left no-repeat;*/
    background-size: cover;
    display: block;
    margin: 0 auto 2px;
}

.foot-phone ul li:nth-child(2) a:before {
    /* background-image: url(../images/foot-p3.png);*/
}

.foot-phone ul li:nth-child(3) a:before {
   /*  background-image: url(../images/foot-p2.png);*/
}

.foot-phone ul li:nth-child(4) a:before {
    /* background-image: url(../images/foot-p1.png);*/
}

.foot-phone ul li:nth-child(5) a:before {
    /* background-image: url(../images/foot-p5.png);*/
}

.foot-phone ul li.active a:before {
    background-position: center right
}

.right-menu {
    position: fixed;
    bottom: 20px;
    z-index: 1000000;
    right: 0;
}

.right-menu li {
    padding: 0 6px;
    background: #dcdedd;
}

.right-menu li a {
    display: block;
    text-align: center;
    font-size: 12px;
    border-bottom: 1px solid #000;
    padding: 13px 0;
}

.right-menu li img {
    display: block;
    margin: 0 auto;
}

.right-menu li:last-child {
    display: none;
}

.right-menu li:last-child a {
    border: none;
}

.right-menu li .two {
    height: 289px;
    background: #555;
    box-sizing: border-box;
    color: #fff;
    position: absolute;
    top: 0;
    right: 59px;
    width: 270px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: none;
}

.right-menu li .code {
    padding-top: 5px;
    text-align: center;
}

.right-menu li .two span,
.right-menu .yuyue dt {
    font-size: 18px;
    display: block;
    padding: 15px 0;
    text-align: center;
}

.right-menu li .two img {
    width: 170px;
    display: block;
    margin: 0 auto;
}

.right-menu .yuyue {
    padding: 0 15px;
}

.right-menu .yuyue dd {
    margin-bottom: 10px;
}

.right-menu .yuyue .text {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    height: 30px;
    line-height: 25px;
    border: none;
    padding: 0 10px;
    box-sizing: border-box;
}

.right-menu .yuyue textarea.text {
    height: 60px;
    line-height: 1.8;
    padding: 5px 10px;
}

.right-menu .yuyue .btn {
    background: #000;
    color: #fff;
}

.right-menu li:hover .two {
    display: block;
}


.case-more a {
    display: none;
    margin: 0 auto 20px;
    border-radius: 30px;
    border: 1px solid #000;
    width: 120px;
    text-align: center;
    line-height: 35px;
    text-transform: uppercase;
}


.story-zhan {
    height: 85px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}


@media screen and (max-width:1300px) {
    .info-banner {
        height: 470px;
    }

    .swiper-live-big .swiper-button-next {
        right: 10px;
    }

    .swiper-live-big .swiper-button-prev {
        left: 10px;
    }
}

@media screen and (max-width:1200px) {
    .home-product .right .list {
        display: flex;
        flex-direction: row;
    }

    .home-product .right .list li {
        margin: 0 auto;
        width: 100%;
    }

    .home-product-bottom .list-all {
        width: 98.4%;
        ;
    }

    .home-product .left {
        width: 34%;
    }

    .home-product .right {
        width: 66%;
    }

    .home-product-bottom .img .cont img {
        width: 30px;
    }

    .case-info-head .cont {
        padding-top: 100px;
    }

    .case-info-head .cont .word {
        font-size: 16px;
    }
}

@media screen and (max-width:1024px) {
    .head-top {
        font-size: 13px;
    }

    .head-top .left a {
        margin-right: 10px;
    }

    .head-top .right a.block {
        padding: 0 10px 0 8px;
    }

    .head-top .en {
        margin-left: 5px;
    }


    .home-title {
        padding: 40px 0;
    }

    .home-title span {
        font-size: 26px;
    }

    .home-title p {
        font-size: 14px;
    }

    .home-news-list li:last-child {
        display: none;
    }

    .home-news-list li {
        width: 33.33%;
    }

    .info-banner {
        height: 400px;
    }


    .case-info-head .cont {
        padding: 80px 30px 0;
    }

    .case-info-head .cont h1 {
        font-size: 28px;
    }

    .case-info-head .cont .word {
        font-size: 15px;
    }

    .service-list li .title {
        font-size: 17px;
    }

    .service-list li .word,
    .service-left .list li a {
        font-size: 14px;
    }

    .service-left .title {
        font-size: 20px;
        padding: 30px 30px 25px;
    }

    .service-left .title::before {
        height: 45px;
    }

    .video-title li {
        padding: 0;
    }

    .contact_us dd {
        font-size: 16px;
        padding: 40px 0 30px;
    }

    .contact_us .title {
        padding: 15px;
    }

    .swiper-live .img {
        height: 480px;
    }

    .swiper-live .cont {
        height: 350px;
        padding: 40px;
        margin-top: -175px;
    }

    .swiper-live .cont .title {
        font-size: 26px;
    }

    .swiper-live .cont .list {
        font-size: 18px;
        height: 144px;
    }

    .swiper-live .cont .more {
        font-size: 16px;
    }

    .swiper-live-big .swiper-button-next,
    .swiper-live-big .swiper-button-prev {
        display: none;
    }

    .live-list li .cont:after {
        transform: scale(.8);
        right: 5px;
    }

    .live-list li .cont .title {
        font-size: 18px;
    }

    .live-list li .cont p {
        padding-right: 60px;
    }
}

@media screen and (max-width: 800px) {
    .contact {
        padding: 0 11px;
        font-size: 13px;
    }

    .nav-toggle {
        display: block;
    }

    .menu-big,
    .banner-big .menu-big {
        background: #000;
        position: relative;
        padding: 10px 0 2px 0;
    }

    /* .menu-big .menu{ display: none;}
.menu-big .search { width: 100%; }
.menu-big .container{ display: flex; flex-direction: row; align-items: center;}
.menu-big .right{ width: calc(100% - 130px); box-sizing: border-box; padding: 0 20px;} */
    .menu-big {
        padding: 10px 0 5px;
    }

    .menu-big .container {
        display: block;
    }

    .logo img {
        height: 100px;
        display: block;
transform: translateY(-30px);
    }

    .menu-big .right {
        box-sizing: border-box;
        display: none;
        position: absolute;
        top: 63px;
        left: 0;
        width: 100%;
        background: #000;
        padding: 20px 15px 15px;
        border-top: 1px solid #424242;
    }

    .nav-toggle {
        margin-top: 10px;
    }

    .menu-big .menu {
        display: block;
    }

    .menu-big .menu dd {
        width: 100%;
        font-size: 14px;
        text-align: center;
    }

    .menu-big .menu dd a {
        line-height: 40px;
        display: block;
    }

    .menu-big .menu dd.active a {
        display: inline-block;
    }

    .menu-big .menu dd.active a::after {
        bottom: 0;
    }

    .menu-big .search .text {
        height: 35px;
        line-height: 35px;
    }

    .head-top {
        display: none;
    }

    .menu-big .search {
        width: 100%;
        box-sizing: border-box;
    }

    .menu-big .menu dd.login-btn-a {
        display: block;
    }

    .menu-big .menu dd.login-btn-a a {
        padding: 0 13px 0 10px;
        position: relative;
        display: inline-block;
    }

    .menu-big .menu dd.login-btn-a a::after {
        content: "|";
        position: absolute;
        right: 0;
    }

    .menu-big .menu dd.login-btn-a a:last-child::after {
        content: "";
    }

    .menu-big .phone {
        float: right;
        display: block;
        margin: 16px 10px;
    }

    .menu-big .phone a {
        color: #fff;
    }

    .menu-big .phone a img {
        vertical-align: middle;
        margin-right: 10px;
        position: relative;
        top: -2px;
    }

    .menu-big .phone a.tel img {
        width: 15px;
        margin: 0;
    }


    .home-title {
        padding: 30px 0;
    }

    .home-title span {
        font-size: 22px;
    }

    .home-title p {
        font-size: 13px;
    }

    .home-title::after {
        height: 3px;
        margin-top: 15px;
        width: 45px;
    }

    .foot .nav {
        width: 19%;
    }

    .foot .nav-two {
        width: 22%;
    }

    .home-message {
        width: 100%;
    }

    .home-message li .btn {
        width: 120px;
        font-size: 14px;
        line-height: 40px;
    }

    .info-banner {
        height: 280px;
    }

    .case-head .list li img {
        width: 40px;
    }

    .case-head .list li a {
        font-size: 18px;
    }

    .case-head {
        padding: 60px 0 20px;
    }

    .service-left {
        width: 100%;
    }

    .service-right {
        width: 100%;
    }

    .service-left .list {
        display: flex;
        flex-direction: row;
    }

    .service-left .list li {
        width: 100%;
    }

    .service-left .list li:last-child {
        display: none;
    }

    .service-left .list li.active {
        border-color: #000
    }

    .service-head {
        padding: 35px 0;
    }

    .service-head .title {
        font-size: 22px;
    }

    .abstract {
        padding: 20px;
    }

    .service-recommend .list li {
        width: 31%;
    }

    .service-recommend .list li span {
        font-size: 14px;
    }

    .service-recommend .list li:nth-child(4) {
        display: none;
    }

    .video-list li a::after {
        background-size: 40px;
    }

    .video-list li:hover a::after {
        background-image: none;
    }

    .video-list li {
        width: 48%;
    }

    .video-list li:nth-child(3n) {
        margin-right: 2%;
    }

    .video-list li:nth-child(2n) {
        margin-right: 0;
    }

    .news-list li .title {
        font-size: 18px;
    }

    .news-list li .time {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .news-list li .img {
        height: 250px;
    }

    .news-list li .word {
        font-size: 13px;
        height: auto;
        margin-bottom: 10px;
    }

    .news-list li {
        padding: 30px 0;
    }

    .product-list li {
        width: 49%;
    }

    .product-list li:nth-child(3n) {
        margin-right: 2%;
    }

    .product-list li:nth-child(2n) {
        margin-right: 0;
    }

    .product-list li .cont {
        padding: 25px 0 10px;
    }



    .service-recommend .product-list li {
        width: 32%;
        margin-right: 1.5%;
    }

    .service-recommend .product-list li:nth-child(4n) {
        margin-right: 1.5%;
        display: none;
    }

    .service-recommend .product-list li:nth-child(3n) {
        margin-right: 0;
    }

    .product-head .left,
    .product-head .right {
        width: 100%;
    }

    .product-head {
        padding: 30px 0 0;
    }

    .join-ad {
        display: block;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .join-ad dd {
        width: 49%;
        float: left;
        margin-bottom: 10px;
    }

    .swiper-live .cont {
        width: 60%;
    }

    .swiper-live .cont .title {
        font-size: 22px;
    }

    .swiper-live .cont .list {
        font-size: 16px;
        height: 144px;
    }

    .swiper-live .img {
        width: 75%;
    }

    .live-list li {
        width: 49%;
    }

    .live-list li:nth-child(3n) {
        margin-right: 2%;
    }

    .live-list li:nth-child(2n) {
        margin-right: 0;
    }

    .join-about-new {
        display: block;
    }

    .join-about-new .img {
        width: 200px;
        float: left;
    }

    .join-about-new .cont .title {
        font-size: 16px;
    }

    .join-about-new .cont .title p {
        font-size: 18px;
    }

    .join-title-new span {
        font-size: 18px;
    }

    .join-title-new p {
        font-size: 16px;
    }

    .join-block2 {
        padding-top: 0;
    }

    .join-cont .list li {
        width: 100%;
        margin-top: 20px;
    }

    .join-cont .list li p,
    .join-cont .list li p span {
        font-size: 16px;
    }
}

@media screen and (max-width: 720px) {}

@media screen and (max-width: 640px) {
    * {
        background-attachment: inherit;
    }
     .menu-big .logo{height: 50px;overflow-y: hidden;}
    .logo img {
        height: 100px;
        display: block;
transform: translateY(-30px);
    }

    .menu-big .right {
        top: 53px;
    }

    /*.banner-big{ padding-top: 71px;}*/
    .banner-big .menu-big {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10000000000000000000000000000000;
    }

    .home-title {
        padding: 25px 0;
    }

    .home-title span {
        font-size: 18px;
    }

    .home-title p {
        font-size: 12px;
    }

    .home-title::after {
        height: 2px;
        margin-top: 10px;
        width: 30px;
    }

    .home-video {
        margin-bottom: 0;
    }

    .home-product-top {
        display: block;
    }

    .home-product .right,
    .home-product .left {
        width: 100%;
    }

    .home-product .home-product-top .right {
        padding: 20px 0;
    }

    .home-product .right .list img {
        width: 30px;
        margin-bottom: 10px;
    }

    .home-product .right .list li {
        font-size: 12px;
    }

    .home-product-bottom .left {
        display: none;
    }

    .foot .nav {
        display: none;
        margin: 20px 0;
    }

    .foot .nav:nth-child(4),
    .foot .nav:nth-child(3) {
        display: block;
        width: 32%;
    }

    .foot .nav dt {
        padding-bottom: 5px;
    }

    .foot .code {
        margin-top: 20px;
    }

    .foot .copy .foot-logo {
        display: none;
    }

    .foot .copy .word {
        width: 100%;
        text-align: center;
        margin: 0;
    }


    .home-title-left {
        text-align: center;
    }

    .home-title-left::after {
        margin-left: auto;
    }

    .home-message li.block1 {
        display: block;
    }

    .home-message li.block1 .text:nth-child(2) {
        margin: 12px auto;
    }

    .home-message li.code .text {
        width: 45%;
    }

    .home-message {
        margin-bottom: 50px;
    }

    .home-news {
        margin-bottom: 25px;
    }

    .home-news .cont {
        padding: 20px 15px;
        height: 100%;
        top: 0;
        margin-top: 0;
        box-sizing: border-box;
        width: 50%;
        font-size: 12px;
    }

    .home-news .cont .title {
        font-size: 15px;
    }

    .home-news .cont .word {
        font-size: 12px;
    }

    .home-news .cont .btn {
        line-height: 30px;
        float: right;
        width: 100px;
    }


    .home-news-list li:last-child {
        display: block;
    }

    .home-news-list li {
        width: 50%;
    }

    .home-news-list li .cont {
        padding: 20px 11px;
    }

    .home-news-list li .cont .word {
        font-size: 12px;
        height: 44px;
    }

    .home-news-list li .cont .title {
        font-size: 14px;
    }

    .home-news-list li .cont .title,
    .home-news-list li .cont .word {
        margin-top: 10px;
    }

    .home-news-list li .img {
        height: 203px;
    }

    .home-news-list {
        padding-bottom: 30px;
    }

    .home-title .more {
        display: none;
    }

    .new-more {
        display: block;
        margin: 0 auto 30px;
        line-height: 35px;
        font-size: 14px;
        float: none;
        width: 120px;
    }

    .login-big {
        padding: 60px 0;
    }

    .login-big .top {
        margin-bottom: 30px;
    }

    .login-big .tab-title li a {
        font-size: 13px;
    }

    .login-big .tab-title li.active a {
        font-size: 15px;
    }

    .login-big .tab-title li {
        line-height: 45px;
    }

    .login-big .list li .text {
        height: 43px;
        line-height: 43px;
    }

    .login-big .list li .btn {
        height: 44px;
    }

    .login-big .list li.word span {
        font-size: 16px;
    }

    .login-big .list li.word {
        padding-top: 20px;
    }


    .info-banner {
        height: 200px;
    }

    .grid li {
        padding: 0 !important;
        margin-bottom: 15px;
    }

    .case-head .list li img {
        width: 30px;
        margin-bottom: 0;
    }

    .case-head .list li a {
        font-size: 14px;
    }

    .case-head {
        padding: 25px 0 15px;
    }

    .case-list li .title {
        font-size: 18px;
    }

    .grid {
        margin: 20px 0 !important;
    }

    .case-info-head {
        background: #000;
    }

    .case-info-head img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .case-info-head::after {
        display: none;
    }

    .case-info-head .cont {
        width: 100%;
        background: #000;
        padding: 15px;
    }

    .case-info-head .cont h1 {
        font-size: 18px;
        padding-bottom: 13px;
    }

    .case-info-head .cont .word {
        font-size: 13px;
    }

    .case-title {
        font-size: 16px;
    }

    .case-word {
        font-size: 14px;
    }

    .case-title::after {
        width: 68px;
    }

    .case-title {
        margin-top: 30px;
    }

    .case-recommend .title {
        font-size: 16px;
    }

    .case-recommend .list li {
        width: 100%;
        margin: 0 0 10px;
    }

    .case-recommend .list li span {
        font-size: 14px;
    }

    .case-info-head {
        margin-bottom: 0;
    }

    .case-info-block {
        padding-top: 20px;
    }

    .service-container {
        padding: 0 11px;
        margin: 20px auto;
    }

    .service-left .list {
        padding-bottom: 5px;
    }

    .service-left .title {
        padding: 20px 20px 15px;
        font-size: 17px;
    }

    .service-left .title::before {
        height: 38px;
        width: 3px;
    }

    .service-right .location {
        display: none;
    }

    .service-list li:first-child {
        border: none;
    }

    .service-list li {
        padding: 20px 0;
    }

    .service-list li .title {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .service-list li .word {
        font-size: 12px;
    }

    .service-list li .time {
        padding-top: 8px;
    }

    .service-head .word {
        display: block;
        font-size: 12px;
        text-align: center;
    }

    .service-head .word span {
        display: inline;
    }

    .service-head .word span:last-child {
        width: 170px;
        margin: 0 auto;
        display: none;
        text-align: center;
        box-sizing: border-box;
    }

    .service-head {
        padding: 25px 0;
    }

    .service-head .title {
        font-size: 18px;
    }

    .abstract {
        padding: 15px;
    }

    .service-recommend .list li {
        width: 48%;
        margin-bottom: 15px;
    }

    .service-recommend .list li:nth-child(4) {
        display: block;
    }

    .service-recommend .list {
        padding: 15px 0 20px;
    }

    .video-title-big {
        overflow: auto;
    }

    .video-title {
        width: 600px;
        display: block;
        overflow: hidden;
        padding: 25px 0;
    }

    .video-title li a {
        font-size: 14px;
        padding: 0 20px;
        float: left;
        line-height: 30px;
    }

    .video-list li .word {
        display: none;
    }

    .video-list li a::after {
        background-size: 30px;
    }

    .video-list {
        margin: 0 0 20px;
    }

    .video-list li .name {
        font-size: 13px;
    }

    .loading {
        padding-bottom: 20px;
    }

    .news-list {
        margin-top: 30px;
    }

    .news-list li {
        padding: 25px 0 25px;
    }

    .news-list li .img {
        width: 100%;
        float: none;
        margin: 0 0 10px;
        height: 180px;
    }

    .news-list li .cont {
        display: block;
    }

    .news-list li .title {
        font-size: 16px;
    }

    .news-list li .time {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .news-list li .bottom {
        line-height: 30px;
        margin-top: 5px;
    }

    .trolley-list-soll {
        overflow: hidden;
    }

    .trolley-list-soll .trolley-list {
        min-width: 0;
    }

    .trolley-list dt {
        display: none;
    }

    .trolley-list .choice {
        display: block;
        ;
        width: 100%;
        margin-bottom: 15px;
        text-align: left;
    }

    .trolley-list .details-pro {
        padding-left: 0;
    }

    .trolley-list dd {
        position: relative;
        padding: 20px 0;
        display: block;
    }

    .trolley-list .operation {
        position: absolute;
        top: 22px;
        right: 0;
        width: 100px;
        text-align: right;
    }

    .trolley-list .details-pro {
        width: 100%;
    }

    .trolley-list .name {
        position: absolute;
        top: 20px;
        left: 25px;
    }

    .trolley-list dd .price2 {
        display: none;
    }

    .trolley-list dd .price {
        position: absolute;
        top: 82px;
        right: 0;
        font-size: 13px;
        text-align: right;
        width: 100px;
    }

    .trolley-list dd .num-add {
        position: absolute;
        width: auto;
        top: 100px;
        right: 0;
    }

    /*.trolley-list dd .num-add span{ display: none;}*/
    .trolley-list dd .num-add .text {
        text-align: center;
    }

    .details-pro a {
        display: block;
    }

    .cart-title {
        font-size: 17px;
    }

    .cart-title .dao {
        font-size: 13px;
    }

    .product-table-big .video-title li a {
        line-height: 50px;
    }

    .product-list li .cont .title {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .product-list li .cont .more {
        margin: 10px auto 15px;
        line-height: 32px;
    }

    .product-list li .cont {
        padding: 20px 0 10px;
    }


    .service-recommend .product-list li {
        width: 49%;
        margin-right: 2%;
    }

    .service-recommend .product-list li:nth-child(3n) {
        margin-right: 2%;
    }

    .service-recommend .product-list li:nth-child(2n) {
        margin-right: 0;
    }

    .service-recommend .product-list li:nth-child(4n) {
        display: block;
    }

    .product-head {
        padding-top: 20px;
    }

    .product-head .gallery-top {
        height: 250px;
    }

    .product-head .gallery-thumbs {
        height: 50px;
        margin-top: 10px;
        display: none;
    }

    .product-head .swiper-button-next,
    .product-head .swiper-button-prev {
        display: block;
        transform: scale(.6);
    }

    .product-share {
        display: none;
    }

    .product-head .right {
        margin-top: 10px;
    }

    .product-head .right .title,
    .product-head .right .price {
        font-size: 18px;
    }

    .product-head .number {
        border-radius: 5px;
        overflow: hidden;
    }

    .product-head .jiaru-btn {
        font-size: 15px;
        line-height: 40px;
        margin-top: 0;
    }

    .list-img li span {
        width: 100%;
        height: 60px;
    }

    .list-img li {
        height: auto;
        width: 20%;
    }

    .list-img li p {
        display: block;
        text-align: center;
    }

    .product-bottom {
        padding: 0 !important;
    }

    .service-recommend>.title {
        font-size: 15px;
    }

    .product-spec dd .title {
        width: 25%;
    }

    .product-spec dd .word {
        width: 75%;
    }

    .product-spec dt {
        font-size: 14px;
    }

    .product-table .tab-title li {
        line-height: 45px;
        font-size: 14px;
    }

    .product-dom {
        margin: 15px 11px;
    }

    .product-dom dd p {
        font-size: 13px;
    }

    .product-dom dd {
        line-height: 45px;
    }

    .product-dom dt {
        font-size: 15px;
        padding: 15px 0 10px;
    }

    .product-spec {
        margin: 0 10px;
    }

    .join-title {
        padding: 30px 0 20px;
        font-size: 18px;
    }

    .join-ad,
    .franchise,
    .join-process,
    .join-about {
        padding-bottom: 30px;
    }

    .join-process img {
        width: 80%;
    }

    .join-process dd {
        font-size: 13px;
    }

    .franchise li {
        width: 50%;
    }

    .join-ad {
        display: block;
    }

    .join-ad dd {
        width: 100%;
        margin-bottom: 5px;
        padding: 0;
    }

    .join-ad dd .title {
        font-size: 15px;
        padding: 15px 0 0;
    }

    .join-ad dd>img {
        width: 100%;
    }

    .join-about .name {
        font-size: 18px;
        padding-topt: 10px;
    }

    .brand-honor li {
        width: 33.33%;
    }

    /*.brand-site dd{ width: 48%;}*/
    /*.brand-site dd:last-child{ width: 100%; clear: both;}*/


    .img-zs .pc {
        display: none;
    }

    .img-zs .phone {
        display: block;
    }

    .picture-list li {
        width: 50%;
    }

    .picture-list li .name {
        font-size: 14px;
        line-height: 22px;
        height: 44px;
    }

    .picture-list li .operate .btn {
        width: 20px;
    }

    .picture-list li .operate {
        width: 120px;
        margin-top: 0;
    }

    .picture-list li .operate dd {
        width: 40px;
    }

    .picture-title {
        padding: 30px 0 20px;
    }

    .picture-title img {
        width: 150px;
    }

    .picture-title p {
        font-size: 14px;
    }

    .contact_us dd {
        font-size: 13px;
        width: 100%;
        border: none;
        border-bottom: 1px solid #000;
        padding: 30px 0;
    }

    .contact_us dd img {
        width: 28px;
    }

    .contact_us dd .cont.word {
        padding: 0;
        height: auto;
    }

    .contact_us dd .cont img {
        height: 88px;
        width: 88px;
    }

    .map-title,
    .panel-box {
        display: none;
    }

    .outer-box,
    .container1 {
        height: 300px;
        padding: 0;
    }

    .amap-container img {
        display: none;
    }

    .swiper-live .img {
        width: 100%;
        height: 210px;
    }

    .swiper-live .cont {
        position: relative;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        padding: 20px 15px;
        height: auto;
    }

    .swiper-live .cont .title {
        font-size: 16px;
    }

    .swiper-live .cont .list {
        height: auto;
        font-size: 13px;
        height: 104px;
    }

    .swiper-live .cont .more {
        font-size: 12px;
    }

    .live-list li {
        width: 100%;
    }

    .live-list li .cont .title {
        font-size: 15px;
    }

    .live-list li .cont p {
        font-size: 12px;
    }


    .reg-form .list li:last-child {
        padding-top: 20px;
    }

    .reg-form span {
        padding-top: 0;
        font-size: 14px;
    }

    .login-big .list li label {
        font-size: 14px;
    }

    .forget-popup .absolute-center {
        padding: 30px 15px;
    }

    .member-left {
        width: 100%;
        margin-bottom: 0;
    }

    .member-left .toux {
        overflow: hidden;
        text-align: left;
    }

    .member-left .toux .img {
        width: 50px;
        height: 50px;
        float: left;
        margin-bottom: 0;
        margin-right: 15px;
    }

    .member-left .toux span {
        font-size: 15px;
        margin-top: 15px;
    }

    .member-left .toux .tio {
        display: block;
        margin-top: 5px;
    }

    .member-left .list {
        display: flex;
        flex-direction: row;
    }

    .member-left .list li {
        width: 100%;
        text-align: center;
        line-height: 45px;
    }

    .member-left .list li a {
        padding: 0;
        font-size: 13px;
    }

    .member-right {
        width: 100%;
        margin-top: 15px;
    }

    .member-title {
        font-size: 14px;
    }

    .data-block dd .name {
        width: 80px;
    }

    .data-an dd .name {
        width: 100px;
    }

    .data-block dt {
        padding: 0 15px;
    }

    .data-block dd {
        margin: 0 15px;
        padding: 5px 0;
    }

    .order-list {
        margin-bottom: 0;
    }

    .order-list dt {
        display: none;
    }

    .order-list dd .cont {
        padding: 15px 0 10px;
    }

    .order-list .block {
        width: 25%
    }

    .order-list dd .block1 {
        width: 100%;
        margin-bottom: 15px;
        border-bottom: 1px solid #EDEDED;
        padding-bottom: 15px;
    }

    .order-list .block2 {
        display: none;
    }

    .collect-list dd {
        position: relative;
    }

    .collect-list dd .block1 {
        border: none;
        margin: 0;
        width: 80%;
        padding-bottom: 0;
    }

    .collect-list dd .block2 {
        display: block;
        position: absolute;
        top: 22px;
        right: 0;
    }

    .collect-list dd .block6 {
        display: block;
        position: absolute;
        bottom: 18px;
        right: 0;
    }

    .collect-list .block1 .word .ellipsis {
        font-size: 14px;
    }

    .collect-list .block1 img {
        width: 40%;
    }

    .product-head .right .list li {
        padding-top: 0;
        padding-left: 0;
    }

    .product-head .right .list li span {
        top: 0;
        position: relative;
        width: auto;
    }

    .product-head .right .list li span:after {
        position: relative;
        width: auto;
        left: 0;
        content: ":";
        padding: 0 3px;
    }


    .select-3d {
        font-size: 20px;
        width: 100%;
        margin: 30px 0 10px;
    }

    .title-3d {
        font-size: 16px;
        padding: 20px 0 15px;
    }

    .color-3d li {
        width: 20px;
        height: 20px;
        margin-right: 15px;
    }

    .color-3d li.active {
        background-size: 12px;
    }

    .apply-3d li {
        font-size: 13px;
        line-height: 23px;
        margin-right: 10px;
        padding: 0 10px;
    }

    .list-3d {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .list-3d .cont-3d {
        padding: 15px 10px 10px;
        overflow: hidden;
    }

    .list-3d .cont-3d .title span {
        width: 15px;
        height: 15px;
    }

    .list-3d .cont-3d .title {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .list-3d .cont-3d .ka span {
        margin-right: 10px;
        display: inline-block;
        float: left;
        font-size: 12px;
        padding: 0 10px;
    }

    .join-block2 {
        padding-top: 20px;
    }

    .join-about-new {
        padding: 5vh 0 2vh;
        margin-bottom: 30px;
    }

    .join-about-new .img {
        width: 100px;
        float: left;
        margin-top: 15px;
    }

    .join-title-new {
        padding: 30px 0 20px;
    }

    .join-title-new span {
        font-size: 17px;
    }

    .join-title-new p {
        font-size: 16px;
    }

    .join-cont .bg-img {
        width: 100%;
        position: relative;
        height: 300px;
    }

    .join-cont .left {
        width: 100%;
        padding: 0 0 30px;
    }

    .join-cont .list li p,
    .join-cont .list li p span {
        font-size: 14px;
    }

    .pc-block {
        display: none !important;
        ;
    }

    .phone-block {
        display: block !important;
        ;
    }

    .join-about .word-left,
    .join-about .word-right,
    .brand-story-cont {
        font-size: 13px;
        padding: 10px 0;
    }

    .join-about .word-left img,
    .join-about .word-right img {
        float: none;
        margin: 0 auto 10px;
        max-width: 100%;
        display: block;
    }


    .submenu {
        display: none !important;
    }

    .home-news-phone .cont img {
        width: 50%;
        margin: 0 0 15px;
        display: block;
    }

    .home-news-phone .cont {
        background: #fff;
        color: #555;
        height: auto;
        bottom: 0;
        top: auto;
        width: 90%;
    }


    .product-info {
        line-height: 1.8
    }

    .product-info p {
        padding: 0 11px
    }

    .barnd-img .word {
        font-size: 18px;
        padding: 35px 15px;
    }

    .brand-story2 .container {
        padding: 0
    }

    .swiper-service .product-list {
        overflow: initial
    }

    .service-page {
        padding: 15px 0
    }

    .product-title .video-title {
        padding: 15px 0;
    }


    .map-title,
    .panel-box {
        display: none;
    }

    .outer-box,
    .container1 {
        height: 300px;
        padding: 0;
    }

    .amap-container img {
        display: none;
    }

    .member-left .list li:last-child {
        display: none;
    }

    .service-info {
        line-height: 2;
    }

    .location {
        padding: 15px 0;
        line-height: 1.8;
    }

    .service-left .title {
        display: none;
    }

    .service-container {
        margin-top: 0;
    }

    .service-phone {
        display: block;
    }

    .service-left .list {
        margin-top: 0;
        padding-top: 0;
    }

    .join-about {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .join-about .img2 {
        width: 54%;
    }

    .join-about p {
        padding: 5px 0;
    }

    .barnd-img {
        height: 350px;
        background-attachment: inherit;
    }

    .barnd-foot {
        top: 0;
    }

    .join-ad {
        margin-top: 15px;
    }

    .menu-big {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    .menu-big-zhanwei {
        height: 70px;
    }

    .live-list li :hover .live-play {
        display: none;
    }

    .foot-phone {
        display: block;
    }

    .right-menu {
        bottom: 60px;
    }

    .right-menu li {
        display: none;
        border-radius: 50%;
    }

    .right-menu li:last-child {
        display: block;
    }

    .right-menu li span {
        display: none;
    }

    .right-menu li a {
        padding: 6px 0;
    }

    .case-more a {
        display: block;
    }

    .product-head .number span,
    .product-head .number input {
        height: 30px;
        line-height: 30px;
    }

    .product-head .number {
        max-width: 150px;
    }

    .fixedall {
        top: 70px;
    }

    .right-menu li {
        background: #000;
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }

    .story-zhan {
        height: 125px;
    }
}

.daodu {
    height: 82px
}

@media screen and (max-width: 640px) {
    .daodu {
        display: inline-block;
        height: auto;
        position: absolute;
        right: 0
    }
}

.order-list dd .cont {
    position: relative;
    right: 15px
}

/*
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * */