@charset "UTF-8";
 /*公用部分CSS */
body {
	color: #222;
	font-style: normal;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	line-height: 24px;
	background-color: #fff;
}	
* {
	margin: 0;
	padding: 0
}
img{
	max-width: 100%;
	height: auto;
	width: auto\9;
	vertical-align: middle;
}
button{
	cursor: pointer;
	border: none;
	outline: none
}
a,input,button,textarea{
	outline:none;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}
input,textarea { display:inline-block; margin-right:3px; vertical-align:middle;}
ul li {
	list-style: none
}
p {
	margin: 0
}
a{
	color: #222;
	text-decoration: none;
}
a:hover,a:focus,a:active {
	outline: none;
	color: #31c1be;
}
/*链接*/
a.text-primary:link,a.text-primary:visited,a.text-primary:hover,a.text-primary:active{
	color: #31c1be;
}
a.text-warning:link,a.text-warning:visited,a.text-warning:hover,a.text-warning:active{
	color: #eb6685;
}
.tab-yiliao a.btn-tab,.tab-yimei a.btn-tab{
 	border-radius: 80px;
 	border:1px solid #eeeeee;
 }
.tab-yiliao a.btn-tab:hover,.tab-yiliao a.btn-tab:active{
 	background-color: #31c1be;
 	border:1px solid #31c1be;
 	color: #fff;
 }
 .tab-yimei a.btn-tab:hover,.tab-yimei a.btn-tab:active{
 	background-color: #eb6685;
 	border:1px solid #eb6685;
 	color: #fff;
 }
a.btn-more{
 	padding: 6px 30px;
 	border-radius: 100px;
 	background-color: #31c1be;
 	color: #fff;
 }
a.btn-login{
 	width: 80px;
 	padding: 6px 30px;
 	border-radius: 100px;
 	background-color: #31c1be;
 	color: #fff;
 }
a.btn-primary{
 	padding: 10px 70px;
 	border-radius: 6px;
 	background-color: #31c1be;
 	border: 1px solid #31c1be;
 	color: #fff;
 }
 a.btn-muted{
 	padding: 10px 60px;
 	border-radius: 6px;
 	background-color: #d1efee;
 	border: 1px solid #31c1be;
 	color: #31c1be;
 }
 /*字体*/
