﻿body {
    width: 100%;
}

html {
    font-size: 62.5%;
    /*10 ÷ 16 × 100% = 62.5%*/
}

#header,
#main,
#footer,
#wrap {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.wrap_all {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
    
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    background: #e4e4e4;
}

.left {
    float: left;
}

.right {
    float: right;
}

a {
    text-decoration: none;
}




.news ul li a {
    text-overflow: ellipsis;
    max-width: 100%;
    max-height: 35px;
    padding-right: 30px;
 overflow: hidden;
}

.class-btn2 {
    font-size: 12px;
    line-height: 44px;
    cursor: pointer;
    background: url(../../default/images/btn.png) no-repeat 4%;
    background-size: 16px 16px;
    padding-left: 41px;
    color: #434343;
    width: 100%;
}

.jobn {
width:98%;
margin: 0 auto;
}

.jobw img{
width:100%;
}

/*css3*/

.translate {
    transform: translateX(-220px);
    -webkit-transform: translateX(-220px);
}

.translate2 {
    display: block!important;
    position: absolute;
    border-bottom: 1px solid #a8a6a6;
    width: auto;
    height: 64px;
    line-height: 32px;
    padding: 0 10px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    display: block;
    float: none;
    clear: both;
    color: #fff;
    right: 0;
    background: #909090;
}

.translate2 a {
    color: #fff;
}

.wrap_all,
.nav,
.mask,
.btn_i_click small,
.btn_i_click:before,
.btn_i_click:after {
    transition: all 300ms;
    -webkit-transition: all 300ms;
}

.center {
    position: absolute;
    left: 50%;
    transf.header_nav h1orm: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
}

/*nav*/

#nav2 {
    display: none;
  
}

.nav {
    position: fixed;
    background: #ea0c0c;
    width: 220px;
    height: 100%;
    right: -220px;
    top: 0;
    z-index: 10;
}

.nav ul li a {
    display: block;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    font-size: 1.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.59);
}

.btn_i_click small {
    opacity: 0;
}

.btn_i_click:before {
    transform: rotateZ(45deg);
    transform-origin: 6px 7px;
}

.btn_i_click:after {
    transform: rotateZ(-45deg);
    transform-origin: 9px 0px;
}

/*header*/

/*mask*/
.mask {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.80);
    top: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    height: 0;
}

.mask form {
    overflow: hidden;
    position: absolute;
    top: 100px;
    width: 100%;
}

.mask form input[type=search] {
    display: block;
    width: 80%;
    line-height: 45px;
    border: 0;
    border-bottom: 1px solid #fff;
    background: url("../../default/images/search.png") no-repeat left center;
    font-size: 1.8rem;
    color: #f5f5f5;
    float: left;
    background-size: 5%;
    margin-left: 40px;
}

.mask form input[type=submit] {
    position: absolute;
    left: 40px;
    top: 0;
    width: 40px;
    height: 40px;
    background: none;
}

.mask_btn_i {
    left: 0;
    top: 30px !important;
    z-index: 101;
}

#header {
    background-color: #fff;
}

.header_nav {
    /* background: #ea0c0c; */
    /* padding: 20px 0; */
}

.header_nav .hleft {
    font-size: 2rem;
    color: #fff;
    text-align: center;
width:50%;
float:left;
}

.header_nav .hleft  img{
    max-width: 100%;
    float: left;
    margin-top: -14px;
}


.hright {
    width: 46%;
    float: right;
    position: absolute;
    margin-right: 10px;
    right: 0;
    top: 17px;
}

.hright li {
    max-width: 28%;
    margin: 0 2%;
    float: right;
    font-size: 12px;
}

.sch_i {
    display: block;
    width: 44px;
    height: 44px;
    background: url(../../default/images/common.png) no-repeat;
    background-size: 400px;background-position: -100px -44px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);

}

.btn_i {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: url(../../default/images/common.png) no-repeat;
    background-size: 400px;background-position: -137px -44px;
    width: 38px;
    height: 46px;
}

/* .btn_i small,
.btn_i:before,
.btn_i:after {
    display: block;
    content: '';
    width: 32px;
    height: 5px;
    background: #fff;
    border-radius: 5px;
    margin: 2px 0;
} */

