html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body {
    color: #666;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-weight: 400;
}

a:hover {
    text-decoration: none;
}

.navbar-form {
    margin-top: 25px;
    margin-left: 30px;
}

.sinput {
    border-radius: 20px;
    height: 36px;
    font-size: 14px;
    color: #666;
}

.fgroup {
    position: relative;
}

.fgroup .icon-search {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 20px;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid;
    border-bottom-color: rgb(255, 255, 255, 0.4);
}

.navbar-nav>li {
    margin: 18px 30px;
    border-left: 1px solid;
    border-left-color: rgb(255, 255, 255, 0.4);
}

.dropdown-menu {
    background: #d43900;
}

.dropdown-menu>li>a {
    color: #fff;
}

.nav>li:hover .dropdown-menu {
    display: block;
}

.series {
    margin-top: 50px;
}

.ny-about {
    padding-top: 3%;
    padding-bottom: 5%;
}
.honor img{
    border:1px solid #ddd;
}
.card-heading{
    line-height: 48px;
}
.ab-tit h2 {
    font-size: 30px;
    color: #333;
    padding-bottom: 20px;
}

.ab-tit {
    background: url(../styles/images/lite.png) no-repeat center bottom;
    margin: 3% 0 4%;
}

.show-item {
    width: 100%;
}

.show-item ul {
    margin-left: -2px;
    margin-right: -2px;
    padding-left: 0px;
}

.show-item ul li {
    /* float: left; */
    overflow: hidden;
    cursor: pointer;
    position: relative;
    /*padding:10px;*/
    margin-bottom: 35px;
}

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

.item-box img {
    width: 100%;
    border: 1px solid #ddd;
}

