   .bannerbox {
    position: relative;
    margin-top:90px;
}
.bannerbox .swiper-container{
    height:100%;
    width: 100%;
    
}
.bannerbox .swiper-container .swiper-slide{
  
    position:relative;
    
}
    .bannerbox .swiper-container .swiper-slide .text-white {
    
        align-content: center;
    margin: auto;
    }
.bannerboximg {

    width:100%;
    height:100%;
    
    transition:all 3s;
   
}
.bannerbox .swiper-wrapper .swiper-slide-active .bannerboximg {
 transform: scale(1.05);
}
.bannerboxtext {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
     display: flex;
    align-content: center;
}
.bannerbox  .swiper-slide .tx{
    transition: all 2s;
    transform: translateY(80px);
    -webkit-transform: translateY(80px);
    opacity: 0;
    text-align:center;
    margin-bottom: 30px;
     color: #ffffff;
}
.bannerbox .swiper-slide .tx1 {    
    
     font-size: 50px;
     font-weight: 600;
    letter-spacing: 0;

}

.bannerbox .swiper-slide .tx2 {font-size: 40px;letter-spacing: 5px; margin-bottom: 20px;}
.bannerbox .swiper-slide .tx3 {font-size: 22px;letter-spacing: 0;}

.bannerbox .swiper-wrapper .swiper-slide-active .tx1{
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
}
.bannerbox .swiper-wrapper .swiper-slide-active .tx2{
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}
.bannerbox .swiper-wrapper .swiper-slide-active .tx3{
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
}
.bannerbox .swiper-wrapper .swiper-slide-active .tx{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}
.bannerbox .swiper-pagination {
    width:100%;
    bottom:10%;
}
.bannerbox .swiper-pagination-bullet{
	height: 5px;
	width: 60px;
	background: #FFFFFF;
    border-radius:0;
    position:relative;
    margin:0 5px;
    opacity:1;
}
    .bannerbox .swiper-pagination-bullet:after {
        content:'';
        position:absolute;
        width:0;
        height:100%;
        background:#025ea3;
        transition:all 3s;
        left:0;
        top:0;
    }
    .bannerbox .swiper-pagination-bullet-active.swiper-pagination-bullet:after {
            content:'';
            width:100%;

    
    }

.about {
width:1000px;
}
.about h1{
text-align:center;
    font-size: 24px;
    max-width: 360px;
    margin: auto;
    position:relative;

}

.about h1:after {
    content:"";
    width:40px;
    height:3px;
    background:#025ea3;
    position:absolute;
    left:10px;
    bottom:10px;
    left: 44%;
    bottom: -20px;
    }

.about>p{
    font-size:16px;
    text-indent:2em;
    text-align:center;
    line-height:30px;
    letter-spacing: 1px;
}

.dataNums{  width:100%; text-align:center;}
.dataNums .dataOne{width: 1.375rem;height:4rem;display: block;float: left;text-align: center; }
.dataNums .dataBoc {position: relative;width: 100%;height: 100%;/* overflow: hidden; */}
.dataNums .dataBoc .numtt {position: absolute; top: 0;  left: 0; width: 100%;  height: 100%;}
.dataNums .numtt span{width:100%;height:100%; font-family: inherit;display: block; line-height: 4rem; height:4rem; color: inherit;font-size: inherit; }
   .s_shuzi {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
}
.s_shuzi li {
}
.s_shuzi li div {
    font-size: 2rem;
    color: #025ea3;
    font-family: "Barlow Condensed Bold";
    font-weight:600;
}
.s_shuzi li>div {
    display: flex;
    align-items: center;
    transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    -o-transition: .5s ease-out;
}
.inrow>li, .inrow span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    letter-spacing: normal;
    word-spacing: normal;
}
.s_shuzi li div {
    vertical-align: top;
}
.s_shuzi li .counter {
    display: inline-block;
    margin-right: 4px;
    overflow: hidden;
}
.s_shuzi li div p span {
    font-size: 1rem;
    color: #039185;
    font-family: "Barlow Condensed Bold";
}
.dataNums {
    width: 100%;
    text-align: center;
}
.dataNums .dataBoc {
    position: relative;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
}
.dataNums .dataBoc .numtt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.dataNums .numtt span {
    width: 100%;
    height: 100%;
    font-family: inherit;
    display: block;
    line-height: 4rem;
    height: 4rem;
    color: inherit;
    font-size: inherit;
}
.s_shuzi li p {
    font-size: 1rem;
    color: #7e7e7e;
    margin-top: 3px;
}

