.container{
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.index-top{
  padding: 6px 0;
  background-color: #f6f6f6;
}
.index-top .it-voices{
  float: left;
  line-height: 27px;
}
.index-top .it-voices .label-left{
  float: left;
  font-size: 12px;
  color: #131313;
}
.index-top .it-voices .label-left i{
  margin-right: 6px;
  font-size: 18px;
  vertical-align: -1px;
}
.index-top .it-voices .itv-list{
  float: left;
  width: 200px;
  margin-left: 9px;
  height: 27px;
  overflow: hidden;
}
.index-top .it-voices .itv-list li a{
  font-size: 12px;
  color: #878787;
}
.index-top .it-links{
  float: right;
}
.index-top .it-links ul li{
  float: left;
  position: relative;
  padding: 0 15px;
  line-height: 27px;
}
.index-top .it-links ul li:before{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 12px;
  border-left: 1px solid #909090;
  content: "";
}
.index-top .it-links ul li:first-child{
  padding-left: 0;
}
.index-top .it-links ul li:first-child:before{
  display: none;
}
.index-top .it-links ul li:last-child{
  padding-right: 0;
}
.index-top .it-links ul li a{
  font-size: 12px;
  color: #878787;
}
.index-top .it-links ul li a:hover{
  color: #f1aa3b;
}
.index-top .it-search{
  float: right;
  position: relative;
  margin-right: 32px;
  width: 290px;
  border: 1px solid #f1aa3b;
}
.index-top .it-search input.form-control{
  box-sizing: border-box;
  border: none;
  padding: 0 77px 0 26px;
  height: 25px;
  width: 100%;
  outline: none;
}
.index-top .it-search a.btn-search{
  position: absolute;
  top: 0;
  right: 0;
  width: 77px;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  background-color: #f1aa3b;
}
.index-top .it-search .fa-search{
  left: 6px;
  font-size: 12px;
  color: #ddd;
}

.index-nav{
  padding: 12px 0 14px 0;
}
.index-nav .logo-left{
  float: left;
      display: flex;
    align-items: center;
}
.index-nav .logo-left img{
  height: 44px;
}
.index-nav .nav-right{
  float: right;
  margin-top: 16px;
}
.index-nav .nav-right ul li{
  float: left;
  margin-left: 60px;
}
.index-nav .nav-right ul li:first-child{
  margin-left: 0;
}
.index-nav .nav-right ul li a{
  font-size: 16px;
  color: #313131;
}
.index-nav .nav-right ul li a:hover{
  color: #F1AA3B;
}
.index-nav .nav-right ul li.active a{
  color: #F1AA3B;
}

.index-services{
  padding-top: 36px;
  padding-bottom: 58px;
}
.index-services .is-tit{
  text-align: center;
  color: #2d2d2d;
}
.index-services .is-tit p.ch{
  margin-top: 11px;
  font-size: 22px;
  font-family: "sh-bold";
}
.index-services .is-tit p.en{
  margin-top: 10px;
  font-size: 16px;
}
.index-services .is-list{
  margin: 42px -19px 0 -19px;
}
.index-services .is-list li{
  float: left;
  margin: 0 19px;
  width: 270px;
  box-shadow: 0 3px 24px rgba(177, 177, 177, .35);
}
.index-services .is-list li .img-box{
  position: relative;
  height: 176px;
  overflow: hidden;
}
.index-services .is-list li .img-box > img{
  width: 100%;
  max-height: 100%;
}
.index-services .is-list li .img-box .dimmer-box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.index-services .is-list li:hover .img-box .dimmer-box{
  opacity: 1;
}
.index-services .is-list li.isl01 .img-box .dimmer-box{
  background-color: rgba(40, 168, 96, .8);
}
.index-services .is-list li.isl02 .img-box .dimmer-box{
  background-color: rgba(218, 165, 24, .8);
}
.index-services .is-list li.isl03 .img-box .dimmer-box{
  background-color: rgba(255, 101, 101, .8);
}
.index-services .is-list li.isl04 .img-box .dimmer-box{
  background-color: rgba(44, 182, 180, .8);
}
.index-services .is-list li .word-box{
  height: 182px;
  padding: 27px 16px 0 16px;
  text-align: center;
}
.index-services .is-list li .word-box p.wb-n{
  font-size: 20px;
  color: #2d2d2d;
  font-weight: 600;
}
.index-services .is-list li.isl01:hover .word-box p.wb-n{
  color: #28a860;
}
.index-services .is-list li.isl02:hover .word-box p.wb-n{
  color: #daa518;
}
.index-services .is-list li.isl03:hover .word-box p.wb-n{
  color: #ff6565;
}
.index-services .is-list li.isl04:hover .word-box p.wb-n{
  color: #2cb6b4;
}
.index-services .is-list li .word-box p.wb-c{
  margin-top: 18px;
  font-size: 14px;
  color: #6b6b6b;
  line-height: 24px;
}

.index-bot{
  padding: 22px 0 0 0;
  text-align: center;
  background-color: #1f1f1d;
}
.index-bot .ib-info{
  margin-top: 18px;
  border-top: 1px solid #393935;
  padding: 20px 0 15px 0;
  font-size: 14px;
  color: #727272;
}
.index-bot .ib-info span{
  margin: 0 24px;
}
.index-bot .ib-info span i{
  margin-right: 6px;
  font-size: 18px;
  vertical-align: -1px;
}

.index-copyright{
  font-size: 12px;
  color: #727272;
  text-align: center;
  line-height: 44px;
  background-color: #161614;
}


.register-box{
  padding-top: 54px;
  font-family: "Microsoft Yahei";
  background: url(../images/bg-register.jpg) top center no-repeat;
}
.register-box .rb-logo{
  text-align: center;
}
.register-box .rb-logo a{
  display: inline-block;
}
.register-box .rb-logo a img{
  height: 78px;
}
.register-box .rb-form{
  margin: 32px auto 0 auto;
  width: 524px;
  padding: 23px 34px 17px 34px;
  background-color: #fff;
  box-shadow: 0 8px 24px rgba(195, 195, 195, .75);
}
.register-box .rb-form .tt{
  margin-bottom: 15px;
  font-size: 23px;
  color: #F1AA3B;
  font-weight: 600;
  text-align: center;
}
.register-box .rb-form .rb-group{
  position: relative;
  margin-bottom: 10px;
}
.register-box .rb-form .rb-group.validate-group{
  margin-bottom: 18px;
}
.register-box .rb-form .rb-group input.form-control{
  display: block;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 0 12px 0 40px;
  width: 100%;
  font-size: 14px;
  line-height: 44px;
  outline: none;
}
.register-box .rb-form .rb-group.validate-group input.form-control{
  width: 272px;
}
.register-box .rb-form .rb-group.validate-group .get-code{
  position: absolute;
  right: 0;
  top: 0;
}
.register-box .rb-form .rb-group.validate-group .get-code img{
  width: 138px;
  height: 45px;
}
.register-box .rb-form .rb-group i.fa{
  left: 21px;
  font-size: 18px;
  color: #cdcdcd;
  transform: translate(-50%, -50%);
}
.register-box .rb-form .rb-btn{
  margin-bottom: 12px;
}
.register-box .rb-form .rb-btn .btn-register{
  display: block;
  border-radius: 4px;
  width: 100%;
  border: none;
  font-size: 20px;
  font-family: "sh-regular";
  color: #fff;
  line-height: 54px;
  background-color: #f1aa3b;
  overflow: hidden;
  outline: none;
}
.register-box .rb-form .rb-btn .btn-register:hover{
  background-color: #f2b350;
}
.register-box .rb-form .rb-info{
  position: relative;
  font-size: 12px;
  font-family: "sh-regular";
  color: #858585;
}
.register-box .rb-form .rb-info p a{
  color: #F1AA3B;
}
.register-box .rb-form .rb-info a.btn-login{
  position: absolute;
  top: 0;
  right: 0;
  color: #858585;
}
.register-box .rb-form .rb-info a.btn-login:hover{
  color: #F1AA3B;
}


.contact-us{}
.contact-us .cu-banner{
  height: 420px;
}
.contact-us .cu-content{
  padding: 60px 0;
}
.contact-us .cu-content h2{
  font-size: 24px;
  color: #000;
  font-weight: 400;
}
.contact-us .cu-content .cu-list{
  margin-top: 50px;
  padding-bottom: 1px;
}
.contact-us .cu-content .cu-list p{
  position: relative;
  margin-bottom: 36px;
  padding-left: 32px;
  font-size: 14px;
  color: #000;
}
.contact-us .cu-content .cu-list p.tel:before,
.contact-us .cu-content .cu-list p.email:before,
.contact-us .cu-content .cu-list p.address:before{
  position: absolute;
  height: 19px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  background: url(../images/icons.png) no-repeat;
}
.contact-us .cu-content .cu-list p.tel:before{
  width: 19px;
  background-position: -1px 0;
}
.contact-us .cu-content .cu-list p.email:before{
  width: 15px;
  background-position: -29px 0;
}
.contact-us .cu-content .cu-list p.address:before{
  width: 18px;
  background-position: -54px 0;
}
.contact-us .cu-content .cu-map{
  margin-top: 34px;
  height: 370px;
}
.contact-us .cu-content .cu-map > img.demo{
  width: 100%;
}

.list-banner{
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 180px;
  text-align: center;
}
.list-banner p{
  font-size: 24px;
  color: #131313;
  line-height: 36px;
  font-weight: 600;
}

.charge-tab{
  position: relative;
  margin-bottom: 74px;
}
.charge-tab .tab-index{
  display: flex;
  position: absolute;
  left: 0;
  top: -44px;
}
.charge-tab .tab-index a{
  margin-right: 1px;
  width: 114px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  background-color: #131313;
}
.charge-tab .tab-index a.active{
  background-color: #f1aa3b;
}
.charge-tab{
  padding-top: 60px;
}
.tab-box .tab-panes .tab-panel{
  display: none;
}
.tab-box .tab-panes .tab-panel.active{
  display: block;
}
.charge-table{
  width: 100%;
}
.charge-table tr td{
  vertical-align: middle;
  border-bottom: 1px solid #fff;
}
.charge-table tr td .box{
  padding: 18px 20px;
}
.charge-table tr td .box.center{
  text-align: center;
}
.charge-table tr td ul li{
  padding: 0 20px;
}
.charge-table tr td ul li{
  display: flex;
  align-items: center;
  min-height: 60px;
}
.charge-table tr td:nth-child(1){
  font-size: 16px;
  padding: 0;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.charge-table tr:nth-child(odd) td,
.pro-table tr:nth-child(odd) td{
  background-color: #f3f1ea;
}
.charge-table tr:nth-child(odd) td:nth-child(1){
  background-color: #505050;
}
.charge-table tr:nth-child(odd) td ul li:nth-child(odd){
  background-color: #f3f1ea;
}
.charge-table tr:nth-child(odd) td ul li:nth-child(even){
  background-color: #e8e6dd;
}
.charge-table tr td:nth-child(1) ~ td{
  font-size: 14px;
  line-height: 24px;
  border-right: 1px solid #fff;
}
.charge-table tr:nth-child(even) td,
.pro-table tr:nth-child(even) td{
  background-color: #fff4e2;
}
.charge-table tr:nth-child(even) td:nth-child(1){
  background-color: #f1aa3b;
}
.charge-table tr:nth-child(even) td ul li:nth-child(odd){
  background-color: #fff4e2;
}
.charge-table tr:nth-child(even) td ul li:nth-child(even){
  background-color: #efe9de;
}

.pro-table{
  width: 100%;
}
.pro-table tr td{
  padding: 18px 20px;
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 24px;
}
.pro-table tr td.th,
.pro-table tr td.td{
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  background-color: #505050;
}
.pro-table tr td.td{
  background-color: #f1aa3b;
}
.standard-table tr:nth-child(odd) td.th{
  background-color: #f1aa3b;
}

.color-white{
  color: #fff !important;
}
.text-center{
  text-align: center !important;
}

.list-news{
  padding: 56px 0;
}
.list-news .nl-list ul li{
  margin-bottom: 24px;
  padding: 36px 36px 30px 36px;
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}
.list-news .nl-list ul li a{
  display: block;
}
.list-news .nl-list ul li a .time-left{
  float: left;
  width: 108px;
  padding-top: 22px;
  height: 102px;
  color: #fff;
  text-align: center;
  background-color: #131313;
}
.list-news .nl-list ul li a:hover .time-left{
  background-color: #f2aa3c;
}
.list-news .nl-list ul li a .time-left p:nth-child(1){
  font-size: 40px;
}
.list-news .nl-list ul li a .time-left p:nth-child(2){
  margin-top: 8px;
  font-size: 16px;
}
.list-news .nl-list ul li a .word-right{
  margin-left: 142px;
  padding-top: 14px;
}
.list-news .nl-list ul li a .word-right p.t{
  font-size: 16px;
  color: #474747;
}
.list-news .nl-list ul li a .word-right p.c{
  margin-top: 14px;
  font-size: 12px;
  color: #676767;
  line-height: 24px;
  -webkit-line-clamp: 2;
}
.list-news .nl-list ul li a:hover .word-right p.t,
.list-news .nl-list ul li a:hover .word-right p.c{
  color: #f2aa3c;
}
.nc-pages{
  margin-top: 62px;
  position: relative;
}
.list-news .nc-pages{
  display: flex;
  justify-content: space-around;
  position: relative;
}
.list-news .nc-pages .npc-info{
  right: 0;
  font-size: 14px;
  color: #7e7e7e;
}
.list-news .nc-pages .npc-list{
  
}
.list-news .nc-pages .npc-list li{
  float: left;
}
.list-news .nc-pages .npc-list li a{
  display: block;
  padding: 6px 12px;
  border: 1px solid #ebebeb;
  font-size: 14px;
  color: #7f7f7f;
  line-height: 20px;
}
.list-news .nc-pages .npc-list li a:hover,
.list-news .nc-pages .npc-list li a.active{
  color: #fff;
  background-color: #f2aa3c;
  border-color: #f2aa3c;
}


.te-sm{
  margin-bottom: 40px;
}
.te-sm .ts-title{
  margin-bottom: 20px;
  font-size: 24px;
  color: #333;
  font-weight: 600;
  text-align: center;
}
.te-sm .jywp .j-t{
  margin-bottom: 16px;
  font-size: 20px;
  color: #333;
}
.te-sm .jywp .j-list ul li{
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.te-sm .zzts{
}
.te-sm .zzts .z-tit{
  margin: 40px 0 20px 0;
  font-size: 20px;
  text-align: center;
  color: #f00;
}
.te-sm .zzts .z-list ul li{
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.iimg{
    margin-top:42px;    text-align: center;
}
.iimg img{width:220px ; margin:8px}

        #app b{
               line-height: 40px;
    position: relative;
    font-size: 16px;
    
    padding-left: 10px;

        }
        #app b:after{
              position: absolute;
    content: '';
    top: 2px;
    left: 0;
    width: 10px;
    height: 17px;
    border-left: 4px solid #01aaed;
        }