.container{width: 98%;}

html{background-color: #ddd}
body{max-width: 480px;margin:0 auto;background-color: #fff}



#header {height: 70px;position: relative;background-color: #fff;z-index: 64;}
#header .container{height: 100%;width: 100%;}
#header .logo{margin-left: 2%;}
#header .logo a{display: inline-block;vertical-align: middle;}
#header .logo img{display: block;height: 35px;}

#header .navtoggle{height: 100%;background-color: #00ae8f;padding: 0 20px;}
#header .nav-bar{border:none;background: none;vertical-align: middle;cursor: pointer;}
#header .nav-bar p{width: 30px;height: 3px;background-color: #fff;-webkit-transition: all .5s;-o-transition: all .5s;-moz-transition: all .5s;transition: all .5s;border-radius: 6px;overflow: hidden;}
#header .nav-bar p+p{margin-top: 5px;}
#header .nav-bar.on p:nth-child(1){    -webkit-transform: matrix(1,0,0,1,0,8) rotate(45deg);
    -moz-transform: matrix(1,0,0,1,0,8) rotate(45deg);
     -ms-transform: matrix(1,0,0,1,0,8) rotate(45deg);
         transform: matrix(1,0,0,1,0,8) rotate(45deg);}
#header .nav-bar.on p:nth-child(2){width: 0;}
#header .nav-bar.on p:nth-child(3){    -webkit-transform: matrix(1,0,0,1,0,-8) rotate(-45deg);
    -moz-transform: matrix(1,0,0,1,0,-8) rotate(-45deg);
     -ms-transform: matrix(1,0,0,1,0,-8) rotate(-45deg);
         transform: matrix(1,0,0,1,0,-8) rotate(-45deg);}


#header .right{height: 100%;}


#header .lang{position: relative;}
#header .lang a{width: 35px;height: 35px;border:solid 1px #ccc;border-radius: 90px;line-height: 33px;font-size: 14px;padding: 0;background: none;margin-left: 20px;font-weight: bold;-webkit-transition: .5s;transition: .5s;margin-right: 30px;display: block;text-align: center;line-height: 33px;}
#header .lang a::after{display: none;}
#header .lang a:hover{color: #fff;background-color: #00ae8f;border-color: #00ae8f;}



#header .navgation{position: absolute;top: 100%;-webkit-transition: all .5s;-o-transition: all .5s;-moz-transition: all .5s;transition: all .5s; background-color: #fff;z-index: 999;left: 0;right: 0;overflow: hidden;height: 0;}
#header .navgation.on{height: calc(46px * 6)}
#header .navgation li{line-height: 45px;border-top: solid 1px #ddd;}
#header .navgation li a{display: block;padding: 0 2%;font-size: 15px;font-weight: bold;position: relative;}
#header .navgation li a::after{content: '';display: block;width: 10px;height: 10px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);border-top:solid 1px #555;border-right:solid 1px #555;position: absolute;right: 3%;top: 0;bottom: 0;margin:auto;}


.nav-mask{background: rgba(0,0,0,.6);position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 11;visibility: hidden;opacity: 0;transition: all .5s;}
.nav-mask.on{visibility: visible;opacity: 1;}

.slide{height: 350px;position: relative;background-size: cover !important;}
/*.slide::before{content:'';position:absolute;background:rgba(0,0,0,0.1);width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;}*/
.slide .container{height: 100%;position: relative;z-index: 50;}