/*swiper-container*/
.swiper-container {
    width: 100%;
    height: 100%;
}

.npl {
	display:inline-block;
width:49%;
text-align:center;
line-height: 4rem;
}

.join {
text-align:center;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.nav_list ul li {
    float: left;
    width: 25%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background-color: #909090;
}

.nav_list ul li:nth-child(1) {
    border-right: 1px solid #9f9f9f;
    border-bottom: 1px solid #9f9f9f;
}

.nav_list ul li:nth-child(2) {
    border-right: 1px solid #9f9f9f;
    border-bottom: 1px solid #9f9f9f;
}

.nav_list ul li:nth-child(3) {
    border-right: 1px solid #9f9f9f;
    border-bottom: 1px solid #9f9f9f;
}

.nav_list ul li:nth-child(4) {
    border-right: 1px solid #9f9f9f;
    border-bottom: 1px solid #9f9f9f;
}

.nav_list ul li:nth-child(5) {
    border-right: 1px solid #9f9f9f;
}

.nav_list ul li:nth-child(6) {
    border-right: 1px solid #9f9f9f;
}

.nav_list ul li:nth-child(7) {
    border-right: 1px solid #9f9f9f;
}

.nav_list ul li:nth-child(8) {
    border-right: 1px solid #9f9f9f;
}

.nav_list ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
}



/*******************************************************首页css样式开始*********************************************************/
.more {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff !important;
    background-color: #e21511;
    display: block;
    text-align: center;
    font-size: 14px;
}

.swiper-container img {
    width: 100%;
}


.index_product .title {
    text-align: left;
    padding: 2px 0;
    background: #fff;
}

.index_product .title span {
    min-width: 260px;
    height: 19px;
    font-size: 17px;
    line-height: 34px;
    margin: 8px 0 0 10px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    text-align: left;
}

.index_product .title p {
    font-size: 14px;
    color: #666666;
    text-align: center
}

.index_product .title p:before {
    display: inline-block;
    content: " ";
    width: 20px;
    height: 3px;
    background-color: #eb2f2f;
    position: relative;
    vertical-align: middle;
    margin-right: 6px;
}

.index_product .title p:after {
    display: inline-block;
    content: " ";
    width: 20px;
    height: 3px;
    background-color: #eb2f2f;
    position: relative;
    vertical-align: middle;
    margin-left: 6px;
}



.index_company .title {
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #fff;
}

.index_company .title span {
    min-width: 260px;
    height: 19px;
    font-size: 17px;
    line-height: 19px;
    margin: 8px 0 0 10px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    text-align: left;
    float: left;
}

.index_company .title p {
    font-size: 14px;
    color: #666666;
    text-align: center
}

.index_company .title p:before {
    display: inline-block;
    content: " ";
    width: 40px;
    height: 3px;
    background-color: #eb2f2f;
    position: relative;
    margin-right: 8px;
}

.index_company .title p:after {
    display: inline-block;
    content: " ";
    width: 40px;
    height: 3px;
    background-color: #eb2f2f;
    position: relative;
    margin-left: 8px;
}

.index_company .img {
    width: 100%;
    height: auto;
}

.index_company .img img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0px auto;
}

.index_company .intro {
    font-size: 14px;
    color: #333333;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 96%;
    margin: 0 auto;
    height: 10rem;
}

.index_company .intro .inleft {
    min-width: 50px;
    min-height: 50px;
    font-size: 0;
    line-height: 0;
    margin: 5px 10px 0 0;
    padding: 0;
    float: left;
}

.index_companny .intro .inleft img {
    max-width: 130px!important;
}


.index_company .intro .inright {

}





.index_news .title {
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #fff;
}

.index_news .title span {
    min-width: 260px;
    height: 19px;
    font-size: 17px;
    line-height: 19px;
    margin: 8px 0 0 10px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    text-align: left;
    float: left;
}


