@charset "utf-8";
/* CSS Document */
.banner{position: relative;margin-top: .82rem;}
.banner .swiper-slide{position: relative;overflow: hidden;}
.banner .swiper-slide img{width:100%;}
.banner .swiper-slide .m{display: none;}
.banner .swiper-slide .title{position: absolute;left: 10%;top: 50%;right: 10%;transform: translateY(-50%);text-align: center;}
.banner .swiper-slide .txt{ color: #FFF;transform: translateY(30%);visibility: hidden;opacity: 0;transition-duration: 1.2s;}
.banner .swiper-slide .txt p{font-weight: bold;font-size: .3rem;margin-top: .05rem;text-shadow: 0 0 .1rem rgba(0, 0, 0, .5);}
.banner .swiper-slide .txt .more{background: #044fa0;display: inline-block;border-radius: .02rem;overflow: hidden;margin-top: .2rem;text-transform: uppercase;}
.banner .swiper-slide .txt .more a{padding: .08rem .15rem;display: block;color: #FFF;}
.banner .swiper-slide .txt .more a:hover{text-decoration: none;}
.banner .swiper-slide .txt .more i{font-size: .08rem;padding-left: .05rem;}
.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;}
.banner .swiper-pagination .swiper-pagination-bullet-active{background: #FFF;}

.dyip{text-align: center;background: #eff3fc;}
.dyip .title h2{font-size: .2rem;font-weight: bold;}
.dyip .txt{padding-top: .2rem;line-height: 1.8;font-size: .13rem;}
.dyip .more{background: #044fa0;display: inline-block;border-radius: .02rem;overflow: hidden;margin-top: .2rem;text-transform: uppercase;}
.dyip .more a{padding: .08rem .15rem;display: flex;color: #FFF;align-items:center;}
.dyip .more a:hover{text-decoration: none;}
.dyip .more i{font-size: .08rem;padding-left: .05rem;}
.dyip ul{display: flex;align-items: center;flex-wrap: wrap;padding-top: .4rem;}
.dyip li{box-sizing: border-box;width: 25%;border-right: 1px solid #DDD;box-sizing: border-box;}
.dyip li:nth-of-type(1) i:nth-of-type(1){display: none;}
.dyip li:last-child{border-right: none;}
.dyip li .l{color: #044fa0;}
.dyip li span{font-size: .2rem;}
.dyip li i{font-style: normal;display: inline-block;font-size: .3rem;font-weight: bold;padding-bottom: .1rem;}

.derp{background: #eff3fc;text-align: center;}
.derp .title{display: flex;align-items: center;flex-flow: column;text-transform: uppercase;}
.derp .title:after{content: "";display: block;width: 2rem;height: 2px;background: #333;margin-top: .2rem;}
.derp ul{display: flex;flex-wrap: wrap;margin-left: -1%;margin-top: .3rem;margin-bottom: -1%;}
.derp li{width: 32.333%;margin-left: 1%;margin-bottom: 1%;}
.derp li a{position:relative;display:block;}
.derp li figure{padding-bottom: 60%;}
.derp li .bg{position:absolute;left:0;top:0;right:0;bottom:0;background:rgba(255,255,255,.8);padding:.1rem;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;transition:all .3s;}
.derp li:hover .bg{visibility:visible;opacity:1;}
.derp li h2{padding:0 .1rem;}
.derp li .bg:after{content:"";display:block;position:absolute;left:.1rem;top:.1rem;right:.1rem;bottom:.1rem;border:1px solid #000;}

.derp .more{background: #044fa0;display: inline-block;border-radius: .02rem;overflow: hidden;margin-top: .3rem;text-transform: uppercase;}
.derp .more a{padding: .08rem .15rem;display: flex;color: #FFF;align-items: center;}
.derp .more a:hover{text-decoration: none;}
.derp .more i{font-size: .08rem;padding-left: .05rem;}

.dsanp .title{text-align: center;display: flex;flex-flow: column;align-items: center;}
.dsanp .title h2{padding-top: .15rem;font-size: .18rem;}
.dsanp .title:after{content: "";display: block;width: 2rem;height: 2px;background: #333;margin-top: .2rem;}
.dsanp ul{display: flex;margin-left: -2%;margin-top: .5rem;flex-wrap: wrap;margin-bottom:-2%;}
.dsanp li{width: 23%;position: relative;transition: all .4s;margin-left: 2%;position: relative;border-right: 1px solid #DDD;box-sizing: border-box;padding-right: 1%;margin-bottom:2%;}
.dsanp li:nth-of-type(4){border-right: none;}
.dsanp li:last-child{border-right: none;}
.dsanp li span{font-size: .16rem;font-weight: bold;color: #044fa0;}
.dsanp li h2{font-size: .12rem;font-weight: bold;padding-top: .1rem;}
.dsanp li p{padding-top: .05rem;line-height: 2;}

.dsip{background: #eff3fc;text-align: center;}
.dsip .title{display: flex;align-items: center;flex-flow: column;text-transform: uppercase;}
.dsip .title:after{content: "";display: block;width: 2rem;height: 2px;background: #333;margin-top: .2rem;}
.dsip ul{margin-top: .3rem;}
.dsip li{box-sizing: border-box;text-align:left;border-bottom:1px solid #DDD;}
.dsip li a{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:.1rem;transition:all .3s;background: #FFF;}
.dsip li .pic{width:30%;}
.dsip li figure{padding-bottom: 65%;}
.dsip li .txt{width:67%;box-sizing:border-box;}
.dsip 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;}
.dsip li .txter{margin-top:.3rem;}
.dsip li .txter i{font-size:.1rem;padding-right:.05rem;}
.dsip li span{line-height: 1.4;color: #666;padding-right:.2rem;}
.dsip 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;}
.dsip li a:hover{text-decoration: none;box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);background: #eff3fc;}
.dsip li:last-child{margin-bottom: 0;}
.dsip .moreer{background: #044fa0;display: inline-block;border-radius: .02rem;overflow: hidden;margin-top: .3rem;text-transform: uppercase;}
.dsip .moreer a{padding: .08rem .15rem;display: flex;color: #FFF;align-items: center;}
.dsip .moreer a:hover{text-decoration: none;}
.dsip .moreer i{font-size: .08rem;padding-left: .05rem;}

.dwup{text-align: center;}
.dwup .title{display: flex;align-items: center;flex-flow: column;text-transform: uppercase;}
.dwup .title:after{content: "";display: block;width: 2rem;height: 2px;background: #333;margin-top: .2rem;}
.dwup .pic{padding-top: .4rem;}
.dwup .pic img{max-width: 100%;}

.dliup .title{display: flex;align-items: center;flex-flow: column;text-transform: uppercase;}
.dliup .title:after{content: "";display: block;width: 2rem;height: 2px;background: #333;margin-top: .2rem;}
.dliup ul{display: flex;margin-left: -2%;margin-top: .4rem;flex-wrap: wrap;margin-bottom: -2%;}
.dliup li{width: 14.5%;margin-left: 2%;margin-bottom: 2%;}
.dliup li img{width: 100%;}

.dqip .title{display: flex;align-items: center;flex-flow: column;text-transform: uppercase;}
.dqip .title:after{content: "";display: block;width: 2rem;height: 2px;background: #333;margin-top: .2rem;}
.dqip .box{position:relative;margin-top: .3rem;}
.dqip .titleer{position: absolute;left: 50%;top: 50%;z-index: 1;background: #FFF;width: .9rem;height: .9rem;transform: translate(-50%,-50%);display: flex;align-items: center;justify-content: center;border-radius: 100%;font-size: .13rem;font-weight: bold;box-shadow:0 0 .1rem rgba(0,0,0,.5);}
.dqip ul{display: flex;align-items: center;flex-wrap: wrap;margin-left: -.5%;}
.dqip li{width: 49.5%;position: relative;height: 1rem;background: #eff3fc;margin-left: .5%;margin-bottom: .5%;overflow: hidden;box-sizing: border-box;padding: .1rem;display:flex;align-items:center;}
.dqip li h2{font-size:.16rem;font-weight:bold;}
.dqip li p{padding-top:.1rem;}
.dqip li:nth-of-type(3){margin-bottom:0;}
.dqip li:nth-of-type(4){margin-bottom:0;}
.dqip li .txt{width: 70%;}
.dqip li:nth-of-type(2) .txt{padding-left:1rem;text-align:right;}
.dqip li:nth-of-type(4) .txt{padding-left:1rem;text-align:right;}
.dqip li .pic{width: 1.5rem;position: absolute;border-radius: 100%;overflow: hidden;transition: all .3s;}
.dqip li .pic figure{padding-bottom: 100%;}
.dqip li:nth-of-type(1) .pic{right: 0;bottom: 0;transform: translate3d(50%, 50%, 0);}
.dqip li:nth-of-type(2) .pic{left: 0;bottom: 0;transform: translate3d(-50%, 50%, 0);}
.dqip li:nth-of-type(3) .pic{right: 0;top: 0;transform: translate3d(50%, -50%, 0);}
.dqip li:nth-of-type(4) .pic{left: 0;top: 0;transform: translate3d(-50%, -50%, 0);}
.dqip li:hover:nth-of-type(1) .pic{transform: translate3d(50%, 50%, 0) scale(1.3);}
.dqip li:hover:nth-of-type(2) .pic{transform: translate3d(-50%, 50%, 0) scale(1.3);}
.dqip li:hover:nth-of-type(3) .pic{transform: translate3d(50%, -50%, 0) scale(1.3);}
.dqip li:hover:nth-of-type(4) .pic{transform: translate3d(-50%, -50%, 0) scale(1.3);}
.dqip li a:hover{text-decoration:none;}

.banner_pic{position: relative;margin-top: .82rem;}
.banner_pic figure{width: 100%;padding-bottom: 23%;}
.banner_pic .title{position: absolute;left: 13%;top: 0;right: 13%;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 13%;display: flex;align-items: center;justify-content: space-between;}
.subnav p{display: flex;align-items: center;justify-content: center;padding: .1rem 0;}
.subnav i:nth-of-type(1){font-size: .12rem;color: #044fa0;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;}
.subnav li{position: relative;margin-left: .15rem;font-size: .1rem;}
.subnav li a{display: block;padding: .1rem;overflow: hidden;transition: all .3s;}
.subnav li a:hover{display: block;text-decoration: none;color: #044fa0;}
.subnav li a.current{color: #FFF;background: #044fa0;}
.subnaver{margin-top: .7rem;background: #eff3fc;border-bottom: 1px solid rgba(4, 79, 160, .15);}

.about_dyip{line-height: 1.6;}
.about_dyip .title{text-align: center;}
.about_dyip .txt{margin-top: .2rem;}
.about_dyip p{text-indent: 2em;}

.about_derp{background:#F5F5F5;}
.about_derp .title{text-align:center;}
.about_derp ul{display: flex;align-items: center;flex-wrap: wrap;margin-left: -2%;padding-top:.2rem;margin-bottom: -2%;}
.about_derp li{width: 23%;margin-left: 2%;margin-bottom: 2%;text-align: center;background:#FFF;box-sizing:border-box;padding:.05rem;}
.about_derp li img{position:absolute;left:50%;top:50%;transform: translate(-50%,-50%);max-height: 100%;max-width: 100%;}
.about_derp li a{display: block;height:0;overflow:hidden;width: 100%;margin: 0 auto;position:relative;padding-bottom: 85% !important;}

.about_dsanp{padding:4% 0;}
.about_dsanp .title{text-align: center;}
.about_dsanp .txt{line-height: 1.6;padding: .2rem 13% 0 13%;}
.about_dsanp .swiper-father{position: relative;padding: 0 13%;margin-top: .2rem;}
.about_dsanp .gccg .swiper-slide{text-align:center;}
.about_dsanp .gccg .swiper-slide .pic{position:relative;}
.about_dsanp .gccg .swiper-slide .pic .txt{position:absolute;left:0;top:0;right:0;bottom:0;background:rgba(255,255,255,.8);visibility: hidden;opacity: 0;transition: all .3s;text-align:left;padding:.1rem;}
.about_dsanp .gccg .swiper-slide:hover .pic .txt{visibility:visible;opacity:1;}
.about_dsanp .gccg .swiper-slide .pic .txt span{font-weight:bold;}
.about_dsanp .gccg .swiper-slide h2{padding:.1rem 0;}
.about_dsanp .gccg .swiper-slide figure{padding-bottom:60%;}
.about_dsanp .swiper-father .swiper-button-next,.about_dsanp .swiper-father .swiper-button-prev{width: .24rem;height: .24rem;margin-top: -.17rem;background: #999;border-radius: 100%;}
.about_dsanp .swiper-father .swiper-button-next{right: 8%;left: auto;}
.about_dsanp .swiper-father .swiper-button-prev{left: 8%;right: auto;}
.about_dsanp .swiper-father .swiper-button-next:after,.about_dsanp .swiper-father .swiper-button-prev:after{display: none;}
.about_dsanp .swiper-father .swiper-button-next i,.about_dsanp .swiper-father .swiper-button-prev i{font-size: .14rem;color: #FFF;}

.case ul{display: flex;flex-wrap: wrap;margin-bottom: -2%;margin-left: -2%;}
.case li{width: 31.333%;position: relative;transition: all .4s;margin-bottom: 2%;margin-left: 2%;}
.case li figure{padding-bottom: 70%;}
.case li h2{padding: .1rem 0;}
.case li a:hover{text-decoration: none;}

.case_con{margin-top: .6rem;}
.case_con .title{text-align: center;font-size: .18rem;font-weight: bold;}
.case_con ul{display: flex;flex-wrap: wrap;margin-bottom: -2%;margin-left: -2%;margin-top: .2rem;}
.case_con li{width: 31.333%;position: relative;transition: all .4s;margin-bottom: 2%;margin-left: 2%;text-align: center;}
.case_con li figure{padding-bottom: 70%;}
.case_con .txt{line-height:1.6;padding-top:.2rem;text-align:justify;}
.case_con .txt strong{font-weight:bold;font-size: .14rem;}
.case_con .txt img{max-width:100% !important;padding:.02rem 0;height:auto !important;}
.case_con .txt p{padding-bottom:.07rem;}


.cpxqer .titleyi{padding: .1rem 0;border-top: 2px solid #000;font-weight: bold;display: flex;}
.cpxqer .position{width: 30%;}
.cpxqer .address{width: 20%;}
.cpxqer .salary{width: 30%;}
.cpxqer .time{width: 20%;display: flex;align-items: center;justify-content: space-between;}
.cpxqer .time i{font-size: .08rem;transition: all 0.3s;}
.cpxqer .titleer{display: flex;}
.cpxqer .titleer.active{background: #F5F5F5;border-top: 1px solid #000;}
.cpxqer .titleer.active .time i{transform: rotate(90deg);}
.cpxqer li{background: #FFF;}
.cpxqer li .titleer{overflow: hidden;cursor: pointer;border-top: 1px solid #999;padding: .1rem 0;}
.cpxqer li .con_er{ display:none; line-height:1.6; padding:3% 0;}

.products_subnav{float: left;width: 20%;}
.products_subnav h2{padding: .1rem;background: #044fa0;color: #FFF;font-size: .14rem;font-weight: bold;}
.products_subnav li{margin-top: 2px;}
.products_subnav li p a{padding: .06rem .1rem;display: flex;align-items: center;justify-content: space-between;background: #FFF;}
.products_subnav li p a:hover{text-decoration: none;}
.products_subnav li p a i{font-size: .08rem;color: #999;}
.products_subnav li p a.current{background: #044fa0;color: #FFF;}
.products_subnav li p a.current i{color: #FFF;}
.products_subnav dl{background: #e1e9fa;}
.products_subnav dd a{padding: .05rem .2rem;display: block;font-size: .08rem;}
.products_subnav dd a:hover{text-decoration: none;}

.products{position: relative;}
.products .title{position: absolute;left: 50%;top: 50%;z-index: 1;background: #FFF;width: .9rem;height: .9rem;transform: translate(-50%,-50%);display: flex;align-items: center;justify-content: center;border-radius: 100%;font-size: .13rem;font-weight: bold;box-shadow:0 0 .1rem rgba(0,0,0,.5);}
.products ul{display: flex;align-items: center;flex-wrap: wrap;margin-left: -.5%;}
.products li{width: 49.5%;position: relative;height: 1rem;background: #FFF;margin-left: .5%;margin-bottom: .5%;overflow: hidden;box-sizing: border-box;padding: .1rem;display:flex;align-items:center;}
.products li:nth-of-type(3){margin-bottom:0;}
.products li:nth-of-type(4){margin-bottom:0;}
.products li h2{font-size:.16rem;font-weight:bold;}
.products li p{padding-top:.1rem;}
.products li .txt{width: 70%;}
.products li:nth-of-type(2) .txt{padding-left:1rem;text-align:right;}
.products li:nth-of-type(4) .txt{padding-left:1rem;text-align:right;}
.products li .pic{width: 1.5rem;position: absolute;border-radius: 100%;overflow: hidden;transition: all .3s;}
.products li .pic figure{padding-bottom: 100%;}
.products li:nth-of-type(1) .pic{right: 0;bottom: 0;transform: translate3d(50%, 50%, 0);}
.products li:nth-of-type(2) .pic{left: 0;bottom: 0;transform: translate3d(-50%, 50%, 0);}
.products li:nth-of-type(3) .pic{right: 0;top: 0;transform: translate3d(50%, -50%, 0);}
.products li:nth-of-type(4) .pic{left: 0;top: 0;transform: translate3d(-50%, -50%, 0);}
.products li:hover:nth-of-type(1) .pic{transform: translate3d(50%, 50%, 0) scale(1.3);}
.products li:hover:nth-of-type(2) .pic{transform: translate3d(-50%, 50%, 0) scale(1.3);}
.products li:hover:nth-of-type(3) .pic{transform: translate3d(50%, -50%, 0) scale(1.3);}
.products li:hover:nth-of-type(4) .pic{transform: translate3d(-50%, -50%, 0) scale(1.3);}
.products li a:hover{text-decoration:none;}

.products_pic{margin-top:.2rem;}
.products_pic figure{padding-bottom:40%;}

.products_con .products_con_t{padding: 0 1rem;}
.products_con .products_con_t .left{width: 30%;float: left;}
.products_con .products_con_t .left figure{padding-bottom: 100%;}

.products_con_t .right{width: 70%;float: right;box-sizing: border-box;padding: .3rem;}
.products_con_t .right h2{font-size: .12rem;display: block;font-weight: bold;color: #044fa0;border-bottom: 1px solid rgba(4, 79, 160, .15);padding-bottom: .1rem;}
.products_con_t .right ul{line-height: 1.6;margin-top: .2rem;font-size: .08rem;}
.products_con_t .right li{padding-bottom: .1rem;}
.products_con_t .right li a:hover{text-decoration: none;}

.products_con_t img{width: 100%;}

.products_con_b{line-height: 1.6;padding: .1rem 0;}
.products_con_b .title{background: #F5F5F5;padding: .1rem;font-size: .12rem;text-align: center;}
.products_con_b .box{margin-top: .1rem;}
.products_con_b strong{font-weight: bold;padding-bottom: .1rem;display: block;}
.products_con_b table{border-left: 1px solid #DDD;border-top: 1px solid #DDD;border-collapse:collapse;}
.products_con_b table td{border-right: 1px solid #DDD;border-bottom: 1px solid #DDD;padding: .05rem;}
.products_con_b p{padding-bottom: .1rem;}

.products_related{margin-top: .3rem;}
.products_related .title{font-size: .14rem;display: flex;font-weight: bold;align-items: center;}
.products_related .title:before{content: "";display: block;width: 6px;height: .17rem;background: url(../images/pic17.jpg) no-repeat center;background-size: cover;margin-right: .08rem;}
.products_related .picshi{margin-top: .18rem;text-align: left;}
.products_related .swiper-slide{text-align: center;position: relative;}
.products_related .swiper-slide figure{padding-bottom: 100%;}
.products_related .swiper-slide h2{position: absolute;left: .1rem;bottom: .1rem;z-index: 1;transition: all .3s;font-size: .13rem;}
.products_related .swiper-slide a:after{content: "";display: block;position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: rgba(4, 79, 160, .8);visibility: hidden;opacity: 0;transition: all .3s;}
.products_related .swiper-slide a:hover:after{visibility: visible;opacity: 1;}
.products_related .swiper-slide a:hover h2{color: #FFF;}

.productser{line-height:1.6;}
.productser h2{font-size:.18rem;}
.productser strong{font-weight:bold;}
.productser img{max-width:100%;}

.news .search{display: flex;align-items: center;justify-content: center;padding-bottom:2%;}
.news .input_txt{width: 90%;height: .34rem;outline: magenta;box-sizing: border-box;border:1px solid #DDD;border-right:none;border-radius:.02rem 0 0 .02rem;padding:0 .1rem;}
.news .input_btn{width: 10%;height: .34rem;outline: magenta;cursor: pointer;background: #044fa0;color: #FFF;border:1px solid #DDD;border-left:none;border-radius: 0 .02rem .02rem 0;}

.news li{box-sizing: border-box;text-align:left;border-bottom:1px solid #DDD;}
.news li a{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:.1rem;transition:all .3s;background: #FFF;}
.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;}
.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;}
.news li a:hover{text-decoration: none;box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);background: #eff3fc;}
.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{margin-top: .6rem;}
.news_con .title{text-align: center;}
.news_con .title h2{font-size: .18rem;font-weight: bold;}
.news_con .title p{margin-top: 10px;color: #666;}
.news_con .txt{line-height: 1.6;margin-top: .2rem;border-top: 1px solid #CCC;padding: .2rem 0;}
.news_con .txt p{padding-bottom: 10px;}
.news_con .txt img{max-width: 100%; height:auto!important;}


.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;}

.download ul{display: flex;margin-left: -2%;flex-wrap: wrap;}
.download li{width: 31.333%;margin-left: 2%;margin-bottom: 2%;}
.download li h2{font-weight: bold;}
.download li p{margin-top: .05rem;color: #999;font-size: .08rem;}
.download li i{display: block;text-align: right;margin-top: .05rem;font-size: .1rem;}
.download li a{background: #e1e9fa;padding: .1rem;display: block;}
.download li a:hover{text-decoration: none;background: #044fa0;color: #FFF;}

.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: #e1e9fa;}
.fenye li a{display: block;width: .2rem;height: .2rem;line-height: .2rem;}
.fenye li a:hover{display: block;text-decoration: none;background: #044fa0;color: #FFF;}
.fenye li.current a{background: #044fa0;color: #FFF;}
.fenye li:first-child a:hover{background: #e1e9fa;color: #044fa0;}
.fenye li:last-child a:hover{background: #e1e9fa;color: #044fa0;}
.fenye li i{font-size: .1rem;}
 
.syt ul{display: flex;align-items: center;justify-content: space-between;}
.syt li{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;background: #F5F5F5;width: .24rem;height: .24rem;border-radius: 100%;display: flex;align-items: center;justify-content: center;}
.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;}

.con .contact{line-height: 1.6;}
.con .contact ul{display: flex;align-items: center;justify-content: space-between;text-align: center;flex-flow: wrap;}
.con .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;border-radius: .05rem;}
.con .contact li i,.con .contact li em{width: .4rem;height: .4rem;background: #044fa0;display: block;line-height: .4rem;text-align: center;color: #FFF;font-size: .24rem;border-radius: .15rem;}
.con .contact li p{margin-top: .15rem;}

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

.liuyan{background: url(../images/pic15.jpg) no-repeat center;background-size: cover;}
.liuyan .title{text-align: center;}
.liuyan .title p{margin-top: .1rem;}
.liuyan ul{margin-top: .2rem;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:.1rem 2%;font-family:'Conv_tt1161m_';box-sizing: border-box;background: none;color: #FFF;border-radius: .02rem;}
.liuyan .textarea{  margin:0;}
.liuyan .textarea textarea{ width:100%;height:1rem;border:1px solid #CCC; outline:medium; padding:1%;box-sizing: border-box;background: none;border-radius: .02rem;}
.liuyan .textarea p{font-weight: bold;padding-bottom: 10px;}
.liuyan .more{margin-top:.1rem;}
.liuyan .input_btn{border:0 none; color:#FFF; background:#044fa0;cursor: pointer;outline: medium;padding: .08rem .8rem;border-radius: .02rem;font-size: .13rem;}