.s_shuzi li div p {
    align-self: flex-end;
    font-size: .875rem;
    color: #7e7e7e;
    font-weight: normal;
    margin-bottom: 10px;
}

.but1 {
     display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 30px auto;
    border-radius: 1.25rem!important;
    border: 1px solid #808080;
    color: #808080;
    position: relative;
    transition: all 0.5s;
}

.but1:hover{
  background: #025ea3;
  color:#fff;
  border: 1px solid #fff;
}

#jjfabox {
    position:relative;
    height:810px;
    margin-top:20px;
}
#jjfabox .fanav{
 position:absolute;
 z-index:2;
 left:0px;
 top:0px;
 width:1146px;
 height:576px;
 background:url(/template/default/index/skin/img/fabg.png) no-repeat;
}
#jjfabox .fatp{
    position:absolute;
    top:0px;
    z-index:1;
    right:0px;
    width:1600px;
    height:790px;
    overflow:hidden;

}
#jjfabox .fatp ul{
    width: 100%;
    height: 100%;
    position: relative;
    }
#jjfabox .fatp ul li{
width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display:none;
    }
#jjfabox .fanav .txtbox {
margin-left: 400px;
    margin-top: 50px;
        margin-right: 150px;
}
#jjfabox .fanav .txtbox h1{
color:#fff;
font-size:24px;
position:relative;
margin-bottom: 30px;
}
#jjfabox .fanav .txtbox h1:after {
    content: "";
    width: 40px;
    height: 3px;
    background: #ff602a;
    position: absolute;
    left: 25px;
    top: 45px;

}
#jjfabox .fanav .txtbox span {
    color:#fff;
font-size:18px;
    }
#jjfabox .fanav #wli-txt {
height: 150px;
overflow: hidden;
}
#jjfabox .fanav #wli-txt li{
color:#fff;
font-size:16px;
margin-top:50px;
line-height:28px;
 display:none;
}


#jjfabox .fanav #wli-lst{
    margin-left: 400px;
    margin-top: 50px;
    
        overflow: hidden;
   
}
   
#jjfabox .fanav #wli-lst a li{
    float:left;
    width:140px;
     height: 150px;
    background: url(../images/faico.png) no-repeat;
    padding-top: 80px;
    cursor:pointer;
    color: #fff;
    font-size:14px;
    
    }



 #jjfabox .fanav #wli-lst a:hover li,#jjfabox .fanav #wli-lst a.cur li {
  background: url(../images/faico1.png) no-repeat;
   color: #fc9816;
    }


     #jjfabox .fanav #wli-lst li.tp1,#jjfabox .fanav #wli-lst a.cur li.tp1 {
        background-position:0px 0px;
    }
    #jjfabox .fanav #wli-lst li.tp2,#jjfabox .fanav #wli-lst a.cur li.tp2 {
        background-position:-157px 0px;
    }
    #jjfabox .fanav #wli-lst li.tp3,#jjfabox .fanav #wli-lst a.cur li.tp3 {
        background-position:-310px 0px;
    }
    #jjfabox .fanav #wli-lst li.tp4,#jjfabox .fanav #wli-lst a.cur li.tp4 {
        background-position:-464px 0px;
    }
    #jjfabox .fanav #wli-lst li.tp5,#jjfabox .fanav #wli-lst a.cur li.tp5 {
        background-position:-617px 0px;
    }



#prodbox {
    background:#f6fbfe;
}

#prodbox h1{
text-align: center;
    font-size: 24px;
    width: 300px;
    margin: auto;
    position: relative;
}
#prodbox h1:after {
    content: "";
    width: 40px;
    height: 3px;
    background: #025ea3;
    position: absolute;
    left: 10px;
    bottom: 10px;
    left: 44%;
    bottom: -20px;
}
#prodbox p.en{
text-align: center;
    font-size: 18px;
    width: 300px;
    margin: auto;
    position: relative;
    margin-top: 35px;
}
#prodbox .m{
max-width:1800px;
height:100%;margin: 0 auto; padding:0 100px; display: block; position:relative;
}
.draw_h:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid rgba(100%,100%,100%,.5);
    border-radius: 50%;
}