.index_news .title p {
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.index_news .title p:before {
    display: inline-block;
    content: " ";
    width: 40px;
    height: 3px;
    background-color: #eb2f2f;
    position: relative;
    vertical-align: middle;
    margin-right: 8px;
}

.index_news .title p:after {
    display: inline-block;
    content: " ";
    width: 40px;
    height: 3px;
    background-color: #eb2f2f;
    position: relative;
    vertical-align: middle;
    margin-left: 8px;
}

.news_list_img {}

.news_list_img li {
    /* height: 70px; */
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
    background-image: url(../../default/images/z3g_arrow_gray.png);
    background-repeat: no-repeat;
    background-position: 99% 50%;
}

.news_list_img li a {
    display: flex;
    justify-content: space-between;
}

.news_list_img li .img {
    width: 20%;
    overflow: hidden;
    border: 1px solid #aaaaaa;
    margin-right: 20px;
    height: 70px;
}

.news_list_img li .img img {
	width:100%;
}

.news_list_img li span {
    display: block;
    text-align: center;
    text-align: left;
}

.news_list_img li .ri {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    padding-top: 6px;
    line-height: 35px;
}

.news_title_img li .nian {
    font-size: 16px;
    color: #333;
}

.news_list_img li .intro {
    width: 75%;
    /* height: 100px; */
    overflow: hidden;
padding-right:10%;
}

.news_list_img li .intro span {
    font-size: 15px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 3rem;
}

.news_list_img li .intro p {
    font-size: 12px;
    color: #000;
}


.index_contact {
    width: 100%;
    height: 335px;
    background: url('../../default/images/index_contact.jpg')no-repeat center;
    color: #fff;
}

.index_contact .box {
    padding: 20px;
}

.index_contact .title {
    height: 50px;
    border-left: 5px solid #fff;
    text-indent: 10px;
    margin-bottom: 10px;
}

.index_contact .title span {
    display: block;
    font-size: 20px;
    position: relative;
    top: -5px;
    text-align: left
}

.index_contact .title small {
    display: block;
    font-size: 16px;
    position: relative;
    top: -5px;
    text-align: left
}

.index_contact p {
    line-height: 35px;
    font-size: 14px;
}

/*******************************************************首页css样式结束*********************************************************/


/*footer*/
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #484848;
    overflow: hidden;
}

.footer ul li {
    float: left;
    line-height: 60px;
    width: 25%;
    position: relative;
}

.footer ul li a {
    font-size: 1rem;
    color: #ffffff;
    display: block;
}

.footer ul li a img {
    display: inline-block;
    margin-right: 8px;
}

.footer ul li a span {
    ;
}

.info {
    padding: 25px 0;
}

.info_top:after {
    display: block;
    content: '';
    ;
    clear: both;
}

.info_top h2 {
    font-size: 2.6rem;
    font-weight: 500;
    color: #555555;
    float: left;
    border-left: 4px solid #e21511;
    padding-left: 15px;
}

.info_top h2 span {
    color: #000000;
}

.lanmu {
    float: right;
    width: 160px;
    height: 40px;
    position: relative;
}

.info_top {
    margin-bottom: 35px;
}

.info_top ul {
    background: #0d1125;
    position: relative;
    width: 160px;
    height: 40px;
}

.info_top ul:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgb(255, 255, 255);
    position: absolute;
    right: 10px;
    top: 50%;
}

.info_top ul li a {
    display: block;
    line-height: 40px;
    font-size: 1.8rem;
    color: #ffffff;
    text-indent: 10px;
}

.info_top ol {
    position: absolute;
    left: 0;
    top: 40px;
    display: none;
}

.info_top ol li a {
    background: #3c3c3c;
    width: 160px;
    line-height: 40px;
    color: #ffffff;
    display: block;
    text-indent: 15px;
}


.lanmu {
    float: right;
    width: 160px;
    height: 40px;
    position: relative;
}

.info_top {
    margin-bottom: 35px;
}

.info_top ul {
    background: #0d1125;
    position: relative;
    width: 160px;
    height: 40px;
}

.info_top ul:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgb(255, 255, 255);
    position: absolute;
    right: 10px;
    top: 50%;
}

.info_top ul li a {
    display: block;
    line-height: 40px;
    font-size: 1.8rem;
    color: #ffffff;
    text-indent: 10px;
}

.info_top ol {
    position: absolute;
    left: 0;
    top: 40px;
    display: none;
}

.info_top ol li a {
    background: #3c3c3c;
    width: 160px;
    line-height: 40px;
    color: #ffffff;
    display: block;
    text-indent: 15px;
}