.show-item ul li img {
    max-width: 100%;
    height: auto;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.show-item li:hover img,
.leader-list1:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -o-opacity: 0;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.mask_warp {
    display: table;
    width: 100%;
    height: 100%;
}

.mask-cont {
    display: table-cell;
    padding: 20% 7%;
}

.mask-cont h1,
.mask-cont p,
.mask-cont span {
    color: white;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -o-opacity: 0;
    transition: .35s;
}

.mask-cont h1 {
    font-size: 36px;
    font-weight: bold;
    max-width: 70%;
}

.mask-cont p {
    font-size: 16px;
    margin: 10% 0;
}

.mask-cont span {
    text-align: center;
    font-size: 16px;
    padding: 4% 10%;
    border: 1px solid #fff;
    color: white;
}

.btn-product {
    border-radius: 30px;
    border: 2px solid #FFF;
    color: #fff;
    margin-top: 40px;
    padding: 10px 30px;
    background: none;
}

.item-box:hover>.mask {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    -o-opacity: 100;
    background-color: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7e5d1e, endColorstr=#7e5d1e), alpha(opacity=0);
}

.item-box:hover>.mask p,
.item-box:hover>.mask h1,
.item-box:hover>.mask span {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    -o-opacity: 100;
    /* -webkit-transform: translate3d(0,0px,0);
    transform: translate3d(0,0px,0); */
}

.item-box:hover>.mask span {
    margin: 3% auto 0;
}

.item-content {
    padding-right: 5%;
}

.blocks>li,
[class*="blocks-"]>li {
    position: relative;
    float: left;
    min-height: 1px;
    margin-right: 10px;
    margin-left: 10px;
    /*margin-bottom: 22px;*/
}

.item-box h2 {
    position: absolute;
    bottom: 40px;
    left: 30px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.sy-about {
    padding: 20px 0 18px;
}

.ainfo {
    line-height: 30px;
    margin-bottom: 30px;
}

.sy-products {
    padding: 2px 0 0px;
}

.pro-list {
    padding: 0px;
}

a.pro {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 30px 0 0;
}

a.pro img {
    transition: all ease-in-out .3s;
}

a.pro:hover img {
    transform: scale(1.2, 1.2);
}

span.pbg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 15px;
    width: 100%;
    height: 100%;
    background: rgba(2, 120, 130, .7);
    color: #fff;
    opacity: 0;
}

a.pro:hover span.pbg {
    opacity: 1;
}

span.pbg i {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pro-text {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
}



/* ------------newsbox */
.sy-news2 {

    padding-top: 40px;
    padding-bottom: 20px;
}

.nlist {
    padding-left: 30px;
}

.nlist li {
    border-bottom: 1px dashed #aaa;
    line-height: 42px;
}

.nlist li a {
    color: #555;
}

.nlist li a:hover {
    color: #027882;
    font-weight: bold;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
}

.sy-news {
    margin: 30px 0px;
}

.eqtit {
    margin-top: 30px;
    margin-bottom: 40px;
}

.eqtit h2 {
    margin: 0px 0 10px 0;
    position: relative;
    color: #027882;
    font-size: 36px;
}

.new h4,
.new h3 {
    font-weight: normal;
}

.new h4 {
    color: #be0003;
    margin-top: 20px;
}

.new h3 {
    color: #000;
    margin-bottom: 20px;
}

.date {

    padding-top: 10px;
    padding-bottom: 15px;

}

/* .date span {
	color: #333;
	font-size: 36px;
	display: block;
	line-height: 56px;
}

.date i {
	display: block;
	color: #a0a0a0;
	font-size: 14px;
	font-style: normal;
} */
.liu-img,
.nimg {
    overflow: hidden;
}

.liu-img img,
.nimg img {
    transition: all ease-in-out .3s;
}

.liu-img:hover img,
.nimg:hover img {
    transform: scale(1.2, 1.2);
}


/* -------------首页产品 */
.sy-pro ul li {
    background: url(images/list_bg.jpg)no-repeat;
    transition: all 0.3s;
    margin: 6px 0;
}

.sy-pro ul li:hover {
    background: url(images/list_bg2.jpg)no-repeat;
}

.sy-pro ul li a {

    width: 100%;
    display: inline-block;
    background: url(images/jian.png)no-repeat 0 50%;
    line-height: 41px;
    border-radius: 5px;
    color: #fff;
    padding-left: 30px;
    margin-left: 8px;

}

.sy-pro-img {
    text-align: center;
    margin-top: 2%;
}

.sy-pro-img p a {
    color: #333;
    line-height: 40px
}

.sy-pro-img p {
    border: solid #e3e3e3 1px;
    border-top: 0;
}

.sy-pro-img .col-md-4 {
    margin: 10px 0;
}


/* ----------产品左侧标题 */
.pro-c .bt {
    margin-bottom: 40%;
    padding-top: 20px;
    background: url(images/line.png)no-repeat left top;
}

.pro-c .bt h1 {
    color: #ee5f22;
    font-size: 50px;
}

.pro-c .bt p {
    color: #5e5e5e;
    font-size: 36px;
}

.pro-c .bt i {
    color: #333;
    font-size: 11px;
    font-style: normal;
}

.pro-c .bt2 p {
    color: #fff;
    font-size: 14px;
}

.pro-c .bt2 h3 {
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.bt2-1 {
    overflow: hidden;
    border-bottom: 1px solid #888888;
    padding-bottom: 10px;
}

.bt2-1 img {
    float: left;
    padding: 20px;
    width: 41%;
}

.pro-c {
    padding: 30px 0;
    background: url(images/pro_bg.png)no-repeat;
    background-size: 100% 100%;
    padding-bottom: 240px;
    margin-top: 30px;
}

.ab-p h2 {
    color: #d43900;
    font-size: 22px;
    font-weight: 600;
    padding: 18px 0;

}

.ab-p p {
    font-size: 14px;
    color: #555;
    line-height: 22px;
    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 6;
}

.ab-p a {
    font-size: 12px;
    color: #7d7d7d;
    display: inline-block;
    padding: 8px;
    border: 1px solid #7d7d7d;
    margin-top: 20px;
}


.pro-i {
    padding: 4%;
    background: #fff;
}

.pro-i h3 {
    font-size: 12px;
    color: #333333;
    margin: 10px 0;
}

.pro-i a {
    font-size: 12px;
    color: #ee5f22;
    display: inline-block;
    padding: 8px;
    border: 1px solid #ee5f22;
}

.ab-c {
    overflow: hidden;
    background: #d43900;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 7% 0 0;
}

.ab-bg {
    margin: 0 0 7%;
}

.ab-i {
    padding: 10px;
}

.ab-i h2 {
    margin: 2px 0;
}

.ab-i p {
    margin: 2px 0;
}

.ad h2 {
    font-weight: 700;
    color: #555;
    font-size: 20px;
    margin-bottom: 20px;
}
.foot a{
    color: #fff;
}
.pinfo{
	
}
.ptit{
	line-height: 36px;
	background-color: #efefef;
}
.ptit h2{
	width: 178px;
	padding-left: 15px;
	border-right: 1px solid #ccc;
	line-height: 36px;
	background-color: #fff;
	border-top: 2px solid #4d9058;
	font-size: 16px;
}
.pnfo{
	padding: 3%;
	line-height: 30px;
}

.ad h3 {

    color: #000;
    font-size: 16px;
    line-height: 40px;
}

.ad p {
    color: #555;
    font-size: 12px;
    line-height: 23px;
}

.ad .col-md-6 .col-md-6 {
    min-height: 200px;
    padding-top: 10px;
}

.pro h3 {
    color: #222;
    line-height: 27px;
}
.contact-c{
    line-height: 30px;
}
.contact-c h2{
    margin-bottom: 3%;
}
.pro .text-center a {
    font-size: 16px;
    color: #7d7d7d;
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid #7d7d7d;
    margin-top: 20px;
    border-radius: 4px;
}

.bt2 {
    background: #474747;
}

.news {
    overflow: hidden;
    margin-bottom: 5%;
}

.news .col-md-6 {
    padding: 0;
}

.news .n-b {
    padding: 7%;
    padding-bottom: 0;
}

.news .n-r {
    border-left: 1px solid #ee5f22;
    padding-left: 15px;
}

.news h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #5a5a5a;
    font-size: 18px;
    margin-bottom: 10px;
}

.news img {
    width: 100%;
}

.news p {
    color: #555555;
    font-size: 15px;
    line-height: 24px;
    padding: 5px 0;
}

.news i {
    font-style: normal;
    color: #ee5f22;
    font-size: 11px;
}

.swiper-container {
    width: 100%;
}

.pro {
    margin-bottom: 30px;
}

.foot ul h2 {
    display: block;
    background: url(images/line.png)no-repeat left bottom;
    background-size: initial;
    border-left: 0 solid #000;
    border-right: 0 solid #000;
    border-top: 0 solid #000;
    border-bottom: 0 solid #000;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
}

.foot {
    background: #121212;
    color: #fff;
    padding: 20px 0;
    padding-bottom: 0;
}

.foot li {
    line-height: 30px;
}

.foot>.text-center {
    border-top: 1px solid #444;
    margin: 30px 0 0;
    line-height: 50px;
    color: #ccc;
}

.mail {
    background-color: #fff;
    border: 0 solid #ccc;
    border-radius: 0;
    position: relative;
    font-family: Questrial;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2em;
    text-align: left;
}

.mail input {
    border: 0;
    display: inline-block;
    font-size: 14px;
    color: #212223;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    max-width: 90%;
    text-indent: 10px;
    outline: 0;
    background-color: transparent;
    box-shadow: 0 0 0 #fff;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    font: 400 13.3333px Arial;
}

.mail button {
    top: -0px;
    bottom: -0px;
    right: -0px;
    border-radius: 0;
    position: absolute;
    border-radius: 0;
    font-size: 14px;
    color: #fff;
    background-color: #d43900;
    border-radius: 0;
    line-height: 40px;
    padding: 0 24px;
}
.xing{
    line-height: 40px;
    border-top: 1px solid #dfdfdf;
    margin-bottom: 10px;
}
.pbox{
   
}
.pb{ border: 1px solid #ccc;}
.pbox .nav-tabs{
    background:#efefef;
    

}
.pbox .nav-tabs>li.active>a,.pbox .nav-tabs>li.active>a:focus,.pbox .nav-tabs>li.active>a:hover {
    color: #4d9058;
    background-color: #fff;
    border:0 none;
    border-top: 2px solid #4d9058;
    border-bottom-color: transparent;
}
.pbox .nav-tabs>li>a{
    border-radius: 0;
    border-right: 1px solid #ccc;
}

















@media (max-width: 768px) {
    .sy-pro ul li {
        width: 48%;
        margin: 6px 1%;
    }

    .pro-c {
        padding-bottom: 30px;
    }

    .bt2-1 {
        padding: 5px;
    }

    .navbar-form {
        margin: 0;
    }
}

.swiper-container {
    --swiper-theme-color: #afadaf;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #afadaf;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
}

#map {
    width: 100%;
    height: 400px;
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    width: 100%;
    list-style: none;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.grid img{
    border: 1px solid #ddd;
}
.grid p,.pro h3{
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;/*想省略几行就写几*/
 -webkit-box-orient: vertical;
 height: 32px;
 line-height: 32px;
 color: #555;
}
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    opacity: 1;
}

.grid figure figcaption {
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::after,
.grid figure figcaption::before {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -.15em;
    padding: 10px 0;
    font-weight: 300;
    color: #fff;
    background: rgba(212, 35, 29, 0.8)
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    color: #fff;
}

figure.effect-goliath {
    background: #d43900;
}

figure.effect-goliath h2,
figure.effect-goliath img {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
}

figure.effect-goliath img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid #ddd;
}

figure.effect-goliath h2,
figure.effect-goliath p {
    position: absolute;
    bottom: 15px;
    left: 40%;
}
figure.effect-goliath p {
    text-transform: none;
    opacity: 0;
    left: 30%;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
}

figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}

figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
}

