/* 
* @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: 14.5rem !important;}


.title p{font-size: 0.42rem;font-weight: bold;color: #222222;text-transform: uppercase;text-align: center;font-family: 'Gothamb';padding-top: 1rem;}
.title p span{color: #00a2ea;display: block;font-size: 0.54rem;}
.title hr{width: 0.96rem;height: 2px;background: #fbbf38;border:none;outline: none;margin-top: 0.25rem;}

#banner img{width:100%;display: block;}

#toubu .title{height:2.6rem;}
#toubu .title{width:60%;float:left;text-align:left;font-size:0.16rem;color:#666666;letter-spacing:1px;}
#toubu .title p{text-align:left;padding-bottom:0.1rem;}
#toubu #youq{float:right;padding-top:1rem;}
#toubu #youq a{float:left;width:0.43rem;overflow:hidden;display:block;margin-right:0.4rem;}
#toubu #youq a img{width:100%;display:block;}
#toubu .bottom{height:2rem;width:100%;padding-top:0.4rem;border-top:1px solid #e5e5e5;}
#toubu .bottom li{width:33.3%;float:left;line-height:0.6rem;font-size:0.16rem;color:#6f6f6f;}
#toubu .bottom li img{width:0.2rem;display:block;float:left;margin-right:0.1rem;margin-top:0.2rem;}

#buf{width: 100%;height: 8.5rem;background: #f7f7f7;}
#buf .title hr{width: 0.6rem;height: 3px;border: none;outline: none;background: #fbbf38;margin: 0.35rem auto;}

#buf .wrap{height: 3.9rem;background: #fff;margin-top: 0.9rem}
#buf .wrap li{width: 25%;float: left;text-align: center;margin-top: 0.75rem;}
#buf .wrap li div{height:1.28rem;border-right: 1px solid #e5e5e5;overflow: hidden;}
#buf .wrap li:last-child div{border-right: none;}
#buf .wrap li img{width: 100%;display: block;}
#buf .wrap li .tu1{width: 1.16rem;height: 1.16rem;border: 6px solid #fbbf38;margin: 0 auto;}
#buf .wrap li span{display: block;color: #999999;font-size: 0.14rem;margin-top: 0.35rem;}
#buf .wrap li p{font-size: 0.2rem;color: #333333;margin-top: 0.4rem;}
#buf .wrap li .tu2 img{width: 0.57rem;margin: 0 auto;display: block;margin-top: 0.2rem;}
#buf .wrap li .tu2 p{font-size: 0.24rem;color: #fbbf38;margin-top: 0.2rem;font-weight: bold;}
#buf .wrap li .tu3 img{width:1.28rem;height: 1.28rem;display: block;margin: 0 auto;}
#buf .wrap li .tu4{width: 2.14rem;height: 1.28rem;background: url(/statics/images/ren.jpg)no-repeat center;margin: 0 auto;font-size: 0.14rem;color: #333;text-align: left;background-size: cover;}
#buf .wrap li .tu4 img{width: 1.1rem !important;margin:0 auto;margin-top: 0.15rem;}
#buf .wrap li .tu4  ol{padding-left: 0.6rem;margin-bottom: 0.35rem;font-weight: bold;}
#buf .wrap li .tu4 p{margin-top: 0;color: #fbbf38}

#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/lianxi/ditu.jpg)no-repeat center;background-size: cover;}
#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: #fbbf38;
    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: #fbbf38;
    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;
  }

  
  /*地图闪*/

@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: 6rem;float: right;}
#quan .shili .tit{font-size: 0.38rem;color: #fbbf38;margin-bottom: 0.6rem;font-family:'MyriadPros';}
#quan .shili ul{width: 100%;margin: 0 auto;}
#quan .shili ul span{text-align: center;width: 1.3rem;height: 0.55rem;line-height: 0.55rem;display: block;font-size: 0.18rem;color: #0d0d0d;cursor: pointer;margin-bottom: 0.25rem;float:left;background:#fff;margin-right:0.25rem;}
#quan .shili ul span.on{background: #fbbf38;color: #fff;} 


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

#quan .shili .case_box .biaoti{font-size: 0.32rem;color:#333333;margin: 0.5rem 0 0.4rem;}
#quan .shili .case_box .zuo{width: 1.16rem;display: block;float:left;border: 6px solid #fbbf38;}
#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;}
}



#babn{width:100%;height:3rem;background:url(/statics/images/lianxi/heng.jpg)no-repeat center;background-size:cover;}
#babn li{font-size:0.2rem;font-family:'MyriadPror';color:#fff;width:25%;float:left;text-align:center;}
#babn li p{font-size:0.64rem;font-family:'Gothamm';padding-top:0.9rem;padding-bottom:0.1rem;}



#ditu .bottom .fl{width: 14.5rem;height: 6rem;overflow: hidden;margin:0 auto;float:none;}
#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.46rem;}
#ditu .bottom .fr .ico{text-align: center;}
#ditu .bottom .fr .ico a{margin:0.25rem;display: inline-block;}



#liuyan{height:5.8rem;background: #f4f4f4;width: 100%;padding-top: 1rem;margin-top:1rem;}
#liuyan .fl{width: 5.7rem;font-size: 0.14rem;color: #999999;text-transform:uppercase;line-height:0.25rem;text-align:justify;}
#liuyan .fl p{font-size: 0.38rem;color: #333333;text-transform:uppercase;line-height:0.45rem;}
#liuyan .fl hr{width: 0.55rem;height: 2px;border:none;background: #fbbf38;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;font-size:0.16rem;}