.p_content {
    font-size: 1.5rem;
    line-height: 30px;
    color: #4f4f4f;
}

.p_content img {
    max-width: 100%;
}

#prev_next {
    font-size: 18px;
    margin-top: 20px
}

div.page {
    margin: 10px 0 20px 0;
    clear: both;
    float: right;
    font-size: 14px
}

div.page a {
    padding: 2px 5px;
    margin: 2px;
    color: #ffffff;
    text-decoration: none;
    background: #9b9b9b;
}

div.page a:hover {
    background: #5c5c5c
}

div.page span.current {
    padding: 2px 8px;
    font-weight: bold;
    margin: 2px;
    color: #fff;
    background-color: #9c5252;
}

div.page span.disabled {
    padding: 2px 5px;
    margin: 2px;
    color: #ddd;
}


.contact_li h4 {
    font-size: 2.2rem;
    margin-bottom: 15px;
    color: #525252;
}

.contact_li ul li {
    font-size: 1.6rem;
    line-height: 30px;
}

.contact_li ul li a {
    font-weight: bold;
    color: #1d7ce0;
}

.news_list li a {
    display: block;
    overflow: hidden;
    font-size: 1.6rem;
    line-height: 60px;
    border-bottom: 1px dotted #ccc;
    background: url("../../default/images/list0.png") no-repeat left center;
    padding-left: 15px;
}

.news_list li a span {
    float: right;
}

.news_title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
    color: #fff;
}

.meta {
    text-align: center;
    margin: 25px 0;
    font-size: 1.6rem;
}

.t_r {
    font-size: 1.6rem;
}

/*course*/
.course {
    padding: 40px 0;
    background: #f5f5f5;
}

.course_ul {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
}

.course_ul li {
    font-size: 1.8rem;
    text-align: center;
    width: 48%
}

.course_ul li a {
    display: block;
    font-size: 14px;
    padding: 4px 0;
}

.course_ul li img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

 .controlBar {
    width: 35px;
    height: 35px;
    border: none;
    float: right;
}


 .controlBar .icon {
    width: 13px;
    height: 13px;
    display: block;
    margin: 11px 0 0 11px;
    background: url(../../default/images/z3g_arrow_gray.png) no-repeat 5px 50%;
}


/*teacher*/
.teacher {
    padding: 35px 0;
}

.teacher_ul li img {
    width: 100%;
    height: auto;
}

#form1 input[type=text] {
    line-height: 30px;
    height: 40px;
    border-radius: 5px;
    font-size: 1.6rem;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px #ccc;
    font-family: "microsoft yahei";
    text-indent: 15px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

#form1 textarea {
    font-size: 1.6rem;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px #ccc;
    font-family: "microsoft yahei";
    text-indent: 15px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
}

#form1 div input {
    float: left;
}

#form1 div img {
    float: left;
    margin-left: 10px;
    height: 30px;
    margin-top: 1px;
}

#form1 input[type=submit] {
    display: block;
    font-size: 1.6rem;
    background: #e21511;
    color: #f5f5f5;
    text-align: center;
    width: 120px;
    line-height: 30px;
    border: 0;
    float: right;
    ;
    border-radius: 10px;
    font-family: "microsoft yahei";
}

.content_p {
    margin-top: 40px;
}

.content_p img {
    max-width: 95%
}

.content_p p {
    font-size: 1.6rem;
    line-height: 30px;
}

.content_p span.sp {
    display: block;
    background-color: #ececec;
    color: #ffffff;
    margin-bottom: 20px;
    overflow: hidden;
}

.content_p span.sp small {
    background: #e21511;
    display: block;
    float: left;
    text-align: center;
    line-height: 40px;
    width: 120px;
    font-size: 16px;
}


#box_footerBody {
    width: 100%;
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    background: #eee;
    border-top: none;
    -webkit-transition: bottom;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 100ms;
}

#box_footerBody .footerDiv {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
}


.Toolbar_show01-d1_c1 {
    width: 100%;
    max-width: 640px;
    
    position: fixed;
    bottom: 0;
}

.Toolbar_show01-d1_c1>div {
    height: 45px;
    max-width: 640px;
    margin: 0 auto;
}

.Toolbar_show01-d1_c1 .footerWrap {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    height: 44px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#868686), to(#525252));
}