figure.effect-goliath:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tree a span {
      display: none;

    }

    .tree li ul a span {
      display: inline-block;
    }

    .foot_info table {
      width: auto;
    }

    #MagnifierWrap2 {
      position: relative;
      width: 500px;
      max-width: 100%;
      /* margin: 0px auto; */
    }

    .MagnifierMain {
      position: relative;
      width: 100%;
	  

    }

    .MagnifierMain img {
      width: 100%;
      border: 1px solid #ddd;
	  
    }

    .MagnifierDrag {
      position: absolute;
      top: 0;
      left: 0;
      background-color: #ccc;
      opacity: 0.4;
      filter: alpha(opacity=40);
      cursor: move;
    }

    .MagnifierPop {
      position: absolute;
      top: 0;
      overflow: hidden;
      background: #fff url(http://fan.yoka.com/fan5.0/img/loading.gif) no-repeat center center;

    }

    .MagnifierImg {
      position: absolute;
      top: 0;
      left: 0;
    }

    .spec-items {
      position: relative;
      width: 500px;
      max-width: 100%;
      height: 85px;
      overflow: hidden;
      padding-top: 10px;
      margin: 10px auto;
    }
.spec-items .col-md-2{
 padding-left: 0;
 padding-right: 0;
}
    .spec-items ul {
      width: 500%;
      position: absolute;
      top: 10px;
      left: 0;
    }

    .spec-items ul * {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
    }

    .spec-items li {
      width: 80px;
      float: left;
      overflow: hidden;
      margin-right: 5px;
      border: 2px solid #fff;
      cursor: pointer;

    }

    .spec-items li.on {
      border: 1px solid #f60;
    }

    .spec-items li img {
      width: 100%;
    }

    span.spe_leftBtn,
    span.spe_rightBtn {
      position: absolute;
      bottom: 0px;
      display: block;
      width: 20px;
      height: 69px;
      line-height: 69px;
      font-family: "黑体";
      text-align: center;
      font-size: 30px;
      color: #333;
      cursor: default;
      background-color: #eee;
    }

    span.on {
      background-color: #ccc;
      color: #999;
      cursor: pointer;
    }

    span.spe_leftBtn {
      left: 0;
    }

    span.spe_rightBtn {
      right: 0;
    }

    .MagnifierMain {
      height: 500px;
      max-height: 100vw;
    }

    .MagnifierMain .MagTargetImg {
      width: auto;
      max-height: 100%;
      text-align: center;
      margin: 0 auto;
      vertical-align: middle;

    }

    @media (max-width:768px) {
      .text-right {
        text-align: left !important;
      }

    }
    .ny_model h2{
        margin-bottom: 3%;
    }
    .ser {
    margin-bottom: 70px;
    margin-top: 20px;}
    .ser a {
        background: #333;
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    padding: 9px 30px;
    margin-right: 10px;
    font-size: 14px;
     margin-bottom: 12px;
}
.media-news{padding: 20px 15px;min-height: 220px;border-radius: 6px;box-shadow: #ddd 5px 5px 30px;margin-bottom: 20px;transition:all 0.3s ease-in-out;}
.media-news h3{color: #333;}
.media-news h3 i{ padding-right: 10px; }
.media-news h6{line-height: 24px;color: #666;margin: 20px 0;max-height: 72px;white-space:normal;}
.media-news a{display: inline-block;color: #fff;background: #333;border-radius: 6px;padding: 10px 15px;}
.media-news:hover{transform: translateY(-10px)}
.shownews-t{border-bottom:1px solid #dfdfdf;padding-bottom: 10px;margin-bottom: 20px;}
.shownews-t h3{font-size: 22px;}




/* -------------首页产品 */
















/* 图标 */
.follow-a {
    margin: 0 5px 0 0;
}

.social-icon-32 {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle
}

.social-icon-32.social-icon-facebook {
    background: url(images/tb.png) no-repeat -24px 0 #3b5998
}

/* /assets/widget/style/component/follow/widget_setting_iconSize/iconSize32.css */
.social-icon-32 {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle
}

.social-icon-32.social-icon-facebook {
    background: url(images/style123tiny.png) no-repeat -24px 0 #3b5998;
}

.social-icon-32.social-icon-googleplus {
    background: url(images/style123tiny.png) no-repeat -24px -64px #d14836
}

.social-icon-32.social-icon-linkedin {
    background: url(images/style123tiny.png) no-repeat -24px -128px #007fb1
}

.social-icon-32.social-icon-sinaweibo {
    background: url(images/style123tiny.png) no-repeat -24px -192px #e6162d
}

.social-icon-32.social-icon-twitter {
    background: url(images/style123tiny.png) no-repeat -24px -256px #00aced
}

.social-icon-32.social-icon-youtube {
    background: url(images/style123tiny.png) no-repeat -24px -320px #cd332d
}

.social-icon-32.social-icon-qzone {
    background: url(images/style123tiny.png) no-repeat -24px -704px #ffc028
}

.social-icon-32.social-icon-renren {
    background: url(images/style123tiny.png) no-repeat -24px -768px #005baa
}

.social-icon-32.social-icon-douban {
    background: url(images/style123tiny.png) no-repeat -24px -832px #228a31
}

.social-icon-32.social-icon-tweibo {
    background: url(images/style123tiny.png) no-repeat -24px -896px #4cb4e6
}

.social-icon-32.social-icon-instagram {
    background: url(images/style123tiny.png) no-repeat -24px -960px #3f729b
}

.social-icon-32.social-icon-wechat {
    background: url(images/style123tiny.png) no-repeat -24px -1024px #8dc61f
}

.social-icon-32.social-icon-pinterest {
    background: url(images/style123tiny.png) no-repeat -24px -1088px #bd081c
}

.social-icon-32.social-icon-youku {
    background: url(images/style123tiny.png) no-repeat -24px -1152px #ff3b3b
}

.social-icon-32.social-icon-tumblr {
    background: url(images/style123tiny.png) no-repeat -24px -1569px #ff3b3b
}

.social-icon-32.social-icon-vk {
    background: url(images/style123tiny.png) no-repeat -24px -1760px #ff3b3b
}

.social-icon-32.social-icon-tiktok {
    background: url(images/style123tiny.png) no-repeat -20px -1862px #000
}

.social-icon-32.social-icon-white.social-icon-facebook {
    background: url(images/style6tiny.png) no-repeat -24px 0;
}

.social-icon-32.social-icon-white.social-icon-googleplus {
    background: url(images/style6tiny.png) no-repeat -24px -64px
}

.social-icon-32.social-icon-white.social-icon-linkedin {
    background: url(images/style6tiny.png) no-repeat -24px -128px
}

.social-icon-32.social-icon-white.social-icon-sinaweibo {
    background: url(images/style6tiny.png) no-repeat -24px -192px
}

.social-icon-32.social-icon-white.social-icon-twitter {
    background: url(images/style6tiny.png) no-repeat -24px -256px
}

.social-icon-32.social-icon-white.social-icon-youtube {
    background: url(images/style6tiny.png) no-repeat -24px -320px
}

.social-icon-32.social-icon-white.social-icon-qzone {
    background: url(images/style6tiny.png) no-repeat -24px -704px
}

.social-icon-32.social-icon-white.social-icon-renren {
    background: url(images/style6tiny.png) no-repeat -24px -768px
}

.social-icon-32.social-icon-white.social-icon-douban {
    background: url(images/style6tiny.png) no-repeat -24px -832px
}

.social-icon-32.social-icon-white.social-icon-tweibo {
    background: url(images/style6tiny.png) no-repeat -24px -896px
}

.social-icon-32.social-icon-white.social-icon-instagram {
    background: url(images/style6tiny.png) no-repeat -24px -960px
}

.social-icon-32.social-icon-white.social-icon-wechat {
    background: url(images/style6tiny.png) no-repeat -24px -1024px
}

.social-icon-32.social-icon-white.social-icon-pinterest {
    background: url(images/style6tiny.png) no-repeat -24px -1088px
}

.social-icon-32.social-icon-white.social-icon-youku {
    background: url(images/style6tiny.png) no-repeat -25px -1152px
}

.social-icon-32.social-icon-white.social-icon-tumblr {
    background: url(images/style6tiny.png) no-repeat -25px -1569px
}

.social-icon-32.social-icon-white.social-icon-vk {
    background: url(images/style6tiny.png) no-repeat -25px -1760px
}

.social-icon-32.social-icon-white.social-icon-tiktok {
    background: url(images/style6tiny.png) no-repeat -25px -1879px
}

.social-icon-32.social-icon-white.social-icon-facebook:hover {
    background: url(images/style6tiny.png) no-repeat -239px -1px;
}

.social-icon-32.social-icon-white.social-icon-googleplus:hover {
    background: url(images/style6tiny.png) no-repeat -239px -65px
}

.social-icon-32.social-icon-white.social-icon-linkedin:hover {
    background: url(images/style6tiny.png) no-repeat -239px -129px;
}

.social-icon-32.social-icon-white.social-icon-sinaweibo:hover {
    background: url(images/style6tiny.png) no-repeat -239px -193px
}

.social-icon-32.social-icon-white.social-icon-twitter:hover {
    background: url(images/style6tiny.png) no-repeat -239px -257px
}

.social-icon-32.social-icon-white.social-icon-youtube:hover {
    background: url(images/style6tiny.png) no-repeat -239px -321px
}

.social-icon-32.social-icon-white.social-icon-qzone:hover {
    background: url(images/style6tiny.png) no-repeat -239px -705px
}

.social-icon-32.social-icon-white.social-icon-renren:hover {
    background: url(images/style6tiny.png) no-repeat -239px -769px
}

.social-icon-32.social-icon-white.social-icon-douban:hover {
    background: url(images/style6tiny.png) no-repeat -239px -832px
}

.social-icon-32.social-icon-white.social-icon-tweibo:hover {
    background: url(images/style6tiny.png) no-repeat -239px -896px
}

.social-icon-32.social-icon-white.social-icon-instagram:hover {
    background: url(images/style6tiny.png) no-repeat -239px -961px
}

.social-icon-32.social-icon-white.social-icon-wechat:hover {
    background: url(images/style6tiny.png) no-repeat -239px -1025px
}

.social-icon-32.social-icon-white.social-icon-pinterest:hover {
    background: url(images/style6tiny.png) no-repeat -239px -1089px
}

.social-icon-32.social-icon-white.social-icon-youku:hover {
    background: url(images/style6tiny.png) no-repeat -239px -1153px
}

.social-icon-32.social-icon-white.social-icon-tumblr:hover {
    background: url(images/style6tiny.png) no-repeat -236px -1570px
}

.social-icon-32.social-icon-white.social-icon-vk:hover {
    background: url(images/style6tiny.png) no-repeat -235px -1761px
}

.social-icon-32.social-icon-white.social-icon-tiktok:hover {
    background: url(images/style6tiny.png) no-repeat -235px -1885px
}

.social-icon-32.social-icon-whitehover.social-icon-facebook {
    background: url(images/style9tiny.png) no-repeat -272px 0
}

.social-icon-32.social-icon-whitehover.social-icon-googleplus {
    background: url(images/style9tiny.png) no-repeat -271px -63px
}

.social-icon-32.social-icon-whitehover.social-icon-linkedin {
    background: url(images/style9tiny.png) no-repeat -272px -129px
}

.social-icon-32.social-icon-whitehover.social-icon-sinaweibo {
    background: url(images/style9tiny.png) no-repeat -272px -193px
}

.social-icon-32.social-icon-whitehover.social-icon-twitter {
    background: url(images/style9tiny.png) no-repeat -272px -257px
}

.social-icon-32.social-icon-whitehover.social-icon-youtube {
    background: url(images/style9tiny.png) no-repeat -272px -321px
}

.social-icon-32.social-icon-whitehover.social-icon-qzone {
    background: url(images/style9tiny.png) no-repeat -273px -704px
}

.social-icon-32.social-icon-whitehover.social-icon-renren {
    background: url(images/style9tiny.png) no-repeat -272px -768px
}

.social-icon-32.social-icon-whitehover.social-icon-douban {
    background: url(images/style9tiny.png) no-repeat -272px -832px
}

.social-icon-32.social-icon-whitehover.social-icon-tweibo {
    background: url(images/style9tiny.png) no-repeat -272px -896px
}

.social-icon-32.social-icon-whitehover.social-icon-instagram {
    background: url(images/style9tiny.png) no-repeat -273px -961px;
    width: 31px
}

.social-icon-32.social-icon-whitehover.social-icon-wechat {
    background: url(images/style9tiny.png) no-repeat -273px -1024px
}

.social-icon-32.social-icon-whitehover.social-icon-pinterest {
    background: url(images/style9tiny.png) no-repeat -273px -1088px
}

.social-icon-32.social-icon-whitehover.social-icon-youku {
    background: url(images/style9tiny.png) no-repeat -273px -1154px
}

.social-icon-32.social-icon-whitehover.social-icon-tumblr {
    background: url(images/style9tiny.png) no-repeat -271px -1556px
}

.social-icon-32.social-icon-whitehover.social-icon-vk {
    background: url(images/style9tiny.png) no-repeat -271px -1733px
}

.social-icon-32.social-icon-whitehover.social-icon-tiktok {
    background: url(images/style9tiny.png) no-repeat -271px -1821px
}

.social-icon-32.social-icon-whitehover.social-icon-facebook:hover {
    background: url(images/style9tiny.png) no-repeat -55px 0
}

.social-icon-32.social-icon-whitehover.social-icon-googleplus:hover {
    background: url(images/style9tiny.png) no-repeat -54px -63px
}

.social-icon-32.social-icon-whitehover.social-icon-linkedin:hover {
    background: url(images/style9tiny.png) no-repeat -55px -129px
}

.social-icon-32.social-icon-whitehover.social-icon-sinaweibo:hover {
    background: url(images/style9tiny.png) no-repeat -55px -193px
}

.social-icon-32.social-icon-whitehover.social-icon-twitter:hover {
    background: url(images/style9tiny.png) no-repeat -55px -257px
}

.social-icon-32.social-icon-whitehover.social-icon-youtube:hover {
    background: url(images/style9tiny.png) no-repeat -55px -321px
}

.social-icon-32.social-icon-whitehover.social-icon-qzone:hover {
    background: url(images/style9tiny.png) no-repeat -56px -704px
}

.social-icon-32.social-icon-whitehover.social-icon-renren:hover {
    background: url(images/style9tiny.png) no-repeat -55px -768px
}

.social-icon-32.social-icon-whitehover.social-icon-douban:hover {
    background: url(images/style9tiny.png) no-repeat -55px -832px
}

.social-icon-32.social-icon-whitehover.social-icon-tweibo:hover {
    background: url(images/style9tiny.png) no-repeat -55px -896px
}

.social-icon-32.social-icon-whitehover.social-icon-instagram:hover {
    background: url(images/style9tiny.png) no-repeat -56px -961px;
    width: 31px
}

.social-icon-32.social-icon-whitehover.social-icon-wechat:hover {
    background: url(images/style9tiny.png) no-repeat -56px -1024px
}

.social-icon-32.social-icon-whitehover.social-icon-pinterest:hover {
    background: url(images/style9tiny.png) no-repeat -56px -1088px
}

.social-icon-32.social-icon-whitehover.social-icon-youku:hover {
    background: url(images/style9tiny.png) no-repeat -56px -1154px
}

.social-icon-32.social-icon-whitehover.social-icon-tumblr:hover {
    background: url(images/style9tiny.png) no-repeat -54px -1557px
}

.social-icon-32.social-icon-whitehover.social-icon-vk:hover {
    background: url(images/style9tiny.png) no-repeat -54px -1733px
}

.social-icon-32.social-icon-whitehover.social-icon-tiktok:hover {
    background: url(images/style9tiny.png) no-repeat -54px -1821px
}
/* 分页样式 */
/* 分页样式 */
.pagination {
    color: #666;
    clear: both;
    margin-top: 1em;
    display: block;
    margin: auto;
  padding-top: 25px;
  padding-bottom: 50px;
}

.pagination li {
    display: inline-block;
}

.pagination a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color: #f28101;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}

.pagination li>span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color: #f28101;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}

.pagination li.active>span {
    color: #ffffff;
    background: #f28101;
}

.pagination .prev::before {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f104";
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.pagination .next::after {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f105";
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.pagination a:not(.goto):hover {
    background-color: #eee;
    color: #f28101
}

.pagination a.cur,
.pagination a.cur:hover {
    background-color: #f28101;
    color: #fff;
    border-color: #f28101;
    margin-right: 1px
}

.pagination a.disabled {
    background-color: #e6e6e6 !important;
    color: #bbb !important;
    cursor: no-drop
}

.pagination .prev {
    border-radius: 5px 0 0 5px
}

.pagination .next {
    border-radius: 0 5px 5px 0;
}

.wx-index-proone,.wx-product-one {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    margin: 0px 0px 15px;
    overflow: hidden;
}
.wx-index-proone span,.wx-product-one span {
    display: block;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    color: #999;
    margin: 10px 0px 0px;
    padding: 0px;
    overflow: hidden;
}
.wx-index-proone h3,.wx-product-one h3 {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin: 0px 0px 0px;
    padding: 0px;
    overflow: hidden;
}

.wx-products-detailstop {
	width: 100%;
	max-width: 1350px;
	padding: 0px;
	margin: 0px auto 0px;
	overflow: hidden;
}
.wx-products-detailsimg {
	width: 55%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}
.wx-products-detailsvideo {border: 1px solid #eee; padding: 0px; text-align: center; width: 100%; margin: 0px 0px 20px; overflow: hidden; position: relative;}
.wx-products-detailsvideo img {max-width: 100%; max-height: 500px; transition: all 1s;}
.wx-products-detailsvideo:hover img {transform: scale(1.1);transition: all 0.3s linear;}
.wx-products-detailsimglist {padding: 0px 25px; margin: 0px; overflow: hidden; position: relative;}
.wx-products-detailsimglist .swiper-button-next {opacity: 1;z-index: 10;right: 0px;width: 20px;line-height: 40px;text-align: center;font-size: 18px;color: #333;border-radius: 50%; margin: 0px; top: 50%; transform: translateY(-50%); background:none;}
.wx-products-detailsimglist .swiper-button-prev {opacity: 1;z-index: 10;left: 0px;width: 20px;line-height: 40px;text-align: center;font-size: 18px;color: #333;border-radius: 50%; margin: 0px; top: 50%; transform: translateY(-50%); background:none;}
.swiper-button-next:after, .swiper-button-prev:after {display: none;}
.wx-products-detailsimglist li {width: 25%; border: 1px solid #ddd; padding: 0px; margin: 0px 0px; overflow: hidden; float: left;}
.wx-products-detailsimglist li img {width: 100%;transition: all 1s;}
.wx-products-detailsimglist li:hover img {transform: scale(1.1);transition: all 0.3s linear;}
.wx-products-detailsright {
	width: 45%;
	padding: 0px 0px 0px 5%;
	margin: 0px;
	overflow: hidden;
	float: right;
}
.wx-products-detailsinfo {
	padding: 0px;
	margin: 0px 0px 30px;
	overflow: hidden;
}
.wx-products-detailsinfo h1 {
	font-size: 32px;
	color: #333;
	padding: 0px 0px 10px;
	margin: 0px 0px 20px;
	overflow: hidden;
}
.wx-products-detailsinfo h4 {
	font-size: 20px;
  border-bottom: 1px solid #00000011;
	color: #333;
	padding: 0px 0px 50px;
	margin: 0px 0px 35px;
	overflow: hidden;
}
.wx-products-detailsinfo .txt {
	font-size: 14px;
	line-height: 1.8;
	min-height: 100px;
	color: #666;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.wx-products-detailsinfo .txt span {
    font-size: 42px;
    font-family: "HarmonyOS_Sans_SC_Medium";
    color: #00B8CF;
}
}
.wx-products-detailsother {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.wx-products-detailsother span {
    display: block;
	font-size: 16px;
	line-height: 45px;
	background-image: linear-gradient(-79deg, #ffffff 0%, rgba(68, 190, 208, 0.08) 100%);
	color: #333;
	padding: 0px 20px;
	margin: 0px 0px 10px;
	overflow: hidden;
}
.wx-products-detailsbtn {
	padding: 0px;
	margin: 100px 0px 0px;
	overflow: hidden;
}
.wx-products-detailsbtn a {
	display: flex;
	font-size: 14px;
	color: #333;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	border-radius: 50px;
}
.wx-products-detailsbtn a i {
    border-radius: 50%;
    background: #C00;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.wx-products-detailsbtn a span {
    line-height: 30px;
    padding: 0px;
    margin: 0px 0px 0px 10px;
    overflow: hidden;
}
.wx-products-detailsoneinfo {
  padding: 0px;
  margin: 50px 0px 0px;
  overflow: hidden;
}
.wx-products-detailstitle {
  background-color: #f3f4f6;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding: 15px 20px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.wx-products-detailstitle:before {
  width: 3px;
  height: 24px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  background: #00479d;
  margin: -2px 15px 0 0;
}
.wx-products-detailsinfotxt {
  font-size: 16px;
  line-height: 2;
  padding: 20px;
  margin: 0px;
  overflow: hidden;
}
.wx-products-detailsinfotxt p {
  margin: 0px;
}
