.logo img{width: 160px; height: 31px; position: absolute; top: 7px; left: 50%; margin-left: -80px;}
.top_back{
	color: #ffffff;
	height: 44px;
	font-size:25px;
	text-align: center;
	width: 44px;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	}
.top_back span{
	position: absolute;
	left: calc((100% - 35px) / 2);
	top: calc((100% - 2px) / 2);
	width: 15px;
	height: 2px;
	background-color: rgba(255,255,255,1);
	}
.top_back span:nth-child(1){
transform: translateY(4px) rotate(45deg);
	}
.top_back span:nth-child(2){
transform: translateY(-6px) rotate(-45deg);

	}
.ui-mtb10{margin: 10px 0;}
.bg-color{background-color: #f8f8f8;}
.title-color{color: #044fa0;}
.copyright{width: 100%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-pack: center; -webkit-box-align: center; text-align: center; padding: 10px 0; font-size: 12px; margin-top: 10px;}
.title-desc{width: 100%; padding: 0 10px; height: 40px; line-height: 40px; border-bottom: #e0e0e0 1px solid; color: #044fa0; box-sizing: border-box; position: relative;}
.inside_page{padding: 10px; box-sizing: border-box; border-bottom: #e0e0e0 1px solid; min-height: 300px;}
.inside_about img{max-width: 100%;}
.pic_show img{width: 100%;}
.pro_show_pic{text-align: center;}
.news_title{margin-bottom: 10px; font-size: 16px;}
.news_info{text-align: center; font-size: 12px; margin-bottom: 10px; color: #999999;}
.ui-form-item-r .yzm {width: 108px; height: 42px; position: absolute; top: 0; right: 0; padding: 1px;}
.pd-10 td{padding: 10px;}
.pro_show_info{text-align: left!important;}
.pro_show_info img{max-width: 100%;}

#nav-smart{width: 100%; height: 45px; background: #ffffff; line-height: 45px; overflow: hidden; border-bottom: #e0e0e0 1px solid;}
#nav-smart li{float: left; border-left: #eeeeee 1px solid; width: 20%; height: 45px; box-sizing: border-box; text-align: center;}
#nav-smart li:first-child{border-left: none;}
#nav-smart li a{width: 100%; height: 45px; line-height: 45px; float: left; display: block; background: #f8f8f8;}

.index-link-list{width: 100%; margin-top: 10px;}
.index-link-list li{width: 24%;}
.index-link{width: 100%; padding-top: 100%; background: #ffffff; position: relative;}
.index-link img{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.index-pro-list{width: 100%; margin-top: 10px;}
.index-pro-list li{width: 48%; margin-bottom: 10px;}
.index-pro{width: 100%; padding-top: 25%; background: #ffffff; position: relative; border: #DDDDDD 1px solid;}
.index-pro img{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.message_table{margin-bottom: 10px; overflow: hidden;}
.message_table td{text-align: left; padding: 10px;}
.message_table .message_pic{width: 20%; text-align: center;}
.message_table .message_title{font-weight: bold; color: #00469C;}
.message_table span{font-weight: bold;}
.message_table i{color: #999999;}
.color_tools .city_1 .ui-select{width: 40%;}
.color_tools .ui-select select{height: 44px; line-height: 44px;}
.color_tools_table th,.color_tools_show_table_title{background: #ebeced; padding: 5px 2px;}
.color_tools_table td{padding: 5px;}
.color_tools_table td a{color: #0072FF;}
.color_tools_btn span{margin: 0 5px;}
.color_tools_btn{margin: 20px auto 0; width: auto; display: table; line-height: 25px;}
.color_tools_btn a{margin: 0 5px;}
.color_tools_show_table{}
.color_tools_show_table_title{min-width: 80px;}
.color_tools_show_table td{text-align: left; padding: 5px 10px; border: 1px solid #e0e0e0!important;}
.color_tools_show_table td img{width: 100%; height: auto;}

.opacity{
        -webkit-animation: opacity 0.3s linear;
        animation: opacity 0.3s linear;
    }
@-webkit-keyframes opacity {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
@keyframes opacity {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}


.mobile-inner-header-icon{
	color: #ffffff;
	height: 44px;
	font-size:25px;
	text-align: center;
	width: 44px;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.mobile-inner-header-icon:hover{
	background-color: rgba(255,255,255,0.2);
	cursor: pointer;
}
.mobile-inner-header-icon span{
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 2px) / 2);
	width: 25px;
	height: 2px;
	background-color: rgba(255,255,255,1);
}
.mobile-inner-header-icon span:nth-child(1){
transform: translateY(0px) rotate(0deg);
	}
.mobile-inner-header-icon span:nth-child(2){
transform: translateY(-4px) rotate(0deg);

	}

.mobile-inner-header-icon-click span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
	}		
.mobile-inner-header-icon-click span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
	}


@keyframes clickfirst {
  0% {
	  transform: translateY(4px) rotate(0deg);
	  
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}	



@keyframes clicksecond {
  0% {
	  transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

.mobile-inner-header-icon-out span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
	}		
.mobile-inner-header-icon-out span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
	}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}	



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
.mobile-inner-nav{
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	position: absolute;
	top: 44px;
	left: 0px;
	padding-top: 10px;
	padding-bottom: 80px;
	display: none;
}
.mobile-inner-nav a{
	display: inline-block;
	line-height: 44px;
	text-decoration: none;
	width: 80%;
	margin-left: 10%;
	color: #FFFFFF;
	border-bottom: solid 1px rgba(255,255,255,0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight:300;
}
.mobile-inner-nav a:hover{
	color: rgba(255,255,255,0.4);
	border-bottom: solid 1px rgba(255,255,255,0.2);
}

.mobile-inner-nav a{
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: returnToNormal;
		animation-name: returnToNormal;
	}
			
	@-webkit-keyframes returnToNormal {
	  0% {
	    opacity: 0;
	    -webkit-transform: translate3d(0, -100%, 0);
	            transform: translate3d(0, -100%, 0);
	  }

	  100% {
	    opacity: 1;
	    -webkit-transform: none;
	            transform: none;
	  }
	}

	@keyframes returnToNormal {
	  0% {
	    opacity: 0;
	    -webkit-transform: translate3d(0, -100%, 0);
	            transform: translate3d(0, -100%, 0);
	  }

	  100% {
	    opacity: 1;
	    -webkit-transform: none;
	            transform: none;
	  }
	}

.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{
    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;
}