#prodbox ul{ overflow: hidden; margin: 0 -7.5px; margin-top: -20px;}
#prodbox ul li{ width: 20%; float: left; padding: 0 7.5px; margin-top: 20px;}
#prodbox ul li a{ display: block; background: #f4f4f4;}
#prodbox ul li .img img{ width:100%; height:100%;-webkit-transition: .4s; transition: .4s; }
#prodbox ul li:hover .img img { -webkit-transform: scale(1.05); transform: scale(1.05); }
#prodbox ul li .txt1{ padding: 0 1.875rem;}
#prodbox ul li .txt1 .tag{ display:block; width: 3.25rem; height: 3.875rem; background: url(../images/biaoqian.png) center no-repeat; background-size: contain;}
#prodbox  ul li .txt1 h4{ font-size: .875rem; color: #5d5d5d; text-transform: uppercase; font-family: bahnschrift; margin-top: 1.5rem; margin-bottom: .75rem;}
#prodbox  ul li .txt1 h5{ font-size: 1.425rem; color: #343434; margin-bottom: 1rem;height:80px; overflow:hidden;}
#prodbox  ul li .txt1 p{ font-size: 13px; color: #787878; line-height: 1.5rem; height: 3rem; overflow: hidden; margin-bottom: 1.875rem;}
#prodbox  ul li .txt1 .btn_xq{ display: block; font-size: .75rem; color: #5c5c5c; width: 5rem; height: 35px; line-height:33px; text-align: center; border-radius: 17px; border: 1px solid #b9b9bc; transition: .5s; margin-bottom: 1.5rem;
    background: linear-gradient(to left, transparent 50%, #007a65 50%);
    background-position: right bottom;
    background-size: 200% 100%;}
#prodbox  ul li .txt1 .btn_xq:hover{  background-position: left bottom;border: 1px solid #007a65; color:#fff;}
 
.s_hd{ overflow: hidden; margin-bottom: 2.75rem;}
.s_hd .s_tt{ float: left; font-weight: bold; font-size: 1.875rem; line-height: 2.8125rem; }
.s_hd .s_btn_r{ float:right;}

.slick_arrow_right2 .slick-prev2{ left: -15px;}
.slick_arrow_right2 .slick-next2{ right:  -15px;}
.slick_arrow_right2{ }
.slick_arrow_right2 .draw_h{ width: 60px; height: 60px; line-height: 58px; }
.slick_arrow_right2 .slick-arrow{ z-index:99; position:absolute; top:50%; margin-top: -2rem; transform:translate(0,0); background-size:.75rem !important;
	display:block;border-radius:50%; font-size:0; cursor:pointer;
    width: 3.75rem !important;
    height: 3.75rem !important; line-height:3.75rem !important;}