.Toolbar_show01-d1_c1 .footerWrap li {
    text-align: center;
    height: 44px;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-flex: 1;
    box-flex: 1;
}

.Toolbar_show01-d1_c1 .footerWrap a,
.Toolbar_show01-d1_c1 .footerWrap div {
    height: 44px;
    display: block;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
}

.Toolbar_show01-d1_c1 .footerWrap li:nth-last-child(1) {
    border-right: none;
}

.Toolbar_show01-d1_c1 .numIcon {
    width: 18px;
    height: 19px;
    line-height: 19px;
    font-size: 10px;
    text-align: center;
    display: block;
    color: #fff;
    background: url(../../default/images/common.png) no-repeat -156px -223px;
    background-size: 400px;
    position: absolute;
    top: -2px;
    right: -6px;
}

.Toolbar_show01-d1_c1 .more99 {
    font-size: 9px;
    -webkit-text-size-adjust: none;
}

.Toolbar_show01-d1_c1 .footerToolStyle3 .numIcon {
    top: 5px;
    right: -5px;
}

.Toolbar_show01-d1_c1 .text {
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    overflow: hidden;
}

.Toolbar_show01-d1_c1 .footerWrap .touch {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#5e5e5e), to(#3a3a3a));
}

.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar {
    width: 100%;
    max-width: 640px;
    height: 16px;
    border: none;
    position: absolute;
    z-index: 9999;
    top: -16px;
}

.Toolbar_show01-d1_c1 .footerToolStyle2 .anchor {
    display: block;
    width: 100px;
    height: 13px;
    background: #868686;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0 auto;
}

.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBottom {
    display: block;
    height: 3px;
    overflow: hidden;
    background: #868686;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar .icon {
    display: block;
    width: 14px;
    height: 8px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: 3px;
}

.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar em {
    display: block;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    top: -18px;
    left: -4px;
}

.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar.close em {
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    top: 5px;
}

.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar.touch .anchor,
.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar.touch .controlBottom {
    opacity: .8;
}

.Toolbar_show01-d1_c1 .footerToolStyle3 {
    position: relative;
}

.Toolbar_show01-d1_c1 .circleListWrap {
    width: 186px;
    height: 186px;
    border: 3px solid rgba(0, 0, 0, 0.2);
    -moz-border-radius: 96px;
    -webkit-border-radius: 96px;
    border-radius: 96px;
    overflow: hidden;
    position: absolute;
    z-index: 9999;
    bottom: 65px;
    left: 20px;
    display: none;
}

.Toolbar_show01-d1_c1 .footerToolStyle3.circleOpen .circleListWrap {
    display: block;
}

.Toolbar_show01-d1_c1 .circleIcon {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255, 255, 255, 0.5);
    border-radius: 23px;
    -webkit-border-radius: 23px;
    background: #868686;
    position: absolute;
    z-index: 9999;
    bottom: 40px;
    left: 10px;
    overflow: hidden;
}

.Toolbar_show01-d1_c1 .circleIcon div {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    background: #000;
    margin: 8px auto 0;
    overflow: hidden;
    opacity: .2;
}

