::-webkit-scrollbar {
  display:none;
  width:0;
  height:0;
  color:transparent;
}
body {
    font-size: 16px !important;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, 宋体, sans-serif !important;
}
@media screen and (max-width:375px){
 .zx-item span {
     font-size: 1.2rem !important;
  }
  .home-top-logo-img{
      width: 55% !important;
  }
  .home-top-logo-img img{
    height: 1.25rem !important;
    margin-right: 10px;
  }
  .home-top-logo-phone{
      font-size: 10px;
  }
}
@media screen and (min-width:375px){
  .home-top-logo-img img{
    height: 1.6rem !important;
    margin-right: 5px;
    }
  .home-top-logo-img{
      width: 50% !important;
  }
}

.hongshan{
    font-size: 10px;
    margin-top: 5px;
    color: #bbb;
}
.triangle_right {
    display: inline-block;
    width: 5px;
    height: 5px;
    border: 1px solid #999999;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    margin: 0 5px 0 2px;
}
.jiantouright{
    display: flex;
    align-items: center;
    margin-left: 0.28rem;
}
    .jiantouright i{
      border: solid #999999;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 2px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
    }
.home{
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
}
.onehide {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.twohide{
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.thrhide{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.fourhide{
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.hide7{
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}
.hide6{
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.row-fs-center{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
}
.row-center-center{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.row-fs-center-nowrap{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.row-fs-fs{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.row-fs-fs-nowrap{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.row-sb-fs-nowrap{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.row-fs-center-nowrap{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.row-sb-center{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.row-sb-center-nowrap{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.row-sa-center{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
}
.row-sa-center-nowrap{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
}
.column-sb-center{
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
}
.column-sb-center-nowrap{
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
}
.column-sb-fs-nowrap{
     display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.column-sa-fs{
    display: flex;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
}
.column-sa-fs-nowrap{
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: flex-start;
}
.column-fs-fs-nowrap{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.column-fs-center-nowrap{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}
.column-fs-fs{
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.home-top{
    width: 100%;
    height: 13rem;
    background: linear-gradient(180deg, #66A5AD 0%, #FAF9F9 100%);
}
.home-top-logo{
    padding:0 0.94rem;
    box-sizing: border-box !important;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.25rem;
}
.home-top-logo-img{
    width: 48%;
    height: 1.25rem;
    margin-top: 2.75rem;
}
.home-top-logo-phone{
    margin-left: 0.315rem;
    font-weight: 700;
    color:#fff;
}
.home-top-logo-phone-img{
    width: 1.565rem;
    height: 1.565rem;
}
.banner-carousel{
    margin: 2.75rem auto;
    width: 100%;
    height: 7.19rem;
}
.banner-carousel img{
    width: 100%;
}
.nav_list{
    width: 20%;
}
.home-nav-list{
    width: 95%;
    margin: 0 auto;
}
.home-nav-list-item{
    width: 100%;
    height: auto;
    margin-bottom: 0.94rem;
}
.home-nav-list-item img{
    width: 3.13rem;
    height: 1.66rem;
    margin-bottom: 0.59rem;
}
.home-nav-list-item span{
    font-size: 0.75rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.home-service-nav{
    width: 95%;
    text-align: center;
    margin: 0 auto;
    margin-top: 1.4rem;

}
.home-service-nav-tltle{
    font-size: 1.25rem;
    
    font-weight: 600;
    color: #333333;
    margin-bottom: 0.9rem;
}
.home-service-nav-list{
    width: 100%;
}
.server_nav_list{
    width: 30%;
    height: 1.75rem;
    line-height: 1.75rem;
    border-radius: 0.875rem;
    background: #F0F0F0;
    margin-bottom:0.625rem;
    font-size: 0.815rem;
    
    font-weight: 400;
    box-sizing: border-box;
    margin-right: 10px;
    color: #666666;
}
/* .server_nav_list:nth-child(2),.server_nav_list:nth-child(5){
    margin-left: 0.655rem;
    margin-right: 0.655rem;
} */
.tabItemHide{
    display:none;
}
.hover{
    border: 1px solid rgba(0, 160, 167, 0.5);
    color: #00A0A7;
}
.item_cont{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0rem 0.5rem 1rem 0rem rgba(54, 54, 63, 0.03);
    border-radius: 0.5rem;
    margin: 0 auto;
    padding-top: 1.22rem;
}
.item_list{
    margin-left: 0.94rem;
    margin-right: 0.94rem;
}
.item_list_margintop{
    margin-top: 1.845rem;
}
.list_title span{
    font-size: 1rem;
    
    font-weight: 600;
    color: #333333;
}   
.list_title-line{
    width: 1.565rem;
    height: 0.315rem;
    background: #66A5AD;
    border-radius: 2.5px;
    margin-top: 0.595rem;
    margin-bottom: 0.94rem;
}
.list_cont1{
    height: 5rem;
}
.img_warp{
    flex-shrink: 0;
}
.img_warp img {
    width: 5rem;
    height: 5rem !important;
    border-radius: 0.63rem;
 
}
.img_warp_anli img{
    width: 100%;
    height: 7.03rem !important;
    border-radius: 0.47rem;
}
.list_text{
    height: 5rem;
    box-sizing: border-box;
    margin-left: 0.905rem;
}
.list_text h4{
    font-size: 1rem;
    
    font-weight: 600;
    color: #333333;
    margin-top: 0.315rem;
}
.list_text p{
    font-size: 0.875rem;
    
    font-weight: 400;
    color: #999999;
    line-height: 1rem;
    margin-top: 0.595rem;
    text-align: left;
}
.list_cont1_anli{
    width: 100%;
}
.list_cont1_anli_box{
     width: 45%;

}
.list_text_anli{
    font-size: 0.875rem;
    
    font-weight: 600;
    color: #333333;
    margin-top: 0.625rem;
     width: 100%;
}
.service-zixun{
    width: 100%;
}
.home-service-jibing-nav-item{
    width: 100%;
}
.home-service-jibing-nav-item-info{
    width: 100%;
}
.service-zixun-item{
    width: 100%;
    height: 2.095rem;
    line-height: 2.095rem;;
    font-size: 0.875rem;
    
    font-weight: 400;
    color: #333333;
    border-bottom: 1px solid #E9E9E9;
}
.service-zixun-item i {
    display: inline-block;
    width: 0.44rem;
    height: 0.44rem;
    background: #C4DFE6;
    border-radius: 0.125rem;
    flex-shrink: 0;
}
.service-zixun-item span{
    margin-left: 0.5rem;
}
.home-service-nav-bottom{
    margin-left: 0.94rem;
    margin-right:0.94rem;
    padding-top: 1.5rem;
    padding-bottom: 0.655rem;
}
.home-service-nav-bottom-item{
    background: #F7F8FA;
    border: 1px solid #C0CFD0;
    border-radius: 0.5rem;
    padding: 0.19rem 0.655rem;
    font-size: 0.69rem;
    
    font-weight: 400;
    color: #333333;
    margin-right: 0.315rem;
    margin-bottom: 0.315rem;
}
.home-service-jibing-nav-list-title{
    font-size: 1rem;
    
    font-weight: 600;
    color: #333333;
    margin-top: 0.905rem;
    margin-bottom: 0.625rem;
}
.home-hezuohuoban{
    width: 100%;
    height: 2.375rem;
    margin-top: 0.625rem;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.home-hezuohuoban a{
    width: 6.53rem;
    height: 1.88rem;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #C0CFD0;
    margin-right: 0.625rem;
}
.home-hezuohuoban a img{
    width: 100%;
    height: 100%;
}

.adviser-box{
    background: #66A5AD !important;
}
.getYZM{
    background: #07575B !important;
}
.btnsub{
    background: #003B46 !important;
}
.slide-menu{
    width: 13px;
    margin-top: 2.75rem;
}
.slide-menu ul li a {
    color: #999999;
    display: block;
    width: 85%;
    line-height: 2.5rem;
    height: 2.5rem;
    padding-left: 15%;
    font-size: .9rem;
}




#ts2 {
    position: relative;
    float: left;
    width: 100% !important;
}


* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    -webkit-box-sizing: inherit !important;
    -moz-box-sizing: inherit !important;
    box-sizing: border-box !important;
}
body{
    overflow-x:hidden;
    background:#fff !important;
}

.body-reva{
	width: 100%;
	position: relative;
	transition: right .5s;
	right:0;
    overflow:hidden;
}
.main{
	padding: 0;
    width: 100%;
    margin: 0 auto;
    padding-top:0px !important;
}

.head-rev{
	float: left;
	width: 100%;
	padding: 10px 0% 0 0;
	background: #fff;
	position: fixed;
	top: 0px;
	right: 0px;
	transition: right .5s;
	z-index: 10000;
}
.head-eva {
    width: 94%;
    padding: 0 0% 10px 0%;
    margin:0 3%;
    border-bottom: 1px solid #e9e9e9;
    float:left;
}
.nav-rev{
	float: left;
	width: 13px;
	margin-top: .45rem;
}
.nav-rev img{
	float: left;
	width: 100%;
}
.logo-rev{
	float: left;
	width: 150px;
	margin-left: 15px;
	margin-top: .1rem;
}
.logo-rev img{
	float: left;
	width: 100%;
}
.phone-rev{
	float: right;
}
.phone-rev a{
	color: #21b3b9;
	font-size: .95rem;
	font-weight: bold;
	line-height: 25.5px;
}
.phone-rev img{
	float: left;
	width: 25px;
	height: 25.5px;
	margin-right: 5px;
}
/*导航*/
.nav-x-rev {
    float: left;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 10002;
    right: 100%;
    transition: right .4s;
}

.nav-x-rev.show {
    right: 0;
    transition: right .3s;
}
.nav-gai.show {
    right: 35%;
    transition: right .3s;
}
.showa {
    right: -65% !important;
    transition: right .3s !important;
}

.nav-gai {
    float: left;
    width: 65%;
    height: 100%;
    background: #ffffff;
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 10003;
    right: 100%;
    transition: right .6s;
    overflow: hidden;
}
.delea{
	float: left;
	width: 14px;
	height: 14px;
	margin: 15px 0px 0px 15px;
}
.delea img{
	float: left;
	width: 100%;
	border-radius: 100px;
}
.delea.xuan img{
	transform:rotate(560deg);
	-ms-transform:rotate(560deg); /* Internet Explorer */
	-moz-transform:rotate(560deg); /* Firefox */
	-webkit-transform:rotate(560deg); /* Safari 和 Chrome */
	-o-transform:rotate(560deg); /* Opera */
	box-shadow:0px 0px 10px #21b3b9;
	transition:all .4s;
	-moz-transition:all .4s; /* Firefox 4 */
	-webkit-transition:all .4s; /* Safari and Chrome */
	-o-transition:all .4s; /* Opera */
}
.nav-gai ul{
	margin-top: 2.5rem;
	float: left;
	width: 100%;
}
.nav-gai ul li{
	width: 100%;
	float: left;
}
.nav-gai ul li a{
	color: #999999;
	display: block;
	width: 85%;
	line-height: 2.5rem;
	height: 2.5rem;
	padding-left: 15%;
	font-size: .9rem;
}
.nav-gai ul li img{
	float: left;
	width: 14px;
	height: 15px;
	margin-right: .8rem;
	margin-top: .75rem;
}
.nav-gai ul li.hover a{
	border-left: 3px solid #21b3b9;
	width: 83.3%;
}
.nav-gai ul li.hover{
	background: #f7f8fa;
}

/*空白*/
.blank{
	float: left;
	width: 100%;
	height: 47px;
}

/*底部*/
.bottom-rev-v{
	float: left;
	width: 94%;
	padding: 0 3%;
	background: #f7f8fa;
	padding-bottom: 7rem;
    margin-top:50px;
}
.contact-rev{
	float: left;
	width: 100%;
}
.contact-rev h3{
	float: left;
	width: 100%;
	margin-top: 2rem;
	font-size: 1.3rem;
	color: #333333;
}
.contact-rev ul{
	float: left;
	width: 100%;
}
.contact-rev ul li{
	float: left;
	width: 50%;
	margin-top: 1.3rem;
}
.contact-rev ul li a{
	color: #999999;
	font-size: .95rem;
}
.contact-rev ul li a img{
	width: 5px;
	line-height: .9rem;
	display: inline-block;
	margin-right: .3rem;
	margin-top: -.2rem;
}

.wangz-rev{
	float: left;
	width: 100%;
}
.wangz-rev h3{
	float: left;
	width: 100%;
	margin-top: 1.5rem;
	font-size: 1.3rem;
	color: #333333;
}
.wangz-rev h3 a{
	color: #333333;
}
.copy-rev{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 2rem;
}
.copy-rev a{
	float: left;
	width: 100%;
	text-align: center;
	font-size: .85rem;
	color: #999999;
	line-height: 1.4rem;
}


/*底部导航*/
.bottom-nav-rev{
	float: left;
	width: 100%;
	padding: .5rem 0%;
	background: #fff;
	box-shadow:0px 3px 10px #a7a7a7;
	position: fixed;
	right: 0px;
	bottom: 0px;
	transition: right .5s;
    z-index:10000;
}
.bottom-nav-rev a{
	float: left;
	width: 20%;
	text-align: center;
}

.bottom-nav-rev a b{
	display: none;
}
.bottom-nav-rev a.hover b{
	display: block;
}
.bottom-nav-rev a.hover i{
	display: none;
}
.bottom-nav-rev a.hover span{
	color: #21b3b9;
}
.bottom-nav-rev a img{
	display:inline-block;
	width: 24px;
}
.bottom-nav-rev a p img{
	width:45px;
    height:41px;
       margin-top: -17px;
}
.bottom-nav-rev span{
	float: left;
	width: 100%;
	font-size: .8rem;
	margin-top: .2rem;
	color: #999999;
}














/*表单*/
.form-rev{
	float: left;
	width: 94%;
	margin: 2.5rem 3% 0 3%;
	box-shadow:0px 6px 5px #ebebeb;
	padding-bottom:50px;
    margin-bottom:.5rem;
}
.img-form-rev{
	float: left;
	width: 100%;
	position: relative;
}
.da-imga{
	float: left;
	width: 100%;
}
.da-imga img{
	float: left;
	width: 100%;
}


/*表单*/
.img-form-rev{
	float: left;
	width: 100%;
	position: relative;
}
.da-imga{
	float: left;
	width: 100%;
}
.da-imga img{
	float: left;
	width: 100%;
}
.text-fo-rev {
    float: left;
    min-width: 65%;
    height: 40px;
    background: #fff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    position: absolute;
    bottom: 20px;
    left: 0px;
    font-size: .9rem;
    color: #333333;
    line-height: 40px;
    padding: 0 2% 0 1%;
}
.text-fo-rev a{
	font-size: 1.1rem;
	color: #21b3b9;
	font-weight: bold;
	line-height: 40px;
	
}
.text-fo-rev img{
	width: 25px;
	float: right;
	margin-top: 7.5px;
    display:inline-block;
}

.z-dian-top1 i {
        
}


.z-dian-top1 span {
    font-size: .85rem;
    color: #999999;
    float: left;
    width: 100%;
    margin-top: .5rem;
    text-align: center;
}

.ind {
    float: left;
    width: 94%;
    margin: 1.5rem 3% 0 3%;
}
.ind-con, .ind-conF {
    float: left;
    width: 100%;
}
.ind-conF  i{
    float: left;
    color:#fe1e11;
    line-height: 2rem;
}
.ind-conF p {
    float: left;
    margin-top: 1rem;
    width: 100%;
}
.ind-conF1 p {
    float: left;
    margin-top: 1rem;
    width: 100%;
}
.ind p i{
    float: left;
    color:#fe1e11;
    line-height: 2rem;
}

.ind-conF > p > span {
    float: left;
    width: 34%;
    color: #aaaaaa;
    font-size: .95rem;
    line-height: 2rem;
    text-align: right;
    display: none;
}
.ind-conF1 p input {
    float: left;
    width: 94% !important;
    padding: 0 3%;
    border: 1px solid #fafafa;
    height: 2.5rem;
    font-size: .9rem;
    color: #999999;
    outline: none;
    background: #fafafa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ind-con1 {
    display:none;
}
.ind p select {
    float: right;
    width: 94%;
    padding: 0 3%;
    border: 1px solid #fafafa;
    height: 2.5rem;
    font-size: .9rem;
    color: #999999;
    outline: none;
    background: #fafafa;
    border-radius:0px !important;
}
select::-ms-expand {
    display: none;
}
.ind p select option{
    color: #666666;         
}

#wechatM {
    float: left;
    width: 55% !important;
    min-width: 55%;
}
#yanzheng {
    float: left;
    width: 100%;
}
.feachHover {
    background: #d8d8d8 !important;
    color: #707070 !important;
    border: 1px solid #d8d8d8 !important;
}

.feachBtn {
    position: absolute;
    bottom: 20px;
    right: 0;
    border: 1px solid #009fb5;
    font-size: .75rem;
    background: #009fb5;
    color: #fff;
    outline: none;
}
.t-jiao {
    float: left;
    width: 100%;
    height: 2.5rem;
    margin:0px;
    margin-top: 1rem;
    border:0px;
    padding: 0 20px;
    color:#fff;
}

.t-jiao button {
    float: left;
    width: 100%;
    height: 2.5rem;
    background: #009fb5;
    outline: none;
    font-size: 1rem;
    border:0px;
    color:#fff;
}

.t-jiao button:hover {
    background: #00a0a7;
}

.ti-s {
    float: left;
    margin-top: .5rem;
    margin-left: 20px;
    height:20px;
}

.ti-s p {
    float: left;
    width: 100%;
    font-size: .75rem;
    color: #e26b2d;
    line-height: 1.2rem;
    height: 1.2rem;
}

.ti-s p img {
    float: left;
    margin-right: 7px;
    margin-top: 1px;
    width: 15px;
    height: 15px;
}
@media (max-width:320px) {

}
    

    .ind p input::-webkit-input-placeholder {
        /* placeholder颜色  */
        color: #cccccc;
    }

    .ind p input:-moz-placeholder {
        /* placeholder颜色  */
        color: #cccccc;
    }

    .ind p input::-moz-placeholder {
        /* placeholder颜色  */
        color: #cccccc;
    }

    .ind p input:-ms-input-placeholder {
        /* placeholder颜色  */
        color: #cccccc;
    }


    #content::-webkit-input-placeholder {
        color: #cccccc;
    }


    #content:-moz-placeholder {
        /* placeholder颜色  */
        color: #cccccc;
    }

    #content::-moz-placeholder {
        /* placeholder颜色  */
        color: #cccccc;
    }

    #content:-ms-input-placeholder {
        /* placeholder颜色  */
        color: #cccccc;
    }

    .focus {
        border-bottom: #009fb5 solid 2px !important;
    }

.bottom_dai1 {
    float: left;
    width: 100%;
    margin-top: 2rem;
}
.bottom_dai1 a img {
    display: block;
    width: 50%;
    margin: 0px 25%;
}
.bottom_dai2 {
    float: left;
    width: 100%;
}

.bottom_dai2 {
    float: left;
    width: 100%;
}
.bottom_dai2 p {
    font-size: 2.2rem;
    color: #50330e !important;
    text-align: center;
    width: 100%;
    margin-top: 1rem;
    white-space: nowrap;
}


/*地图*/
.di {
    float:left;
    width:94%;
    margin:0px 3%;
}
.di h2{
    float: left;
    width: 100%;
    font-size:1.1rem;
    color:#14d5a7;
    padding:.5rem 0px;
}
.di a{
    font-size:.9rem;
    color:#666666;
    width:87px;
    line-height:1.5rem;
    display:inline-block;
    text-align:center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.di_1 {
    float: left;
    width: 94%;
    margin: 0px 3%;
}
.di_1 h2 {
    float: left;
    width: 100%;
    font-size: 1.1rem;
    color: #14d5a7;
    padding: .5rem 0px;
    margin-top:.5rem;
}
.di_1 ul{
    float: left;
    width: 100%;
}
.di_1 ul li{
    float: left;
    padding:.3rem .3rem;
    font-size:.9rem;
    background:#999;
    border-radius:5px;
    margin-right:.2rem;
    color:#fff;
}
.di_1 ul li.hover{
    background:#fff;
    box-shadow:0px 0px 8px #cff6ed;
    color:#14d5a7;
}
@media (max-width:360px) {
    .di_1 ul li {
        float: left;
        padding: .3rem .1rem;
        font-size: .8rem;
        background: #999;
        border-radius: 5px;
        margin-right: .2rem;
    }
}
.c_ai_con {
    float: left;
    width: 100%;
    color: #14d5a7;
    padding: .5rem 0px;
}
.c_ai_con1 {
    float:left;
    width:100%;
    display:none;
}
.c_ai_con1 a {
    float: left;
    font-size: .9rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 86px;
    text-align: center;
    line-height:1.5rem;
}


.quanwei {
    float: left;
    width: 94%;
    margin: 0px 3%;
}
.quanwei h2 {
    float: left;
    width: 100%;
    font-size: 1.1rem;
    color: #14d5a7;
    padding: .5rem 0px;
    margin-top:.5rem;
}
.quanwei ul{
    float: left;
    width: 100%;
}
.quanwei ul li{
    float: left;
    width:31%;
    text-align:center;
    margin-left:1%;
    font-size:.9rem;
    background:#999;
    border-radius:5px;
    margin-right:.2rem;
    color:#fff;
    height:1.5rem;
    line-height:1.5rem;
}
.quanwei ul li.hover{
    background:#fff;
    box-shadow:0px 0px 8px #cff6ed;
    color:#14d5a7;
}
.quanwei_con {
    float: left;
    width: 100%;
    color: #14d5a7;
    padding: .5rem 0px;
}
.quanwei_con1 {
    float: left;
    width: 100%;
    display:none;
}
.quanwei_con1 a {
    float: left;
    font-size: .9rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 50%;
    text-align: center;
    line-height: 1.5rem;
}

.ici_t {
    float: left;
    width: 94%;
    margin: 0px 3%;
}

.ici_t h2 {
    float: left;
    width: 100%;
    font-size: 1.1rem;
    color: #14d5a7;
    padding: .5rem 0px;
    margin-top: .5rem;
}

.ici_t ul {
    float: left;
    width: 100%;
}
.ici_t ul li{
    float: left;
    width: 24%;
    text-align:center;
    font-size:.9rem;
    background:#999;
    border-radius: 5px;
    line-height:1.5rem;
    margin-right:1%;
    color:#fff;
}
.ici_t ul li.hover {
    background: #fff;
    box-shadow: 0px 0px 8px #cff6ed;
    color: #14d5a7;
}
.saixuan_1 {
    float: left;
    width: 100%;
    color: #14d5a7;
    padding: .5rem 0px;
}
.saixuan_1_con {
    float: left;
    width: 100%;
    display:none;
}
.saixuan_1_con a {
    float: left;
    font-size: .9rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 86px;
    text-align: center;
    line-height:1.5rem;
}

.xin_ji {
    float: left;
    width: 94%;
    margin: 0px 3%;
}


.xin_ji ul {
    float: left;
    width: 100%;
    margin-top:.5rem;
}
.xin_ji ul li{
    float: left;
    width: 49%;
    text-align:center;
    font-size:.9rem;
    background:#999;
    border-radius: 5px;
    line-height:1.5rem;
    margin-right:1%;
    color:#fff;
}
.xin_ji ul li.hover {
    background: #fff;
    box-shadow: 0px 0px 8px #cff6ed;
    color: #14d5a7;
}
.xin_ji_co {
    float: left;
    width: 100%;
    color: #14d5a7;
    padding: .5rem 0px;
}
.xin_ji_co1 {
    float: left;
    width: 100%;
    display: none;
}
.xin_ji_co1 a {
    float: left;
    font-size: .9rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 86px;
    text-align: center;
    line-height:1.5rem;
}


.z-d {
    float: left;
    width: 92%;
    margin: 1.675rem 4% 0px 4%;
    background: #fff;
}
.z-d1 {
    float: left;
    width: 100%;
    /* margin: 1.675rem 4% 0px 4%; */
    background: #fff;
}
.z-dian-top1 {
    float: left;
    width: 100%;
    font-size: 1.2rem;
    color: #333333;
    line-height: 1.3rem;
    margin-top: 1.5rem;
    font-weight:bold;
}

.z-dian-top1 i {
        
}

.z-dian-top1 p {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333333;
    padding-bottom: 3px;
    text-align: center;
}
.z-dian-top1 p b{
    position:relative;
}
.z-dian-top1 p i{
    float: left;
    width: 100%;
    position:absolute;
    bottom:-8px;
    left:0px;
    border-top:2px solid #6b4e3f;
}


/*提交表单的结果页面*/
.con-appa {
    width:94%;
    float:left;
    margin:0 3%;
    text-align:left;
}
.con-appa p{
    width:100%;
    float:left;
    font-size:.95rem;
    color:#666666;
    line-height:1.4rem;
}
.con-appa span{
    width:100%;
    float:left;
    font-size:.95rem;
    color:#0cb3ba;
    line-height:1.4rem;
}
.con-appa span a{
    width:100%;
    float:left;
    font-size:.95rem;
    color:#0cb3ba;
    line-height:1.4rem;
    text-align:left;
}





  .form-rev {
            display: none;
        }

        .z-d1, .z-dian-top1 {
            margin-top: 0px;
        }

        .zaixian {
            width: 100%;
            float: left;
        }

            .zaixian span {
                width: 100%;
                float: left;
                font-size: 1.5rem;
                color: #333333;
            }

                .zaixian span img {
                    float: left;
                }

            .zaixian p {
                float: left;
                width: 100%;
                font-size: 1rem;
                color: #666666;
                line-height: 1.5rem;
                margin-top: .5rem;
            }

                .zaixian p strong a {
                    color: #21b3b9;
                }

        .t-jiao {
            margin: .5rem 0% 0px 0%;
        }

        .zaixian p {
            float: left;
            width: 100%;
            font-size: 1rem;
            color: #666666;
            line-height: 1.5rem;
            margin-top: .5rem;
        }

        #wechatM {
            float: left;
            width: 100% !important;
        }
        .ind-shang {
            float: left;
            width: 100%;
            padding: 0 20px;
        }

        .ind-shang p input {
            float: left;
            width: 100%;
            padding: 0 3%;
            height: 2.5rem;
            font-size: .95rem;
            color: #000;
            outline: none;
            border-bottom: 1px solid #ccc;
            border-top: none;
            border-left: none;
            border-right: none;
            border-radius: 0 !important;

       }

        .ind-shang p span {
            float: left;
            color: #999999;
            font-size: .95rem;
            margin: .8rem 0px 0px 0px;
        }

        #ts2 span {
            float: left;
            font-size: .95rem;
            color: #999999;
            margin: .5rem 0px 0px 0px;
        }

        .ind-shang p select {
            float: left;
            width: 100%;
            padding: 0 3%;
            border: 1px solid #e9e9e9;
            height: 2.5rem;
            font-size: .95rem;
            color: #666666;
            outline: none;
            background: #fff;
            border-radius: 0px !important;
            border-bottom: 1px solid #ccc !important;
            margin-bottom: 0 !important;
        }

            .ind-shang p select option {
                color: #cccccc;
            }
