﻿@charset "utf-8";
/* CSS Document */
.banner{position: relative;margin-top: .56rem;}
.banner .swiper-slide{position: relative;overflow: hidden;}
.banner .swiper-slide figure{padding-bottom: 45%;}
.banner .swiper-slide .title{position: absolute;left: 5%;top: 50%;transform: translateY(-50%);width: 45%;}
.banner .swiper-slide .txt{ color: #FFF;transform: translateY(30%);visibility: hidden;opacity: 0;transition-duration: 1.2s;}
.banner .swiper-slide .txt h2{font-size: .3rem;}
.banner .swiper-slide .txt p{font-size: .13rem;padding-top: .1rem;}
.banner .swiper-slide .txt .more{margin-top: .3rem;background: #f11f28;display: inline-block;padding: .05rem .15rem;border-radius: .04rem;}
.banner .swiper-slide .txt .more i{font-size: .1rem;padding-left: .1rem;}
.banner .swiper-slide .title img{max-width: 100%;}
.banner .swiper-slide-active .txt{transform: translateX(0%);visibility: visible;opacity: 1;}
.banner .swiper-pagination{bottom: .1rem; color: #FFF;}
.banner .swiper-pagination-bullet{width: .06rem;height: .06rem;margin: 0 .05rem !important;background:#FFF;}

.dyip{background: #f5f5f5;}
.dyip .title{display: flex;align-items: center;justify-content: space-between;}
.dyip .title .more{border-radius: .04rem;border: 1px solid #f11f28;transition: all .3s;}
.dyip .title .more:hover{transform: skew(-30deg);}
.dyip .title .more a{padding: .05rem .15rem;display: flex;align-items: center;color: #f11f28;}
.dyip .title .more a i{font-size: .1rem;padding-left: .05rem;}
.dyip .title .more a:hover{text-decoration: none;}
.dyip ul{display: flex;margin-left: -2%;flex-wrap: wrap;margin-top: .2rem;margin-bottom: -2%;}
.dyip li{width: 23%;margin-left: 2%;text-align: center;margin-bottom: 2%;background: #FFF;border-radius: .05rem;overflow: hidden;}
.dyip li figure{padding-bottom: 70%;}
.dyip li:hover figure img{transform: scale(1.2);}
.dyip li p{padding: .1rem;}

.derp{position: relative;overflow: hidden;}
.derp .box{padding: 5% 10% 0 10%;}
.derp .box .txt{line-height: 1.6;margin-top: .2rem;font-size: .2rem;}
.derp .box ul{display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;position: relative;z-index: 1;margin-top: .3rem;border-top: .03rem solid #EEE;padding-top: .2rem;}
.derp .box li{box-sizing: border-box;}
.derp .box li:last-child{border-right: none;}
.derp .box li .l{color: #f11f28;}
.derp .box li span{font-size: .11rem;}
.derp .box li i{font-style: normal;display: inline-block;font-size: .34rem;font-weight: bold;}
.derp .box .more{border-radius: .04rem;border: 1px solid #f11f28;display: inline-block;margin-top: .4rem;transition: all .3s;}
.derp .box .more:hover{transform: skew(-30deg);}
.derp .box .more a{padding: .05rem .15rem;display: flex;align-items: center;color: #f11f28;}
.derp .box .more a i{font-size: .1rem;padding-left: .05rem;}
.derp .box .more a:hover{text-decoration: none;}
.derp .dtu{position: absolute; right: -150px; top: 50%; transform: translateY(-50%); width: 45%;}
.derp .dtu img{opacity: 0.5; width: 100%; height: auto; filter: brightness(0.9); animation: ro1 90s infinite linear; padding: .1rem;}
.derp .pic img{max-width: 100%;}
@keyframes ro1 {
	to { transform: rotate(1000deg); }
}

.dsanp{position: relative;}
.dsanp ul{position: relative;display: flex;}
.dsanp li{width: 25%;text-align: center;position: relative;color: #FFF;transition: all .3s;overflow: hidden;}
.dsanp li:hover{width: 60%;}
.dsanp li figure{height: 3.2rem;}
.dsanp li:hover figure img{transform: scale(1.2);}
.dsanp li p{position: absolute;left: .2rem;top: .4rem;font-size: .13rem;text-shadow: 0 0 .05rem rgba(0, 0, 0, .8);z-index: 100;}
.dsanp li:after{content: "";display: block;position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, .3);transition: all .3s;}
.dsanp li:hover:after{background: rgba(0, 0, 0, 0);}

.dsip .title{display: flex;align-items: center;justify-content: space-between;}
.dsip .title .more{border-radius: .04rem;border: 1px solid #f11f28;transition: all .3s;}
.dsip .title .more:hover{transform: skew(-30deg);}
.dsip .title .more a{padding: .05rem .15rem;display: flex;align-items: center;color: #f11f28;}
.dsip .title .more a i{font-size: .1rem;padding-left: .05rem;}
.dsip .title .more a:hover{text-decoration: none;}
.dsip .box{display: flex;justify-content: space-between;margin-top: .2rem;flex-wrap: wrap;}
.dsip .box .left{width: 48%;position: relative;border-radius: .05rem;overflow: hidden;}
.dsip .box .left figure{padding-bottom: 65%;}
.dsip .box .left:hover figure img{transform: scale(1.1);}
.dsip .box .left h2{position: absolute;left: 0;bottom: 0;right: 0;z-index: 1;color: #FFF;padding: .2rem;font-weight: bold;}
.dsip .box .left:after{content: "";display: block;position: absolute;left: 0;top:50%;right: 0;bottom: 0;background-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);transition: all .3s;}
.dsip .box ul{width: 48%;margin-bottom: -.15rem;}
.dsip .box li{padding-bottom: .15rem;border-bottom: 1px solid #DDD;margin-bottom: .15rem;}
.dsip .box li a{display: flex;align-items: center;justify-content: space-between;}
.dsip .box li a:hover{text-decoration: none;}
.dsip .box li .txt{width: 65%;}
.dsip .box li .txt h2{font-weight: bold;padding-bottom: .1rem;}
.dsip .box li .txt span{font-size: .08rem;color: #999;}
.dsip .box li .txt p{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: .08rem;color: #666;}
.dsip .box li .pic{width: 26%;border-radius: .05rem;overflow: hidden;}
.dsip .box li .pic figure{padding-bottom: 60%;}
.dsip .box li:hover .pic figure img{transform: scale(1.1);}

.banner_pic{position: relative;margin-top: .56rem;}
.banner_pic figure{width: 100%;padding-bottom: 23%;}
.banner_pic .title{position: absolute;left: 10%;top: 0;right: 10%;bottom: 0;display: flex;align-items: center;color: #FFF;}
.banner_pic .title h2{color: #FFF;font-size: .24rem;font-weight: bold;}
.banner_pic .title p{font-size: .13rem;margin-top: .1rem;}

.subnav{padding:0 10%;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.subnav p{display: flex;align-items: center;justify-content: center;padding: .1rem 0;}
.subnav i:nth-of-type(1){font-size: .1rem;color: #999;padding-left: 0;}
.subnav i{font-size: .06rem;padding: 0 .05rem;color: #999;}
.subnav p a:hover{text-decoration: none;}
.subnav ul{display: flex;align-items: center;flex-flow: wrap;margin-left: -.3rem;}
.subnav li{position: relative;margin-left: .3rem;font-size: .1rem;}
.subnav li a{display: block;padding: .1rem 0;overflow: hidden;transition: all .3s;}
.subnav li a:hover{display: block;text-decoration: none;color: #f11f28;}
.subnav li a:after{content: "";display: block;position: absolute;left: 50%;bottom: 0;width: 0;z-index: 100;height: 4px;background: #f11f28;opacity: 0;transform: translateX(-50%);transition: all .3s;}
.subnav li:hover a:after{opacity: 1;width: 100%;}
.subnav li a.current:after{opacity: 1;width: 100%;}
.subnav li a.current{color:#f11f28;}

.about{background: #FFF;padding: .2rem;line-height: 1.8;display:flex;justify-content: space-between;flex-wrap:wrap;}
.about .pic{width:45%;}
.about .pic figure{padding-bottom:75%;}
.about .txt{width:50%;}
.about p{padding-bottom: .1rem;}


.shebei .title{text-align: center;font-size: .16rem;padding-bottom: .1rem;border-bottom: 1px solid #CCC;margin-bottom: .2rem;}
.shebei ul{display: flex;align-items: center;flex-wrap: wrap;margin-bottom: -2%;margin-left: -2%;}
.shebei li{width: 23%;position: relative;transition: all .4s;margin-bottom: 2%;margin-left: 2%;background: #FFF;text-align: center;transition: all .3s;}
.shebei li:hover{transform: translateY(-.05rem);box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);}
.shebei li figure{padding-bottom: 70%;}
.shebei li h2{padding: .1rem;}
.shebei li a:hover{text-decoration: none;}

.zhengshu ul{display: flex;align-items: center;flex-wrap: wrap;margin-bottom: -2%;margin-left: -2%;}
.zhengshu li{width: 23%;position: relative;transition: all .4s;margin-bottom: 2%;margin-left: 2%;background: #FFF;text-align: center;transition: all .3s;}
.zhengshu li:hover{transform: translateY(-.05rem);box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);}
.zhengshu li figure{padding-bottom: 130%;}
.zhengshu li h2{padding: .1rem;}
.zhengshu li a:hover{text-decoration: none;}

.wenhua_dyip{text-align: center;}
.wenhua_dyip ul{background: url(../images/pic17.jpg) no-repeat center;background-size: cover;margin-top: .2rem;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.wenhua_dyip li{width: 33.333%;height: 3.4rem;display: flex;align-items: center;justify-content: center;flex-flow: column;border-right: 1px solid rgba(255, 255, 255, .5);box-sizing: border-box;padding: 0 .2rem;color: #FFF;}
.wenhua_dyip li i{font-size: .24rem;}
.wenhua_dyip li h2{font-size: .13rem;font-weight: bold;transition: all .3s;padding-top: .1rem;}
.wenhua_dyip li p{margin-top: .1rem;visibility: hidden;opacity: 0;height: 0;transition: all .3s;}
.wenhua_dyip li:hover p{visibility: visible;opacity: 1;height: .3rem;}

.about_dqip{text-align: center;padding: 5% 0;}
.about_dqip .swiper-father{position: relative;padding: 0 10%;margin-top: .2rem;}
.about_dqip .zhengshu{height: 3.8rem;}
.about_dqip .zhengshu .swiper-slide .pic{padding: 0 .1rem;}
.about_dqip .zhengshu .swiper-slide .pic a{height: 1.2rem;display: flex;align-items: end;justify-content: center;}
.about_dqip .zhengshu .swiper-slide .pic img{max-width: 100%;max-height: 100%;object-fit: cover;}
.about_dqip .zhengshu .swiper-slide .imger{width: 100%;}
.about_dqip .swiper-button-next,.about_dqip .swiper-button-prev{background: #EEE;width: .3rem;height: .3rem;text-align: center;line-height: .3rem;outline: medium;border-radius: 100%;margin-top: -.15rem;}
.about_dqip .swiper-button-next:after,.about_dqip .swiper-button-prev:after{display: none;}
.about_dqip .swiper-button-next i,.about_dqip .swiper-button-prev i{font-size: .12rem;color: #333;}
.about_dqip .swiper-button-next{right: 4%;left: auto;}
.about_dqip .swiper-button-prev{left: 4%;right: auto;}

.shengchan{background: #FFF;padding: .3rem;text-align: center;}
.shengchan img{max-width: 100%;padding: .05rem;}

.con{padding: 3% 10%;background: #f5f5f5;}

.wenti i{font-size: .08rem;transition: all 0.3s;margin-right: .05rem;}
.wenti .titleer{display: flex;}
.wenti .titleer.active i{transform: rotate(90deg);}
.wenti li{background: #FFF;padding: 0 .2rem;border-bottom: 1px solid #DDD;}
.wenti li .titleer{overflow: hidden;cursor: pointer;padding: .1rem 0;display: flex;align-items: center;font-weight: bold;}
.wenti li .con_er{ display:none; line-height:1.6; padding:1% 2%;color: #666;}

.fuli{background: #FFFF;padding: .2rem;line-height: 1.6;}

.products ul{display: flex;flex-wrap: wrap;margin-left: -2%;}
.products li{width: 23%;margin-left: 2%;text-align: center;margin-bottom: 2%;background: #FFF;border-radius: .05rem;overflow: hidden;}
.products li figure{padding-bottom: 70%;}
.products li:hover figure img{transform: scale(1.2);}
.products li p{padding: .1rem;}


.products_con{background: #FFF;padding: .2rem;}
.products_con_t{display: flex;justify-content: space-between;flex-wrap: wrap;}
.products_con_t .left{width: 40%;}
.products_con_t .left .swiper-slide img{width: 100%;}
.products_con_t .left figure{padding-bottom: 65%;}
.products_con_t .left .productxqer{border: 1px solid #CCC;}
.products_con_t .left .productxq{margin-top: 1%;}
.products_con_t .left .productxq .swiper-slide{opacity: .5;cursor: pointer;box-sizing: border-box;border: 1px solid #CCC;}
.products_con_t .left .productxq .swiper-slide-thumb-active{opacity: 1;border: 1px solid #f11f28;}
.products_con_t .swiper-button-next,.products_con_t .swiper-button-prev{width: .26rem;height: .26rem;border-radius: 100%;margin-top: -.131rem;border: .02rem solid #333;}
.products_con_t .swiper-button-next{right: 4%;left: auto;}
.products_con_t .swiper-button-prev{left: 4%;right: auto;}
.products_con_t .swiper-button-next:after,.products_con_t .swiper-button-prev:after{display: none;}
.products_con_t .swiper-button-next i,.products_con_t .swiper-button-prev i{font-size: .14rem;color: #333;}

.products_con_t .right{width: 57%;}
.products_con_t .right h2{font-size: .18rem;border-bottom: 1px solid #CCC;padding: .1rem 0;}
.products_con_t .right ul{margin-top: .2rem;}
.products_con_t .right li{line-height: 2;font-size: .09rem;display: flex;align-items: center;}
.products_con_t .right li i{font-size: .12rem;padding-right: .05rem;}
.products_con_t .right li a{transition: all 0.3s;color: #FFF;}
.products_con_t .right li a:hover{text-decoration: none;color: #FFF;}
.products_con_t .more{position: relative;z-index: 2;background: #333;display: inline-block;border-radius: .02rem;font-size: .08rem;overflow: hidden;margin-top: .1rem;}
.products_con_t .more a{color: #FFF;padding: .05rem .1rem;display: block;}
.products_con_t .more a:hover{text-decoration: none;color: #FFF;}
.products_con_t .more i{font-size: .08rem;padding-right: .05rem;position: relative;z-index: 2;}
.products_con_t .more span{position: relative;z-index: 2;}

.products_con_b{margin-top: .3rem;}
.products_con_b .title{padding: .05rem 0;border-bottom: 1px solid #DDD;font-size: .16rem;}
.products_con_b .txt{line-height: 1.8;padding: .2rem 0;}
.products_con_b .txt p{padding-bottom: .1rem;}
.products_con_b img{max-width: 100%;}

.products_related{margin-top: .3rem;background: #FFF;padding: .2rem;}
.products_related .title{font-size: .14rem;}
.products_related .picshi{margin-top: .1rem;text-align: left;}
.products_related .swiper-slide{text-align: center;}
.products_related .swiper-slide .pic{border: 1px solid #DDD;border-radius: .05rem;overflow: hidden;}
.products_related .swiper-slide figure{padding-bottom: 70%;}
.products_related .swiper-slide:hover figure img{transform: scale(1.1);}
.products_related .swiper-slide p{padding: .1rem;}

.news li{box-sizing: border-box;text-align:left;margin-bottom: .1rem;}
.news li a{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:.1rem;transition:all .3s;}
.news li .pic{width:30%;}
.news li figure{padding-bottom: 65%;}
.news li .txt{width:67%;box-sizing:border-box;}
.news li h2{transition: all .3s;font-size: .11rem;line-height: 1.4;display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;}
.news li .txter{margin-top:.3rem;font-size: .08rem;}
.news li .txter i{font-size:.1rem;padding-right:.05rem;}
.news li span{line-height: 1.4;color: #666;padding-right:.2rem;}
.news li p{margin-top: .1rem;line-height: 1.4;color: #666;display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;font-size: .08rem;}
.news li a{background: #FFF;}
.news li a:hover{text-decoration: none;box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);}
.news li:last-child{margin-bottom: 0;}
.news .moreer{background: #044fa0;display: inline-block;border-radius: .02rem;overflow: hidden;margin-top: .3rem;text-transform: uppercase;}
.news .moreer a{padding: .06rem .15rem;display: flex;color: #FFF;align-items: center;}
.news .moreer a:hover{text-decoration: none;}
.news .moreer i{font-size: .08rem;padding-left: .05rem;}

.news_con .left{width: 69%;float: left;box-sizing: border-box;background: #FFF;padding: .2rem;}
.news_con .left .title h2{font-size: .16rem;font-weight: bold;}
.news_con .left .title p{margin-top: 10px;color: #666;}
.news_con .left .txt{line-height: 2;margin-top: .2rem;border-top: 1px solid #CCC;padding: .2rem 0;}
.news_con .left .txt p{padding-bottom: 10px;}
.news_con .left .txt img{max-width: 100%;}
.news_con .right{width: 28%;float: right;}
.news_con .news_tj{background: #FFF;padding: .1rem;}
.news_con .news_tj h2{font-size: .14rem;color: #333;font-weight: bold;display: flex;align-items: center;}
.news_con .news_tj ul{margin-top: .1rem;}
.news_con .news_tj li{box-sizing: border-box;position: relative;font-size: 0;padding-bottom: .1rem;}
.news_con .news_tj li:last-child{border-bottom: none;}
.news_con .news_tj li figure{width: 30%;padding-bottom: 25%;display: inline-table;vertical-align: middle;}
.news_con .news_tj li:hover figure img{transform: scale(1.1);}
.news_con .news_tj li .txt{position: relative;z-index: 1;display: inline-table;vertical-align: middle;width: 67%;box-sizing: border-box;margin-left: 3%;}
.news_con .news_tj li .txt strong{display: block;font-size: .1rem;}
.news_con .news_tj li a{transition: all 0.3s;}
.news_con .news_tj li a:hover{text-decoration: none;}

.yanfa ul{display: flex;flex-wrap: wrap;margin-bottom: -2%;margin-left: -2%;}
.yanfa li{width: 23%;transition: all .4s;margin-bottom: 2%;margin-left: 2%;background: #FFF;box-shadow: 0 10px 8px rgba(0, 0, 0, .1);}
.yanfa li .pic{position: relative;}
.yanfa li h2{position: absolute;left: .1rem;right: .1rem;bottom: .1rem;transition: all .3s;font-size: .1rem;font-weight: bold;line-height: 1.6;color: #FFF;z-index: 1;}
.yanfa li .pic:after{content: '';position: absolute;bottom: 0;left: 0;height: 50px;width: 100%;background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.01)) 80%;}
.yanfa li p{padding: .1rem;font-size: .08rem;line-height: 1.6;}
.yanfa li figure{padding-bottom: 65%;}
.yanfa li:hover figure img{transform: scale(1.2);}
.yanfa li a:hover{text-decoration: none;}

.huoban ul{display: flex;margin-left: -2%;flex-wrap: wrap;}
.huoban li{width: 14.666%;text-align: center;margin-left: 2%;margin-bottom: 2%;transition: all .3s;}
.huoban li:hover{transform: translateY(-.05rem);box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);}
.huoban li .pic{height: .6rem;display: flex;align-items: center;justify-content: center;background: #FFF;}
.huoban li img{max-width: 100%;max-height: 100%;}
.huoban li h2{padding: .05rem;}

.fenye{margin-top: .2rem;}
.fenye ul{font-size: 0px;text-align: center;}
.fenye li{display: inline-block;font-size: .1rem;text-align: center;margin:0 .03rem;background: #FFF;}
.fenye li a{display: block;width: .2rem;height: .2rem;line-height: .2rem;}
.fenye li a:hover{display: block;text-decoration: none;background: #f11f28;color: #FFF;}
.fenye li.current a{background: #f11f28;color: #FFF;}
.fenye li:first-child a:hover{background: #FFF;color: #f11f28;}
.fenye li:last-child a:hover{background: #FFF;color: #f11f28;}
.fenye li i{font-size: .1rem;}
 
.syt{padding: .1rem 0;margin-top: .05rem;}
.syt ul{display: flex;align-items: center;justify-content: space-between;}
.syt li{line-height: 2;text-align: center;}
.syt li a{display: flex;align-items: center;justify-content: center;}
.syt li a:hover{display: flex;align-items: center;justify-content: center;text-decoration: none;}
.syt li i{font-size: .1rem;}
.syt li:nth-of-type(1) i{margin-right: .06rem;}
.syt li:nth-of-type(2) i{margin-right: .06rem;}
.syt li:nth-of-type(3) i{margin-left: .06rem;}
.syt ul:after{display: none;}

.sxy li{margin-bottom: .1rem;box-shadow: 0 0 20px 5px rgba(0, 0, 0, .1);}
.sxy li p{font-size: .13rem;font-weight: bold;}
.sxy li h2{margin-top: .1rem;}
.sxy li i{font-size: .1rem;color: #f11f28;margin-top: .1rem;display: block;text-align: right;}
.sxy li a{background: #FFF;display: block;padding: .1rem;}
.sxy li a:hover{text-decoration: none;background: #f11f28;color: #FFF;}
.sxy li a:hover i{color: #FFF;}

.contact{line-height: 1.6;}
.contact ul{display: flex;align-items: center;justify-content: space-between;text-align: center;flex-flow: wrap;}
.contact li{width: 31.333%;display: flex;align-items: center;justify-content: center;flex-flow: column;background: #f5f5f5;box-sizing: border-box;padding: .1rem;height: 1.4rem;}
.contact li i,.contact li em{width: .4rem;height: .4rem;background: #f11f28;display: block;line-height: .4rem;text-align: center;color: #FFF;font-size: .24rem;border-radius: .15rem;}
.contact li span{display: block;margin-top: .1rem;color: #999;}
.contact li p{margin-top: .1rem;}

#map_container{ height:3rem;width: 100%;margin-top: .2rem;border-radius: .05rem;}

.liuyan{background: #f5f5f5;box-sizing: border-box;}
.liuyan ul{margin-top: .1rem;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.liuyan ul:after{display: none;}
.liuyan li{ width:49%; margin-bottom: .1rem;}
.liuyan li p{padding-bottom: 5px;}
.liuyan li .input_txt{ width:100%; border:1px solid #CCC; outline:medium; padding:10px 4%; font-family:'Conv_tt1161m_';box-sizing: border-box;}
.liuyan .textarea{  margin:0;}
.liuyan .textarea textarea{ width:100%; height:.6rem; border:1px solid #CCC; outline:medium; padding:2%;box-sizing: border-box;}
.liuyan .textarea p{font-weight: bold;padding-bottom: 10px;}
.liuyan .more{margin-top:10px;}
.liuyan .input_btn{border:0 none; color:#FFF; background:#f11f28;cursor: pointer;outline: medium;padding: .05rem .3rem;}