.slick_arrow_right2 .arrow1{ width:.5rem; vertical-align:middle; display:inline-block;} 
.slick_arrow_right2 .slick-arrow:hover .arrow1 path{ stroke:#0084cd;}
.slick_arrow_right2 .draw_h:before{ border:1px solid #cacaca;}
.slick_arrow_right2 .draw_h:hover svg.drawcircle circle{ stroke:#007a65; stroke-width: 1;}
.draw_h{ width: 67px !important; height: 67px !important; line-height: 65px !important; display:block; border-radius: 50%; text-align: center; position:relative;}
.draw_h:before{ content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; border: 2px solid rgba(100%,100%,100%,.5); border-radius: 50%;}
svg.drawcircle{position:absolute;top:0;left:0;overflow: inherit;display: block;pointer-events: none;}
svg.drawcircle circle {
	fill: none; box-sizing:border-box;
	stroke-width: 2;
	stroke: none;
	stroke-dasharray: 0 , 188.49;
	stroke-dashoffset:188.49;
	transition: all .3s linear 0s;	
}
.draw_h:hover svg.drawcircle circle { 
    stroke:#fff;
	stroke-dasharray:188.49 , 0;
	stroke-dashoffset:188.49;
	-webkit-transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
	transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
}
.draw_h .icon { fill: #626262; vertical-align: middle; transition:.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.draw_h:hover .icon{ fill:#0081cc;}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


a.btn_xq{ display: block; font-size: .85rem; color: #5c5c5c; width: 8rem; height: 40px; line-height:40px; text-align: center; border-radius: 17px; border: 1px solid #b9b9bc; transition: .5s; margin-bottom: 1.5rem;
    background: linear-gradient(to left, transparent 50%, #007a65 50%);
    background-position: right bottom;
    background-size: 200% 100%;
    margin:auto;
}
a.btn_xq:hover{  background-position: left bottom;border: 1px solid #007a65; color:#fff;}


/*¾­µä°¸Àý*/

#casebox {
    position:relative;
}
#casebox .m {
    max-width: 1800px;
    height: 100%;
    margin: 0 auto;
    padding: 0 100px;
    display: block;
    position: relative;
}
#casebox h1{
text-align: center;
    font-size: 24px;
    width: 300px;
    margin: auto;
    position: relative;
}
#casebox h1:after {
    content: "";
    width: 40px;
    height: 3px;
    background: #025ea3;
    position: absolute;
    left: 10px;
    bottom: 10px;
    left: 44%;
    bottom: -20px;
}
#casebox p.en{
text-align: center;
    font-size: 18px;
    width: 300px;
    margin: auto;
    position: relative;
    margin-top: 35px;
}
svg {
    max-width: 100%;
    max-height: 100%;
}
svg {
    display: inline-block;
    vertical-align: middle;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
svg:not(:root) {
    overflow: hidden;
}
#casebox .left{ width:29.5rem; position: relative; float:right; height: 41.7rem; background: #025ea3; display: flex; align-items: center; flex-wrap: wrap; justify-content: center; }

#casebox .right{ width:calc(100% - 29.5rem); float:left; }

#casebox .right li .img{ height: 41.875rem;}
/*#casebox .right li .img{ height: 31.875rem;}*/

#casebox .right li .img img{ object-fit: cover;width: 100%;}

#casebox .left h5{ font-size:1.5rem; color:#fff; line-height:2rem; margin-bottom: 1.25rem;}

#casebox .left span{ font-size:22px;font-family: BEBASNEUE_BOLD;  color:#fff; text-transform: uppercase; line-height:28px; display:block;LETTER-SPACING: -2PX;}

#casebox .left .box{ width: 100%;}

#casebox .hd{ width: 100%; padding: 3.75rem;}

.s_wenhua_nav{ width: 100%; }

.s_wenhua_nav li{ text-align: left; padding: 1px;}

.s_wenhua_nav li p{ font-size:.9375rem; color:#fff; line-height:1.625rem;}

#casebox .btn_more.bigsize{ margin: 0 auto;}

.btn_more.bigsize{ height: 3rem; line-height: 2.75rem; border: 2px solid #e5e5e5; width: 11.5rem; font-size: .875rem;}

#casebox .slick_arrow_right{ position: static; float: none; clear: both; margin-top: 5.625rem; margin-left: .5rem;}

#casebox .slick_arrow_right .slick-arrow{ z-index:99;  float:left; margin-right: 8px; background: none;

	display:block; font-size:0; cursor:pointer; position: relative;

    width: 6rem; line-height:2.8125rem; text-align:center;

    height: 2.8125rem;}

#casebox .slick_arrow_right .slick-arrow svg{ width:1rem; vertical-align:middle;}

#casebox .slick_arrow_right .slick-prev2{  } 

#casebox .slick_arrow_right .slick-next2{ }

#casebox .slick-dots{ position: static; display: block; }

#casebox .slick-dots li{ display: block; width: 8px; height: 8px; opacity: .8; float: left; margin-right: 8px; border: 1px solid #fff; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }

#casebox .slick-dots li.slick-active{ background: #fff; opacity: 1;}
.slick-arrow .btn_bg{ background: none; border: 2px solid #fff;}
.btn_bg {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ff602a;
    z-index: -1;
    transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);

}
.btn_bg:before {
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent transparent #0066b2;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    box-sizing: border-box;
}
.btn_bg:after {

content: '';

width: 0;

height: 0;

-webkit-transform: rotate(360deg);

border-style: solid;

border-width: 0 0 0 0;

border-color: transparent #0066b2 transparent transparent;

position: absolute;

top: 0;

right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    box-sizing: border-box;

}
.btn_ts {
    display: block;
    color: #fff;
    overflow: visible;
    margin-top: 4rem;
}
.btn_ts:hover .btn_bg:before {

border-width: 165px 0 0 165px;

}

.btn_ts:hover .btn_bg:after {

border-width: 0 165px 165px 0;

}

.slick-arrow:hover .btn_bg{ border: 2px solid #ff602a;}

.slick-arrow .btn_bg:before {border-color: transparent transparent transparent #ff602a;}

.slick-arrow .btn_bg:after {border-color: transparent #ff602a transparent transparent;}

.dotbox{float: none; clear: both; overflow: hidden;}
.waves {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
canvas {

	display:block;

}

@media screen and (max-width:1440px) {
    #jjfabox {
        height:620px;
    }
    #jjfabox .fatp {
width: 1000px;
height:590px;
    }
    #jjfabox .fanav {

    }
    #casebox .left {
height: 28.35rem;
    }
    .bannerbox {
margin-top:70px;
    }
    #jjfabox .fanav {
width: 700px;
height:450px;
    }
        #jjfabox .fanav .txtbox {
            margin-left: 100px;
        }
        #jjfabox .fanav #wli-lst {
margin-left: 100px;
    margin-top: 0px;
        }


    #prodbox ul li .txt1 h5 {
font-size: 1.225rem;
line-height: 25px;
    height: 50px;
    }

            #jjfabox .fanav #wli-lst a li {
             
                width: 115px;
                height: 100px;
            }

    .slick_arrow_right2 .slick-arrow {
width: 2.75rem !important;
    height: 2.75rem !important;
    line-height: 2.75rem !important;
    }
    .slick_arrow_right2 .slick-prev2 {
    left: 30px;
    }
