@charset "utf-8";

@font-face {
  font-family:'OPPOsan H';
  src:url('/img/OPPOSANS-H.ttf');
}

@media screen and (min-width:768px){
*{font-family: 'OPPOsan H',"microsoft yahei"!important;font-weight:bolder!important;}
}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;
  }
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
button,input,select,textarea{font-family:inherit;font-size:inherit;font-weight:inherit;width:auto;overflow:visible}
legend{color:#000}
h1,h2,h3,h4,h5,h6{}
body,html{height:100%}
a,a:active,a:hover{color:#333;text-decoration:none;outline:0}
a,button,input[type=button],input[type=submit]{-webkit-tap-highlight-color:transparent}
body{}
h1,h2,h3,h4,h5,h6{text-transform:uppercase;letter-spacing:1px}
p{line-height:1.5}
.hidden{height: 100%;width: 100%;overflow: hidden}

.display_none{display: none!important;}

.pl30{padding-left: 40px}
.pr30{padding-right: 40px}

.footer a{display:block}




.footer{background:#000000;margin-top: -3px}
.foot_tel{ display:inline-block; border-radius:6px;color:#fff;font-size:22px;line-height:40px;
    padding:0 15px; margin-top:30px}
.foot_tel i{font-size:20px;}
.foot_tel d{font-size:22px;}
.footer h4 a{color:#fff;font-size:16px; line-height:50px}
.footer a{color:#e9e9e9;font-size:14px;line-height:40px}

.foot_item{float: left;width:16%;}




.copyright{color:#bbb;height:50px;line-height:50px;font-size:14px;padding-top: 30px;
}
.copyright .iconfont{font-size:30px;color:#999;margin:0 6px}

.banquan{padding-top: 100px;font-size:0.6rem!important;color: #eee}


.mask_map{background:#fff url('/img/map5.png')no-repeat right top;
  background-size:100% auto;height: 100%;width: 100%;
position: fixed;top:0;left: 0;transition: all 0.6s;opacity: 0;
  transform: scale(0);
}
.mask_map.open{
  z-index:9999;
  transform: scaleZ(1);
  opacity: 1;

}
.mask_map .map_close{
  position: fixed;right: 30px;top:30px;
  z-index: 99999;
 }
.mask_map .iconfont{font-size: 3rem;color: #222;cursor: pointer;transition: all 0.3s;
}
.mask_map .iconfont:hover{
  color:#06803c;transition: all 0.3s;
}

.mask_job{height: 100%;width: 100%;
  position: fixed;top:-100%;left: 0;z-index:-9999;transition: all 0.4s;opacity: 0;
  overflow: auto;
  background: #000;
}
.mask_job.open{
  top: 0;z-index:9999;transition: all 0.4s;
  opacity: 1;
}
.mask_job .job_tips_close{
  position: fixed;right: 30px;top:30px;
}
.mask_job .iconfont{font-size: 3rem;color: #999;cursor: pointer;transition: all 0.3s;
}
.mask_job .iconfont:hover{
  color:#06803c;transition: all 0.3s;
}

.job_fuwu_300,.job_fuwu_400,.job_fuwu_500{height: 250px;overflow: auto}




.job_fuwu_300::-webkit-scrollbar,.job_fuwu_400::-webkit-scrollbar,.job_fuwu_500::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 3px;  /*高宽分别对应横竖滚动条的尺寸*/

}

.job_fuwu_300::-webkit-scrollbar-track,.job_fuwu_400::-webkit-scrollbar-track,.job_fuwu_500::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #ededed;
}


.job_fuwu_300::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background   : #06803c;
}



.job_fuwu_400::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background   : #99141E;
}

.job_fuwu_500::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background   : #FF6600;
}




a.top_menu{ font-size:1.2rem!important;   transition: all 0.5s;font-weight: 500!important;}
.navbar-nav li{position:relative;margin: 25px 0}



.navbar-nav li:hover a.top_menu{
  color:#000;  font-weight: 600!important; transition: all 0.3s;
}
.navbar-nav li a.top_menu.active{
  color:#000;
  font-weight: 600!important;
}




.navbar-nav li:hover .sub-menu{
  opacity: 1;
  background:#fff;
  transition: all 0.4s;
  z-index:99;
  transform: scale(1);
}

.sub-menu a{
  line-height: 35px;
  display: block;
  font-weight: 600!important;
  list-style: none!important;
  border-radius: 10px;
  color: #000;
  font-size:.9rem!important;
  cursor: pointer;
  text-decoration:none!important;
}
.sub-menu d{
  font-size:0.2rem;
  margin-right: 5px;
}

.sub-menu a:hover{
  color:#06803c!important;
}

.pc_no{display: none}

.footer.tel{display: none}
.top_menu .iconfont{display: none}

.navbar-brand {
  background-size: 100% auto!important;
  width: 50px;
}

@media screen and (min-width:768px){
  .width1200{max-width:1030px;background:#06803c;border-radius:0 0 10px 10px}

  .top_menu.active{color: #111!important;}

  .sub-menu{
    position: absolute;text-align: center;
    left: 10px;
    top: 100%;
    width: 120px;

    border-radius: 10px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.4s;
    border:1px solid rgba(255,255,255,0.4);
  }


}


@media screen and (max-width:768px){
  *{font-weight:lighter!important;}

  .tel img.tel{margin: -2px 0}
  .radio—box span{ vertical-align: top}
  .radio—box b{ width: 60%;
    text-align: center;
    display: inline-block;}
  .radio—box d{ width: 50%;
    text-align: center;
    margin-bottom: 5px;
    display: inline-block;}
  .form_item {
    margin-bottom: 10px!important;
  }

  .footer.tel *{text-align: center!important;}


  .job_more{display: none}

  .touzi_tips {
   position: inherit!important;
    padding-top: 10px;
  }

  .form_item .radio {

    margin: 0!important;
  }
  .hlqk{width: 70%!important;}
.about_smll{width: 100%!important;}
.navbar-header{background:#06803c}

  #triangle-up{display: none}
  .navbar-custom .navbar-toggle {
    padding: 12px 10px;
    color: #fff;
    margin-top: 16px;
  }
  .navbar-brand {

    height: 50px!important;
    margin: 8px 15px;
  }
  a.top_menu,span.top_menu{font-weight: lighter!important;font-size: 1.4rem!important;cursor: pointer}
  .sub-menu a{
    color: #fff!important;font-weight: lighter!important;font-size: 1.2rem!important;margin: 8px 0;
  }

  .navbar-nav li:hover a.top_menu{
    color: #fff!important;font-weight: 600!important; transition: all 0.3s;
  }

  .navbar-nav li a.top_menu.active{
    color: #fff!important;
    font-weight: 600!important;
  }

  .top_menu:focus{font-weight: bold!important;}
  .top_menu.active{font-weight: bold!important;}

  .sub_head {
    height: 40vh!important;
  }


  .about5 {
    width: 100px!important;
  }
  .about1 {
    width: 90%;
  }

}


#triangle-up {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  left:57px;
  top: -8px;
}


@media screen and (max-width:767px){
  .about_hd{padding:50px 0 30px 0;
    height: 40vh!important;
  }
.about_hd.sub_head.tel{
  height: 50vh!important;
}
  .pc_no{display: block!important;}
.tel_no{display: none}

  .sub-menu a:hover{
    color: #fff!important;
  }
.jmtjpic{width: 100%!important;height: auto!important;}
  .job_fuwu_300 {
     height:auto!important;
     overflow: visible!important;
  }

  .news_show{width: 100%!important;}

  h1.news_title {
    font-size: 2rem!important;
    line-height: 2.5rem;

  }

  .news_time{font-size: 0.8rem!important;}
  .foot_nav{display: none}

  .footer.tel{display: block!important;}
  .footer.pc{display: none!important;}

  .top_menu .iconfont{display:inline-block}

  .banquan{line-height: 20px;}
  .copyright{height: auto!important;}

  .about_hd h2{font-size:26px;line-height:1.8}
  .about_hd h4{font-size:16px;margin-bottom:10px}
  .about_hd .infos{font-size:10px}
  .about_hd .infos p{margin-bottom:15px}
  .about_hd .infos h5{font-size:14px;margin-bottom:15px}
  .about_hd .infos .about_btn{font-size:12px;padding:6px 12px}
  .content{padding:20px 0}
  .content h3{font-size:25px;margin-bottom:6px}
  .content h4{font-size:14px;margin-bottom:6px}
  .content h6{font-size:12px}
  .brand{min-height:80px}
  .footer{padding:12px 0;font-size:12px}
  .footer .link{text-align:left;margin-top:5px;padding-top:5px;border-top:1px solid #888}
  .footer .link a{color:#fff}
}



.lxfs_info{position: absolute;bottom: -100px;left: 0;z-index: 9;width: 100%;padding:0 100px}
.cp_pic{width: 100%;height: 550px;border-radius: 25px;cursor: pointer}
.cp_pic:hover{opacity: .8}

.news_item a:hover h2{color:#06803c;}
.news_item h2{font-size: 1.4rem;color: #000;height: 40px;line-height: 40px;overflow: hidden}
.news_item h2 span{font-size: 1.2rem;padding-right: 15px;}



@media screen and (max-width:1440px){
  .copyright {
    padding-top: 0
  }
  .banquan {
    padding-top: 50px;
  }
  .ewm{width: 200px}
  .form_item {
    margin-bottom: 20px!important;
  }
  .about5{width: 160px}
  .about1{width: 900px}
}




@media screen and (max-width:768px){
  .navbar-brand{
    background: url(/telimg/logo.png) no-repeat center!important;
    background-size: 100% auto!important;
    width: 120px!important;
    /* padding: 10px 0; */

  }

  #nav_index{display: none}
  .jmpic {
    width: 280px!important;
    margin: 0 10px;
  }
  .cp_pic {
    width: 100%;
    height: 300px;

  }

  .form_index {
    margin: 0 10px;
  }

  #tel_news .case_item h2{font-size: 1.1rem!important;}
  #tel_news .case_item h2 span{font-size: 1rem!important;}

}















@font-face {
 font-family:'Titillium-Regular';
 src:url('../font/Titillium-Regular.html'),url('../font/Titillium-Regular.ttf'),url('../font/Titillium-Regular.eot'),url('../font/Titillium-Regular-2.html');
}

@media(min-width:768px){
p{line-height:1.6}
}
a{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;transition:all .2s ease-in-out}

.navbar-toggle i{ width: 28px; height: 2px; display: block; background: #ffffff; margin-bottom: 6px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
}
.navbar-toggle i:nth-child(3){ margin-bottom:0;}
.nav_mask.show+.navbar.navbar-custom .navbar-toggle i:nth-child(1){
    transform:translate3d(0,7px,0) rotate(-135deg);
    -webkit-transform:translate3d(0,7px,0) rotate(-135deg);
    -moz-transform:translate3d(0,7px,0) rotate(-135deg);
    -ms-transform:translate3d(0,7px,0) rotate(-135deg);
}
.nav_mask.show+.navbar.navbar-custom .navbar-toggle i:nth-child(2){ opacity: 0;
    transition:none;
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
}
.nav_mask.show+.navbar.navbar-custom .navbar-toggle i:nth-child(3){
    transform:translate3d(0,-7px,0) rotate(135deg);
    -webkit-transform:translate3d(0,-7px,0) rotate(135deg);
    -moz-transform:translate3d(0,-7px,0) rotate(135deg);
    -ms-transform:translate3d(0,-7px,0) rotate(135deg);
}


.text-r{ text-align: right; }
.text-c{ text-align: center; }

.navbar-brand img{height:20px; display: inline-block; vertical-align: top;}
.navbar-custom{margin-bottom:0;text-transform:uppercase}
.navbar-custom .navbar-toggle{padding:6px;color:#fff}
.navbar-custom .navbar-toggle i{font-size:20px; line-height: 1;}
.navbar-custom .navbar-toggle:active,.navbar-custom .navbar-toggle:focus{outline:0}
.navbar-custom a.top_menu{color:#fff}
.navbar-custom span.top_menu{color:#fff;cursor: pointer}

.navbar-custom .nav li a,.navbar-custom .nav li span{ text-align: center;
-webkit-transition:background .3s ease-in-out;-moz-transition:background .3s ease-in-out;
transition:background .3s ease-in-out;
font-size: 18px;
}







.navbar-custom .nav li a:hover{outline:0;color:rgba(255,255,255,.8);background-color:transparent}
.navbar-custom .nav li a:active,.navbar-custom .nav li a:focus{outline:0;background-color:transparent}
.navbar-custom .nav li.active{outline:0}
.navbar-custom .nav li.active a:hover{color:#fff}
@media(min-width:768px){.navbar-custom{padding:0px 0;letter-spacing:1px;background:0 0;-webkit-transition:background .5s ease-in-out,padding .5s ease-in-out;-moz-transition:background .5s ease-in-out,padding .5s ease-in-out;transition:background .5s ease-in-out,padding .5s ease-in-out}
.navbar-custom.top-nav-collapse{ /* padding:0;*/}
.navbar-brand img{height: 50px; margin-top: -5px;
transition: all .2s ease-out;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-ms-transition: all .2s ease-out;}

.navbar-collapse{ position: relative;}

.navbar-header{padding-top: 15px}

.navbar-custom.top-nav-collapse .navbar-brand img{ height: 50px; margin-top: -3px; }

/*
.navbar-collapse span.follow{position: absolute; bottom:-21px; left: 0; height: 2px; background: #ea5106; width: 0px;
transition: bottom .5s ease-in-out;
-webkit-transition: bottom .5s ease-in-out;
-moz-transition: bottom .5s ease-in-out;
-ms-transition: bottom .5s ease-in-out;}
*/

  .nav>li>span {
    position: relative;
    display: block;
    padding: 15px 30px;
    color: #fff;

  }
.navbar-custom.top-nav-collapse .navbar-collapse span.follow{ bottom: -1px; }
}
@media(max-width:767px){
.navbar-custom .nav li a:active,.navbar-custom .nav li a:focus{outline:0;background-color:transparent!important; color: #ea5006;}
.navbar-collapse span.follow{ display: none !important;}

  .navbar-nav li:hover .sub-menu {

   background: transparent!important;

  }

  .nav>li>span {
    position: relative;
    display: block;
    padding: 10px 30px;
    color: #fff;
  }

.nav.navbar-nav li .sub-menu{height: 0;opacity: 0;transition: all 0.2s;transform: scale(0)}

  .nav.navbar-nav li.active .sub-menu{height: auto;opacity: 1;transition: all 0.2s;transform: scale(1)}



  .nav.navbar-nav .iconfont{display: none}






}
.nav_mask{position:fixed;z-index:999;right:0;top:0;width:100%;height:100%;
  background:#06803c;-webkit-transition:opacity .4s linear;-ms-transition:opacity .4s linear;-moz-transition:opacity .4s linear;transition:opacity .4s linear; display: none;}
.nav_mask.show{opacity:.95}



/*公用*/
.chat{position:fixed;right:0;top:0;height:100%;display:table;vertical-align:middle;z-index:97;}
.chat>div{display:table-cell;vertical-align:middle;}
.chat>div>div{ border-radius:5px 0 0 5px;background:#000;background:rgba(0,0,0,.6)}
.chat>div>div>a{display:block;width:44px;height:46px;position:relative;}
.chat>div>div>a span{
transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
height:46px;display:block;position:absolute;left:0;top:0;border-radius:4px 0 0 4px;color:#8c8c8c;white-space:nowrap;line-height:46px;font-size:14px;padding:0 10px 0 0;-ms-transition:background-color .2s linear;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;transition:background-color .2s linear}
.chat>div>div>a span>i{font-size:24px;width:44px;height:46px;line-height:46px;text-align:center;display:inline-block;vertical-align:top}
.chat>div>div>a.active span{width:auto;background:#ea5106;background:rgba(234,80,6,.8);color:#fff;padding-right:10px}



@font-face {
  font-family: "iconfont"; /* Project id 883434 */
  src: url('//at.alicdn.com/t/font_883434_ty37kx3v7je.woff2?t=1628438531018') format('woff2'),
       url('//at.alicdn.com/t/font_883434_ty37kx3v7je.woff?t=1628438531018') format('woff'),
       url('//at.alicdn.com/t/font_883434_ty37kx3v7je.ttf?t=1628438531018') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-weibo:before {
  content: "\e787";
}

.icon-pinpaibiaoshi_douyin:before {
  content: "\e788";
}

.icon-leftarrow:before {
  content: "\e785";
}

.icon-rightarrow:before {
  content: "\e786";
}

.icon-sanjiao3:before {
  content: "\e784";
}

.icon-xiangxia1:before {
  content: "\e782";
}

.icon-daba:before {
  content: "\e780";
}

.icon-maozi:before {
  content: "\e781";
}

.icon-shiwu-:before {
  content: "\ebd4";
}

.icon-food:before {
  content: "\e779";
}

.icon-shucai:before {
  content: "\e77a";
}

.icon-ganbei:before {
  content: "\e77f";
}

.icon-arrowright:before {
  content: "\e77b";
}

.icon-arrowleft:before {
  content: "\e77c";
}

.icon-down-circle-o:before {
  content: "\e77d";
}

.icon-down:before {
  content: "\e77e";
}

.icon-huabanfuben:before {
  content: "\eb7e";
}

.icon-kaiguanguan:before {
  content: "\e777";
}

.icon-kaiguankai:before {
  content: "\e778";
}

.icon-kuaizifanwan:before {
  content: "\e776";
}

.icon-campaign:before {
  content: "\e773";
}

.icon-zuzhijiagou:before {
  content: "\e774";
}

.icon-zhishiku:before {
  content: "\e775";
}

.icon-shipin1:before {
  content: "\e772";
}

.icon-yijujue:before {
  content: "\e771";
}

.icon-bhjdaishenhe:before {
  content: "\e76d";
}

.icon-bhjshenhetongguo:before {
  content: "\e76e";
}

.icon-yitongguo:before {
  content: "\e76f";
}

.icon-daishenhe:before {
  content: "\e770";
}

.icon-Performance:before {
  content: "\e76a";
}

.icon-tousujianyi:before {
  content: "\e76c";
}

.icon-zhuangxiu1:before {
  content: "\e769";
}

.icon-dingzhi:before {
  content: "\e764";
}

.icon-sheji1:before {
  content: "\e765";
}

.icon-yanshougongzuo:before {
  content: "\e766";
}

.icon-dashujukeshihuaico-:before {
  content: "\e7fb";
}

.icon-sheji2:before {
  content: "\e767";
}

.icon-zhuangxiu:before {
  content: "\e768";
}

.icon-shuidiyou:before {
  content: "\e762";
}

.icon-shuidizuo:before {
  content: "\e763";
}

.icon-shuidi:before {
  content: "\e811";
}

.icon-kefu1:before {
  content: "\e761";
}

.icon-xinwen:before {
  content: "\e7b5";
}

.icon-strategy:before {
  content: "\e75e";
}

.icon-sheji:before {
  content: "\e75f";
}

.icon-jiancai:before {
  content: "\e760";
}

.icon-fitment:before {
  content: "\e75c";
}

.icon-zhuangxiujiajuxuanguanmianxing:before {
  content: "\ea60";
}

.icon-hetong:before {
  content: "\e75d";
}

.icon-lv2:before {
  content: "\e75b";
}

.icon-M:before {
  content: "\e75a";
}

.icon-hongxingmeikailonglogo:before {
  content: "\e759";
}

.icon-wujiaoxing:before {
  content: "\e76b";
}

.icon-fangkuang:before {
  content: "\e757";
}

.icon-xuanzhong:before {
  content: "\e758";
}

.icon-lianjie:before {
  content: "\e756";
}

.icon-zhuan:before {
  content: "\e8d8";
}

.icon-fanhui:before {
  content: "\e755";
}

.icon-xin:before {
  content: "\e754";
}

.icon-biji:before {
  content: "\e752";
}

.icon-10:before {
  content: "\e753";
}

.icon-zengjia:before {
  content: "\e750";
}

.icon-zengjianianji-:before {
  content: "\e751";
}

.icon-tianchongxing-1:before {
  content: "\e74f";
}

.icon-qunfengshouye:before {
  content: "\e7a7";
}

.icon-fenxiang4:before {
  content: "\e74e";
}

.icon-yinhangqia:before {
  content: "\e74a";
}

.icon-zhifubao:before {
  content: "\e74b";
}

.icon-icon-test2:before {
  content: "\e74d";
}

.icon-nongyeyinhang:before {
  content: "\e748";
}

.icon-gengduo1:before {
  content: "\e745";
}

.icon-gengduo2:before {
  content: "\e746";
}

.icon-kehutongjishitu:before {
  content: "\e742";
}

.icon-morentouxiang:before {
  content: "\e8c9";
}

.icon-kehu:before {
  content: "\e743";
}

.icon-jiahaozhankai:before {
  content: "\e740";
}

.icon-jianhaoshouqi:before {
  content: "\e741";
}

.icon-iconfontzhizuobiaozhun023144:before {
  content: "\e73e";
}

.icon-shouye-:before {
  content: "\e73f";
}

.icon-shouji:before {
  content: "\e73d";
}

.icon-tubiao215:before {
  content: "\e738";
}

.icon-qq:before {
  content: "\e739";
}

.icon-youxiang:before {
  content: "\e73a";
}

.icon-weixin2:before {
  content: "\e73b";
}

.icon-shangjiarenzheng:before {
  content: "\e737";
}

.icon-logo:before {
  content: "\e736";
}

.icon-yuyinshibieyouhua:before {
  content: "\e735";
}

.icon-xiangxia:before {
  content: "\e734";
}

.icon-fenxiang3:before {
  content: "\e732";
}

.icon-ego-heart:before {
  content: "\e733";
}

.icon-five-shape:before {
  content: "\e730";
}

.icon-zuanshi:before {
  content: "\e731";
}

.icon-asterisks-1-copy:before {
  content: "\e72e";
}

.icon-caidan2:before {
  content: "\e72d";
}

.icon-caidan4:before {
  content: "\e72f";
}

.icon-guanbi:before {
  content: "\e72c";
}

.icon-caidan1:before {
  content: "\e726";
}

.icon-thin-a_menu_hamb:before {
  content: "\e728";
}

.icon-menu:before {
  content: "\e72a";
}

.icon-caidanlan:before {
  content: "\e72b";
}

.icon-caidan1-copy:before {
  content: "\ea61";
}

.icon-daodingbu:before {
  content: "\e725";
}

.icon-dingbu:before {
  content: "\e724";
}

.icon-huidingbu:before {
  content: "\e649";
}

.icon-huidaodingbu:before {
  content: "\e723";
}

.icon-wallet-card:before {
  content: "\e722";
}

.icon-shengqian:before {
  content: "\e71c";
}

.icon-tianchongxing-:before {
  content: "\e71d";
}

.icon-securityCode-b:before {
  content: "\e71a";
}

.icon-yanzhengma:before {
  content: "\e71b";
}

.icon-mima:before {
  content: "\e717";
}

.icon-mima1:before {
  content: "\e718";
}

.icon-mimakai:before {
  content: "\e719";
}

.icon-star-full:before {
  content: "\e715";
}

.icon-order-cancel:before {
  content: "\e713";
}

.icon-order-find:before {
  content: "\e714";
}

.icon-order-rate:before {
  content: "\e70c";
}

.icon-map-dingwei:before {
  content: "\e70b";
}

.icon-tianjiajiahaowubiankuang:before {
  content: "\e81a";
}

.icon-tubiaozhizuomoban1:before {
  content: "\e706";
}

.icon-zhaoshangxiaochengxu-jiahao:before {
  content: "\e709";
}

.icon-jianhao:before {
  content: "\e721";
}

.icon-yijia:before {
  content: "\e747";
}

.icon-wangfandijia:before {
  content: "\e8da";
}

.icon-qidian1:before {
  content: "\e703";
}

.icon-zhongdian1:before {
  content: "\e705";
}

.icon-qidian:before {
  content: "\e70e";
}

.icon-zhongdian:before {
  content: "\e70f";
}

.icon-renzheng:before {
  content: "\e702";
}

.icon-shirenrenzheng:before {
  content: "\e720";
}

.icon-tuxing:before {
  content: "\e701";
}

.icon-baojiaquotation:before {
  content: "\e6fd";
}

.icon-baojiaquotation2:before {
  content: "\e6ff";
}

.icon-mifan:before {
  content: "\e6fc";
}

.icon-tongji:before {
  content: "\e6fb";
}

.icon-weixin1:before {
  content: "\e6fa";
}

.icon-qiehuan:before {
  content: "\e8a8";
}

.icon-sweep:before {
  content: "\e6f8";
}

.icon-saoyisao:before {
  content: "\e891";
}

.icon-gengduo:before {
  content: "\e6f7";
}

.icon-tuijian:before {
  content: "\e716";
}

.icon-10yuanzhuanqu:before {
  content: "\e6f5";
}

.icon--plus:before {
  content: "\e6f6";
}

.icon-bubeiluansaorao:before {
  content: "\e6f3";
}

.icon-chengzhong:before {
  content: "\e6f4";
}

.icon-shuifei:before {
  content: "\e6ee";
}

.icon-ai49:before {
  content: "\e6f1";
}

.icon-huishou:before {
  content: "\e6f2";
}

.icon-fenlei2:before {
  content: "\e6e9";
}

.icon-fenlei3:before {
  content: "\e6ea";
}

.icon-fenlei4:before {
  content: "\e6ed";
}

.icon-suliaozhipin:before {
  content: "\e6de";
}

.icon-yousejinshu:before {
  content: "\e6df";
}

.icon-zhixiang:before {
  content: "\e6e0";
}

.icon-fenlei1:before {
  content: "\e6e1";
}

.icon-zhixianghuishou:before {
  content: "\e6e2";
}

.icon-kehuishou-jinshulei:before {
  content: "\e6e5";
}

.icon-kehuishou-suliaolei:before {
  content: "\e6e7";
}

.icon-kehuishouwu-suliaolei:before {
  content: "\e6e8";
}

.icon-wanggeshitu:before {
  content: "\e6d9";
}

.icon-iconfontzhizuobiaozhun0247:before {
  content: "\e6da";
}

.icon-ic_mode_block:before {
  content: "\e6db";
}

.icon-yk_fangkuai_fill:before {
  content: "\e6dc";
}

.icon-renminbi01:before {
  content: "\e6d7";
}

.icon-renminbi1688:before {
  content: "\e6d8";
}

.icon-RectangleCopy1:before {
  content: "\e6d6";
}

.icon-geren:before {
  content: "\e7a3";
}

.icon-iconfontzhizuobiaozhun31:before {
  content: "\e6ce";
}

.icon-yuangongliebiao:before {
  content: "\e6d0";
}

.icon-iconfontzhizuobiaozhun023124:before {
  content: "\e6d1";
}

.icon-datu02:before {
  content: "\e6d2";
}

.icon-weibiaoti-:before {
  content: "\e6d3";
}

.icon-caidan:before {
  content: "\e6d4";
}

.icon-liebiao:before {
  content: "\e6d5";
}

.icon-icon_video:before {
  content: "\e6ca";
}

.icon-dalou1:before {
  content: "\e6c9";
}

.icon-loufang:before {
  content: "\e6a5";
}

.icon-jisuanqi:before {
  content: "\e6af";
}

.icon-yuyuezhongxin:before {
  content: "\e6b1";
}

.icon-vrbofangqi:before {
  content: "\e87f";
}

.icon-zhibohuifang:before {
  content: "\e6e4";
}

.icon-zhibo:before {
  content: "\e6b3";
}

.icon-rili-cuxiantiao-fill:before {
  content: "\e6b8";
}

.icon-xiaoxi-cuxiantiao-fill:before {
  content: "\e6ba";
}

.icon-zhekou-cuxiantiao-fill:before {
  content: "\e6bf";
}

.icon-zhekou-cuxiantiao-fill1:before {
  content: "\e6c3";
}

.icon-VRSolidDFil:before {
  content: "\e6c7";
}

.icon-zhiboguanli:before {
  content: "\e6c8";
}

.icon-ditu:before {
  content: "\e868";
}

.icon-zhuanqian:before {
  content: "\e6ac";
}

.icon-sujuyuce:before {
  content: "\e6b4";
}

.icon-weituofangziliao:before {
  content: "\e6cc";
}

.icon-tuijieqianyue:before {
  content: "\e6e6";
}

.icon-weituo:before {
  content: "\e6eb";
}

.icon-weibiaoti5:before {
  content: "\e6c6";
}

.icon-dailizizhizizhiqiyezizhi:before {
  content: "\e6a2";
}

.icon-haofangtuo400iconfontwodeershoufang:before {
  content: "\e6a6";
}

.icon-fangwuzujin:before {
  content: "\e6a7";
}

.icon-icon-test1:before {
  content: "\e6b0";
}

.icon-zufang:before {
  content: "\e6b6";
}

.icon-xiaojisuanqi:before {
  content: "\e6a8";
}

.icon-ziyuan2:before {
  content: "\e6aa";
}

.icon-qiye-A:before {
  content: "\e6c5";
}

.icon-tablicai:before {
  content: "\e691";
}

.icon-tabs:before {
  content: "\e6a0";
}

.icon-xiangce:before {
  content: "\e6a1";
}

.icon-zhoubianyou:before {
  content: "\e8a2";
}

.icon-zixun1:before {
  content: "\e6a3";
}

.icon-icon-test:before {
  content: "\e6a4";
}

.icon-kujialeqiyezhan_hailianghuxingku:before {
  content: "\e6ad";
}

.icon-shipin:before {
  content: "\e6ae";
}

.icon-huxing:before {
  content: "\e6b5";
}

.icon-jinduchaxun:before {
  content: "\e6b7";
}

.icon-jindu:before {
  content: "\e7d3";
}

.icon-tubiao_huxingku:before {
  content: "\e6bc";
}

.icon-xiangce1:before {
  content: "\e6bd";
}

.icon-dibudaohanglan-1:before {
  content: "\e6be";
}

.icon-zhoubian:before {
  content: "\e91a";
}

.icon-chuang:before {
  content: "\e692";
}

.icon-iconset0350:before {
  content: "\e6f9";
}

.icon-meiqitianranqi:before {
  content: "\e68d";
}

.icon-reshui:before {
  content: "\e8a9";
}

.icon-gaobeishafa:before {
  content: "\e68e";
}

.icon-chouyouyanji:before {
  content: "\e68f";
}

.icon-xiyiji:before {
  content: "\e690";
}

.icon-kongtiao:before {
  content: "\e694";
}

.icon-bingxiang:before {
  content: "\e695";
}

.icon-dianshi:before {
  content: "\e696";
}

.icon-bingxiang1:before {
  content: "\e698";
}

.icon-weibolu:before {
  content: "\e699";
}

.icon-kongtiao1:before {
  content: "\e69a";
}

.icon-yigui:before {
  content: "\e69b";
}

.icon-zhuoyi:before {
  content: "\e69c";
}

.icon-xiaodugui:before {
  content: "\e69f";
}

.icon-icon-angle-double-top:before {
  content: "\e68b";
}

.icon-icon-angle-double-bottom:before {
  content: "\e68c";
}

.icon-64:before {
  content: "\e687";
}

.icon-dianhua3:before {
  content: "\e688";
}

.icon-gantanhao:before {
  content: "\e685";
}

.icon-ego-menu:before {
  content: "\e686";
}

.icon-gantanhao1:before {
  content: "\e711";
}

.icon-dianhua2:before {
  content: "\e6a9";
}

.icon-kefu:before {
  content: "\e681";
}

.icon-weixin:before {
  content: "\e683";
}

.icon-cuoqingdengji:before {
  content: "\e684";
}

.icon-xiaowaitao:before {
  content: "\e680";
}

.icon-xiebaopeishizhuanhuan:before {
  content: "\e676";
}

.icon-chenshan:before {
  content: "\e677";
}

.icon-lianyiqun:before {
  content: "\e678";
}

.icon-Txu:before {
  content: "\e679";
}

.icon-neiyi:before {
  content: "\e71f";
}

.icon-duanqun:before {
  content: "\e67a";
}

.icon-duanku:before {
  content: "\e67b";
}

.icon-weiyi:before {
  content: "\e67c";
}

.icon-tubiao-:before {
  content: "\e67d";
}

.icon-ziyuan1:before {
  content: "\e67e";
}

.icon-zhenzhishan:before {
  content: "\e67f";
}

.icon-dianhua1:before {
  content: "\e744";
}

.icon-laba:before {
  content: "\e670";
}

.icon-dingwei:before {
  content: "\e66e";
}

.icon-qian:before {
  content: "\e66d";
}

.icon-wechat:before {
  content: "\e66a";
}

.icon-xuexiao_xuesheng:before {
  content: "\e669";
}

.icon-jiaoshiguanli:before {
  content: "\e666";
}

.icon-jiaoyujingli:before {
  content: "\e662";
}

.icon-gongzuojingli:before {
  content: "\e663";
}

.icon-fengge:before {
  content: "\e664";
}

.icon-icon_sanjiaoxing:before {
  content: "\e6bb";
}

.icon-jiazai:before {
  content: "\e667";
}

.icon-wuxing:before {
  content: "\e668";
}

.icon-back_icon:before {
  content: "\e661";
}

.icon-chengbenfenxi:before {
  content: "\e660";
}

.icon-RectangleCopy:before {
  content: "\e6dd";
}

.icon-shijian1:before {
  content: "\e65b";
}

.icon-zhengque:before {
  content: "\e659";
}

.icon-cuowu:before {
  content: "\e65a";
}

.icon-icon2:before {
  content: "\e658";
}

.icon-map:before {
  content: "\e650";
}

.icon-navicon-zhgl:before {
  content: "\e64d";
}

.icon-navicon-zhtdwh:before {
  content: "\e64e";
}

.icon-yezhuguanli-:before {
  content: "\e64f";
}

.icon-collection-b:before {
  content: "\e64c";
}

.icon-mzicon-setting:before {
  content: "\e651";
}

.icon-nan:before {
  content: "\e6ef";
}

.icon-nv:before {
  content: "\e6f0";
}

.icon-shequ:before {
  content: "\e640";
}

.icon-partner:before {
  content: "\e641";
}

.icon-ditie:before {
  content: "\e66c";
}

.icon-buxing:before {
  content: "\e642";
}

.icon-fujin:before {
  content: "\e68a";
}

.icon-jieban:before {
  content: "\e88e";
}

.icon-tubiaozhizuomoban:before {
  content: "\e643";
}

.icon-gongjiaoche:before {
  content: "\e645";
}

.icon-qicheyongpin:before {
  content: "\e646";
}

.icon-dibudaohanglan-:before {
  content: "\e64a";
}

.icon-gongzuotai:before {
  content: "\e63f";
}

.icon-shenghuo:before {
  content: "\e63d";
}

.icon-duihuanqingkuang:before {
  content: "\e708";
}

.icon-zhaopin:before {
  content: "\e648";
}

.icon-rencaizhongxin:before {
  content: "\e63c";
}

.icon-icon:before {
  content: "\e639";
}

.icon-jiedianhuiyuanfenzu:before {
  content: "\e6fe";
}

.icon-jiedianhuiyuanhuaxiang:before {
  content: "\e700";
}

.icon-shouye1:before {
  content: "\e63a";
}

.icon-gouwuchefill:before {
  content: "\e73c";
}

.icon-fenxiang2:before {
  content: "\e63b";
}

.icon-gouwuche01:before {
  content: "\e657";
}

.icon-erweima:before {
  content: "\e70a";
}

.icon-share-s:before {
  content: "\e655";
}

.icon-jichushijianfenlei:before {
  content: "\e66f";
}

.icon-sort-full:before {
  content: "\e65d";
}

.icon-fenxiang1:before {
  content: "\e634";
}

.icon-pinglun:before {
  content: "\e636";
}

.icon-liulan:before {
  content: "\e693";
}

.icon-dianzan:before {
  content: "\e637";
}

.icon-location:before {
  content: "\e638";
}

.icon-liwu:before {
  content: "\e629";
}

.icon-yuanquanweixuanfuben:before {
  content: "\e625";
}

.icon-yuanquanjiahao:before {
  content: "\e626";
}

.icon-duoxuanzhijiao:before {
  content: "\e630";
}

.icon-zhijiao-triangle:before {
  content: "\e654";
}

.icon-circleyuanquan:before {
  content: "\e71e";
}

.icon-pencircle:before {
  content: "\e627";
}

.icon-fuhao-yinpin:before {
  content: "\e671";
}

.icon-wenben:before {
  content: "\e69e";
}

.icon-daima:before {
  content: "\e6b9";
}

.icon-fuhao-:before {
  content: "\e704";
}

.icon-xinchouhesuan:before {
  content: "\e70d";
}

.icon-fuhao-yuyue:before {
  content: "\e710";
}

.icon-fuhao-yingwen:before {
  content: "\e712";
}

.icon-dianhua:before {
  content: "\e729";
}

.icon-close-b:before {
  content: "\e633";
}

.icon-xiaoyudengyufuhao:before {
  content: "\e62c";
}

.icon-xiaoyufuhao:before {
  content: "\e62d";
}

.icon-dayufuhao:before {
  content: "\e631";
}

.icon-fuhao-lianjie:before {
  content: "\e727";
}

.icon-guanbizhijiao:before {
  content: "\e675";
}

.icon-wanchengzhijiao:before {
  content: "\e682";
}

.icon-shouqizhijiao:before {
  content: "\e689";
}

.icon-xiche-cuxiantiao:before {
  content: "\e697";
}

.icon-yk_yuanquan_fill:before {
  content: "\e603";
}

.icon-daohang:before {
  content: "\e61f";
}

.icon-daohangtubiao:before {
  content: "\e653";
}

.icon-yidongdaohang:before {
  content: "\e635";
}

.icon-daohangquanzi:before {
  content: "\e6ec";
}

.icon-daohangwo2:before {
  content: "\e6cd";
}

.icon-daohangxiaoxi:before {
  content: "\e6cf";
}

.icon-daohang1:before {
  content: "\e62f";
}

.icon-daohangfabu:before {
  content: "\e6e3";
}

.icon-daohangshuoming:before {
  content: "\e628";
}

.icon-daohangxinjian:before {
  content: "\e62a";
}

.icon-daohangxiugai:before {
  content: "\e62b";
}

.icon-daohang3dtouchgouwuche:before {
  content: "\e62e";
}

.icon-daohang-tianchong:before {
  content: "\e61b";
}

.icon-daohang2:before {
  content: "\e61e";
}

.icon-daohang3:before {
  content: "\e620";
}

.icon-yundong:before {
  content: "\e602";
}

.icon-3jiatingdizhi:before {
  content: "\e887";
}

.icon-9xuexiaoshiqu:before {
  content: "\e88d";
}

.icon-wenda1:before {
  content: "\e65f";
}

.icon-wenda2:before {
  content: "\e674";
}

.icon-faxianye_jia_jiating:before {
  content: "\e64b";
}

.icon-yundong1:before {
  content: "\e612";
}

.icon-tiyu-chonglang:before {
  content: "\e65c";
}

.icon-caidanguanli:before {
  content: "\e613";
}

.icon-iconfontzhizuobiaozhun023113-copy:before {
  content: "\e9ca";
}

.icon-gouwuche:before {
  content: "\e601";
}

.icon-jiantou:before {
  content: "\e66b";
}

.icon-shijian:before {
  content: "\e665";
}

.icon-iconfontzhizuobiaozhun023113:before {
  content: "\e673";
}

.icon-keyongyue:before {
  content: "\e611";
}

.icon-new:before {
  content: "\e707";
}

.icon-vip1:before {
  content: "\e65e";
}

.icon-new-box:before {
  content: "\e80d";
}

.icon-ic_fiber_new:before {
  content: "\e94e";
}

.icon-yue:before {
  content: "\e69d";
}

.icon-ziyuan:before {
  content: "\e622";
}

.icon-yue1:before {
  content: "\e647";
}

.icon-quanbu:before {
  content: "\e600";
}

.icon-guanbifuhao:before {
  content: "\e624";
}

.icon-dengji:before {
  content: "\e6ab";
}

.icon-shouye:before {
  content: "\e644";
}

.icon-vip2:before {
  content: "\e6c0";
}

.icon-vip5:before {
  content: "\e6c2";
}

.icon-vip7:before {
  content: "\e6c4";
}

.icon-dizhi:before {
  content: "\e60d";
}

.icon-tongzhi4:before {
  content: "\e672";
}

.icon-sousuo-m:before {
  content: "\e60a";
}

.icon-shechipin:before {
  content: "\e6c1";
}

.icon-31_xinpin:before {
  content: "\e619";
}

.icon-xuexiao:before {
  content: "\e608";
}

.icon-jingxuan:before {
  content: "\e74c";
}

.icon-xinpin:before {
  content: "\e615";
}

.icon-vip:before {
  content: "\e61c";
}

.icon-xuesheng:before {
  content: "\e7c0";
}

.icon-shoucang:before {
  content: "\e86d";
}

.icon-jifen:before {
  content: "\e61a";
}

.icon-youhui-:before {
  content: "\e609";
}

.icon-youzhixuequ:before {
  content: "\e60f";
}

.icon-quanbu1:before {
  content: "\e783";
}

.icon-icon-:before {
  content: "\e617";
}

.icon-tubiaolunkuo-:before {
  content: "\e60b";
}

.icon-dizhi1:before {
  content: "\e621";
}

.icon-shoucang1:before {
  content: "\e604";
}

.icon-yigou:before {
  content: "\e60e";
}

.icon-yigou-xuanzhong:before {
  content: "\e610";
}

.icon-fenxiang:before {
  content: "\e614";
}

.icon-renwu-tuandui:before {
  content: "\e749";
}

.icon-tongzhi:before {
  content: "\e63e";
}

.icon-fenlei:before {
  content: "\e618";
}

.icon-wupinfanghang:before {
  content: "\e632";
}

.icon-lvhang-:before {
  content: "\e9c9";
}

.icon-dingdan:before {
  content: "\e652";
}

.icon-icondd1:before {
  content: "\e607";
}

.icon-daifukuandingdan:before {
  content: "\e616";
}

.icon-yifahuo:before {
  content: "\e6b2";
}

.icon-yifukuan:before {
  content: "\e656";
}

.icon-iconfontzhizuobiaozhun0261:before {
  content: "\e6cb";
}

.icon-caidan07:before {
  content: "\e606";
}

.icon-LC_icon_user_fill_3:before {
  content: "\e61d";
}

.icon-danju:before {
  content: "\e60c";
}

.icon-user:before {
  content: "\e623";
}

.icon-zixun:before {
  content: "\e605";
}