.slide .container .text{text-align: center;}
.slide .container h1{font-size: 45px;line-height: 100%;color: #fff;font-weight: bold;text-transform: uppercase;margin-bottom: 15px;}
/*.slide .container h1::after{content: '';display: block;width: 40px;background-color: #fff;height: 3px;margin:20px 0;}
*/
.slide .container p{font-size: 20px;color: #fff;}

#banner{position: relative;overflow: hidden;}
#banner .container{overflow: hidden;height: 100%;position: relative;z-index: 30;}
#banner .swiper-slide .text{position: absolute;left: 0;top: 0;height: 100%;width: 100%;}
#banner .swiper-slide{width: 100%;overflow: hidden;}
#banner .swiper-slide .swiper-slide-bg{overflow: hidden;}
#banner .swiper-slide .swiper-slide-bg img{-webkit-transform: scale(1.2);transform: scale(1.2);-webkit-transition: 2.5s;transition: 2.5s}

#banner .swiper-slide .box{width: 100%;text-align: center;}
#banner .swiper-slide em{font-size: 15px;color: #fff;margin-bottom: 10px;display: block;text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);}
#banner .swiper-slide h1{color: #fff;font-size: 20px;text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);font-weight: bold;}
#banner .swiper-slide h1::after{content: '';display: block;width: 35px;height: 5px;background-color: #fff;margin:10px auto;}
#banner .swiper-slide p{font-size: 13px;color: #fff;text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);font-weight: normal;margin-bottom: 20px;}

#banner .swiper-slide .view-more{}
#banner .swiper-slide .view-more a{display: block;width: 120px;height: 40px;line-height: 40px;background-color: #00ae8f;text-align: center;color: #fff;font-size: 18px;margin:0 auto;-webkit-transition: .5s;transition: .5s;}
#banner .swiper-slide .view-more a:hover{background-color: #0757bf;}

#banner .swiper-slide.small .swiper-slide-bg img{-webkit-transform: scale(1);transform: scale(1)}

#banner .swiper-pagination{bottom: 0;position: relative;display: inline-block;margin: 0 30px;}
#banner .swiper-pagination .swiper-pagination-bullet{width: 12px;height: 12px;border-radius: 0;background: none;opacity: 1;margin: 0 9px;opacity: 1;border-radius: 0;border:solid 1px #fff;}
#banner .swiper-pagination .swiper-pagination-bullet-active{background-color: #00ae8f;opacity: 1;border-color: #00ae8f;}



#banner .control{position: absolute;bottom: 5px;width: 100%;text-align: center;z-index: 20;}




#banner .prev i{font-size: 30px;color: #fff;}
#banner .next i{font-size: 30px;color: #fff;}



.tit{}
.tit h1{font-size: 35px;color: #171717;text-align: center;line-height: 100%;font-weight: bold;margin-bottom: 10px;}
.tit p{font-size: 15px;color: #6e6e6e;text-align: center;line-height: 23px;}

.ptb75{padding: 35px 0;}
.pt75{padding-top: 35px;}
.pb75{padding-bottom: 35px;}


.ptb55{padding: 30px 0;}
.pt55{padding-top: 30px;}
.pb55{padding-bottom: 30px;}





#about .introl{font-size: 14px;color: #777777;text-align: center;line-height: 25px;margin-bottom: 30px;}

#about .tit::after{width: 45px;height: 5px;content: '';display: block;background-color: #00ae8f;margin:15px auto;}




#about{background: url('../images/aboutbg.png') no-repeat center #f8f8f8;padding-bottom: 50px;background-size: cover;}
#about .list{padding-bottom: 65px;}
#about .about-number {margin-bottom: 50px;}
#about .about-number .dl{text-align: center;padding: 0 10px;color: #666;font-size: 15px;position: relative;}
#about .about-number .dl::after{content: '';display: block;width: 1px;height: 73px;background-color: #e7e7e7;top: 0;bottom: 0;margin:auto;position: absolute;right: 0;}
#about .about-number .dl:last-child::after{display: none;}

#about .about-number .dl h3{font-size: 14px;color: #666;line-height: 100%;margin-bottom: 20px;}
#about .about-number .dl h3 b{font-size: 20px;line-height: 100%;margin-right: 5px;color: #00ae8f;}
#about .about-number .dl p{font-size: 13px;}

#about .view{width: 140px;line-height: 40px;background-color: #00ae8f;color: #fff;display: block;margin:0 auto;text-align: center;font-size: 18px;position: relative;overflow: hidden;}
#about .view i{font-size: 20px;margin-left: 10px;}
#about .view span{position: relative;z-index: 5;}
#about .view::before{content: '';display: block;position: absolute;width: 10px;height: 10px;background-color: #0757bf;border-radius: 50%;left: 0;right: 0;top: 0;bottom: 0;margin: auto;-webkit-transform: scale(0);transform: scale(0);-webkit-transition: .5s;transition: .5s}
#about .view:hover{}
#about .view:hover::before{-webkit-transform: scale(20);transform: scale(20)}


#product {padding-bottom: 30px;}
#product .tit{margin-bottom: 25px;}
#product .navbar{margin-bottom: 20px;}
#product .navbar ul{margin:0 -3px;}
#product .navbar ul li{padding: 0 3px;width: 33.333%;text-align: center;margin-bottom: 5px;}
#product .navbar ul li a{display: block;background-color: #eeeeee;line-height: 50px;font-size: 14px;color: #444;padding: 0 5px;-webkit-transition: .3s;transition: .3s;-ms-text-overflow: ellipsis;
text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
#product .navbar ul li a i{font-size: 50px;margin-right: 10px;vertical-align: middle;}
#product .navbar ul li.active a{background-color: #00ae8f;color: #fff;display: block}

#product .probox{position: relative;padding-bottom: 30px;overflow: hidden;}
#product .probox .box{margin-bottom: 30px;}
#product .probox .left{overflow: hidden;}
#product .probox .left img{-webkit-transition: .5s;transition: .5s;}
#product .probox .left a:hover img{-webkit-transform: scale(1.2);transform: scale(1.2);}
#product .probox .right{}
#product .probox .right h2{font-size: 26px;color: #101010;line-height: 70px;font-weight: bold;position: relative;}
#product .probox .right h2 i{font-size: 40px;vertical-align: middle;margin-right: 15px;font-weight: normal;color: #a4a4a4;}
#product .probox .right p{line-height: 26px;font-size: 14px;color: #444;margin-bottom: 20px;}

#product .probox .right .tedian li{width: 50%;font-size: 15px;color: #818181;margin-bottom: 20px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;padding-right: 15px;}
#product .probox .right .tedian li img{margin-right: 15px;}

#product .probox .swiper-pagination{bottom: 0;}
#product .probox .swiper-pagination .swiper-pagination-bullet{width: 14px;height: 14px;margin:0 8px;}
#product .probox  .swiper-pagination .swiper-pagination-bullet-active{background-color: #00ae8f;}


#product .probox ul.prolist li{}
#product .probox ul.prolist{margin:0 -10px;}
#product .probox ul.prolist li{padding: 0 10px;margin-bottom: 15px;}
#product .probox ul.prolist li:hover{border-color: #0079c3;}
#product .probox ul.prolist li a{display: block;position: relative;}
#product .probox ul.prolist li .img{overflow: hidden;}
#product .probox ul.prolist li img{width: 100%;-webkit-transition: all .5s;transition: all .5s;}
#product .probox ul.prolist li a:hover img{-webkit-transform: scale(1.1);transform: scale(1.1);}
#product .probox ul.prolist li .text{padding:15px 0 0;line-height: 24px;font-size: 14px;color: #666;text-align: center;}
#product .probox ul.prolist li p{font-size: 22px;color: #303030;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-bottom: 10px;}
#product .probox ul.prolist li a:hover p{color: #00ae8f;}
#product .probox ul.prolist li a .desc{font-size: 16px;}
#product .probox ul.prolist li a span.more{display: block;width: 100px;text-align: center;line-height:32px;border:solid 1px #ddd;}
#product .probox ul.prolist li a:hover span.more{border:solid 1px #0079c3;background-color: #0079c3;color: #fff;}



#service{position: relative;background-color: #f7f7f7;}
#service .tit h1{margin-bottom: 20px;}
#service .servicebox{position: relative;overflow: hidden;}
#service .text{}
#service .container{position: relative;height: 100%;}

#service .text .box{padding-top: 20px;}
#service .text .box h1{font-size: 40px;color: #222;font-weight: bold;line-height: 100%;}
#service .text .box h4{font-size: 30px;margin-bottom: 10px;color: #333;}
#service .text .box h1::after{content: '';display: block;margin:15px 0;height: 3px;background-color: #333;width: 30px;}
#service .text .box p{font-size: 13px;color: #777;font-weight: 300;line-height: 22px;}
#service .text .box a.view{width: 50px;height: 50px;line-height: 48px;border:solid 1px #fff;background: none;color: #fff;text-align: center;border-radius: 90px;display: block;-webkit-transition: .5s;transition: .5s;}
#service .text .box a.view i{line-height: 100%;font-size: 37px;vertical-align: middle;font-weight: 200;}
#service .text .box a.view:hover{background-color: #0757bf;color: #fff;border-color: #0757bf;}

#service .service_navbar {margin-bottom: 20px;}

#service .service_navbar ul{}
#service .service_navbar li{width: 20%;text-align: center;position: relative;}
#service .service_navbar li::after{content: '';display: block;width: 1px;height: 100%;position: absolute;right: 0;top: 0;background-color: #dddddd;}
#service .service_navbar li:last-child::after{display: none;}
#service .service_navbar li p i{font-size: 30px;}
#service .service_navbar li h6{font-size: 13px;-ms-text-overflow: ellipsis;
text-overflow: ellipsis;overflow: hidden;white-space: nowrap;padding: 0 10px;}
#service .service_navbar li.active h6{color: #00ae8f;}
#service .service_navbar li.active  p i{color: #00ae8f;}



#Application{}
#Application .tit{margin-bottom: 20px;}
#Application .list{position: relative;}
#Application .appbox{overflow: hidden;position: relative;padding-bottom: 40px;}
#Application .appbox .swiper-slide a{position: relative;display: block;width: 100%;height: 100%;}
#Application .appbox .swiper-slide a::before{content: '';display: block;position: absolute;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .4);-webkit-transition: .5s;transition: .5s;z-index: 2;}
#Application .appbox .swiper-slide a:hover::before{background-color: rgba(0, 174, 143, .8);}

#Application .appbox .swiper-slide a .img{overflow: hidden;}
#Application .appbox .swiper-slide a .img img{-webkit-transition: .5s;transition: .5s;}
#Application .appbox .swiper-slide a:hover .img img{-webkit-transform: scale(1.2);transform: scale(1.2);}

#Application .appbox .text{position: absolute;z-index: 20;top: 0;left: 0;width: 100%;height: 100%;}
#Application .appbox .text .box{padding: 0 20px;text-align: center;-webkit-transition: .5s;transition: .5s;}
#Application .appbox .text h1{color: #fff;font-size: 15px;}
#Application .appbox .text h1::after{content: '';display: block;width: 30px;height: 4px;background-color: #fff;margin:10px auto;}
#Application .appbox .swiper-slide a .text .b{height: 0;overflow: hidden;-webkit-transition: .5s;transition: .5s;}
#Application .appbox .swiper-slide a:hover .text .b{height: 140px;}
#Application .appbox .text p{font-size: 13px;color: #fff;font-weight: 300;margin-bottom: 20px;}
#Application .appbox .text span{display: block;width: 38px;height: 38px;border:solid 1px #fff;text-align: center;line-height: 36px;color: #fff;font-size: 18px;border-radius: 90px;margin:0 auto;}

#Application .appbox .swiper-pagination{bottom: 0;}
#Application .appbox .swiper-pagination .swiper-pagination-bullet{width: 14px;height: 14px;margin:0 8px;}
#Application .appbox  .swiper-pagination .swiper-pagination-bullet-active{background-color: #00ae8f;}


#Application .list .prev{display: block;width: 72px;height: 72px;background-color: #ededed;position: absolute;top: 0;bottom: 0;left: -90px;margin:auto;text-align: center;line-height: 72px;}
#Application .list .prev:hover{background-color: #00ae8f;color: #fff;}
#Application .list .prev i{font-size: 50px;}
#Application .list .next{display: block;width: 72px;height: 72px;background-color: #ededed;position: absolute;top: 0;bottom: 0;right: -90px;margin:auto;text-align: center;line-height: 72px;}
#Application .list .next:hover{background-color: #00ae8f;color: #fff;}
#Application .list .next i{font-size: 50px;}


#Solution{background: url('../images/Solutionbg.jpg') no-repeat center;padding: 50px 0;}
#Solution .container{height: 100%;}
#Solution .text{}
#Solution .text h1{font-size: 35px;color: #fff;font-weight: bold;text-align: center;}
#Solution .text h1::after{content: '';display: block;width: 44px;height: 4px;background-color: #fff;margin:15px auto;}
#Solution .text .list{font-size: 15px;color: #fff;font-weight: 300;line-height: 26px;margin-bottom: 30px;text-align: center;}
#Solution .text a.view{display: block;width: 120px;height: 45px;line-height: 43px;text-align: center;border:solid 1px #fff;font-size: 15px;color: #fff;position: relative;overflow: hidden;-webkit-transition: .9s;transition: .9s;margin: 0 auto;}
#Solution .text a.view::before{content: '';display: block;position: absolute;width: 10px;height: 10px;background-color: #0757bf;border-radius: 50%;left: 0;right: 0;top: 0;bottom: 0;margin: auto;-webkit-transform: scale(0);transform: scale(0);-webkit-transition: .5s;transition: .5s}
#Solution .text a.view:hover::before{-webkit-transform: scale(20);transform: scale(20);}
#Solution .text a.view:hover{border-color: #0757bf;}
#Solution .text a span{position: relative;z-index: 5;}

#news{background-color: #f9f9f9;}
#news .tit{margin-bottom: 20px;}
#news .list ul{margin: 0 -22px;padding-bottom: 30px;}
#news .list ul li{padding: 0 22px;margin-bottom: 30px;}
#news .list ul li .img{overflow: hidden;}
#news .list ul li .img img{-webkit-transition: .5s;transition: .5s;width: 100%;}
#news .list ul li a:hover .img img{-webkit-transform: scale(1.2);transform: scale(1.2)}
#news .list ul li h1{font-size: 24px;color: #171717;line-height: 100%;margin: 20px 0 15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#news .list ul li a:hover h1{color: #00ae8f;text-decoration: underline;}
#news .list ul li p{font-size: 14px;color: #666;line-height: 24px;margin-bottom: 20px;}
#news .list ul li em{font-size: 16px;color: #00ae8f;}




#footer{background-color: #232222;}


#footer dl{border-bottom: solid 1px rgba(255,255,255,.1);}
#footer dl dt{}
#footer dl dt a{color: #fff;font-size: 18px;display: block;position: relative;padding: 15px 0;}
#footer dl dt a::after{content: '';display: block;right: 2px;top: 0;bottom: 0;width: 8px;height: 8px;border-top: solid 1px rgba(255,255,255,.5);position: absolute;border-right: solid 1px rgba(255,255,255,.5);margin:auto;transform: rotate(45deg);transition: all .5s;}
#footer dl dt.on a::after{transform: rotate(135deg);}
#footer dl dd{padding: 0 0 10px;display: none;}
#footer dl dd p{line-height: 26px;}
#footer dl dd p a{color: rgba(255,255,255,.8);font-size: 14px;position: relative;display: block;padding-left: 12px;}
#footer dl dd p a:before{content: '';display: block;position: absolute;width: 3px;height: 3px;background-color: rgba(255,255,255,.3);top: 0;bottom: 0;left: 0;margin:auto;}


#footer .con{text-align: center;margin-top: 40px;margin-bottom: 20px;}
#footer .con .t-con{border-left: solid 2px #01a5be;padding-left: 25px;}
#footer .con .h3{color: #fff;font-size: 14px;line-height: 100%;}
#footer .con .h1{font-size: 36px;color: #fff;font-family: 'ultramagnetic';font-weight: bold;line-height: 100%;margin: 15px 0;}
#footer .con .h2{color: rgba(255,255,255,.5);font-size: 14px;line-height: 1.8;}
#footer .con .add{margin-top: 30px;color: rgba(255,255,255,.5);margin-bottom: 30px;}


#footer .gz{width: 60%;margin:0 auto;padding-bottom: 30px;}
#footer .gz ul{margin:0 -10px;}
#footer .gz li{width: 100%;display: inline-block;vertical-align: top;padding:0 10px;text-align: center;color: #fff;}
#footer .gz li img{width: 100px;}
#footer .gz li p{padding: 5px 0;}


.foot-bottom{font-size: 13px;color: #fff;border-top: solid 1px rgba(255,255,255,.1);text-align: center;margin-bottom: 58px;padding: 15px 0;}
.foot-bottom a{color: #fff;}

#links{background-color: #df0013;padding-top: 10px;margin-bottom: 25px;}
#links .tit{color: #fff;font-size: 12px;line-height: 100%;margin-bottom: 5px;}
#links .lists{font-size: 0;line-height: 100%;}
#links .lists a{color: rgba(255,255,255,.8);font-size: 13px;margin-right: 25px;line-height: 24px;}



.cloudzoom-zoom-inside{border:solid 1px #ddd;}
.cloudzoom-lens{border:3px solid #888;width:100px;height:100px;box-shadow:0 0 10px rgba(0,0,0,.4);cursor:crosshair;background:#fff;z-index:10}
.cloudzoom-zoom{border:1px solid #888;width:500px;height:200px;box-shadow:0 0 10px rgba(0,0,0,.4)}
.cloudzoom-zoom-inside{border:none;box-shadow:none}
.cloudzoom-caption{display:none;text-align:left;background-color:#000;color:#fff;font-weight:700;padding:10px;font-family:sans-serif;font-size:11px}
.cloudzoom-blank{background-image:url(../images/blank.png)}
.cloudzoom-ajax-loader{background-image:url(../images/loading.gif);width:32px;height:32px}



.postion{line-height: 55px;border-bottom: solid 1px #ddd;position: relative;}
.postion span{font-size: 16px;font-weight: bold;}
.postion .subnav{position: absolute;top: 100%;left: 0;width: 100%;background-color: #fff;margin-top: 1px;display: none;z-index: 999;}
.postion .subnav li{border-bottom: solid 1px #ddd;line-height: 50px;font-size: 15px;}
.postion .subnav li a{padding: 0 1%;display: block;}
.postion .child-btn{display: block;width: 30px;height: 30px;position: absolute;top: 0;bottom: 0;margin:auto;right: 2%;cursor: pointer;}
.postion .child-btn::after{content: '';display: block;width: 10px;height: 10px;border-top: solid 2px #333;border-right: solid 2px #333;position: absolute;top: 0;bottom: 0;margin:auto;right: 0;left: 0;transform: rotate(45deg);margin-left: 5px;}



.prodes{line-height: 24px;color: #777;margin-bottom: 15px;font-size: 14px;}

.shop{padding: 20px 0;}
.shop ul{margin:0 -5px;}
.shop ul li{width: 50%;margin-bottom: 10px;padding: 0 5px;}

.shop ul li a{display: block;border: solid 1px #e9e9e9;background-color: #fff;position: relative;position: relative;transition: all .5s;height: 100%;}

.shop ul li a .text{padding: 10px;font-size: 13px;color: #868686;}
.shop ul li a p{font-size: 15px;width: 100%;color: #333;line-height: 100%;margin-bottom: 7px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.shop ul li a:hover .h3{color: #df0013;}
.shop ul li a:hover{z-index: 10;box-shadow: 0 0 15px rgba(0,0,0,.2);}
.shop ul li a::after{content: '';display: block;border:solid 2px #00ae8f;position: absolute;left: -1px;top: 0;right: -1px;bottom: 0;opacity: 0;transition: all .5s;}
.shop ul li a:hover::after{opacity: 1;}


.pages-down{margin: 20px 0;}
.pages-down ul {margin:0 -5px;}
.pages-down ul li{margin-bottom: 20px;width:100%;padding: 0 5px;}
.pages-down ul li .box{border:solid 1px #ddd;display: block;height: 100%;}
.pages-down ul li .box:hover{border-color: #df0013}
.pages-down ul li img{width: 100%;}
.pages-down ul li .h3{font-size: 15px;padding: 0 0 6px;line-height: 25px;margin-bottom: 10px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.pages-down ul li .introl{font-size: 12px;color: #666;line-height: 24px;margin-bottom: 20px;}
.pages-down ul li .more{display: block;width: 50%;line-height: 32px;font-size: 15px;text-align: center;background-color: #df0013;color: #fff;}
.pages-down ul li .zx{display: block;width: 50%;line-height: 32px;font-size: 15px;text-align: center;background-color: #888;color: #fff;}
.pages-down ul li .text{padding: 20px;}
.pages-down ul li .box:hover .h3 a{color: #df0013}
.pages-down ul li .box:hover .more{color: #fff;background-color: #df0013;}

.pages-down ul li .btn a i{margin-right: 5px;}


#page{margin-bottom: 20px;text-align: center;margin-top: 20px;color: #666;}
#page a,#page span{color: #666;}

#shopshow .tit{font-size: 17px;font-weight: bold;line-height: 30px;padding: 10px 0;}
.bigImg{border:solid 1px #ddd;}
.bigImg img{width: 100%;}

.tabstit{margin-top: 10px;border-bottom:solid 1px #ddd;border-right: none;}
.tabstit li{float: left;margin-right: 3px;width: auto;}
.tabstit li a{padding: 0 20px;line-height: 40px;font-size: 16px;background-color: #f5f5f5;display: block;border:solid 1px #ddd;border-bottom: none;font-weight: bold;}
.tabstit li a i{margin-right: 10px;}
.tabstit li.active{position: relative;margin-bottom: -1px;}
.tabstit li.active a{background-color: #fff;border-top: solid 2px #0093dd;}


#shopshow .content{line-height: 2;font-size: 15px;color: #333;padding: 15px 0;overflow: hidden;}


#shopshow .content .shct{font-size: 26px;color: #111;margin-bottom: 10px;}
#shopshow .content table img{height: 300px;display: block;margin:0 auto;}
#shopshow .content .tablebox{overflow-x: auto;width: 100%;padding-bottom: 14px;}
#shopshow .content table{border-collapse: collapse;}

#shopshow .content table td{padding: 5px 10px;}
#shopshow .content table tr:nth-child(1) td{white-space: nowrap;}
#shopshow .content .tits{font-size: 20px;font-weight: bold;margin:10px 0;background-color: #f8f8f8;padding: 10px;color: #df0013;}
#shopshow .content .tits::before{content: '';display: inline-block;width: 3px;height: 19px;background-color:#df0013; vertical-align: middle;margin-right: 15px;}



.pagelinks{border-top: solid 1px #ddd;border-bottom: solid 1px #ddd;padding: 10px 0;line-height: 24px;font-size: 14px;}

.hot-product{border-bottom: solid 1px #ddd;}
.hot-product h1{font-size: 18px;font-weight: bold;padding: 10px 0;}
.hot-product ul{margin:0 -5px;}
.hot-product ul li{width: 50%;margin-bottom: 10px;padding: 0 5px;}

.hot-product ul li a{display: block;border: solid 1px #e9e9e9;background-color: #fff;position: relative;position: relative;transition: all .5s;height: 100%;}

.hot-product ul li a .text{padding: 10px;font-size: 13px;color: #868686;}
.hot-product ul li a p{font-size: 15px;width: 100%;color: #333;line-height: 100%;margin-bottom: 7px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.hot-product ul li a:hover .h3{color: #df0013;}
.hot-product ul li a:hover{z-index: 10;box-shadow: 0 0 15px rgba(0,0,0,.2);}
.hot-product ul li a::after{content: '';display: block;border:solid 2px #00ae8f;position: absolute;left: -1px;top: 0;right: -1px;bottom: 0;opacity: 0;transition: all .5s;}
.hot-product ul li a:hover::after{opacity: 1;}



.tj-news{margin-bottom: 30px;}
.tj-news h1{font-size: 18px;font-weight: bold;padding: 10px 0;}
.tj-news ul li{line-height: 30px;font-size: 14px;}
.tj-news ul li span{color: #999;}


.p-factory{padding: 2% 0;}
.p-factory ul{margin: 0 -5px;border-bottom: solid 1px #ddd;}
.p-factory ul li{width: 50%;float: left;padding: 0 5px;}
.p-factory ul li .h3{padding: 13px 0;text-align: center;font-size: 13px;}



.p-honor{padding: 2% 0;}
.p-honor ul{margin: 0 -5px;border-bottom: solid 1px #ddd;}
.p-honor ul li{width: 100%;float: left;padding: 0 5px;}
.p-honor ul li .h3{padding: 13px 0;text-align: center;font-size: 13px;}

.Equipment{overflow: hidden;padding: 2% 0;}
.Equipment .container{overflow-x: auto;}
.Equipment .container td{text-overflow: ellipsis;white-space: nowrap;}

.p-partner{padding: 2% 0;}
.p-partner ul{margin: 0 -5px;border-bottom: solid 1px #ddd;}
.p-partner ul li{width: 50%;float: left;padding: 0 5px;}
.p-partner ul li img{border:solid 1px #ddd;width: 100%;}
.p-partner ul li .h3{padding: 12px 0;text-align: center;font-size: 13px;}

.picshow{padding: 2% 0;overflow: hidden;color: #666;line-height: 2;font-size: 13px;}
.picshow .t{font-size: 20px;font-weight: bold;text-align: center;margin-bottom: 5px;}
.picshow .time{font-size: 13px;color: #666;text-align: center;padding: 5px 0;border-bottom: solid 1px #ddd;}
.picshow .content{padding: 20px 0;line-height: 2;}
.picshow .content li{margin-bottom: 10px;}
.picshow .content img{margin-bottom: 10px;width: 100%;}



.newshow{padding: 2% 0;overflow: hidden;}
.newshow .t{font-size: 20px;font-weight: bold;text-align: center;margin-bottom: 5px;}
.newshow .time{font-size: 13px;color: #666;text-align: center;padding: 5px 0;border-bottom: solid 1px #ddd;}
.newshow .content{padding: 20px 0;line-height: 1.8;font-size: 14px;color: #666;}
.newshow .content li{margin-bottom: 10px;}
.newshow .content img{margin-bottom: 10px;width: 100%;}


.unit01{text-align:center;}
.unit01 h2{font-size:26px;color:#333;}

.unit_nav{height:68px;background:url(../images/his_bg.jpg) repeat-x;text-align:center;line-height:68px;}
.unit_nav em{padding:10px 1px;width:1px;background:url(../images/s2.jpg) no-repeat center;}
.unit_nav a{ display:inline-table;color:#333;font-size:13px; text-decoration:none;width: 25%;}
.unit_nav a:hover,.unit_nav a.cur{background:url(../images/h_nav_b.jpg) no-repeat center bottom;color:#0D5CC1;}


.pages-about{line-height: 1.8;font-size: 14px;color: #555;padding: 2rem 0;}
.pages-about .pabouttit{font-size: 30px;color: #222;margin-bottom: 15px;line-height: 100%;}
.pages-about .pwh{display: block;}
.pages-about .pwh dl{background-color: #f2f2f2;display: flex;}
.pages-about .pwh dl dt{overflow: hidden;width: 50%;}
.pages-about .pwh dl dt img{-webkit-transition: .5s;transition: .5s;}
.pages-about .pwh dl:hover dt img{-webkit-transform: scale(1.2);transform: scale(1.2)}
.pages-about .pwh dl dd{padding: 20px  ;text-align: center;width: 50%;line-height: 20px;}
.pages-about .pwh dl dd h4{font-size: 20px;color: #222;line-height: 100%;margin-bottom: 10px;}


.qywh{position: relative;overflow: hidden;}
.qywh .wamper > span {display: block;vertical-align: top;box-sizing: border-box;margin-bottom: 20px; }
.qywh .wamper > span img{ width: 100%; }
.qywh_list {box-sizing: border-box;display: inline-block;vertical-align: top;}
.qywh_list .tix{line-height: 100%;color: #df0013}
.qywh_list h1 {font-size: 18px;color: #df0013;font-weight: bold;margin-top: 34px;line-height: 100%;}
.qywh_list p {font-size: 15px;color: rgb(51, 51, 51);margin-top: 10px; line-height:100%;    font-weight: bold;}
.qywh_u1{font-size: 0;margin-top: 20px;box-sizing: border-box;position: relative; bottom;background-size: 100%; overflow: hidden; width:100%;}
.qywh_u1 li:first-child{border-top: solid 1px #ddd;padding-top: 20px;}
.qywh_u1 li{display: block;vertical-align: top;border-bottom: solid 1px #ddd;padding-bottom: 20px;margin-bottom: 20px;}

.qywh_u1 li span {overflow: hidden;}
.qywh_u1 li span img{width: 100%;}
.qywh_u1 li p{font-size: 15px;color: #333;line-height: 26px;margin-top: 20px; font-weight:bold;}
.qywh_u1 li h1{font-size: 18px;color: #df0013;font-weight: bold;margin-bottom: 10px;}



.pages-project{padding: 10px 0;}
.pages-project .h3{text-align: center;font-size: 20px;line-height: 2;margin-bottom: 30px;}
.pages-project ul{margin:0 -10px;}
.pages-project li{margin-bottom: 20px;padding: 0 10px;width: 100%;}
.pages-project li a{position: relative;display: block;}
.pages-project li a .img{overflow: hidden;width: 100%;}
.pages-project li a img{-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;width: 100%;}
.pages-project li a:hover img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.pages-project li .text{padding: 20px 0;color: #444;width: 100%;}
.pages-project li .text i{margin-left: 10px;}
.pages-project li .text h5{font-weight: bold;font-size: 20px;margin-bottom: 10px;}
.pages-project li .text span{font-size: 14px;}
.pages-project .wrap{width: 49%;}
.pages-project .wrap li{width: 100%;}
.slideTxtBox{margin-bottom: 40px;}







.relation-news{}
.relation-news h1{font-size: 18px;font-weight: bold;padding: 10px 0;}
.relation-news ul li{line-height: 30px;font-size: 14px;}
.relation-news ul li span{color: #999;}



.rela{padding-top: 20px;}
.rela .h1{font-size:18px;line-height: 100%;font-weight: bold;margin-bottom: 20px;}
.rela .list ul{margin:0 -3px;}
.rela .list ul li{width: 50%;margin-bottom: 10px;padding: 0 3px;}
.rela .list ul li a{display: block;border:solid 1px #e5e5e5;position: relative;}

.rela .list ul li img{width: 100%;}
.rela .list ul li .text{padding: 15px 10px;line-height: 24px;font-size: 14px;color: #666;}
.rela .list ul li p{font-size: 17px;color: #303030;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;white-space: nowrap;margin-bottom: 5px;line-height: 100%;}
.rela .list ul li a:hover p{color: #df0013;}


.pnews{padding: 2% 0;}
.pnews li {margin-bottom: 10px;padding-bottom: 10px;border-bottom: solid 1px #eee;}
.pnews li .img img{width: 100%;}
.pnews li .text{padding: 10px 0 0;}
.pnews li .text .h1{font-size: 18px;font-weight: bold;}
.pnews li .text .clicks{font-size: 14px;color: #666;padding: 5px 0;}
.pnews li .text .des {font-size: 13px;color: #777;line-height: 22px;color: #666;}

.pages-service{padding: 20px 0  0;}
.pages-service .servtop{padding-bottom: 20px;font-size: 15px;color: #666;line-height: 2;}
.pages-service .servtop .p{margin-bottom: 20px;}
.pages-service .servtop .tit .en{font-size: 30px;line-height: 100%;}
.pages-service .servtop .tit h3{font-size: 26px;line-height: 100%;color: #df0013;margin:10px 0 30px;font-weight: bold;}
.pages-service .servtop .p .img{overflow: hidden;}
.pages-service .servtop .p .img img{transition: all .5s;width: 100%;}
.pages-service .servtop .p:hover .img img{transform: scale(1.1);}
.pages-service .servtop .p .text{padding-top: 20px;}
.pages-service .servtop .p .text h4{font-size: 20px;color: #df0013;line-height: 100%;margin-bottom: 10px;font-weight: bold;}

#contact .mapt{font-size: 26px;font-weight: bold;margin-bottom: 25px;color: #333;}
.allmap{height: 400px;overflow: hidden;}
#allmap{height: 450px;}

.procedure h3{margin:56px auto 42px auto;color:#df0013;font-size:30px;text-align:center;}
.procedure p{font-size:17px;color:#fff;background:#df0013;width:240px;text-align:center;font-weight:600;}
.pb_left p:first-child{padding:13px 33px;width:-webkit-calc(240px - 66px);width:calc(240px - 66px);height:inherit;text-align:left;}
.pb_left p:first-child{padding:13px 33px;width:-webkit-calc(240px);width:calc(240px);height:inherit;text-align:left;}
.pb_right{margin-left:118px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.procedure p{font-size:17px;color:#fff;background:#df0013;height:70px;width:240px;text-align:center;padding:20px;font-weight:600;}
.pb_right_stand p:first-child{line-height:20px;text-align:left;text-align:center;}
.pb_right_stand{margin:0 48px;}
.procedure .center img{margin-left:112px;}
.pt_three{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;}
.procedure_center{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.procedure .center2 img{margin-left:448px;}
.procedure_bottom{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:84px;}
.pt_three_center span{color:#333;font-size:18px;text-align:center;display:block;margin-bottom:5px;font-weight:600;}
.p-jobs-list {padding: 10px 0;}
.h_zp{height: 50px;line-height: 50px;background-color: #8b8c91;overflow: hidden;}
.p-jobs-list li.wow{overflow: hidden;border:none;}
.p-jobs-list .h_zp div{width: 16.6666%;float: left;text-align: center;color: #fff;font-size: 15px;font-weight: bold;}
.p-jobs-list li.wow .deta{background-color: #fbfbfb;}

.job-title{background-color: #f5f5f5;margin-top: 5px;cursor: pointer;overflow: hidden;}


.job-title.active{background-color: #df0013;}
.p-jobs-list .h_zp.job-title div{color: #666;font-weight: normal;white-space: nowrap;}
.p-jobs-list .job-title.active div{color: #fff;}

.p-jobs-list .tdata .box{padding: 5px 0;font-size: 13px;color: #666;line-height: 2;}
.p-jobs-list .tdata .box span{font-size: 15px;color: #333;margin-bottom: 5px;display: block;}
.p-jobs-list .tdata .box a.a_134{display: block;width: 100px;line-height: 40px;color: #fff;background-color: #df0013;text-align: center;}
.p-jobs-list .tdata .box a.a_134:hover{background-color: #ff574a;}

.p-jobs-list li{display: none;}
.p-jobs-list .job-title #lermore1{background: url(../images/jrwm1.png) no-repeat center center;height: 100%;}
.p-jobs-list .job-title.active #lermore1{background: url(../images/jrwm1_h.png) no-repeat center center;}




.paboutintrol{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
.pades{font-size: 14px;}
.pages-about h2{font-size: 30px;font-weight: 200;}
.video{}
.pages-about table{border-collapse: collapse;}
.pages-about table,.pages-about th,.pages-about td{border:solid 1px #ddd;}

#shopshow .content>.flex:nth-child(1){display: block;}
#shopshow .content  .img{border:solid 1px #eee;width: 100%;margin-bottom: 20px;}

#shopshow .content .ms{width: 100%;}
#shopshow .content .ms .li{border-bottom: dashed 1px #ccc;margin-bottom: 13px;width: 100%;}
#shopshow .content .ms .li span{background: url(../images/790300a455e94a9ab7fd4183925b9243_4.png) no-repeat;width: 77px;height: 33px;display: block;text-align: center;color: #fff;margin-right: 15px;line-height: 33px;    flex-shrink: 0;}
#shopshow .content .ms .li div{width: 310px;}

#shopshow .content .ms ul{margin: 0 -15px;flex-wrap: wrap;}
#shopshow .content .ms ul li{padding: 0 15px;text-align: center;width: 50%;margin-bottom: 10px;}
#shopshow .content .ms ul li i{font-size: 16px;display: block;}
#shopshow .content .ms ul li img{width: 80px;}
#shopshow .content .ms ul li .yc{display: none;}
#shopshow .content .ms ul li:hover .yc{display: block;}
#shopshow .content .ms ul li:hover .xs{display: none;}
#shopshow .content .ms ul li:hover i{color: #df0013}





#shopshow .content .tedian{margin:0 -4px;}
#shopshow .content .tedian li{width: 50%;padding: 0 4px;margin-bottom: 20px;}
#shopshow .content .tedian li .box{border:solid 1px #ddd;height: 100%;text-align: center;padding: 20px;}
#shopshow .content .tedian li .box span{display: block;}
#shopshow .content .tedian li .box em{display: block;font-size: 20px;font-weight: bold;}
#shopshow .content .tedian li .box em::after{content: '';display: block;width: 20px;height: 3px;background-color: #df0013;margin:10px auto;}
#shopshow .content .tedian li img{width: 60px;}



.pages-ly{padding:30px 0;}
.pages-ly .tit{background-color: #df0013;color:#fff;display: inline-block;font-size: 20px;padding: 10px 20px;}
.pages-ly .list{border:solid 1px #ddd;padding: 20px;background: url(../images/r1-orderform-1-bg.jpg) no-repeat center bottom;overflow: hidden;}
.pages-ly .list .row{color: #666;font-size: 13px;}
.pages-ly .list .inputs{margin-bottom: 10px;}
.pages-ly .list .inputs b{display: block;width: 110px;font-weight: normal;margin-bottom: 5px;}
.pages-ly .list input[type="text"]{border:solid 1px #ddd;padding: 10px;width: 100%;}
.pages-ly .list textarea{border:solid 1px #ddd;padding: 10px;width: 100%;height: 120px;}
.pages-ly .list input[type="submit"]{border:none;background-color: #df0013;color: #fff;padding: 10px 35px;font-size: 18px;cursor: pointer;}



.page-contact{padding-bottom: 2rem;padding-top: 2rem;}
.page-contact .li{}
.page-contact .left{margin-bottom: 30px;}
.page-contact h1{font-size: 20px;color: #111;line-height:100%;}
.page-contact .gstit dd p{color: #00ae8e;font-size: 16px;}
.page-contact dl{border-bottom: none;border-bottom:solid 1px #ddd;padding: 30px 0;}
.page-contact dl:last-child{}
.page-contact dl dt{margin-right: 20px;}
.page-contact dl dt i{font-size: 20px;color: #fff;background-color: #00ae8e;border-radius: 50%;width: 36px;height: 36px;display: block;text-align: center;line-height: 36px;}
.page-contact dl dd p{font-size: 17px;color: #444;line-height: 26px;}

.page-contact .right .input_group{margin-bottom: 20px;}
.page-contact .right h1{margin-bottom: 20px;}
.page-contact .right label{font-size: 18px;color: #333;line-height: 100%;padding-bottom: 10px;display: block;}
.page-contact .right input[type="text"]{border:solid 1px #ccc;padding: 10px;width: 100%;}
.page-contact .right textarea{width: 100%;height: 200px;padding: 10px;}
.page-contact .right input[type="submit"]{border:none;background-color: #00ae8f;color: #fff;width: 100px;height: 40px;font-size: 18px;cursor: pointer;}


.pages-project{}
.pages-project .project-top{padding: 40px 0;}
.pages-project .project-top .h1{font-size: 26px;text-align: center;line-height: 100%;}
.pages-project .project-top .h1::after{content: '';display: block;width: 60px;height: 3px;background-color: #df0013;margin:20px auto;}
.pages-project .project-top .h3{text-align: center;font-size: 14px;color: #666;line-height: 25px;margin-bottom: 40px;}
.pages-project .project-top .list{display: -webkit-flex;    display: flex;flex-wrap: wrap;}
.pages-project .project-top dl{width: 50%;display: inline-block;text-align: center;margin-bottom: 20px;}
.pages-project .project-top dl dt{margin-bottom: 15px;}
.pages-project .project-top dl dt img{width: 50%;}
.pages-project .project-top dl dd{font-size: 15px;text-align: center;line-height: 25px;}

.pages-project .project-youshi{background: url(../images/pages-projectbg1.jpg) no-repeat center;background-size: cover;padding: 40px 0  40px;}
.pages-project .project-youshi .h1{font-size: 26px;text-align: center;line-height: 100%;color: #fff;}
.pages-project .project-youshi .h1::after{content: '';display: block;width: 60px;height: 3px;background-color: #fff;margin:20px auto;}
.pages-project .project-youshi .h3{text-align: center;font-size: 14px;color: #fff;line-height: 25px;margin-bottom: 40px;}
.pages-project .project-youshi .list{display: -webkit-flex;    display: flex;flex-wrap: wrap;border-right:solid 1px rgba(255,255,255,.3);border-bottom:solid 1px rgba(255,255,255,.3);}
.pages-project .project-youshi dl{width: 50%;display: inline-block;border:solid 1px rgba(255,255,255,.3);border-right: none;border-bottom: none;padding:40px 20px;display: -webkit-flex;    display: flex;justify-content:center;align-items:center;}
.pages-project .project-youshi dl a{display: -webkit-flex;    display: flex;justify-content:center;align-items:center;}
.pages-project .project-youshi dl dt{margin-right: 15px;}
.pages-project .project-youshi dl dt img{width: 60px;}
.pages-project .project-youshi dl dd{font-size: 18px;line-height: 25px;color: #fff;}
.pages-project .project-youshi dl dd b{size: 22px;}

.pages-project .project-liucheng{padding: 40px 0  40px;background-color: #f8f8f8}
.pages-project .project-liucheng .h1{font-size: 26px;text-align: center;line-height: 100%;color: #333;}
.pages-project .project-liucheng .h1::after{content: '';display: block;width: 60px;height: 3px;background-color: #df0013;margin:20px auto;}
.pages-project .project-liucheng .h3{text-align: center;font-size: 14px;color: #666;line-height: 25px;margin-bottom: 40px;}
.pages-project .project-liucheng .list ul{display: -webkit-flex;    display: flex;flex-wrap: wrap;justify-content:center;text-align: center;margin-bottom: 50px;}
.pages-project .project-liucheng .list ul li{width: 50%;position: relative;margin-bottom: 20px;}
.pages-project .project-liucheng .list ul li::after{content: '';display: block;background: url(../images/kklc5.png) no-repeat;width: 22px;height: 21px;position: absolute;right: -15px;top: -25px;bottom: 0;margin:auto;}
.pages-project .project-liucheng .list ul li:nth-child(2n)::after{display: none;}
.pages-project .project-liucheng .list ul li:last-child::after{display: none;}
.pages-project .project-liucheng .list ul li .num{width: 100px;height: 100px;background-color: #df0013;border-radius: 90px;line-height: 100px;font-family: cg;font-size: 40px;font-weight: bold;color: #fff;display: inline-block;margin-bottom: 10px;}
.pages-project .project-liucheng .list ul li .t{text-align: center;font-size: 18px;}
.pages-project .project-liucheng .list .tel{text-align: center;font-size: 15px;display: -webkit-flex;    display: flex;align-items:center;justify-content:center;}
.pages-project .project-liucheng .list .tel img{margin-right: 15px;}
.pages-project .project-liucheng .list .tel b{font-size: 32px;font-family: cg;}


.pages-project .project-case{padding: 40px 0  40px;}
.pages-project .project-case .h1{font-size: 26px;text-align: center;line-height: 100%;color: #333;}
.pages-project .project-case .h1::after{content: '';display: block;width: 60px;height: 3px;background-color: #df0013;margin:20px auto;}
.pages-project .project-case .h3{text-align: center;font-size: 14px;color: #666;line-height: 25px;margin-bottom: 20px;}
.pages-project .project-case .list ul{display: -webkit-flex;    display: flex;flex-wrap: wrap;justify-content:center;text-align: center;}
.pages-project .project-case .list ul li{margin-bottom: 20px;}
.pages-project .project-case .list ul li .t{font-size: 20px;color: #222;padding: 10px 0;}
.pages-project .project-case .list ul li .introl{    font-style: oblique;color: #888;}


.project-service{padding: 60px 0  60px;background-color: #df0013;}
.project-service .h1{text-align: center;font-size: 26px;color: #fff;}
.project-service .h4{text-align: center;color: #fff;font-size: 15px;padding: 10px 0;}
.project-service .t2{line-height:25px;font-size:14px;color:#fff;text-align: center;}
.project-service .btn{display:block;width:200px;height:54px;line-height:54px;font-size:18px;color:#df0013;background:#fff;margin:33px auto 0;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;text-align: center;font-weight: bold;}


.pages-huanbao{padding: 20px 0  40px;}
.pages-huanbao ul.cate{display: -webkit-flex;    display: flex;flex-wrap: wrap;margin:0 -5px;}
.pages-huanbao ul.cate li{width: 100%;padding: 0 5px;margin-bottom: 20px;}
.pages-huanbao ul.cate li .text{background-color: #f8f8f8;padding: 20px;}
.pages-huanbao ul.cate li .text .h5{font-size: 20px;margin-bottom: 10px;}
.pages-huanbao ul.cate li .text .des{font-size: 14px;color: #888;margin-bottom: 20px;}
.pages-huanbao ul.cate li .text span{display: block;background: url(../images/case_bg4.png) no-repeat;width: 40px;height: 10px;}
.pages-huanbao ul.cate li a:hover .text{background-color: #df0013;}
.pages-huanbao ul.cate li a:hover .text .h5{color: #fff;}
.pages-huanbao ul.cate li a:hover .text .des{color: #fff;}
.pages-huanbao ul.cate li a:hover .text span{background-image: url(../images/case_bg44.png);}

.pages-huanbao .introl{font-size: 15px;color: #555;line-height: 2;}
.pages-huanbao .introl img{width: 100%;}