.slick_arrow_right2 .slick-next2 {
    right: 30px;
}
#casebox .left {
    height: 22.35rem;
}
#casebox .hd {
    padding: 2rem 3.75rem 0;
}
    .btn_ts {
margin-top: 1rem;
    }
    #casebox .slick_arrow_right {
margin-top:0;
    }
}
@media screen and (max-width:1366px) {
    #casebox .left {
/*height: 25.65rem;*/
    }
}

/* Æ½°å768x1000begin */
@media screen and (max-width:768px) {

    .bannerbox {
        height: 400px;
    }


        .bannerbox .swiper-slide .tx {
            margin-bottom: 20px;
            font-weight: normal;
        }

        .bannerbox .swiper-slide .tx1 {
            font-size: 24px;
            font-weight:normal;
        }

        .bannerbox .swiper-slide .tx2 {
            font-size: 20px;
        }

        .bannerbox .swiper-slide .tx3 {
            font-size: 16px;
        }




}
@media screen and (max-width:640px) {
    .bannerbox {
        margin-top: 0px;
    }

    .about {
        width: 100%;
        padding: 0px 20px;
    }

        .about h1 {
            font-size: 18px;
        }

        .about > p {
            font-size: 14px;
            text-indent: 2em;
            text-align: center;
            line-height: 25px;
            letter-spacing: 0px;
        }

    a.btn_xq {
    width: 6rem;
    height: 35px;
    line-height: 35px;
    }
    #casebox p.en,#prodbox p.en {
        font-size:16px;
    }
    #casebox h1:after,#prodbox h1:after {
    width: 30px;
    }
    .s_shuzi {
        display: block;
        margin-top: 3rem;
        width: 100%;
        overflow: hidden;
        margin-left: 20px;
    }

        .s_shuzi li {
            width: 50%;
            float: left;
        }

            .s_shuzi li div {
                font-size: 22px;
            }

            .s_shuzi li p {
                font-size: 16px;
            }

    .dataNums .dataOne {
        width: .825rem;
    }

    .dataNums .dataOne {
        height: 3rem;
    }

    .dataNums .numtt span {
        line-height: 3rem;
        height: 3rem;
    }

    #prodbox .m {
        padding: 0 15px;
        width: 100%;
    }

    .xs_jianju {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }

        .xs_jianju li {
            padding: 0 5px !important;
        }

    #prodbox ul li .txt .btn_xq {
        width: 6rem;
        height: 30px;
        line-height: 28px;
    }

    #prodbox ul li .txt h5 {
        font-size: 1.375rem;
    }

    #prodbox ul li .txt {
        padding: 0 1rem;
    }

    #prodbox ul li .txt1 h4 {
        font-size: 14px;
    }

    #prodbox ul li .txt1 h5 {
        font-size: 16px;
    }

    #prodbox ul li .txt1 p {
        font-size: 12px;
    }

    .slick_arrow_right2 .slick-prev2 {
        left: -70px;
    }

    .slick_arrow_right2 .slick-next2 {
        right: -70px;
    }

    #prodbox ul li .txt1 .tag {
        width: 2.25rem;
        height: 2.875rem;
    }

    #prodbox ul li .txt1 .btn_xq {
        width: 4rem;
        height: 30px;
        line-height: 30px;
    }


    #casebox {
        padding-top: 1rem;
    }



        #casebox .hd {
            padding: 1rem 1.5rem;
        }



        #casebox .left {
            width: auto;
            height: auto;
            float: none;
            padding-bottom: 1.2rem;
        }

        #casebox .slick_arrow_right .slick-arrow {
