body{
  -webkit-user-select:initial;
}
body>a{display: none;}

@font-face { 
  font-family: iconfont; /*这里是说明调用来的字体名字*/ 
  src: url('../font/iconfont-full.ttf'); /*这里是字体文件路径*/ 
} 

.demo-desc{
    padding: 10px;
    font-size: 16px;
    color: #7CAE23;
}
.demo-block{
    position: relative;
}
.demo-block .ui-header,
.demo-block .ui-footer{
    position: absolute;
}
.ui-tab-nav{
    top: 45px;
}
.ui-tab-content{
    margin-top: 45px;
}
.demo-block > .ui-list,.demo-block >.ui-form,.demo-block >.ui-tooltips{margin-bottom: 20px;}
.content h3{
    padding: 0 15px;
    line-height: 44px;
    font-size: 15px;  
}
.border-list{
    background-color: #fff;
}
.border-list li{
    width: 100px;
    margin: 10px auto;
    -webkit-box-pack: center;
    text-align: center;
}
.ui-btn-group-bottom{bottom: 56px;}
.ui-table{
    line-height: 40px;
    text-align: center;
    background-color: #fff;
}
.ui-scroller {width:auto;height:300px;margin:20px;padding:10px;overflow:hidden;}
.ui-scroller li {margin-bottom:10px;}
.ui-notice{
    top: 0;
    z-index: -1;
    height: 400px;
}
.icon-lists li{
  float:left;
  height: 100px;
  width: 103px;
  text-align: center;
  
}
.icon-lists li i{
    font-size: 32px;
    line-height: 44px;
}
.icon-lists .ui-icon,.icon-lists [class^="ui-icon-"]{
  margin: 10px 0;
  color: #000;
}
.code,.fontclass{
    font-size: 12px;
}
.ui-col{
    padding: 5px;
    background: #777;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
.ui-flex{
    border: 1px solid #ddd;
    min-height: 80px;
    margin-bottom: 10px;
}
.ui-flex-ver{
    border: 1px solid #ddd;
    min-height: 80px;
    margin-bottom: 10px;
}
.ui-row-flex-ver{
    border: 1px solid #ddd;
    min-height: 100px;
}
.test-img {
    width: 50px;
    height: 50px;
    background: #777;
}


.contact-title{
	margin:10px;
}
.contact-tel{
    padding-left:25px;
    background: url("img/tel-icon2.jpg") no-repeat;
    line-height: 20px;
    height: 20px;
	margin-bottom:20px;
}
.contact > p{
	margin-left:25px;
}
.contact-title > img{
	vertical-align: bottom;
}

.ui-header-positive{
    background-color:#f5f5f5;
    color:#000;
}
/*联系我们*/
.contact-center{
    height: 1300px;
}
.contact-banner{
    width: 100%;
}
.contact-me{
    margin: auto;
    width: 100px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    border-bottom: #c41b20 1px solid;
}
.contact{
    margin: auto;
    margin-top: 20px;
    color: #000000;
    background-color: #ffffff;
    height: 50px;
    line-height: 50px;
    width: 300px;
    border-radius: 40px;
    font-size: 14px;
    box-shadow: #d8d8d8 2px 3px 8px;
}
.contact img{
    width: 30px;
    /*height: 30px;*/
    vertical-align:middle;
    margin-left: 40px;
}
.contact span{
    margin-left: 10px;
}
.address{
    margin: auto;
    width: 350px;
    height: 320px;
    margin-top: 30px;
}
.address .imgbox{
    margin: auto;
    /*height: 120px;*/
    margin-top: 10px;
    font-size: 0.5em;
    text-align:center;
}
.address .imgbox img{
    width: 105px;
    vertical-align:middle;
}
.ress{
    color: #a6a6a6;
    margin-top: 5px;
}
.address .imgbox p{
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}