.Toolbar_show01-d1_c1 .circleCont {
    width: 186px;
    height: 186px;
    -webkit-border-radius: 96px;
    border-radius: 96px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.Toolbar_show01-d1_c1 .circleCont li {
    position: absolute;
}

.Toolbar_show01-d1_c1 .circleCont a {
    text-decoration: none;
}

.Toolbar_show01-d1_c1 .circleCont .text {
    display: block;
    width: 50px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.Toolbar_show01-d1_c1 .footerCenter {
    width: 76px;
    height: 76px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    background: #868686;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    position: absolute;
    left: 53px;
    top: 53px;
    overflow: hidden;
}

.Toolbar_show01-d1_c1 .footerCenter span {
    display: block;
    width: 32px;
    height: 29px;
    background: url(../../default/images/common.png) no-repeat -180px -110px;
    background-size: 400px;
    margin: 24px auto 0;
}

.Toolbar_show01-d1_c1 .footerCenter.touch {
    background-color: rgba(255, 255, 255, 0.2);
}

.Toolbar_show01-d1_c1 .circleCont .cont1 {
    left: 10px;
    top: 92px;
}

.Toolbar_show01-d1_c1 .circleCont .cont2 {
    left: 30px;
    top: 15px;
}

.Toolbar_show01-d1_c1 .circleCont .cont3 {
    left: 107px;
    top: 15px;
}

.Toolbar_show01-d1_c1 .circleCont .cont4 {
    left: 127px;
    top: 92px;
}

.Toolbar_show01-d1_c1 .circleCont .cont5 {
    left: 68px;
    top: 137px;
}

.Toolbar_show01-d1_c1 .circleBg {
    width: 186px;
    height: 186px;
    background: url(../../default/images/z3g_bg_footerCircle.png) -186px 0 no-repeat #868686;
    background-size: 372px;
    -webkit-border-radius: 96px;
    border-radius: 96px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.Toolbar_show01-d1_c1 .circleBg.current {
    background: url(../../default/images/z3g_bg_footerCircle.png) 0 0 no-repeat #868686;
    background-size: 372px;
}

.Toolbar_show01-d1_c1 .circleBg.current1 {
    transform: rotate(216deg);
    -webkit-transform: rotate(216deg);
}

.Toolbar_show01-d1_c1 .circleBg.current2 {
    transform: rotate(288deg);
    -webkit-transform: rotate(288deg);
}

.Toolbar_show01-d1_c1 .circleBg.current3 {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.Toolbar_show01-d1_c1 .circleBg.current4 {
    transform: rotate(72deg);
    -webkit-transform: rotate(72deg);
}

.Toolbar_show01-d1_c1 .circleBg.current5 {
    transform: rotate(144deg);
    -webkit-transform: rotate(144deg);
}


.Toolbar_show01-d1_c1 .whiteIcon .icon,
.Toolbar_show01-d1_c1 .grayIcon .icon {
    width: 30px;
    height: 20px;
    display: block;
    background: url(../../default/images/common.png) no-repeat;
    background-size: 400px;
    margin: 4px auto 0 auto;
    position: relative;
}

.Toolbar_show01-d1_c1 .whiteIcon .tel {
    background-position: -90px -110px;
}

.Toolbar_show01-d1_c1 .whiteIcon .map {
    background-position: -120px -110px;
}

.Toolbar_show01-d1_c1 .whiteIcon .cart {
    background-position: -212px -110px;
}

.Toolbar_show01-d1_c1 .whiteIcon .member {
    background-position: -240px -110px;
}

.Toolbar_show01-d1_c1 .whiteIcon .home {
    background-position: -180px -110px;
}


.Toolbar_show01-d1_c1 .whiteIcon .email {
    background-position: 0 -110px;
}

.Toolbar_show01-d1_c1 .whiteIcon .message {
    background-position: -30px -110px;
}

.Toolbar_show01-d1_c1 .whiteIcon .share {
    background-position: -60px -110px;
}

.Toolbar_show01-d1_c1 .whiteIcon .more {
    background-position: -150px -110px;
}

.bdsharebuttonbox {
    display: none;
}

.bdshare-button-style0-16{
    position: absolute;
    position: fixed;
    right: 0;
    bottom: 20px;
    bottom: 46px;
}

.join a img{
    width:100%;
}

.product-list-s {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.product-list-s li {
    width: 49%;
    text-align: center;
    margin-bottom: 15px;
}
.product-list-s li h3 {
    text-align: center;
}
.product-list-s li img{
    width: 100%;
}
/* 分页基本样式 */
.pagination {
    margin: 20px 0;
    text-align: center;
    font-size: 0;
}

.pagination .pagin-left,
.pagination .pagin-mid,
.pagination .pagin-right,
.pagination .pagin-select {
    display: inline-block;
    vertical-align: middle;
}

.pagination a,
.pagination #current {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft YaHei",Arial;
    line-height: 26px;
    border: 1px solid #cbcbcb;
    margin: 0 5px;
    padding: 0 8px;
}

.pagination #current,
.pagination a:hover {
    color: #fff;
    border-color: #040a29;
    background: #040a29;
}

.pagination .pagin-mid {
    font-size: 14px;
}

.pagination .pagin-mid .mob-pagin-mid {
    display: none;
}