@charset "UTF-8";

/* public */


.u_hidden {
    /*display: none;*/
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.cl{clear: both; height:0; overflow: hidden;}
.z-container {
    width: 60%;
    height: auto;
    /*clear: both;*/clear: unset;
    /*margin: 0 auto;*/
    float: right;
}
.pro_body .z-container{ width: 100%; float: none;}
.about_body .z-container{ width: 100%; float: none;}

.z-container2 {
    width: 1430px;
    height: auto;
    clear: both;
    margin: 0 auto;
}



/*body,.bodys{ transition: all .8s;}*/
/*body.fixed .z_header{transform:translateY(-100%);visibility:hidden;}*/


/*.banner .swiper-slide .img{width:100%; height:100%;transform:scale(1.1); transition:ease 4s; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.banner .swiper-slide.swiper-slide-active .img{transform:scale(1);}
.banner .swiper-slide.swiper-slide-prev .img{transform:scale(1.1);}
.swiper-slide.swiper-slide-active .banner_text{transition:all 2s; }
.swiper-slide.swiper-slide-prev .banner_text{ opacity: 0;}*/
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container {
    margin: 0 auto;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.his_div .swiper-container{ height: 290px;}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-pagination {
    text-align: center;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 999;
}

.swiper-pagination span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #194189;
    transform: scale(.5);
    border-radius: 50%;
    box-sizing: border-box;
    background: #194189;
    margin: 0 10px;
    transition: all .8s;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    transform: scale(1) !important;
    background: none !important;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active {
    pointer-events: auto
}


@media screen and (max-width: 768px){
    .his_div .swiper-container{ height: 23vh;}
    .jsslickpath{ margin-top: 20px !important}
}

.banner_text {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 10;
    width: 100%;
    color: #fff;
}

.banner_text span {
    display: inline-block;
    padding: 0px 16px;
    color: #fff;
    background: #75BF21;
    transform: translateX(-100%);
    opacity: 0;
    transition: ease 1s;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
}

.banner_text h3 {
    font-size: 70px;
    font-weight: bold;
    line-height: 75px;
    margin: 30px 0;
    color: #fff;
    transform: translateY(100%);
    opacity: 0;
    transition: ease 1s;
    transition-delay: .2s;
}

.banner_text p {
    font-size: 25px;
    transform: translateX(50%);
    opacity: 0;
    transition: ease 1s;
    transition-delay: .4s;
}


.banner {
    position: relative;
    overflow: hidden;
}

.gallery-thumbs {
    position: absolute;
    left: 4%;
    bottom: 0;
    z-index: 12;
    height: auto;
    width: 92%;
}

.gallery-thumbs .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.gallery-thumbs .swiper-slide {
    padding: 40px 0;
    display: inline-block;
    border-top: 1px solid rgba(255, 255, 255, .3);
    cursor: pointer;
}

.gallery-thumbs h3 {
    font-size: 16px;
}

.gallery-thumbs .swiper-slide-thumb-active {
    background: url(../images/arr3.png) no-repeat right center;
    border-top-color: #fff;
}

.index_nav li {
    width: 33.3%;
    float: left;
    padding: 60px 40px;
    box-sizing: border-box;
    border-right: 1px solid #e0e0e0;
}

.index_nav li:last-child {
    border-right: none;
}

.index_nav li a {
    display: block;
    display: flex;
    align-items: center;
}

.index_nav li:hover .cn {
    color: #75BF21;
}

.index_nav li .logo {
    margin-right: 40px;
}

.index_nav .cn {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.index_nav .desc {
    font-size: 12px;
    color: #acacad;
}

.index_pro {
    width: 100%;
    /*background: url(../images/probg.jpg) no-repeat center;*/
    background: url(../images/about_bg.jpg) no-repeat center;
    background-size: cover;

    background-attachment: fixed;
    padding: 80px 0;
}

.index_tit {
    text-align: center;
    /*color: #fff;*/color: #333;
}

.index_tit .cn {
    font-size: 44px;
    margin-bottom: 15px;
}

.index_tit .desc {
    font-size: 20px;
    color: #686868;
}

.search_box {
    width: 37%;
    margin: 50px auto;
    border-radius: 50px;
    height: 60px;
    background: #fff;
    position: relative;
    border: 3px solid #194189;
}

.search_box .input_text {
    width: 80%;
    font-size: 16px;
    height: 60px;
    padding: 0 30px;
    box-sizing: border-box;
}

.search_box .btn {
    display: block;
    width: 20%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    background: #194189;
    position: absolute;
    right: 0;
    top: 0;
}

.search_box .icon-arrr {
    font-size: 20px;
    margin-left: 10px;
}



.pro_lb {
    width: 92%;
    margin: 0 auto;
}

.pro_lb li {
    background: #fff;
    /*height: 415px;*/
    background: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.pro_lb .pro_img {
    width: 100%;
    /*height: 100%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.pro_lb .pro_img img {
    max-width: 100%;
    max-height: 100%;
    transition: all .8s;
}

.pro_lb .pro_info {
    /*position: absolute;*/
    background: #ddd;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 30px;
    padding-bottom: 30px;
    transition: all .8s;
    box-sizing: border-box;
    text-align: center;
}

.pro_lb .pro_info .arr {
    display: inline-block;
    opacity: 0;
    width: 25px;
    height: 17px;
    background: url(../images/arr3.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 50px;
    top: 40%;
}

.pro_lb li:hover .pro_info {
    background: #75BF21;
    color: #fff;
    /*text-align: left;*/
    text-align: center;
    /*padding-bottom: 20px;
    padding-right: 70px;*/
}

.pro_lb li:hover .arr {
    transform: translateX(20px);
    opacity: 1;
}

.pro_lb li:hover img {
    transform: scale(1.1, 1.1);
}

.pro_lb li:nth-child(even) {
    background: #ededed;
}

.pro_lb li .cn,
.pro_lb li .en {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
}


.index_about {
    /*padding: 15vh 0;
    background: url(../images/about_bg.jpg) no-repeat center;*/
    background-size: cover;
    padding: 10vh 0;
}

.index_about .about_info,
.index_about .about_img {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.about_info {
    text-align: center;
    padding: 0 40px;
    box-sizing: border-box;
    margin-top: 5vh
}

.about_info h3 {
    font-size: 35px;
    margin: 50px 0;
}

.about_info p {
    font-size: 16px;
    color: #686868;
}

.about_li {
    width: 600px;
    margin: 60px auto;
}

.about_li li {
    display: inline-block;
    width: 200px;
    font-size: 16px;
    line-height: 40px;
    color: #686868;
    background: url(../images/icon.png) no-repeat center left;
    padding-left: 30px;
    text-align: left;
}

.more_btn {
    display: block;
    width: 184px;
    height: 50px;
    border: 1px solid #194189;
    border-radius: 25px;
    line-height: 50px;
    transition: all .8s;
    text-align: center;
    color: #194189;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 70px;
}

.more_btn:hover {
    background: #75BF21;
    border: 1px solid #75BF21;
    color: #fff;
}

.about_img {
    /*padding-right: 80px;*/
    box-sizing: border-box;
    /*height: 600px;*/
    position: relative;
}

.swiperbtn {
    display: block;
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    position: absolute;
    left: 66px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    z-index: 10;
    color: #727272;
}

.swiperbtn.swiper-button-prev {
    left: 0;
    background: #194189;
    color: #fff;
}

.swiperbtn .iconfont {
    font-size: 24px;
}

.about_img .swiper-slide {
    /*background: #000;*/
    display: flex;
    align-items: center;
}

.about_img .swiper-slide img{ width: 100%;}

.about_img .swiper-slide video {
    width: 100%;
}

.brand_ln .ln_text img {
    display: inline-block;
    max-width: 100%;
    height: auto !important;
}

.index_news {
    /*background: url(../images/news_bg.jpg) no-repeat center;*/
    background-size: cover;
    padding: 0 0 90px 0;
}

.index_news .tit {
    text-align: center;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.index_news .tit span {
    display: inline-block;
    margin-bottom: 5px;
    background: #75BF21;
    color: #fff;
    padding: 8px 12px;
    font-size: 18px;
    font-weight: bold;
}

.index_news .tit h3 {
    font-size: 40px;
}

.index_news .tab_nav {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.index_news .tab_nav a {
    color: #3a3535;
    display: inline-block;
    margin-left: 20px;
    transition: all .6s;
    padding: 8px 15px;
    box-sizing: border-box;
}

.index_news .tab_nav a.active {
    background: #75BF21;
    color: #fff;
}

.index_news .news_list {
    width: 93%;
    margin: 0 auto;
}

.news_list ul {
    margin-left: -2%;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.index_news .news_list li {
    width: 23%;
    float: left;
    margin-left: 2%;
}





/*关于我们*/
.other_banner {
    width: 100%;
    position: relative;
    margin-bottom: 80px;
}

.other_banner img {
    width: 100%;
    vertical-align: bottom;
}

.banner_tit {
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    z-index: 2;
    color: #fff;
    transform: translateY(-50%);
    width: 100%;
    margin-top: 50px;
}

.banner_tit span {
    display: inline-block;
    background: #75BF21;
    color: #fff;
    padding: 2px 10px;
    font-size: 36px;
    font-weight: bold;
}

.banner_tit h3 {
    font-size: 40px;
}

.banner_tit p {
    margin-top: 20px;
}

.wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -50px;
}

.page_nav {
    background: #fff;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.page_nav li {
    float: left;
    flex-grow: 1;
    transition: all .9s;
    height: 98px;
}

.page_nav li.cur,
.page_nav li:hover {
    background: #75BF21;
}

.page_nav li.cur a,
.page_nav li:hover a {
    color: #fff;
}

.page_nav li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_nav li .flex {
    display: inline-block;
}

.about_jj {
    /*margin: 150px auto;
    margin-top: 200px;*/
    /*margin-top: 50px;*/
    margin-bottom: 90px;
    padding-top: 100px;
}

.about_jj .about_desc {
    width: 55%;
    float: left;text-align: justify;
}

.about_jj .about_desc h3{color: #3e3e3e;
    font-size: 32px; line-height: 1.35em;;}

.about_jj .about_desc h4{ margin-bottom: 35px;font-size: 16px;
    line-height: 1.4;
    text-transform: uppercase;
    opacity: .5;}

.about_jj .about_desc p{ line-height: 1.85em; font-size: 16px; color: #666}

.about_jj .about_num {
    float: right;
}

.about_tit .cn {
    font-size: 34px;
}

.about_tit .en {
    color: #838383;
}

.about_tit .line {
    display: block;
    color: #75BF21;
    margin: 35px 0;
}

.about_text {
    color: #686868;
    line-height: 26px;
}

.about_text p {
    margin-bottom: 20px;
}

.about_text p:last-child {
    margin-bottom: 0;
}

.about_num .box {
    color: #fff;
    width: 228px;
    height: 208px;
    text-align: center;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;font-size: 16px;
}

.about_num .box h3{font-size: 16px;}

.about_num .left,
.about_num .right {
    width: 228px;
    float: left;
    margin: 0 6px;
}

.about_num .right {
    margin-top: 55px;
}

.about_num .box .counter {
    font-size: 50px;
    font-weight: bold;
    margin-right: 10px;
}

.video_bar {
    width: 100%;
    position: relative;
    padding: 300px 0;
}

.video_bar video {
    width: 100%;
    object-fit: fill;
    vertical-align: bottom
}

.iconbox {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
}

.iconbox .playbtn {
    display: inline-block;
    width: 70px;
    height: 70px;
    cursor: pointer;
    background: url(../images/play.png) no-repeat center;
    background-size: 100% auto;
    margin-top: 50px;
}

.iconbox h3 {
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 0px;
}

.iconbox p {
    line-height: 26px;
    font-size: 16px;
    margin-top: 20px;
}

.about_team {
    background: url(../images/teambg.jpg) no-repeat center;
    background-size: cover;
    padding: 100px 0;
}

.team_lb ul {
    margin-left: -1.6%;
}

.team_lb li {
    width: 24%;
    float: left;
    margin-left: 1.6%;
    transition: all .8s;
    margin-bottom: 80px;
}

.team_lb li.on,
.team_lb li:hover {
    width: 47%;
}

.team_lb li .img {
    width: 100%;
    height: 280px;
}

.team_lb li .info {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    transition: all .8s;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.team_lb li.on .info {
    background: #75bf21;
    color: #fff;
}

.team_lb .swiper-pagination span {
    border-color: #75bf21;
    background: #75bf21;
}

.com_tit {
    text-align: center;
    margin-bottom: 7%;
}

.com_tit span {
    
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    /*opacity: .5;*/
    color: #e2650e;

}

.com_tit h3 {
    color: #16a8a8;
    font-size: 32px;
    line-height: 1.35em;
}

.mobile_team {
    width: 94%;
    margin: 0 auto;
    position: relative;
    display: none;
}

.mobile_team li {
    width: 100%;
    margin-bottom: 0;
}

.mobile_team li .info {
    background: #c11920;
    color: #fff;
}

.btn_group {
    text-align: center;
}

.btn_group a {
    display: inline-block;
    z-index: 12;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 50px;
    background: #c11920;
    color: #fff;
}

.btn_group .swiper-button-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.btn_group .swiper-button-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.process {
    padding: 90px 0;
}

.process_lb {
    background-size: 100% auto;
    height: 380px;
}

.process_lb li {
    position: relative;
}

.process_lb li .text {
   /* white-space: nowrap*/
}

.process_lb li h3 {
    font-size: 22px;
    color: #c11920;
    transition: all .6s;
    line-height: 25px;
    margin-bottom: 20px;
}

.process_lb li p {
    /*font-weight: bold;*/ font-size: 16px;
}

.process_lb li:nth-child(6n+1) {
    background: url(../images/process.png) no-repeat left top;
    background-position-x: -2px;background-position-y: -4px;
}

.process_lb li:nth-child(6n+2) {
    background: url(../images/process.png) no-repeat left top;
    background-position-x: -200px;background-position-y: -1px;
}

.process_lb li:nth-child(6n+3) {
    background: url(../images/process.png) no-repeat left top;
    background-position-x: -400px;background-position-y: -4px;
}

.process_lb li:nth-child(6n+4) {
    background: url(../images/process.png) no-repeat left top;
    background-position-x: -600px;background-position-y: 10px;
}

.process_lb li:nth-child(6n+5) {
    background: url(../images/process.png) no-repeat left top;
    background-position-x: -800px;background-position-y: -15px;
}

.process_lb li:nth-child(6n+6) {
    background: url(../images/process.png) no-repeat left top;
    background-position-x: -1000px;
}

.process_lb li .dot {
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #c11920;
}

.process_lb li:nth-child(6n+1) .dot {
    position: absolute;
    left: 70px;
    top: 166px;
}

.process_lb li:nth-child(6n+1) .text {
    margin-top: 50px;
}

.process_lb li:nth-child(6n+2) .dot {
    position: absolute;
    left: 60px;
    top: 180px;
}

.process_lb li:nth-child(6n+2) .text {
    margin-top: 220px;
}

.process_lb li:nth-child(6n+3) .dot {
    position: absolute;
    left: 62px;
    top: 163px;
}

.process_lb li:nth-child(6n+3) .text {
    position: absolute;
    left: -20px;
    top: 50px;
}

.process_lb li:nth-child(6n+4) .dot {
    position: absolute;
    left: 66px;
    top: 247px;
}

.process_lb li:nth-child(6n+4) .text {
    position: absolute;
    top: 290px;
    left: 10%;
}

.process_lb li:nth-child(6n+5) .dot {
    position: absolute;
    left: 68px;
    top: 97px;
}

.process_lb li:nth-child(6n+5) .text {
    position: absolute;
    top: 20px;
    left: 10%;
}

.process_lb li:nth-child(6n+6) .dot {
    position: absolute;
    left: 65px;
    top: 194px;
}

.process_lb li:nth-child(6n+6) .text {
    position: absolute;
    top: 228px;
    left: 10%;
}

.process_lb li:hover h3 {
    color: #ad0910;
}

.notice_bar {
    text-align: center;
    margin-top: 50px;
}

.honor {
    /*border-top: 1px solid #e5e5e5;*/
    padding:70px 0 100px 0;
    background: url(../images/zhici_bg.jpg) no-repeat center; background-size: cover
}

.honor .com_tit{color: #fff}
.honor h3{color: #fff}
.honor .about-desc{ width: 54%; padding: 0; color: #fff}

.gallery-th .swiper-slide {
    font-size: 27px;
    font-weight: normal;
    font-weight: bold;
    color: #aeaeae;
}

.gallery-th .swiper-slide-thumb-active {
    font-size: 48px;
    color: #194189;
    font-weight: bold;
    position: relative;
}

.gallery-th .swiper-slide-thumb-active:before {
    content: "";
    display: block;
    width: 49px;
    height: 14px;
    background: url(../images/l_logo.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    z-index: 1;
}

.yearbar {
    width: 94%;
    padding: 20px 0;
    background: url(../images/line.png) no-repeat center;
    margin: 40px auto;
    text-align: center;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.yearbar .btn {
    display: block;
    transition: all .6s;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #dddddd;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
    
}

.yearbar .btn em {
    font-size: 26px; font-weight: 200;line-height: 33px;
}

.yearbar .btn:hover {
    background: #c11920;
    color: #fff;
}

.yearbar .swiper-button-next {
    position: absolute;
    text-align: left;
    right: 0;
}

/*.yearbar .swiper-button-next:before {
    content: "";
    display: block;
    width: 180px;
    height: 20px;
    position: absolute;
    right: -180px;
    top: 15px;
    z-index: 9999;
}*/

.yearbar .swiper-button-prev {
    position: absolute;
    text-align: right;
    left: 0;
}

/*.yearbar .swiper-button-prev:before {
    content: "";
    display: block;
    width: 180px;
    height: 20px;
    position: absolute;
    left: -180px;
    top: 15px;
    z-index: 9999;
}*/

.yearcon {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    text-align: center;
}

.yearcon .swiper-slide {
    padding: 40px 50px;
    box-sizing: border-box;
    width: 100%;
    line-height: 24px;
    color: #5d5d5d;
    height: 520px;
    overflow-y: scroll;
}

.yearcon .swiper-slide li {
    transition: all .6s;
    line-height: 30px;
    position: relative;
    padding: 30px;
    width: 860px;
    margin: 0 auto;
    box-sizing: border-box;
}

.yearcon .swiper-slide li:hover {
    background: url(../images/honor.png) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
}

/*.yearcon .swiper-slide li:before{content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);opacity:0; background: url(../img/honor2.png) no-repeat center; background-size: auto; z-index:1}
 .yearcon .swiper-slide li:hover:before{opacity:1 } */

.logo_warp {
    margin: 80px auto;
    height: 120px;
}

.logo_warp li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo_warp li img {
    max-width: 90%;
    max-height: 110px;
}

.video_pop {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.video_pop .close_btn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/close.png) no-repeat center;
    z-index: 100;
    cursor: pointer;
}

#video {
    width: 100%;
    max-height: 100%;
}


/*产品中心*/
.page_nav2 {
    text-align: center;
    margin: 30px 0;
}

.page_nav2 a {
    display: inline-block;
    margin: 0 40px;
}

.page_nav2 a.active {
    color: #75BF21;
}

.pro_lb2 {
    margin: 150px auto 90px auto;
}

.pro_lb2 li {
    width: 33.3%;
    float: left;
    margin-bottom: 0;
    background: #ededed;
    /*height: 370px;*/
}

.pro_lb2 li:nth-child(even) {
    background: #f5f5f5;
}

/*产品详情*/
.pro_top {
    padding: 60px 0;
    background: #F4F4F4;
    padding-top: 160px;
}

.probig_box {
    width: 450px;
    position: relative;
}

.bg_left {
    width: 450px;
    height: auto;
    float: left
}

.bg_right {
    position: absolute;
    left: 430px;
    top: 0;
}

.show {
    width: 450px;
    height: 450px;
    margin-bottom: 10px;
    position: relative;
    cursor: move;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.show img {
    max-width: 100%;
    max-height: 100%;
}

.mask {
    width: 225px;
    height: 225px;
    background: #000;
    filter: Alpha(opacity=50);
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.bigshow {
    width: 430px;
    height: 430px;
    overflow: hidden;
    margin-left: 10px;
    display: none;
    border: 1px solid #f3f3f3;
}

.bigshow img {
    width: 860px;
    height: 860px;
    margin-right: 10px;
}

.smallshow {
    width: 100%;
    height: 95px;
    position: relative
}

.smallshow img {
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s;
    height: 100%;
}

.smallshow>.middle_box {
    width: 100%;
    overflow: hidden;
}

.smallshow .middle {
    overflow: hidden;
    transition: all 0.5s;
    height: 95px;
}

.smallshow .middle>li {
    float: left;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    padding: 0 7px;
    width: 114px;
}

.smallshow .middle>li .img {
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
    width: 100px;
    height: 90px;
}

.smallshow .middle>li .playicon {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/play.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.smallshow .middle>li:first-child {
    padding-left: 0;
}

.smallshow .middle>li:nth-child(5) {
    padding-right: 0;
}

.smallshow>p {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #c2c2c2;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.smallshow .next {
    right: -50px;
    z-index: 9;
}

.smallshow .prev {
    left: -50px;
    z-index: 9;
}

.smallshow>.prev.prevnone {
    cursor: not-allowed
}

.smallshow>.next.nextnone {
    cursor: not-allowed
}

.pro_head .pro_info {
    width: 740px;
    float: right;
}

.proxq_info {
    width: 50%;
    float: right;
}

.xq_tit {
    border-bottom: 1px solid #d2d2d2;
    margin-top: 50px;
}

.xq_tit h3 {
    font-size: 34px;
}

.xq_tit p {
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0;
}

.xq_cs {
    padding: 30px 0;
    font-size: 16px;
    line-height: 30px;
}

.page_pronav {
    text-align: right
}

.mobile_pro {
    display: none;
}

.proxq_tab {
    width: 100%;
}

.xq_tabnav {
    border-bottom: 1px solid #e5e5e5;
    height: 90px;
}

.xq_tabnav li {
    display: inline-block;
    width: 196px;
    line-height: 88px;
    text-align: center;
    cursor: pointer;
}

.xq_tabnav li a {
    font-size: 18px;
}

.xq_tabnav li.active {
    border-bottom: 2px solid #75BF21;
}

.xq_tabcon {
    padding: 60px 0;
}

.xq_tabcon .child {
    margin-top: 50px;
}

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

.xq_tabcon iframe {
    float: none !important;
    max-width: 100% !important;
}

/*新闻中心*/
.news_page {
    background: #f3f3f3;
    padding-bottom: 90px;
}

.news_list2 {
    margin-top: 90px;
}

.news_list2 ul {
    margin-left: -2.7%;
    margin-bottom: 30px;
}

.news_list2 li {
    width: 30.6%;
    float: left;
    margin-left: 2.7%;
    margin-bottom: 45px;
}

/*新闻详情*/
.f3bg {
    background: #f3f3f3;
    padding-top: 100px;
    min-height: 100%;
    width: 100%;
}

.xq_page {
    margin-top: 60px;
    min-height: 600px;
    width: 1400px;
}

.xq_left {
    width: 66%;
    float: left;
}

.artic_tit {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 30px;
}

.artic_tit h3 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}

.artic_tit .alink a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #bfbfbf;
    margin-right: 15px;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
}

.artic_tit .time {
    display: inline-block;
    background: url(../images/time.png) no-repeat left center;
    padding-left: 25px;
}

.artic_con {
    padding: 40px 0;
    line-height: 32px;
    font-size: 16px;
    color: #474747;
}

.artic_con img {
    max-width: 100%;
    height: auto !important
}

.xq_right {
    width: 21%;
    float: right;
}

.right_tit {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 20px;
    font-size: 24px;
    margin-top: 76px;
}

.right_news {
    padding: 30px 0;
}

.right_news a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: url(../images/dot.png)no-repeat left 8px;
    padding-left: 20px;
    margin-bottom: 20px;
    line-height: 24px;
    color: #474747;
}

.right_news a:hover {
    color: #75bf21;
}

.right_news a:last-child {
    margin-bottom: 0;
}

.xq_right .seemore {
    display: block;
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    background: #75bf21;
    text-align: center;
    line-height: 60px;
    color: #fff;
}

.xq_right .seemore .iconfont {
    font-size: 20px;
}

/*服务中心*/
.service_page {
    background: url(../images/ser_bg.png) no-repeat top center;
    background-size: contain
}

.service_text {
    /*padding: 140px 0;*/
    padding-top: 145px;
    text-align: center;
    min-height: 100%;
}

.service_text h3 {


    font-size: 45px;
    font-weight: bold;
    text-shadow: 0 10px 20px rgba(37, 120, 235, .35);
    color: #1545e0;



}

.service_text span {
    font-size: 16px;
    font-weight: bold;
    color: #7c7c7c;
}

.service_text p {
    line-height: 35px;
    font-size: 16px;
    margin-top: 20px;
}

.case_list {
    width: 1280px;
    margin: 0 auto;
    margin-top: 100px;
}

.case_list li {
    padding: 40px;
    box-sizing: border-box;
    transition: all .8s;
}

.case_list li img {
    width: 170px;
    height: 130px;
    float: left;
    margin-right: 40px;
}

.case_list li .info {
    width: 60%;
    float: left;
    margin-top: 2%;
}

.case_list .info h3 {
    font-size: 18px;
    font-weight: bold;
}

.case_list .info p {
    color: #626262;
    line-height: 25px;
    margin: 10px 0;
}

.case_list .info .fb span {
    display: inline-block;
    background: url(../images/hy.png) no-repeat left center;
    padding-left: 30px;
    color: #244a8f;
    margin-right: 10px;
}

.case_list .time_bar {
    float: right;
    width: 170px;
    height: 130px;
    background: #eeeeee;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    color: #b4b4b4;
    transition: all .8s;
    padding: 30px;
    box-sizing: border-box;
}

.case_list .time_bar .year {
    display: block;
    border-bottom: 1px solid #dcdcdc;
}

.case_list .time_bar .icon-yan {
    font-size: 18px;
    margin-right: 10px;
}

.case_list li:hover {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.case_list li:hover .time_bar {
    background: #194189;
    color: #fff;
}

.case_list .more_btn {
    margin-bottom: 100px;
    margin-top: 40px;
}

.download_part {
    background: #f6f6f6;
    padding: 80px 0;
}

.download_part .com_tit {
    position: relative;
}

.download_part .down_nav {
    position: absolute;
    right: 0;
    bottom: 0;
}

.down_nav a,
.down_nav2 a {
    display: inline-block;
    margin: 0 15px;
    font-size: 16px;
    color: #585858;
}

.down_nav a.active,
.down_nav2 a.active {
    font-weight: bold;
    color: #393939;
}

.download_list ul {
    /*margin-left: -6.3%;*/
    margin-top: 40px;
}

.download_list li {
    width: 48.3%;
    float: left;
    margin-right: 3.3%;
    margin-top: 40px;
    box-shadow: 0 5px 13px rgba(202, 210, 222, 0.5);
}

.download_list li:nth-child(2n){margin-right:0;}

.download_list li .img {
    width: 100%;
    height: 285px;
    position: relative;
    
    overflow: hidden;

    background-position: center; background-size: cover
}

.download_list li img {
    width: 100%;
    height: 100%;
}

.download_list .btnbar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    /*background: #194189;*/background: rgba(255,255,255,.8);
    line-height: 50px;
    width: 100%;
    transition: all .8s;
    transform: translateY(70px);
}

.download_list .btnbar a {
    display: block;
    width: 50%;
    /*float: left;*/margin: 0 auto;
    text-align: center;
    color: #999;
    font-size: 16px;
}

.download_list .read em {
    background: url(../images/read.png) no-repeat left center;
    padding-left: 33px;
}

.download_list .down em {
    background: url(../images/xz_icon.png) no-repeat left center;
    padding-left: 30px;
}

.download_list li:hover .btnbar {
    transform: translateY(0);
}



.download_list li .tit {
    text-align: center;
    /*margin-top: 30px;*/background: #194189; line-height: 60px; color: #fff;
    font-size: 18px;
}

/*下载中心*/
.down_nav2 {
    text-align: center;
    margin-bottom: 40px;
}

/*案例分享*/
.case_list2 {
    margin-top: 80px;
}

.case_list2 li {
    border-bottom: 1px solid #eee;
}

.case_list2 .more_btn {
    margin: 60px auto;
}

.xq_page2 {
    width: 1200px;
}

.artic_tit .fb {
    margin: 0 20px;
}

.artic_tit .fb em {
    background: url(../images/hy.png) no-repeat left center;
    padding-left: 25px;
    color: #194189;
}

.share_box {
    padding-bottom: 20px;
    border-bottom: 1px dashed #bfbfbf;
    line-height: 32px;
}

.share_box .tit {
    font-size: 16px;
    font-weight: bold;
    color: #194189;
}

.share_pic ul {
    margin-left: -1.8%;
}

.share_pic li {
    width: 31.5%;
    float: left;
    margin-left: 1.8%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.share_pic li h3 {
    text-align: center;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
}

.share_pic li .img {
    width: 100%;
    display: flex;
    justify-content: center;

    border: 1px solid #ddd;
    overflow: hidden;
    align-items: center;
    height: 300px
}

.share_pic li img {
    max-height: 100%;
    max-width: 100%
}

.share_con {
    padding-bottom: 60px;
}

.share_box:last-child {
    border-bottom: none;
}

/*品牌中心*/
.brand_ln {
    padding: 120px 0;
    text-align: center;
}

.brand_ln .com_tit {
    margin-bottom: 0;
}

.brand_ln .line {
    display: block;
    margin: 30px 0;
}

.brand_ln .ln_tit {
    margin-bottom: 50px;
}

.brand_ln .ln_tit h3 {
    font-size: 16px;
    font-weight: bold;
}

.brand_ln .ln_tit span {
    font-weight: bold;
}

.brand_ln .ln_text {
    line-height: 30px;
    color: #3a3535;
}

.brand_into {
    width: 100%;
    height: 114px;
    background: url(../images/into.jpg) no-repeat center;
    background-size: cover;
}

.brand_into .z-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    color: #fff;
}

.brand_into .into_logo {
    display: flex;
    align-items: center;
}

.brand_into .into_logo h3 {
    font-size: 16px;
    font-weight: bold;
}

.brand_into .into_logo img {
    margin-right: 30px;
}

.brand_into .into_btn {
    display: block;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
}

.brand_adv {
    /*background: url(../images/teambg.jpg) no-repeat center;*/
    background-size: cover;
    padding: 70px 0;
}

.adv_lb .img {
    width: 100%;
    /*height: 350px;*/


}

.adv_lb .img img {
    width: 100%;
    /*height: 100%;*/

    /*height: 350px;*/
    object-fit: cover;
    vertical-align: bottom;
}

.adv_lb .info_tit {
    background: #16a8a8;
    text-align: center;
    padding: 20px 10px;
    font-size: 16px; color: #fff;
}

.adv_lb .info_tit h3{font-size: 18px; margin-bottom: 15px; height: 40px; -webkit-line-clamp: 2;/*只显示2行*/
-webkit-box-orient: vertical;
display: -webkit-box;
overflow: hidden;}
.adv_lb .info_tit .zw{ height: 50px; -webkit-line-clamp: 2;/*只显示2行*/
-webkit-box-orient: vertical;
display: -webkit-box;
overflow: hidden;}


.pro_body .adv_lb .info_tit h3{ font-size: 16px;}
.pro_body .adv_lb .info_tit .zw{ font-size: 14px; height: auto;}
.pro_body .adv_lb .info_tit p{ font-size: 14px;}

.adv_lb .info_tit p{ font-size: 16px; line-height: 25px;}

.adv_lb li {
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
    box-shadow: 0 5px 15px rgba(152, 162, 191, 0.5);
}

.adv_lb li .info_mask {
    position: absolute;
    left: 0;
    top: 0;
    background: #16a8a8;
    color: #fff;
    height: 100%;
    padding: 15%;
    text-align: center;
    box-sizing: border-box;
    transition: all .8s;
    opacity: 0;
    width: 100%
}

.adv_lb li .info_mask .info_tit {
    background: none;
    padding: 0;
}

.adv_lb li .info_mask .info_tit h3{ font-size: 20px;}



.adv_lb li .info_mask .text {
    line-height: 24px;font-size: 14px;
    -webkit-line-clamp: 6;/*只显示2行*/
-webkit-box-orient: vertical;
display: -webkit-box;
overflow: hidden;
}

.adv_lb li .info_mask a { font-size: 16px; color: #fff;border: 1px solid #fff; border-radius: 50px;
    line-height: 35px; height: 35px; text-align: center; display: block; width: 8vw;margin: 0 auto;margin-top: 25px;
}

.adv_lb li .info_mask .line {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    margin: 20px auto;
}

.adv_lb li:hover .info_mask {
    opacity: 1;
}

.adv_lb .swiper-pagination span {
    background: #e16209;
    border-color: #e16209;
}

.str .z-container{width: 1400px;}

@media screen and (max-width: 1600px){
    .str .z-container{ width: 1300px;}
}
@media screen and (max-width: 1444px){
    .str .z-container{ width: 1200px;}



}
@media screen and (max-width: 1300px){
    .str .z-container{ width: 92%;}
    .adv_lb .info_tit h3{font-size: 18px; margin-bottom: 15px; -webkit-line-clamp: 1;/*只显示2行*/
-webkit-box-orient: vertical;
display: -webkit-box;
overflow: hidden;}
}


.str li{ width: 23.5%; float: left; margin-right: 2%; box-shadow: none}
.str .img{width: 100%; height: auto;}
.str li:nth-child(4n){margin-right:0;}
.str .adv_lb .info_tit {
    background: #c11920;
    text-align: center;
    padding: 13px 10px;
    font-size: 16px;
    color: #fff;
}











@media screen and (max-width: 1800px) {}

@media screen and (max-width: 1680px) {

}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1500px) {

}

@media screen and (max-width: 1440px) {
    .header_nav ul li {
    margin: 0 1vw;
    }
}

@media screen and (max-width: 1400px) {


    .xq_page {
        width: 94%;
    }

    .case_list,
    .index_news .tit {
        width: 94%;
    }

    .index_nav li {
        padding: 40px 20px;
    }

    .spanbar span {
        width: 33.3%
    }

    .about_info h3 {
        font-size: 30px;
    }

    .about_img {
        /*height: 70vh;*/
    }

    .banner_text span,
    .banner_text p {
        font-size: 20px
    }

    .banner_text h3 {
        font-size: 40px;
        line-height: 50px
    }

    .gallery-thumbs .swiper-slide {
        padding: 20px 0
    }

    .login_box {
        width: 450px
    }

    .log_tab {
        padding: 30px;
        padding-top: 0
    }

    .log_form li,
    .log_form li label {
        line-height: 40px;
        font-size: 16px
    }

    .log_form li {
        margin-bottom: 15px
    }

    .log_form li .input_text {
        height: 40px
    }

    .log_form .log_btn {
        height: 40px
    }

    .login_box {
        top: 60%;
        transform: translate(-50%, -50%)
    }

    .login_form li,
    .login_form li .input_text {
        height: 50px;
        line-height: 50px
    }

    .login_form li .z_codebtn {
        margin-top: 5px
    }

    .login_form li {
        padding: 0 15px
    }

    .login_tit {
        font-size: 18px
    }

    .log_nav {
        margin-bottom: 30px
    }

    .log_nav li,
    .log_nav a {
        line-height: 60px
    }

    .news_list li .img {
        height: 200px
    }

    .header_nav ul li a {
        font-size: 14px;
    }

    .header_user {
        margin: 0 10px
    }

    .header_user a {
        display: inline-block;
        line-height: 100px;
        float: left;
        margin-left: 10px;
    }

    .header_user em {
        display: inline;
    }

    .xy_scorll {
        max-height: 50vh;
        padding: 0 20px;
    }
}
@media screen and (max-width: 1300px) {

    .header_nav{ margin-left: 2%}
    .header_nav ul li {
    margin: 0 0.6vw;
}

}
@media screen and (max-width: 1200px) {
    .header_nav{margin-left: 0}
    .header_nav ul li {
        margin: 0 0.5vw;
    }
    /*.z-container,*/
    .xq_page2 {
        width: 94% !important;
    }

    .bg_left {
        margin-left: 50%;
    }

    .proxq_info {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .z_header {
        position: fixed;
        left: 0;
        top: 0px;
        width: 100%;
        height: 50px;
        background: #fff;
        z-index: 13;
    }

    .mobile_mask {
        height: 100%;
        position: fixed;
        left: 0;
        top: 50px;
        width: 100%;
        background: #194189;
        display: none;
    }

    .z_header .logo {
        height: 50px;
    }

    .menuBtn {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        background: #194189;
    }

    .menuBtn .line1,
    .menuBtn.on .line1 {
        margin-top: 17px;
    }

    .menuBtn span {
        background: #fff;
    }

    .header_login a {
        height: 50px;
        line-height: 50px;
    }

    .header_nav {
        opacity: 1;
        width: 100%;
        margin: 20px 0;
    }
    
    .header_nav ul{ margin: 0 auto}

    .header_nav ul li {
        display: block;
        width: 100%;
        line-height: 50px;
        margin: 0;
        text-align: center;
    }
    .header_nav dl{display: none;}
    .header_nav ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .header_a {
        display: flex;
        justify-content: space-between;
        padding: 0 10px;
        box-sizing: border-box;
        background: #75BF21;
    }

    .header_a span {
        line-height: 50px;
        margin: 0 auto;
        width: auto;
        display: inline-block;
    }

    .header_login {
        margin: 0 auto;
        float: none;
        margin-top: 30px;
        width: 200px
    }

    .header_right {
        height: auto;
        width: 100%;
        text-align: center;
        background: none;
    }

    .header_login a {
        background: #fff;
        color: #333;
        display: inline-block;
        width: 198px
    }

    .header_login .sj {
        color: #fff;
    }

    .other_banner {
        margin-top: 30px;
    }

    .z_header a,
    .z_header .iconfont,
    .z_header .header_a select {
        color: #fff !important;
    }

    .z_header2 .header_a .words {
        background: url(../images/arr.png) no-repeat right center;
    }

    .z_header .header_login a {
        color: #75BF21 !important;
    }

    .z_header .header_login .sj {
        color: #fff !important;
    }

    .about_jj .about_desc {
        width: 100%;
        float: none;
        text-align: left;
    }

    .about_jj .about_num {
        float: none;
        margin: 0 auto;
        display: inline-block;
        margin-top: 30px;
    }

    .about_jj {
        margin: 80px auto;
        text-align: center;
    }

    .Alliance_l,
    .Alliance_r {
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    .Alliance_r {
        display: none;
    }

    .header_user em {
        color: #fff;
        background: url(../images/hy.png) no-repeat left center;
    }

    .lljy {
        display: none
    }
}

@media screen and (max-width: 780px) {
    .banner_text span {
        font-size: 16px;
        padding: 5px 8px;
    }

    .banner_text h3 {
        font-size: 30px;
        margin: 20px 0;
        line-height: 35px;
    }

    .banner_text p {
        font-size: 14px;
    }

    .gallery-thumbs .swiper-slide {
        padding: 15px 0;
    }

    .index_nav li {
        width: 100%;
        padding: 20px;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
    }

    .index_nav li .logo {
        margin-right: 20px;
    }

    .index_nav li .logo img {
        max-width: 98px;
    }

    .index_nav .cn {
        margin-bottom: 10px;
    }

    .index_pro {
        padding: 30px 0;
    }

    .index_tit .cn {
        font-size: 22px;
    }

    .index_tit .desc {
        font-size: 14px;
    }

    .search_box {
        width: 80%;
        margin: 30px auto;
        height: 40px;
        line-height: 40px;
    }

    .search_box .input_text {
        height: 40px;
        padding: 0 10px;
        width: 70%;
        font-size: 14px;
        float: left;
    }

    .search_box .btn {
        width: 30%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .pro_lb li {
        /*height: 345px;*/
    }

    .pro_lb .pro_info {
        padding-bottom: 20px;
    }

    .index_about .about_info,
    .index_about .about_img {
        width: 100%;
        margin-top: 25px;
    }

    .about_img {
        padding: 0 66px;
        height: 400px;
        padding-right: 0;
        margin-top: 30px;
    }

    .about_info h3 {
        font-size: 22px;
        margin: 0;
        margin-bottom: 20px;
    }

    .about_li {
        margin: 30px auto;
    }

    .more_btn {
        height: 30px;
        line-height: 30px;
        width: 120px;
        font-size: 14px;
        margin-top: 10px;
    }

    .swiperbtn {
        left: 66px;
    }

    .swiperbtn.swiper-button-prev {
        left: 0;
    }

    .index_about {
        padding: 30px 0;
    }

    .index_news .tit {
        width: 100%;
    }

    .index_news .tit h3 {
        font-size: 20px;
    }

    .index_news .news_list li {
        width: 48%;
        margin-bottom: 20px;
    }

    .index_news {
        padding: 30px 0;
    }

    .index_news .tit {
        margin-bottom: 30px;
    }



    .z-container {
        width: 100%;
    }

    .wrapper {
        position: relative;
        left: 0;
        top: 0;
        overflow: hidden
    }

    .page_nav {
        display: block;
        width: 100% !important;
        background: #fff;
    }

    .page_nav li {
        padding: 10px;
        height: auto;
    }

    .page_nav3 {
        text-align: center;
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .page_nav3 li {
        display: inline-block;
        height: auto;
    }

    .about_tit .cn {
        font-size: 17px;
    }

    .about_jj {
        margin: 30px auto;
        padding-top: 0;
        width: 94%;
    }
    .about_jj .about_desc h3{ font-size: 20px;}
    .about_jj .about_desc h4 { font-size: 14px; margin-top: 0.6%; margin-bottom: 20px;}
    .about_jj .about_desc p{ font-size: 14px;}

    .about_tit .line {
        margin: 15px 0;
    }

    .about_text p {
        margin-bottom: 10px;
    }

    .iconbox h3,
    .iconbox p {
        display: none;
    }

    .iconbox .playbtn {
        margin-top: 0;
        width: 50px;
        height: 50px;
    }

    .pc_team {
        display: none;
    }

    .about_team {
        padding: 30px 0;
    }

    .com_tit {
        margin-bottom: 20px;
    }

    .com_tit span {
        font-size: 14px;
        padding: 4px 8px;
    }

    .com_tit h3 {
        font-size: 20px;
    }

    .mobile_team {
        display: block;
    }
    .pro_lb2{margin:40px auto 30px auto}
    .pro_lb2 li {
        width: 50%;
    }

    .other_banner {
        margin-bottom: 0;
    }

    .page_nav2 a {
        margin: 0 10px;
    }

    .news_list2 {
        margin: 0 auto;
        margin-top: 30px;
        width: 94%;
    }

    .news_list2 ul {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .news_list2 li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .news_list .info h3 {
        line-height: 20px;
        height: 40px;
    }

    .news_list .bar {
        line-height: 40px;
    }

    .news_page {
        padding-bottom: 30px;
    }

    .f3bg {
        padding-top: 50px !important;
    }

    .xq_page {
        margin: 0 auto;
    }

    .xq_left {
        width: 100%;
    }

    .artic_tit h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .artic_tit {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .xq_right {
        display: none;
    }

    .artic_con {
        padding: 20px 0;
        line-height: 24px;
        font-size: 12px;
    }

    .service_text {
        /*padding: 40px 0;*/padding:40px 0 0 0;
        width: 90%;
        margin: 0 auto;
    }

    .service_text h3 {
        font-size: 20px !important;
    }

    .service_text p {
        line-height: 20px;
        font-size: 14px;
    }
    .case_list{ margin-top: 30px;}
    .case_list .time_bar {
        display: none;
    }

    .case_list li {
        padding: 10px 0px;
        border-bottom: 1px solid #ddd;
    }

    .case_list li img {
        width: 100px;
        height: 80px;
        margin-right: 10px;
    }

    .case_list .info h3 {
        font-size: 14px;
    }

    .case_list .info p {
        line-height: 18px;
        font-size: 12px;
        margin: 0;
    }

    .case_list li .info {
        width: auto;
        float: none;
    }

    .case_list .info .fb {
        margin-top: 4px;
    }

    .case_list .more_btn {
        margin: 30px auto;
    }

    .download_part {
        /*padding: 30px 0;*/padding: 20px 0 0 0;
    }

    .download_part .down_nav {
        position: relative;
        left: 0;
        top: 0;
        margin-top: 20px;
    }

    .download_list {
        width: 94%;
        margin: 0 auto;
    }

    .download_list li .img {
        /*height: auto;*/ height: 180px;
    }
    .download_list li .tit{ font-size: 16px; line-height: 40px;}
    .download_list li .btnbar {
        display: none;
        transform: translateY(0);
        height: 50px;
        line-height: 50px;
    }

    .case_list2 {
        margin-top: 30px;
    }

    .artic_tit .alink a {
        margin-right: 0;
    }

    .artic_tit .fb {
        margin: 0;
    }
    #video{ margin-top: 55%}
    .brand_ln {
        padding: 30px 0;
    }

    .brand_ln .line {
        margin: 10px 0;
    }

    .brand_ln .ln_text {
        line-height: 24px;
    }

    .brand_ln .ln_tit {
        margin-bottom: 20px;
    }

    .brand_into .into_btn {
        width: 90px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .brand_into .into_logo img {
        margin-right: 10px;
        max-width: 90px;
    }

    .brand_into .into_logo h3 {
        font-size: 12px;
    }

    .brand_into {
        height: auto;
        padding: 20px 0;
    }

    .adv_lb .img {
        height: auto;
    }
     
    .adv_lb li .info_mask a{ width: 30vw}

    .brand_adv,
    .Alliance {
        padding: 50px 0;
    }

    .adv_lb li {
        margin-bottom: 45px;
    }
     .str .brand_adv{padding: 50px 0 0 0;}
    .str li{ width: 49%; margin-right: 2%;}
    .str li:nth-child(2n){ margin-right: 0}
    .str li .info_mask{padding:25% 2%}
    .str li .info_mask .info_tit{display: none}

.adv_lb .info_tit h3{font-size: 16px;}

    .sideMenu .tit {
        line-height: 40px;
        height: 40px;
        padding: 0 10px
    }

    .sideMenu .tit em {
        width: 10px;
        height: 10px;
        margin-top: 15px;
    }

    .sideMenu ul {
        padding: 10px;
    }

    .sideMenu .aplybtn {
        width: 120px;
    }

    .apply_pop {
        width: 94%;
    }

    .apply_pop h3 {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .apply_pop h3 .closebtn {
        width: 35px;
    }

    .rc_form {
        padding: 10px;
    }

    .rc_form li {
        width: 100%;
        height: 35px;
        margin-bottom: 10px;
    }

    .rc_form li label {
        line-height: 35px;
    }

    .up_bar {
        padding: 5px 10px
    }

    .rc_form .con {
        display: none;
    }

    .rc_form .subbtn {
        height: 35px;
        margin-top: 9px;
    }

    .zp_page {
        padding: 30px 0;
    }

    .zp_ln h3 {
        font-size: 20px;
    }

    .zp_ln p {
        line-height: 20px;
    }

    .probig_box {
        display: none;
    }

    .mobile_pro {
        width: 100%;
        height: 320px;
        padding: 20px;
        box-sizing: border-box;
        background: #fff;
        text-align: center;
    }

    .mobile_pro img {
        max-width: 100%;
        max-height: 100%;
    }

    .mobile_pro .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mobile_pro .swiper-pagination {
        bottom: 10px;
    }

    .mobile_pro .swiper-pagination span {
        background: #75BF21;
        border-color: #75BF21;
    }

    .pro_xqpage {
        width: 100% !important;
        padding: 10px 0;
    }

    .page_pronav {
        text-align: left;
        margin-bottom: 10px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .proxq_info {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

    .xq_tit {
        margin-top: 0px;
    }

    .xq_tit h3 {
        font-size: 16px;
    }

    .xq_tit p {
        font-size: 14px;
        line-height: 20px;
        margin: 10px 0;
    }

    .xq_cs {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 0;
    }

    .mobile_pro {
        display: block;
    }

    .pro_top {
        margin-top: 50px;
    }

    .pro_top {
        padding: 20px 0;
    }

    .xq_tabnav li {
        width: 30%;
        line-height: 43px;
        font-size: 14px;
    }

    .xq_tabnav {
        height: 45px;
    }

    .xq_tabcon {
        padding: 10px;
    }

    .jf_list .num_box {
        display: none;
    }

    .jf_banner,
    .jf_login {
        width: 100%;
        height: auto;
    }

    .jf_login .top_box {
        height: 150px;
    }

    .jf_login .headpic {
        width: 80px;
        height: 80px;
        margin: 0 auto
    }

    .jf_login .name {
        margin-top: 10px;
    }

    .jf_login .bottom a {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .jf_head {
        padding: 0;
    }

    .store_b .z-container {
        width: 100% !important;
    }

    .jf_banner .swiper-pagination {
        justify-content: center;
        padding: 0;
        bottom: 10px;
    }

    .jf_banner .swiper-pagination span {
        width: 10px;
        height: 10px;
        margin: 0 3px;
    }

    .jf_banner img {
        vertical-align: bottom;
    }

    .jf_list {
        padding: 0 10px;
        box-sizing: border-box;
    }

    .jf_list .tit {
        line-height: 60px;
        font-size: 16px;
    }

    .jf_list ul {
        margin-left: -2%;
    }

    .jf_list li {
        width: 48%;
        margin-left: 2%;
    }

    .jf_list .img .kc {
        line-height: 30px;
    }

    .jf_list .name,
    .jf_list .btnbar {
        padding: 8px;
    }

    .jf_list .score {
        font-size: 16px;
    }

    .jf_list .dh_btn {
        font-size: 12px;
    }

    .icon_bar {
        margin-top: 30px;
    }

    .icon_bar a {
        font-size: 12px;
        line-height: 30px;
    }

    .icon_bar a .iconfont {
        font-size: 20px;
        margin-right: 4px;
    }

    .jfnav_box {
        display: block;
        padding: 10px;
        margin: 10px auto;
    }

    .jfnav_box2 {
        z-index: 14;
        transform: translateY(0);
    }

    .jfnav_box .myjf {
        display: none;
    }

    .jfnav_box .jf_class h3 {
        padding-bottom: 10px;
        font-size: 14px;
    }

    .jfnav_box .class_a a.active {
        padding: 0 10px
    }

    .jfnav_box .class_a a {
        line-height: 24px;
        margin: 0 10px;
        margin-top: 5px;
    }

    .pages_bar .btn,
    .pages_bar a {
        line-height: 26px;
        height: 28px;
    }

    .pages_bar .btn {
        padding: 0 10px
    }

    .pages_bar a {
        width: 28px;
        margin: 0;
    }

    .jf_list2 li {
        margin-bottom: 10px;
    }

    .jfxq_head .pic,
    .jfxq_head .info {
        width: 100%;
        height: auto;
    }

    .jfxq_head {
        padding: 10px;
        box-sizing: border-box;
        margin: 0;
    }

    .jfxq_head .info {
        padding-left: 0;
    }

    .jfxq_head .info .tit {
        font-size: 14px;
        padding: 10px 0;
    }

    .dl_box dl {
        margin-top: 14px;
    }

    .dl_box .xh_list a {
        padding: 0 4px;
    }

    .dl_box .jf {
        font-size: 18px;
    }

    .dl_box dl dt {
        margin-right: 10px;
    }

    .jfpro_desc {
        box-sizing: border-box;
    }

    .jfpro_desc .tit {
        margin: 10px 0;
        font-size: 16px;
        padding: 0 10px;
    }

    .jfpro_desc .content_box {
        padding: 10px;
    }

    .dl_box dl {
        line-height: normal;
    }

    .dl_box .dhbtn {
        height: 34px;
        line-height: 34px;
        width: 100px;
    }

    .dl_box .xh_list a {
        line-height: 32px;
    }

    .jf_gz h1.tit {
        font-size: 17px;
    }

    .gz_box {
        padding: 15px 0;
    }

    .gz_box .tit {
        font-size: 14px;
    }

    .ques_list {
        padding: 10px 0;
    }

    .s_user li.dz {
        width: 100%;
    }

    .s_user li {
        width: 100%;
        height: 36px;
        line-height: 36px;
        margin-bottom: 10px;
        padding: 0 5px;
    }

    .s_user li label {
        font-size: 12px;
    }

    .s_user li.addre {
        width: 100%;
    }

    .s_user .tit {
        margin: 10px 0;
    }

    .dh_page {
        padding: 10px;
    }

    .dh_pro .dh_pro_info {
        padding: 10px;
    }

    .dh_pro_info .img {
        margin-right: 0;
    }

    .dh_pro_info .right {
        width: 100%;
    }

    .dh_pro_info .basic h3 {
        font-size: 14px;
    }

    .ts_bar {
        margin: 30px 0;
    }

    .dh_page {
        margin: 0 auto;
    }

    .user_banner {
        height: 250px;
        padding-top: 30px;
    }

    .user_head {}

    .user_head .headpic,
    .change_head .img {
        width: 80px;
        height: 80px;
    }

    .user_head .head_name {
        margin-top: 5px;
        font-size: 14px;
    }

    .user_head .myjf {
        line-height: 20px;
        margin-top: 5px;
    }

    .user_banner {
        display: block;
    }

    .user_nav a {
        font-size: 12px;
    }

    .user_nav {
        bottom: 10px;
    }

    .user_tit .en {
        font-size: 16px;
    }

    .user_menu a {
        font-size: 12px;
        margin-left: 10px;
    }

    .user_tit {
        padding: 0 10px;
        box-sizing: border-box;
        margin: 10px 0 !important;
    }

    .user_info {
        padding: 30px 10px;
    }

    .input_warp label {
        font-size: 14px;
        line-height: 30px;
        width: 25%;
    }

    .input_warp .input_text {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        width: 75%;
    }

    .change_head .img {
        margin-bottom: 5px;
    }

    .input_warp {
        margin-top: 20px;
    }

    .input_warp .xq_txt {
        height: auto;
        padding: 10px 0;
        line-height: 20px;
    }

    .input_warp .input_text .mr {
        line-height: 20px;
    }

    .address_warp {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .address_li .xq {
        width: 100%;
        margin-left: 0;
    }

    .address_li {
        position: relative;
    }

    .address_li .set {
        line-height: 24px;
        font-size: 12px;
        margin-top: 10px
    }

    .keep_btn {
        height: 30px;
        width: 90px;
        margin-top: 30px;
    }

    .order_info {
        padding: 10px;
    }

    .order_tit {
        line-height: 30px;
    }

    .order_desc .img {
        width: 80px;
        height: 80px;
    }

    .order_desc .info h3 {
        font-size: 14px;
    }

    .order_desc .img {
        margin-right: 10px;
    }

    .order_li {
        position: relative;
        margin-bottom: 0;
    }

    .order_li .user {
        display: none;
    }

    .del_order {
        padding: 4px 6px;
        font-size: 12px;
        top: 66%;
    }

    .order_tit {
        padding: 0 10px;
        font-size: 12px;
    }

    .order_tit span {
        margin-right: 10px;
    }

    .order_desc .info .stauts {
        position: absolute;
        top: -27px;
        line-height: 18px;
        box-sizing: border-box;
        right: 0;
        font-size: 12px;
    }

    .order_desc em {
        font-size: 16px;
    }

    .order_desc .info {
        width: 70%;
    }

    .order_desc,
    .person_jf {
        padding: 10px 0;
    }

    .order_info .pages_bar {
        margin: 20px 0;
    }

    .jf_li p,
    .jf_li h3 {
        width: 100%;
    }

    .jf_li h3 {
        font-size: 16px;
    }

    .jf_li .jfnum {
        position: relative;
        top: 0;
        right: auto;
        transform: translateY(0);
        background-size: auto 100%;
        padding-left: 30px;
        font-size: 14px;
    }

    .jf_li {
        padding: 10px 0;
    }

    .user_nav .iconfont {
        font-size: 24px;
    }

    .person_jf .more_btn {
        margin-top: 10px;
    }

    .msg_list .jfnum {
        height: 24px;
        line-height: 24px;
    }

    .msg_list h3 {
        line-height: 24px;
    }

    .case_page {
        padding: 10px;
    }

    .case_page li {
        padding: 10px 0;
    }

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

    .case_page li .info,
    .case_page li h3 {
        width: 100%;
        margin: 0;
    }

    .case_page li .tit {
        width: 70%;
        font-size: 14px;
    }

    .case_page li .jfnum {
        height: 24px;
        background-size: auto 100%;
        line-height: 24px;
        padding-left: 30px;
    }

    .case_page .edit_bar {
        opacity: 0;
        position: relative;
        top: auto;
        opacity: 1;
    }

    .case_page li .stauts {
        line-height: 18px;
    }

    .case_page .more_btn {
        margin-top: 20px;
    }

    .case_up {
        padding: 10px;
    }

    .case_up .titbar {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .case_up li label {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .case_up li .input_text {
        height: 40px;
        padding: 0 10px
    }

    .case_up li {
        margin-bottom: 10px;
    }

    .case_up li .textea {
        height: 120px;
        padding: 10px;
    }

    .case_up .addpic_btn {
        height: 35px;
        line-height: 35px;
    }

    .case_up .fbbtn {
        width: 120px;
        height: 40px;
        margin: 10px auto;
    }

    .user_tit .case_btn {
        width: 90px;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
    }

    .success_pop {
        width: 80%;
        padding: 20px 0;
    }

    .success_pop img {
        height: 50px;
    }

    .success_pop h3,
    .fw_yz h3 {
        font-size: 18px;
    }

    .success_pop .surebtn {
        height: 30px;
        line-height: 30px;
        margin-bottom: 0;
        width: 90px;
    }

    .yz_box {
        width: 100%;
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin: 20px 0;
    }

    .fw_yz .btn {
        width: 120px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin: 20px auto;
    }

    .address_li select,
    .address_li .xq,
    .input_warp .input_text,
    .input_warp label {
        font-size: 12px;
    }

    .input_warp li {
        margin-top: 0;
    }

    .sj_head {
        display: block;
    }

    .sj_head .headpic {
        margin-top: 60px;
    }

    .sj_head .z-container {
        display: block;
    }

    .sj_head .z-container a {
        width: 45%;
    }

    .keep_btn,
    .change_head {
        font-size: 14px;
    }

    .seller_dl {
        font-size: 14px;
    }

    .seller_dl dl {
        width: 100%;
        border-right: none;
    }

    .seller_dl dl dd {
        width: 59%;
        display: inline-block;
        height: 36px;
        vertical-align: top;
        line-height: 36px;
    }

    .sjbtn_bar a {
        width: 100px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin: 0 10px
    }

    .card_page {
        padding: 10px;
        background: #f3f3f3;
    }

    .card_page .tit_bar {
        margin-bottom: 10px;
    }

    .sj_nav a {
        width: 100px;
        font-size: 14px;
        line-height: 35px;
        height: 35px;
        background: #fff;
    }

    .user_tit .tit2 {
        font-size: 18px;
    }

    .sj_nav {
        margin-top: 20px;
    }

    .seller_dl dl,
    .seller_box .tit {
        line-height: 30px;
    }

    .seller_box .tit {
        font-size: 16px;
    }

    .fwyz_page {
        margin-top: 50px;
    }

    .fwyz_page .fwbox {
        width: 100%;
        height: 400px;
    }

    .fwbox .logo img {
        height: 30px;
    }

    .fwbox .tit {
        margin: 20px 0;
    }

    .fwbox .tit h3 {
        font-size: 18px;
    }

    .fwyz_page .fwbox .flex {
        width: 94%;
        margin-top: 0;
    }

    .fwbox .into {
        transform: translateY(0);
        opacity: 1;
        width: 120px;
        height: 35px;
        line-height: 35px;
    }

    .fwlogin_box {
        width: 94%;
    }

    .fwlogin_box .titbar {
        margin: 30px 0;
    }

    .fwlogin_box .titbar img {
        height: 20px;
    }

    .fwlogin_box .titbar h3 {
        font-size: 14px;
    }

    .fwlogin_box form {
        padding: 0 20px;
    }

    .fwlogin_box form li {
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        margin-bottom: 15px;
    }

    .fwlogin_box .text::-webkit-input-placeholder,
    .fwlogin_box form li {
        font-size: 14px;
    }

    .fwlogin_box .btn {
        width: 120px;
        height: 35px;
        line-height: 35px;
    }

    .fwlogin_box .btm_text {
        display: block;
        margin-top: 50px;
        margin-bottom: 10px;
    }

    .fwlogin_box .btm_text .left {
        margin-bottom: 10px;
    }

    .fwyz_login {
        padding-top: 125px;
    }

    .fw_visitor .titbar {
        margin: 10px 0;
    }

    .fw_visitor .visitor_bar,
    .fw_visitor .visitor_bar .z-container {
        display: block;
        height: auto;
        padding: 10px 0;
    }

    .fw_visitor .btms_text {
        display: block;
    }

    .fw_visitor .btms_text .left {
        border-right: none;
        margin-bottom: 20px;
    }

    .fw_visitor {
        padding-top: 50px;
    }

    .visitor_info .desc h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .visitor_info .desc {
        margin: 10px 0;
    }

    .login_box {
        width: 84%;
    }

    .log_nav li {
        line-height: 40px;
        font-size: 14px;
    }

    .log_tab {
        padding: 20px;
    }

    .log_form li {
        margin-bottom: 10px;
    }

    .log_form li,
    .log_form li .input_text,
    .log_form li label {
        line-height: 40px;
        font-size: 14px;
    }

    .log_form .log_btn {
        margin-top: 0px;
        height: 40px;
        line-height: 40px;
    }

    .login_form li {
        padding: 0 10px
    }

    .login_tit,
    .login_form li,
    .login_form li .input_text {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .login_form li label,
    .login_form li .input_text {
        font-size: 14px;
    }

    .login_form li .z_codebtn {
        width: 80px;
        height: 30px;
        margin-top: 5px;
    }

    .login_form li #code_text {
        width: 40%;
    }

    .xy_notice {
        margin: 15px 0;
        padding: 0 10px;
    }

    .magic_btn+label {
        width: 18px;
        height: 18px;
    }

    .login_form .zcbtn {
        width: 100px;
        height: 35px;
        line-height: 35px;
    }

    .xy_scorll {
        padding: 0 10px;
        padding-top: 10px;
    }

    .xy_box {
        padding-bottom: 10px;
    }

    .log_form .bar {
        margin: 20px 0;
    }

    .btms_text {
        padding: 0 10px;
        margin-top: 50px;
        display: block;
        margin-bottom: 10px;
    }

    .btms_text .right h3 {
        font-size: 14px;
    }

    .btms_text .left {
        margin-bottom: 10px;
    }

    .share_box {
        line-height: 28px;
        padding: 5px 0;
        margin-top: 0;
    }
    
    .share_box .wxImg{ float:left;margin-right:1vh}

    .share_pic ul {
        margin-left: 0;
    }

    .share_pic li {
        width: 100%;
        margin-left: 0;
        margin: 0;
        margin-bottom: 10px;
    }

    .case_page .edit_bar .btn {
        background: #75BF21;
        color: #fff;
    }

    .jf_list .img {
        height: auto;
    }

    .process_lb {
        height: auto;
    }

    .process_lb li {
        background: none !important;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .process_lb li .dot {
        display: none;
    }

    .process_lb li h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .process_lb li p {
        font-weight: normal;
        font-size: 14px;
    }

    .process_lb li:hover h3 {
        font-size: 16px;
    }

    .process_lb li .text {
        position: relative !important;
        white-space: normal;
        padding: 0 50px;
        box-sizing: border-box;
        margin-left: auto !important;
        left: auto !important;
        top: auto !important;
        margin-top: 0 !important;
        word-wrap: break-word !important;
    }

    .honer_group {
        display: block;
    }

    .process {
        padding: 30px 0;
    }

    .notice_bar {
        display: none;
    }

    .notice_bar2 {
        text-align: center;
        color: #999;
        margin-top: 30px;
        display: block;
    }

    .yearbar {
        background: none;
    }

    .gallery-th .swiper-slide {
        font-size: 18px;
        text-align: center;
    }

    .gallery-th .swiper-slide-thumb-active {
        font-size: 18px;
    }

    .gallery-th .swiper-slide-thumb-active:before {
        top: -10px;
    }

    .yearbar .btn {
        top: 26px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 20px;
        background: #c11920;
        color: #fff;
    }

    .yearcon .swiper-slide li {
        width: 100%;
        padding: 10px;
    }

    .yearcon .swiper-slide li:hover {
        background: none;
        color: #333;
    }

    .yearcon .swiper-slide {
        padding: 0;
        height: 300px;
    }

    .yearcon .swiper-slide li {
        line-height: 24px;
    }

    .yearbar {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0px auto;
        padding-bottom: 10px;
        box-sizing: border-box;
        height: auto;
    }

    .honor {
        padding: 30px 0;background-size: auto;
    background-position: left;
    }
    .honor .about-desc{font-size: 14px; width: 100%}
    .logo_warp {
        margin: 30px auto;
        height: 80px;
    }

    .log_form li .user,
    .log_form li .code {
        background-size: auto 25px;
    }

    .mobile_table {
        display: block;
    }

    .pc_table {
        display: none;
    }

    .sj_search {
        float: none;
        display: block;
        margin: 10px auto;
        width: 94%;
        height: auto;
        line-height: 38px
    }

    .sj_subnav {
        float: none;
        display: block;
        text-align: center;
    }

    .sj_subnav a {
        margin: 0 10px;
    }

    .spanbar span {
        width: 50%
    }

    .case_list3 {
        padding-top: 10px
    }

    .news_list li .img {
        height: auto
    }

    .log_nav a {
        line-height: 40px;
        font-size: 14px
    }



    .retop {
        width: 50px;
        height: 50px;
        line-height: 50px;
        bottom: 70px;
        right: 10px;
    }

    .retop img {
        max-width: 30px;
    }

    .tishi {
        display: block
    }

    input[type=date] {
        -webkit-appearance: none;
        appearance: none;
        -ms-appearance: none;
        height: 20px;
        border: none;
        background: none;
    }
}

@media screen and (max-width: 415px) {

.pro_lb li .cn, .pro_lb li .en { font-size: 16px;}

    .about_info p {
        font-size: 14px;
    }

    .about_li {
        width: 100%;
    }

    .about_img {
        padding: 0;
        height: 150px;
    }

    .swiperbtn {
        width: 33px;
        height: 33px;
        line-height: 33px;
    }

    .swiperbtn .iconfont {
        font-size: 18px;
    }

    .swiperbtn {
        left: 33px;
    }

    .index_news .tab_nav {
        position: relative;
        top: 0;
        transform: translateY(0);
        margin-top: 20px;
    }

    .news_list .info .desc {
        padding: 10px;
    }

    .index_news .news_list li {
        width: 96%;
    }

    .about_num .left,
    .about_num .right {
        width: 150px;
        margin: 0 3px;
    }

    .about_num .box {
        width: 150px;
        height: 140px;
        margin-bottom: 6px;
    }

    .about_num .box .counter {
        font-size: 26px;
    }

    .pro_lb2 li {
        width: 100%;
        /*height: 320px;*/
        margin-bottom: 20px;
    }

    .pro_lb .pro_info {
        background: #75bf21;
        color: #fff;
        padding: 10px;
        /*text-align: left;*/
        text-align: center;
    }

    .download_list ul {
        margin: 0;
    }

    .download_list li {
        width: 100%;
        margin-left: 0;
        /*margin-bottom: 20px;*/
        margin-top: 20px;
    }

    .download_list li .tit {
        /*margin-top: 10px;*/
    }

    .download_part .more_btn {
        margin: 30px auto;
    }

    .download_list .btnbar a {
        font-size: 14px;
    }

    .download_list .read em {
        padding-left: 30px;
    }

    .adv_lb .info_tit {
        background: #16a8a8;
        color: #fff;
        overflow: hidden;
    }

    .swiper-pagination span {
        margin: 0 2px;
    }

    .all_show li {
        padding: 10px 0;
        display: flex;
        align-items: center;
    }

    .all_show li .info {
        line-height: 20px;
        font-size: 12px !important;
    }

    .ly_part {
        padding: 30px 0;
    }

    .ly_part .ly_desc {
        width: 100%;
    }

    .ly_form {
        width: 100%;
    }

    .ly_part .z-container {
        padding: 20px;
    }

    .ly_desc .tit h3 {
        font-size: 15px;
        line-height: 18px;
    }

    .ly_desc .tit .line {
        margin: 10px 0;
    }

    .ly_desc .text {
        line-height: 20px;
    }

    .ly_desc .hot_tel span {
        margin-top: 0;
    }

    .contact_desc .tit {
        padding: 20px 0;
    }

    .contact_desc .tit span {
        display: block;
        position: relative;
        left: 0;
        top: 10px;
        transform: translateY(0);
        float: none;
    }

    .contact_desc .tit {
        font-size: 16px;
    }

    .contact_desc span .tel {
        font-size: 20px;
    }

    .contact_desc .desc_box {
        height: auto;
        display: block;
        padding: 10px 0;
    }

    .contact_desc .desc_box li {
        width: 100%;
        margin-bottom: 10px;
    }

    .contact_desc .desc_box span {
        margin-bottom: 0;
    }

    .banner_tit p {
        display: none;
    }

    .banner_tit .search_box {
        margin: 10px auto;
    }

    .addre_btn {
        margin-top: 60px
    }

    .header_nav ul li {
        line-height: 40px
    }

    .log_nav li a {
        font-size: 14px
    }

    .table_box dl dd {
        font-size: 12px;
    }

    .table_box dl dt {
        width: 35%;
        font-size: 12px;
    }

    .table_box dl .see {
        display: inline-block;
        height: auto;
        padding: 2px 5px;
        line-height: normal;
    }

    .index_pro {
        background-attachment: inherit;
    }

    .moxie-shim.moxie-shim-html5 {
        width: 100% !important;
        height: 100% !important;
    }

    .video_bar {
        padding: 100px 0;
    }

    .page_nav li a {
        display: block;
    }

    .ifram_box {
        width: 94% !important;
        height: 200px !important;
    }



    .order_desc .info {
        line-height: 24px
    }

    .share_pic li .img {
        height: auto
    }

    .header_user em {
        width: 140px;
    }

    .logo_warp li img {
        max-width: 90%;
        max-height: 90px;
    }

    .seller_dl dl input {
        height: 35px;
        line-height: 35px
    }

    .login_box {
        top: 50%;
    }

    .code_text {
        width: 40% !important;
    }

    .z_notice_info {
        display: block !important;
        padding: 0 10px;
        padding-top: 10px !important;
        font-size: 14px !important;
    }

    .xq_tabcon iframe {
        height: auto !important;
    }

    table {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .s_user li.dz span {
        width: 100%;
    }

    .s_user li.addre {
        margin-top: 30px;
    }
}

@media screen and (max-width: 320px) {

    .about_num .left,
    .about_num .right,
    .about_num .box {
        width: 140px;
    }

    .order_desc .info .stauts {
        top: 7px;
    }

    .header_login {
        margin-top: 0px;
    }

    .header_nav {
        margin-bottom: 0;
    }

    .log_form li .input_text,
    .login_form li .input_text {
        width: 60%;
    }

    .code_text {
        width: 30% !important;
    }

    .login_form li label,
    .login_form li .input_text {
        font-size: 12px;
    }
}



.wxImg{ float: right; margin-left: 2vh; text-align: center;}
.wxImg img{ width: 100px; height: 100px;}