width: 4.5rem;
    line-height: 2.2rem;
    height: 2.2rem;
        }

    .slick-dotted.slick-slider {
        margin-bottom:0;
    }
    
              #casebox .left span {
                font-size: 1.1rem;
                letter-spacing: 0;
            }



        #casebox .right {
            width: auto;
            height: auto;
            float: none;
        }



            #casebox .right li .img {
                height: auto;
            }

        #casebox .m {
            width: 100%;
            padding: 0 15px;
        }


    .btn_ts {
        margin-top: 1rem;
    }

    #casebox .hd .dotbox {
        display: none;
    }

    #casebox .slick_arrow_right {
        margin-top: 0;
    }

    #casebox .left h5 {
        font-size: 1.2rem;
    }
#jjfabox {
    position: relative;
    height: auto;
    margin-top: 20px;
}
#jjfabox .fanav {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px 10px;
    background: url(/template/default/index/skin/img/fabg.png) no-repeat;
    overflow: hidden;
}
#jjfabox .fanav .txtbox {
    margin-left: 0;
    margin-top: 50px;
    margin-right: 0px;
}
#jjfabox .fanav .txtbox h1 {
    color: #fff;
    font-size: 24px;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
#jjfabox .fanav .txtbox h1:after {
    content: "";
    width: 40px;
    height: 3px;
    background: #ff602a;
    position: absolute;
    left: 45%;
    top: 45px;
}
#jjfabox .fanav .txtbox span {
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: block;
}

#jjfabox .fanav #wli-txt {
height: 110px;
    padding: 0px 20px;
overflow: hidden;
}
#jjfabox .fanav #wli-txt li{
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
    line-height: 25px;
}


#jjfabox .fanav #wli-lst {
    margin-left: 0;
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}
#jjfabox .fanav #wli-lst a li {
    float: left;
    width: 20%;
    height: auto;
    background: url(../images/faico.png) no-repeat;
    padding-top: 50px;
    cursor: pointer;
    background-size:520%;
    color:#fff;
    text-align: center;
    font-size:14px;
}

#jjfabox .fanav #wli-lst li.tp1 {
    background-position: 20px 0px;
}
#jjfabox .fanav #wli-lst li.tp2 {
    background-position: -75px 0px;
}
#jjfabox .fanav #wli-lst li.tp3 {
    background-position: -167px 0px;
}
#jjfabox .fanav #wli-lst li.tp4 {
    background-position: -262px 0px;
}
#jjfabox .fanav #wli-lst li.tp5 {
    background-position: -352px 0px;
}


#jjfabox .fanav #wli-lst li a {
    color: #fff;
    font-size: 12px;
}
#jjfabox .fatp {
    position: relative;
    z-index: 1;  
    width: 100%;
    height: 300px;
    overflow: hidden;
}



}

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


    #jjfabox .fanav #wli-lst li.tp2 {
        background-position: -64px 0px;
    }

    #jjfabox .fanav #wli-lst li.tp3 {
        background-position: -148px 0px;
    }

    #jjfabox .fanav #wli-lst li.tp4 {
        background-position: -235px 0px;
    }

    #jjfabox .fanav #wli-lst li.tp5 {
        background-position: -318px 0px;
    }
}
    @media screen and (max-width:360px) {

#jjfabox .fanav #wli-lst li.tp4 {
    background-position: -225px 0px;
}
#jjfabox .fanav #wli-lst li.tp5 {
    background-position: -306px 0px;
}
#jjfabox .fanav #wli-lst li.tp3 {
    background-position: -143px 0px;
}
        #jjfabox .fanav #wli-lst a li {
font-size:13px;
        }
    }

