﻿@charset "utf-8";
/* CSS Document */
.banner{margin: 1rem 20% 0 20%;position: relative;}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide img{width: 100%;}
.banner .swiper-slide .m{display: none;}
.banner .swiper-pagination-bullets{bottom: .4rem;}
.banner .swiper-pagination .swiper-pagination-bullet{margin:0 .03rem;}
.banner .swiper-pagination-bullet{width: .06rem;height: .06rem;opacity: 1;background: #FFF;transition: all 0.3s;opacity: .3;}
.banner .swiper-pagination-bullet-active{opacity: 1;background: #f26023;}
.banner .swiper-button-next,.banner .swiper-button-prev{background: none;width: .3rem;height: .3rem;text-align: center;line-height: .3rem;margin-top: -.15rem;outline: medium;color: #FFF;}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{font-size: 0.2rem;color: #FFF;}
.banner ul{position: absolute;left: 0;right: 0;bottom: 0;z-index: 100;display: flex;align-items: center;justify-content: space-between;}
.banner li{display: flex;align-items: center;justify-content: center;width: 24.5%;background: rgba(0,0,0,.5);color: #FFF;padding: .03rem;box-sizing: border-box;transition: all .3s;cursor: pointer;}
.banner li i{width: .16rem;height: .26rem;background: url(../images/pic10.png) no-repeat center;display: flex;align-items: center;justify-content: center;background-size: 100%;transition: all .3s;font-size: .08rem;}
.banner li p{margin-left: .08rem;font-size: .12rem;}
.banner li:hover{background: #1f6bdb;}

.dyip .title{text-align: center;}
.dyip .title:after{display: block;content: "";height: 2px;background: #999;width: .5rem;margin: .05rem auto 0 auto;}
.dyip .box{display: flex;justify-content: space-between;margin-top: .1rem;flex-wrap: wrap;}
.dyip .left{width: 20%;background: #f26023;color: #FFF;background-size: 100%;}
.dyip .left h2{border-bottom: 1px solid rgba(255,255,255,.5);padding: .1rem;color: #FFF;}
.dyip .left li{border-bottom: 1px solid rgba(255,255,255,.5);}
.dyip .left li a{padding: .05rem .1rem;display: block;color: #FFF;}
.dyip .left li a:hover{text-decoration: none;}
.dyip .right_dyip{width: 79%;}
.dyip .right_dyip .hd{background: #f26023;color: #FFF;padding: .05rem .1rem;}
.dyip .right_dyip .hd ul{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;text-align: center;}
.dyip .right_dyip .hd li{width: 23%;box-sizing: border-box;border: 1px solid rgba(255,255,255,.5);margin: .05rem 0;cursor: pointer;height:.22rem;display: flex;align-items: center;justify-content:center;}
.dyip .right_dyip .hd li.on{background: #1f6bdb;color: #FFF;border: 1px solid #1f6bdb;}
.dyip .right_dyip .hd li:last-child:nth-child(4n+1) {margin-right: calc((100% - 23%) / 3 * 3);}
.dyip .right_dyip .hd li:last-child:nth-child(4n+2) {margin-right: calc((100% - 23%) / 3 * 2);}
.dyip .right_dyip .hd li:last-child:nth-child(4n+3) {margin-right: calc((100% - 23%) / 3 * 1);}
.dyip .right_dyip .bd{margin-top: .05rem;background: #F5F5F5;}
.dyip .right_dyip .bd ul{display: flex;align-items: stretch;justify-content: space-between;flex-wrap: wrap;border: 1px solid #DDD;padding: .1rem;}
.dyip .right_dyip .bd li{width: 23%;text-align: center;margin-bottom: .1rem;}
.dyip .right_dyip .bd li figure{padding-bottom: 100%;}
.dyip .right_dyip .bd li h2{padding:.05rem 0;}
.dyip .right_dyip .bd li a:hover{text-decoration: none;}
.dyip .right_dyip .bd li:last-child:nth-child(4n+1) {margin-right: calc((100% - 23%) / 3 * 3);}
.dyip .right_dyip .bd li:last-child:nth-child(4n+2) {margin-right: calc((100% - 23%) / 3 * 2);}
.dyip .right_dyip .bd li:last-child:nth-child(4n+3) {margin-right: calc((100% - 23%) / 3 * 1);}

.derp{position: relative;color: #FFF;}
.derp .title{text-align: center;}
.derp .title:after{display: block;content: "";height: 2px;background: #999;width: .5rem;margin: .05rem auto 0 auto;}
.derp .box{background: #f26023;margin-top: .1rem;}
.derp ul{display: flex;align-items: center;justify-content: space-between;text-align: center;}
.derp ul li{width: 16.5%;display: flex;align-items: center;justify-content: center;flex-flow: column;padding: .2rem 0;position: relative;transition: all .3s;}
.derp ul li:hover{background: #1f6bdb;}
.derp ul li:after{display: block;content: "";background: rgba(255,255,255,.2);width: 1px;position: absolute;left: 0;top: .1rem;bottom: .1rem;}
.derp ul li:nth-of-type(1):after{display: none;}
.derp li i{font-size: .2rem;color: #FFF;}
.derp li p{margin-top: .06rem;font-size: .08rem;}

.dsanp .title{text-align: center;}
.dsanp .title:after{display: block;content: "";height: 2px;background: #999;width: .5rem;margin: .05rem auto 0 auto;}
.dsanp ul{display: flex;align-items: stretch;justify-content: space-between;text-align: center;margin-top: .1rem;flex-wrap: wrap;}
.dsanp li{width: 19%;display: flex;align-items: center;justify-content: center;flex-flow: column;background: #F5F5F5;border: 1px solid #DDD;box-sizing: border-box;padding: .2rem 0;color: #f26023;transition: all .3s;}
.dsanp li:hover{background: #1f6bdb;color: #FFF;}
.dsanp li i{font-size: .24rem;width: .5rem;height: .6rem;background: url(../images/pic9.png) no-repeat center;display: flex;align-items: center;justify-content: center;background-size: 100%;transition: all .3s;}
.dsanp li:hover i{background: url(../images/pic10.png) no-repeat center;background-size: 100%;transform: rotateY(180deg);}
.dsanp li .txt{margin-top: .1rem;font-size: .1rem;}

.dsip .title{text-align: center;}
.dsip .title:after{display: block;content: "";height: 2px;background: #999;width: .5rem;margin: .05rem auto 0 auto;}
.dsip ul{display: flex;align-items: center;justify-content: space-between;text-align: center;flex-wrap: wrap;margin-top: .1rem;border-left: 1px solid #CCC;border-top: 1px solid #CCC;}
.dsip li{width: 20%;box-sizing: border-box;border-right: 1px solid #CCC;border-bottom: 1px solid #CCC;}
.dsip li img{width: 100%;}
.dsip li:last-child:nth-child(5n+1) {margin-right: calc((100% - 20%) / 4 * 4);}
.dsip li:last-child:nth-child(5n+2) {margin-right: calc((100% - 20%) / 4 * 3);}
.dsip li:last-child:nth-child(5n+3) {margin-right: calc((100% - 20%) / 4 * 2);}
.dsip li:last-child:nth-child(5n+4) {margin-right: calc((100% - 20%) / 4 * 1);}

.dwup{display: flex;justify-content: space-between;padding-bottom: .2rem;flex-wrap: wrap;}
.dwup_left{width: 60%;}
.dwup_left .hd{display: flex;justify-content: space-between;align-items: center;background: #F5F5F5;}
.dwup_left .hd ul{display: flex;justify-content: space-between;align-items: center;}
.dwup_left .hd li{padding: .08rem .3rem;font-size: .1rem;cursor: pointer;}
.dwup_left .hd li.on{background: #1f6bdb;color: #FFF;font-weight: bold;}
.dwup_left .hd .more{margin-right: .1rem;}
.dwup_left .hd .more a:hover{text-decoration: none;}
.dwup_left .bd{margin-top: .1rem;}
.dwup_left .bd li{display: flex;justify-content: space-between;align-items: center;margin-bottom: .1rem;}
.dwup_left .bd li .pic{width: 25%;}
.dwup_left .bd li .pic figure{padding-bottom: 100%;}
.dwup_left .bd li .txt{width: 72%;}
.dwup_left .bd li .txt h2{font-weight: bold;}
.dwup_left .bd li .txt p{line-height: 1.6;margin-top: .05rem;}
.dwup_left .bd li .txt time{margin-top: .05rem;display: block;color: #999;}
.dwup .right{width: 37%;background: #F5F5F5;padding: .1rem;box-sizing: border-box;}
.dwup .right .title{display: flex;justify-content: space-between;align-items: center;}
.dwup .right .title h2{font-size: .12rem;}
.dwup .right .title a:hover{text-decoration: none;}
.dwup .right .picMarquee-top{margin-top: .1rem;}
.dwup .right li{border-bottom: 1px solid #CCC;padding: .08rem 0;}
.dwup .right li .dan{margin-top: .07rem;}
.dwup .right li .wen p{font-weight: bold;}
.dwup .right li p{margin-left: .3rem;color: #666;}
.dwup .right li .dan p{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.dwup .right li span{background: #888; float: left;width: .12rem;height: .12rem;display: flex;align-items: center;justify-content: center;color: #FFF;}
.dwup .right li .dan span{background: #f26023;}
.dwup .right li a:hover{text-decoration: none;}

.dliup .title{text-align: center;}
.dliup .title:after{display: block;content: "";height: 2px;background: #999;width: .5rem;margin: .05rem auto 0 auto;}
.dliup .gongchang{display: flex;margin-top: .1rem;justify-content: space-between;text-align: center;}
.dliup .swiper-slide figure{padding-bottom: 80%;}
.dliup .swiper-slide p{padding-top:.06rem;}
.dliup .swiper-slide a{display: block;}
.dliup .swiper-slide a:hover{display: block;text-decoration: none;}
.dliup .swiper-button-next,.dliup .swiper-button-prev{background: none;width: .22rem;height: .22rem;text-align: center;line-height: .22rem;outline: medium;color: #FFF;border: 1px solid #FFF;border-radius: 100%;opacity: 0;transition: all .3s;}
.dliup .gongchang:hover .swiper-button-next,.dliup .gongchang:hover .swiper-button-prev{opacity: 1;}
.dliup .swiper-button-next:after,.dliup .swiper-button-prev:after{font-size: .14rem;color: #FFF;}

.dqip .title{text-align: center;}
.dqip .title:after{display: block;content: "";height: 2px;background: #999;width: .5rem;margin: .05rem auto 0 auto;}
.dqip .zhengshu{display: flex;margin-top: .1rem;justify-content: space-between;text-align: center;}
.dqip .swiper-slide figure{padding-bottom: 135%;}
.dqip .swiper-slide p{padding-top:.06rem;}
.dqip .swiper-slide a{display: block;}
.dqip .swiper-slide a:hover{display: block;text-decoration: none;}
.dqip .swiper-button-next,.dqip .swiper-button-prev{background: none;width: .22rem;height: .22rem;text-align: center;line-height: .22rem;outline: medium;color: #FFF;border: 1px solid #FFF;border-radius: 100%;margin-left: .1rem;opacity: 0;transition: all .3s;}
.dqip .zhengshu:hover .swiper-button-next,.dqip .zhengshu:hover .swiper-button-prev{opacity: 1;}
.dqip .swiper-button-next:after,.dqip .swiper-button-prev:after{font-size: .14rem;color: #FFF;}

.banner_pic{position: relative;margin: 1rem 20% 0 20%;}
.banner_pic figure{width: 100%;height: 0;padding-bottom: 18%;overflow: hidden;display: block;position: relative;}
.banner_pic figure img{width: 100%;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0;}
.banner_pic .title{position: absolute;left: 0%;top: 0;right: 0;bottom: 0;display: flex;align-items: center;justify-content: center;flex-flow: column;color: #FFF;}
.banner_pic .title h2{font-size: .16rem;}
.banner_pic .title p{font-size: .12rem;text-transform: uppercase;margin-top: .05rem;}
.banner_pic .title .xian{width: .2rem;height: .01rem;background: #FFF;margin-top: .1rem;}

.con{padding: .2rem 20%;}
.con_l{width: 20%;float: left;}
.con_l .subnav_er{background: #f26023;color: #FFF;}
.con_l .subnav_er .title{border-bottom: 1px solid rgba(255,255,255,.5);padding: .1rem;color: #FFF;}
.con_l .subnav_er li{border-bottom: 1px solid rgba(255,255,255,.5);}
.con_l .subnav_er li a{padding: .05rem .1rem;display: block;color: #FFF;}
.con_l .subnav_er li a:hover{text-decoration: none;}
.con_l .subnav_er li a.current{background: #1f6bdb;color: #FFF;}

.con_l .lxwm{margin-top: .1rem;background: #1f6bdb;color: #FFF;padding: .1rem;}
.con_l .lxwm .title{font-size: .12rem;}
.con_l .lxwm .txt{margin-top: .1rem;line-height: 1.6;}
.con_l .lxwm .txt p{padding: .04rem 0;}

.con_r{width: 77%;background: #FFF;box-sizing: border-box;float: right;}
.con .about{line-height: 1.6;font-size: .1rem;}
.con .about p{padding-bottom: .05rem;text-indent: 2em;}
.con .about img{max-width:100%;}


.zhaopin{background: #FFF;}
.cpxqer .titleyi{background: #CCC;line-height: 3;padding:0 3%;color: #333;}
.cpxqer .tit{float: left;font-size: .1rem;}
.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{float: right;font-size: .1rem;transition: all 0.3s;}
.cpxqer .titleer.active{background: #F5F5F5;}
.cpxqer .titleer.active .time i{transform: rotate(90deg);}
.cpxqer li{background: #FFF;border-bottom: 1px dotted #CCC;}
.cpxqer li .titleer{ line-height: 3; padding:0 3%;overflow: hidden;color: #666;cursor: pointer;}
.cpxqer li .con_er{ display:none; line-height:1.6; padding:3%;}

.con_r .hd{background: #f26023;color: #FFF;padding: .05rem .1rem;}
.con_r .hd ul{text-align: center;margin-left:-2%;}
.con_r .hd li{width: 23%;box-sizing: border-box;margin: .05rem 0;cursor: pointer;float:left;margin-left:2%;}
.con_r .hd li a{color: #FFF;border: 1px solid rgba(255,255,255,.5);height:.22rem;display: flex;align-items: center;justify-content:center;}
.con_r .hd li a:hover{background: #1f6bdb;color: #FFF;text-decoration: none;border: 1px solid #1f6bdb;}
.con_r .hd li a.current{background: #1f6bdb;color: #FFF;border: 1px solid #1f6bdb;}


.products{margin-top: .1rem;}
.products ul{display: flex;justify-content: space-between;flex-flow: wrap;margin-bottom: -2%;}
.products li{width: 23%;text-align: center;margin-bottom: 2%;border: 1px solid #DDD;box-sizing: border-box;background: #FFF;}
.products li figure{position: relative;display: block;height: 0;overflow: hidden;padding-bottom: 100%;}
.products li img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;transition: all .5s;}
.products li:hover img{transform: scale(1.1);}
.products li p{padding:.07rem;}
.products li a:hover{text-decoration: none;}
.products ul:after{content: "";width: 32%;}
.products li:last-child:nth-child(4n+1) {margin-right: calc((100% - 23%) / 3 * 3);}
.products li:last-child:nth-child(4n+2) {margin-right: calc((100% - 23%) / 3 * 2);}
.products li:last-child:nth-child(4n+3) {margin-right: calc((100% - 23%) / 3 * 1);}

.products_r{width: 77%;float: right;}
.products_con_t{background: #FFF;padding: .1rem;}
.products_con_t .left{width: 50%;float: left;display: none;}
.gallery-top{box-sizing: border-box;border: 1px solid #CCC;}
.gallery-top .swiper-slide img{width: 100%;}
.gallery-top .swiper-pagination .swiper-pagination-bullet{margin:0 3px;}
.gallery-top .swiper-pagination-bullet{width: 6px;height: 6px;background: #333;opacity: 0.1;}
.gallery-top .swiper-pagination-bullet-active{background: #333;opacity: 1;}
.gallery-top .swiper-button-next,.gallery-top .swiper-button-prev{background: none;width: 50px;height: 50px;text-align: center;line-height: 50px;margin-top: -25px;outline: medium;color: #666;}
.gallery-top .swiper-button-next:after,.gallery-top .swiper-button-prev:after{font-size: 30px;}
.gallery-thumbs{margin-top: 10px;}
.gallery-thumbs .swiper-slide {border: 1px solid #CCC;box-sizing: border-box;}
.gallery-thumbs .swiper-slide img{width: 100%;}
.gallery-thumbs .swiper-slide-thumb-active {border: 1px solid #1f6bdb;}

#magnifier{position: relative;width: 2rem;float: left;}
.small-box {position: relative;width: 2rem;height: 2rem;border: 1px solid #eee;margin-bottom: .1rem;}
.small-box img {width: auto;height: auto;max-height: 2rem;max-width: 2rem;}
.small-box .hover{display: none;position: absolute;left: 0;top: 0;width: 200px;height: 200px;border: 1px solid #aaa;background: #0099ff;opacity: .5;filter: alpha(opacity:50);cursor: move;}
.thumbnail-box {display: flex;align-items: center;justify-content: space-between;}
.thumbnail-box .btn {width: 22px;height: 32px;}
.thumbnail-box .btn-prev {background: url(../images/btn_prev.png) no-repeat;}
.thumbnail-box .btn-prev.btn_prev_disabled{background: url(../images/btn_prev_disabled.png) no-repeat;cursor: not-allowed;}
.thumbnail-box .btn-next {background: url(../images/btn_next.png) no-repeat;}
.thumbnail-box .btn-next.btn_next_disabled{background: url(../images/btn_next_disabled.png) no-repeat;cursor: not-allowed;}
.thumbnail-box .list {overflow: hidden;width: 1.7rem;}
.thumbnail-box .wrapper {width: 10rem;}
.thumbnail-box .list .item {float: left;margin: 0 .04rem;}
.thumbnail-box .list .item img {border: 1px solid #a9a9a9;width: .34rem;height: .34rem;}
.thumbnail-box .list .item-cur img {border: 1px solid #1f6bdb;}
.big-box {display: none;overflow: hidden;position: absolute;left: 2rem;top: 0;width: 2rem;height: 2rem;border: 1px solid #e4e4e4;}
.big-box img {display: block;}


.licheng{background: url(../images/pic17.png) no-repeat center;background-size: cover;padding: 5% 10%;}
.cate2{ text-align: center;}
.cate2 .cn{ font-size: .16rem; line-height: 2;}
.cate2 p{ line-height: 1.6; color: #666;}
.lichenlist{ padding: .2rem 0 1rem; position: relative; margin: 10px auto 0;}
.lichenlist:before{ content: ''; position: absolute; left: 50%; top:0; z-index: 0;width: 0; height: 100%; border-left: 1px dashed #b4b4b4;}
.lichenlist li{ padding-right: 50%; text-align: right; position: relative; z-index: 1;background: url('../images/fz-dot.png') center 11px no-repeat;}
.lichenlist li .inner{ padding-right: .3rem;}
.lichenlist li .pic{ width: 50%; margin-bottom: .05rem;}
.lichenlist li .pic figure{padding-bottom: 60%;}
.lichenlist li .year{line-height: 2;font-size: .14rem; color: #1f6bdb; font-weight: bold; font-style: italic;}
.lichenlist li .txt{ color: #666; line-height: 1.6; overflow: hidden;} 
.lichenlist li:nth-of-type(odd) .pic{margin-left: 50%;}
.lichenlist li:nth-child(2n){ padding-right: 0; padding-left: 50%; text-align: left;}
.lichenlist li:nth-child(2n) .inner{ padding-left: .3rem; padding-right: 0;}
.licheng .htop{margin: 0 auto;width: .3rem;height: .3rem;background: #1f6bdb;display: flex;align-items: center;justify-content: center;border-radius: 100%;cursor: pointer;}
.licheng .htop i{color: #FFF;font-size: .16rem;}

.products_con_t .right{width: 45%;float: right;}
.products_con_t .right h2{font-size: .16rem;border-bottom: 1px solid #DDD;padding: .1rem 0;font-weight: bold;color: #333;}
.products_con_t .right .txt{margin-top: .2rem;}
.products_con_t .right .txt h3{margin-bottom: .1rem;font-weight: bold;}
.products_con_t .right .txter p{line-height: 1.6;}

.products_con_c{margin-top: .1rem;background: #FFF;}
.products_con_c .title{font-size: .12rem;font-weight: bold;color: #333;position: relative;border-bottom: 1px solid #f1f6fb;padding: .1rem .1rem .1rem .2rem;}
.products_con_c .title:after{content: "";display: block;width: 5px;height: .1rem;background: #1f6bdb;position: absolute;left: .1rem;top: .13rem;}
.products_con_c .txt{padding: .1rem;line-height: 1.6;}
.products_con_c .txt p{padding-bottom: .1rem;}
.products_con_c .txt img{width: 100%;}


.products_con_b{margin-top: .2rem;background: #FFF;padding-bottom: .2rem;}
.products_con_b .title{font-size: .12rem;font-weight: bold;color: #333;position: relative;padding: .1rem .1rem .1rem .2rem;}
.products_con_b .title:after{content: "";display: block;width: 5px;height: .1rem;background: #1f6bdb;position: absolute;left: .1rem;top: .13rem;}
.products_con_b ul{padding: 0 .1rem;}


.news li{font-size: 0;background: #FFF;border-bottom: 1px solid #e5e5e5;}
.news li .riqi{display: inline-table;vertical-align: middle;width: 10%;text-align: center;color: #999;transition: all .5s;}
.news li .riqi span{font-size: .2rem;font-weight: bold;}
.news li .riqi p{font-size: .08rem;border-top: 1px solid #DDD;}
.news li a:hover .riqi{color: #1f6bdb;}
.news li .pic{overflow: hidden;width: 18%;display: inline-table;vertical-align: middle;margin-left: 2%;}
.news li .pic img{width: 100%;transition: all 0.5s;}
.news li:hover .pic img{transform: scale(1.2);}
.news li .box{padding:0 .15rem;display: inline-table;vertical-align: middle;width: 70%;box-sizing: border-box;vertical-align: middle;}
.news li .box h2{font-size: .12rem;}
.news li:hover .box h2 a{color:#1f6bdb;text-decoration: none;}
.news li .box p{margin-top: .06rem;line-height: 1.6;overflow: hidden;color: #999;font-size: .08rem;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;transition: all .5s;}
    .news li a:hover .box p{color: #666;}
.news li .box .more{margin-top: .1rem;font-size: .08rem;border: 1px solid #DDD;border-radius: 5rem;display: inline-block;padding: .03rem .05rem;}
.news li a{display: block;padding: 3%;transition: all .5s;}
.news li a:hover{display: block;text-decoration: none;background: #f5f5f5;}

.news_r{width: 77%;float: right;background: #FFF;}
.news_con .title{text-align: center;padding: .2rem 0;}
.news_con .title h2{font-size: .16rem;font-weight: bold;color: #333;}
.news_con .title p{margin-top: .1rem;color: #999;font-size: .1rem;}
.news_con .title p i{font-style: normal;padding: 0 .1rem;}
.news_con .txt{line-height: 2;border-top: 1px solid #f1f6fb;padding: .2rem;}
.news_con .txt p{padding-bottom: .1rem;}
.news_con .txt .pic{text-align: center;}
.news_con .txt img{max-width: 100%;}

.wenti li{border-bottom: 1px solid #CCC;padding: .08rem 0;}
.wenti li .dan{margin-top: .07rem;}
.wenti li .wen p{font-weight: bold;}
.wenti li p{margin-left: .3rem;color: #666;}
.wenti li .dan p{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.wenti li span{background: #888; float: left;width: .12rem;height: .12rem;display: flex;align-items: center;justify-content: center;color: #FFF;}
.wenti li .dan span{background: #f26023;}
.wenti li a:hover{text-decoration: none;}

.gongchang ul{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.gongchang ul:after{display: none;}
.gongchang li{width: 22%;text-align: center;margin-bottom: 3%;transition: all .5s;}
.gongchang li .pic{background: #FFF;border: 1px dotted #CCC;position: relative;}
.gongchang li .pic figure{width: 100%;height: 0;overflow: hidden;padding-bottom: 80%;display: block;position: relative;}
.gongchang li .pic figure img{width: 100%;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0;}
.gongchang li h2{padding: .1rem;}
.gongchang li:last-child:nth-child(4n+1) {margin-right: calc((100% - 22%) / 3 * 3);}
.gongchang li:last-child:nth-child(4n+2) {margin-right: calc((100% - 22%) / 3 * 2);}
.gongchang li:last-child:nth-child(4n+3) {margin-right: calc((100% - 22%) / 3 * 1);}

.zhengshu ul{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.zhengshu ul:after{display: none;}
.zhengshu li{width: 22%;text-align: center;margin-bottom: 3%;transition: all .5s;}
.zhengshu li .pic{background: #FFF;border: 1px dotted #CCC;position: relative;}
.zhengshu li .pic figure{width: 100%;height: 0;overflow: hidden;padding-bottom: 150%;display: block;position: relative;}
.zhengshu li .pic figure img{width: 100%;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0;}
.zhengshu li h2{padding: .1rem;}
.zhengshu li:last-child:nth-child(4n+1) {margin-right: calc((100% - 22%) / 3 * 3);}
.zhengshu li:last-child:nth-child(4n+2) {margin-right: calc((100% - 22%) / 3 * 2);}
.zhengshu li:last-child:nth-child(4n+3) {margin-right: calc((100% - 22%) / 3 * 1);}

.fenye{margin-top: .2rem;}
.fenye ul{font-size: 0px;text-align: center;}
.fenye li{display: inline-block;font-size: .08rem;text-align: center;margin:0 .03rem;background: #FFF;}
.fenye li a{display: block;width: .2rem;height: .2rem;line-height: .2rem;border: 1px solid #CCC;}
.fenye li a:hover{display: block;text-decoration: none;border: 1px solid #1f6bdb;background: #1f6bdb;color: #FFF;}
.fenye li.current a{border: 1px solid #1f6bdb;background: #1f6bdb;color: #FFF;}
.fenye li:first-child a{border: 1px solid #CCC;}
.fenye li:first-child a:hover{border: 1px solid #1f6bdb;background: #FFF;color: #1f6bdb;}
.fenye li:last-child a{border: 1px solid #CCC;}
.fenye li:last-child a:hover{border: 1px solid #1f6bdb;background: #FFF;color: #1f6bdb;}
.fenye li i{font-size: .08rem;}

.syt{border-top: 3px solid #f1f6fb;padding: .1rem;}
.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;padding: 0 .1rem;}
.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;}

.liuyan .title{font-size: .2rem;text-align: center;margin-top: .3rem;}
.liuyan .txt{text-align: center;margin-top: .08rem;}
.liuyan ul{margin-left: -2%;margin-top: .2rem;}
.liuyan li{ width:48%; margin-bottom: .1rem;float: left;margin-left: 2%;}
.liuyan li p{padding-bottom: 5px;}
.liuyan li .input_txt{ width:100%; border:1px solid #CCC; outline:medium; padding:.05rem 2%; font-family:'Conv_tt1161m_';box-sizing: border-box;}
.liuyan .textarea{  margin:0;}
.liuyan .textarea textarea{ width:100%; height:.7rem; border:1px solid #CCC; outline:medium; padding:1%;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:#1f6bdb;cursor: pointer;outline: medium;padding: .05rem .2rem;}

.con .contact{line-height: 1.6;}
.con .contact h2{text-align: center;font-size: .14rem;font-weight: bold;}
.con .contact ul{display: flex;align-items: center;justify-content: space-between;text-align: center;margin-top: .2rem;flex-flow: wrap;}
.con .contact li{width: 30%;display: flex;align-items: center;justify-content: center;flex-flow: column;}
.con .contact li i,.con .contact li em{width: .3rem;height: .3rem;background: #1f6bdb;display: block;line-height: .3rem;text-align: center;color: #FFF;font-size: .14rem;border-radius: 100%;}
.con .contact li p{margin-top: .1rem;}

#map_container{ height:2.5rem;margin-top: .2rem;}