/* 
* @Author: sublime text
* @Date:   2019-10-16 10:28:11
* @Last Modified by:   sublime text
* @Last Modified time: 2022-06-13 18:36:08
*/
/*banner*/
.wrap{width: 15.5rem !important;}

#buf{width: 100%;height:7.5rem;background: #f7f7f7;}
.title{text-align: center;color: #333333;font-size: 0.18rem;padding-top: 1.1rem;}
.title p{font-size: 0.46rem;color: #333333;font-weight: bold;}
.title p span{color: #0066ff;}
#buf .title hr{width: 0.6rem;height: 3px;border: none;outline: none;background: #0066ff;margin: 0.35rem auto;}

#ejdh{width: 100%;height: 0.65rem;line-height: 0.65rem;background: #fff;}
#ejdh .wrap{height: 0.65rem;}
#ejdh a{color: #333;padding:0 0.2rem;font-size: 0.14rem;}
#ejdh a:hover,#ejdh .fr a.cur{color: #0066ff;}
#ejdh .fr a{border-right:1px solid #cccccc;padding:0 0.25rem;}
#ejdh .fr a:last-child{border-right: none;padding-right: 0;}
#ejdh .fl a:first-child{padding-left: 0;}



#buf .wrap{height: 2.8rem;background: #fff;margin-top: 0.9rem}
#buf .wrap li{width: 19.9%;float: left;text-align: center;margin-top: 0.75rem;font-size:0.16rem;border-right:1px solid #f5f5f5;}
#buf .wrap li:last-child{border-right: none;}
#buf .wrap li p{font-size:0.18rem;color:#e62129;}
#buf .wrap li p span{font-size:0.56rem;color:#0066ff;padding-right:0.1rem;font-family:"Oswald-Medium"}



#ban li{width: 4.84rem;height: 6rem;float: left;margin:1.1rem 0.56rem 1.1rem 0;color: #fff;text-align: left;position: relative;}
#ban li:first-child{background: url(/statics/images/ban1.jpg)no-repeat center;background-size: cover;}
#ban li:nth-child(2){background: url(/statics/images/ban3.jpg)no-repeat center;background-size: cover;}
#ban li:nth-child(3){background: url(/statics/images/ban2.jpg)no-repeat center;background-size: cover;margin-right: 0;}
#ban li .wen{font-size: 0.22rem;width: 80%;position: absolute;left:10%;top:0.8rem;z-index: 1;}
#ban li .wen p{font-size: 0.48rem;font-family: 'din';}

#ban li .yin{font-size: 0.2rem;line-height: 0.65rem;color: #fff;text-transform: uppercase;letter-spacing: 0.12rem;width: 80%;position: absolute;left:10%;top:3.6rem;}

#ban li .bg{width: 4.84rem;height: 0rem;background: url(/statics/images/yin.png)no-repeat bottom;background-size: cover;transition:0.5s;position: absolute;bottom:0;}
#ban li:hover .yin{display:none;}
#ban li:hover .wen{top:2rem;}
#ban li:hover .bottom{display: block;}
#ban li .bottom{width: 80%;margin: 0 auto;color: #fff;position: absolute;left:10%;top:4.3rem;display: none;}
#ban li .bottom .fl img{width: 1.16rem;float: left;display: block;}
#ban li .bottom .fr{font-size: 0.16rem;line-height: 0.25rem;width: 53%;float: right;}
#ban li .bottom .fr ol{margin-bottom: 0.08rem;}
#ban li:hover .bg{height: 6rem;}

#quan{width: 100%;height:9.8rem;background: url(/statics/images/quan.jpg)no-repeat center;background-size: cover;}
#quan .title{padding-top: 0.8rem;}
#quan .fl{width: 50%;height: 6.3rem;position: relative;}
#quan .wrap{margin-top: 1rem;}
.yuan {
    position: absolute;
    z-index: 1;
    width: 8px;
    height: 8px;
    top: 0;
    left: 0;
    background-color: #0066ff;
    border-radius: 50%;
  }
.yuan:after{
    content: "";
    display: block;
    position: absolute;
    top: -21px;
    left: -21px;
    -webkit-animation: fang1 2s linear infinite;
    animation: fang1 2s linear infinite;
    background-color: #0066ff;
    opacity: 0.3;
    border-radius: 50%;
    width: 50px;
    height: 50px;
  }
.zhong:after {
    -webkit-animation: fang2 2s linear infinite;
    animation: fang2 2s linear infinite;
  }
.xiao:after {
    -webkit-animation: fang3 2s linear infinite;
    animation: fang2 3s linear infinite;
  }

.yuan1{top:2.3rem;left: 5.8rem;}
.yuan2{top:3.6rem;left: 6rem;}
.yuan3{top:4rem;left: 6.2rem;}
.yuan4{top:3.3rem;left: 6.4rem;}
.yuan5{top:3.7rem;left: 6.7rem;}
.yuan6{top:4.2rem;left: 6.5rem;}
.yuan7{top:4.6rem;left: 5.9rem;}
.yuan8{top:4.8rem;left: 6.4rem;}
.yuan9{top:5.3rem;left: 5.5rem;}
.yuan10{top:5.3rem;left:5.8rem;}
.yuan11{top:4.1rem;left:4.7rem;}

  /*地图闪*/

@keyframes fang1 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes fang2 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes fang3 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}


#quan .shili{width: 7rem;float: right;}
#quan .shili .tit{font-size: 0.26rem;color: #333333;margin-bottom: 0.6rem;}
#quan .shili ul{width: 100%;margin: 0 auto;}
#quan .shili ul span{text-align: center;width: 0.75rem;height: 0.3rem;line-height: 0.3rem;display: inline-block;font-size: 0.16rem;color: #0d0d0d;cursor: pointer;margin-bottom: 0.2rem;}
#quan .shili ul span.on{background: #0066ff;color: #fff;} 


#quan .shili .mid{position: relative;}
#quan .shili .mid .case_bg .case{width:7rem;height: 4.5rem; overflow: hidden;position: absolute;left:0rem;top: 0.7rem;border-top: 1px solid #b2b7bd;}
#quan .shili .case_con{width:7rem; position: absolute; top: 0; left: 0;}
#quan .shili .case_box{width:6rem; float: left; position: relative;padding: 0 0.5rem;}

#quan .shili .case_box .biaoti{font-size: 0.32rem;color:#333333;margin: 0.6rem 0 0.4rem;}
#quan .shili .case_box .zuo{width: 1.16rem;display: block;float:left;border: 6px solid #0066ff;}
#quan .shili .case_box .zuo img{width: 100%;display: block;}
#quan .shili .case_box .you{font-size: 0.16rem;line-height: 0.32rem;color: #333333;margin-left: 0.5rem;float: left;}

@media (max-width:1280px) {
    #quan .shili .case_box .you{margin-left:0.1rem;}
}




#ditu{width: 16rem;height: 11.95rem;background: url(/statics/images/lianxi/map.jpg)no-repeat center;background-size:100%;margin:0 auto;margin-top:0.6rem;}
#ditu .title{text-align: center;color: #333333;font-size: 0.38rem;padding-top: 0.74rem}
#ditu hr{width: 0.6rem;height: 3px;outline: none;border:none;background: #0066ff} 
#ditu .bottom{width: 14rem;margin:0 auto;margin-top: 0.7rem;}
#ditu .bottom .fl{width: 10rem;height: 7.92rem;overflow: hidden;}
#ditu .bottom .fr{width: 4rem;float: right;color: #fff;}
#ditu .bottom .fr li{padding-left: 25%;font-size: 0.18rem;margin-bottom: 0.72rem;width:65%;}
#ditu .bottom .fr li p{font-size: 0.16rem;font-family: 'Airal';line-height: 0.45rem;margin-top: 0.65rem;}

#ditu .bottom .fr .ico{text-align: center;color:#fff;}
#ditu .bottom .fr .ico a{margin:0.35rem 0.2rem 0.35rem 0.5rem;display: inline-block;float:left;color:#fff;font-size:0.16rem;line-height:0.4rem;}
#ditu .bottom .fr .ico a img{display:block;width:1rem;}


#liuyan{margin-top: 0.4rem;height:5.5rem;background: #f7f7f7;width: 100%;padding-top: 1rem;}
#liuyan .fl{width: 5.7rem;font-size: 0.16rem;color: #333333;line-height:0.45rem;}
#liuyan .fl p{font-size: 0.38rem;color: #333333;}
#liuyan .fl hr{width: 0.55rem;height: 2px;border:none;background: #0066ff;outline: none;margin:0.3rem 0;}
#liuyan .fr{width: 7.7rem;margin-left: 0.8rem;}
#liuyan .fr input{width: 80%;height: 0.4rem;line-height: 0.4rem;background:#fff;outline: none;border:none;text-indent: 0.2rem;margin-right: 0.57rem;font-size: 0.14rem;color: #666;margin-bottom: 0.4rem;display: block;margin-top: 0.1rem;}
#liuyan .fr textarea{outline: none;border: none;background: #fff;width: 7.7rem;margin: 0.1rem 0;color: #666;height:1.2rem;text-indent: 0.2rem;font-size: 0.14rem;font-family: 'Microsoft YaHei';line-height: 0.35rem;}
#liuyan .fr .tijiao1{margin-left:0;}
#liuyan .fr li{width: 50%;float: left;}