@font-face {
  font-family: 'iconfont';  /* project id 791671 */
  src: url('http://at.alicdn.com/t/font_791671_7yyw909o57h.eot');
  src: url('http://at.alicdn.com/t/font_791671_7yyw909o57h.eot?#iefix') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_791671_7yyw909o57h.woff') format('woff'),
  url('http://at.alicdn.com/t/font_791671_7yyw909o57h.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_791671_7yyw909o57h.svg#iconfont') format('svg');
}
.iconfont {
  font-family:"iconfont" !important;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-search:before{content: '\e62a';}
.icon-home:before{content: '\e600';}
.icon-none:before{content: '\e630';}
.icon-finish:before{content: '\e678';}
.icon-add:before{content: '\e601';}
.icon-team:before{content: '\e6f4';}
.icon-hotline:before{content: '\e63b';}
.icon-watchword:before{content: '\e62d';}
.icon-del:before{content: '\e604';}
.icon-checked:before{content: '\e612';}
/*清除漂浮*/
.clearfix{*zoom:1}
.clearfix:after{display:block;visibility:hidden;clear:both;height:0;content:'.';font-size:0}
.jianbian{
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f4f4f4),color-stop(100%,#eee));
	background: -webkit-linear-gradient(top,#f4f4f4 0,#eee 100%);background: linear-gradient(to bottom,#f4f4f4 0,#eee 100%);
}
 /*flex布局*/
.flex-wrap{
	display: flex;
	flex-wrap:wrap;
}
.flex-nowrap{
	display: flex;
	flex-wrap:nowrap;
}
.flex-wrap-space-between{
	justify-content:space-between;
}
.flex-1{
	flex: 1;
}
.flex-2{
	flex: 2;
}
.flex-3{
	flex: 3;
}
.flex-4{
	flex: 4;
}
.flex-5{
	flex: 5;
}
.flex-6{
	flex: 6;
}
/*块元素*/
.dis-1{
	display:block;
}
.dis-2{
	display:inline-block;
}
 /*浮动布局*/
.float-left{
	float:left;
}
.float-right{
	float:right;
}
 /*字体和位置*/
.pos-relative{
 	position:relative;
 }
.pos-absolute{
 	position:absolute;
 }
.
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.font-size-14{
	font-size: 14px;
}
.font-size-16{
	font-size: 16px;
}
.font-size-24{
	font-size: 24px;
}
.font-size-230{
	font-size: 230px;
	line-height: 320px;
}
.font-weight-normal{
	font-weight: normal;
}
 /*字体颜色*/
.text-primary{
 	color: #31c1be;
 }
.text-muted{
 	color: #666666;
 }
.text-warning{
 	color: #eb6685;
 }
 /*线和背景*/

.border-top{
	border-top: 1px solid #f1f1f1;
}
.border-bottom{
	border-bottom: 1px solid #f1f1f1;
}
.border-bottom-yl{
	border-bottom: 4px solid #31c1be;
}
.border-bottom-ym{
	border-bottom: 4px solid #eb6685;
}
.bottomshadow{
	border-bottom: solid 1px #eee;
	-webkit-box-shadow: 0 1px 1px 0 #DFDFDF;
	box-shadow: 2px 2px 5px 0 #DFDFDF;
}
 /*边距*/

 /*宽度高度*/
.width-300{
 	width: 300px;
 }
.width-400{
 	width: 400px;
 }
.width-640{
 	width: 640px;
 }
.height-40{
	height: 40px;
}
.height-60{
	height: 60px;
}
.height-200{
	height: 200px;
}
 /*按钮*/
.btn-price{
 	padding: 20px;
 	border-radius: 10px;
 	border:1px solid #eb6685;
 	color: #eb6685;
 }
.btn-search{
 	top: 1px;
 	right: 2px;
 	padding: 10px 30px;
 	border-radius: 0 10px 10px 0;
	border: 1px solid #31c1be;
 	background-color: #31c1be;
 	color: #fff;
 }
 .btn-primary{
 	padding: 10px 70px;
 	border-radius: 6px;
 	background-color: #31c1be;
 	border: 1px solid #31c1be;
 	color: #fff;
 }
/*表单*/
input.primary{
	border-radius: 10px;
	border: 1px solid #31c1be;
	padding: 0 0 0 50px;
}
input.muted{
	border-radius: 10px;
	border: 1px solid #eee;
	padding: 0 0 0 10px;	
}
textarea.primary{
	border-radius: 6px;
	border: 1px solid #e9e9e9;
	padding: 10px;
}
/*容器*/
.container{
	width: 1190px;
	margin: 0 auto;
}
/*页头*/
.header{
	border-bottom: 2px solid #31c1be;
}
.topnav{
	font-size: 16px;
	padding: 10px;
	background-color: #f1f1f1;
}
.hotline{
	padding: 0 0 0 30px;
	color: #eb6685;
	font-size: 22px;
	font-family: "SimHei";
	background:url(../images/icon_hotline.png) left center no-repeat;
	background-size: 22px 22px;
}
.logo{
	margin: 20px 0;
	background:url(../images/logo.png); left center no-repeat;
	background-size: 207px 80px;
	width: 207px;
	height: 80px;
}
.search{
	margin: 30px 0 0 60px;
}
.hot-search{
	font-size: 14px;
	margin:4px 0 0 0;
	color: #666666;
}
.hot-search a{
	display: inline-block;
	margin: 0 10px;
	color: #666666;
}
.header-categorys{
	top:42px;
	left: 240px;
	font-size: 22px;
}
/*路径导航*/
.crumb{
	font-size: 14px;
	padding: 10px 0;
	position: relative;
	color: #666;
}
.crumb a.text-primary:hover{
	color: #222;
}
/*筛选条件*/
.condition{
	font-size: 16px;
	padding: 10px 0 20px 0;
}

.condition .checkbox{
	display: inline-block;
	margin: 0 20px 0 0;
}

.condition input[type="checkbox"] + label::before  {
    content: "\a0";  /*不换行空格*/
    display: inline-block;
  	width: 20px;
	height: 20px;
	vertical-align:middle;
    border-radius: 2px;
    border:1px solid #ccc;
    margin: 0 10px 0 0;
}
.condition input[type="checkbox"]:checked + label::before {
    content: "\e612";
    background-color:#31c1be;
    border:1px solid #31c1be;
    color: #fff;
    text-align: center;
    line-height: 20px;
}
.condition input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
/*字体定义*/
.icon-search{
	top: 10px;
	left: 10px;
	color: #31c1be;
}
/*页脚*/
.footer{
	padding: 20px;
	font-size: 14px;
	border-top: 1px solid #ccc;
	text-align: center;
}
.footer a{
	font-size: 14px;
	display: inline-block;
	padding: 0 10px;
}
.footer p{
	margin: 10px 0;
}
/*合作伙伴*/
.partner{
	margin: 20px 0;
}
.partner .pic img{
	display: inline-block;
	margin: 0 6px;
}









