body {
    font-family: Montserrat, Microsoft YaHei, Avenir, Helvetica, Arial, sans-serif;
	background-color: #fff; 
	font-size: 14px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {*/
/*    border: 0;*/
/*    vertical-align: baseline;*/
/*    text-align: left;*/
/*    font-family: "Microsoft YaHei";*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

a {
    text-decoration: none;
	color:#333;
	cursor:pointer;
	outline:0;
}

a, span, i, em {
    display: inline-block;
}

a:active {
    color: inherit;
	border:none;
}

a:after {
	border:none;
}

ol,ul {
    list-style: none;
}

form, input, textarea,select {
	font-family: "Microsoft YaHei";
	outline: 0;
}

h1, h2, h3, h4 {
	font-weight: 400;
}

i{ 
	font-style:normal; 
}

b {
	font-weight: normal;
}

img {
	border:0;
    vertical-align: middle;
}
::-moz-placeholder {
	color:#999;
}

::-webkit-input-placeholder {
	color:#999;
}

:-ms-input-placeholder {
	color:#999;
}

.clear {
	clear: both;
}

.clearfix::after {
	clear: both; 
	content: ""; 
	display: block; 
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/**
  自定义滚动条，chrome
 */
*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

*::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(144, 147, 153, 0.3);
}

img {
    max-width: 100%;
    height: auto;
}

body {
	background-color:#F8F8F9;
}

.top {
    width: 100%;
    background-color: #11AA99;
    height: 380px;
}

.top .logo {
	display: block;
    margin: 0 auto 40px;
    text-align: center;
    padding-top: 75px;
	width:130px;
}
.box {
    background-color: #fff;
    border-radius: 10px;
    height: 320px;
    overflow: hidden;
    position: relative;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.search-img {
position: absolute;
    right: 50px;
    top: 25px;
    width: 80px;
}

.search-img dt {
width: 90px;
    height: 90px;
}

.search-img dd {
    color: #666;
    padding-top: 5px;
    text-align: center;
}

.search-img .hover {
background-color: #fff;
    border: #e0e0e0 1px solid;
    border-radius: 4px;
    position: absolute;
    left: -172px;
    /* height: 32px; */
    line-height: 32px;
    width: 260px;
    text-align: center;
    color: #666;
    top: 93px;
    display: none;
}

.search-img .hover i {
    width: 12px;
    height: 6px;
    background: url(../images/logoCat.jpg) 0 -74px;
    position: absolute;
    top: -6px;
    right: 35px;
}

.search-img:hover .hover {
	display: block;
}

.top .search {
    width: 880px;
    margin: 42px auto 0;
}

.top .search .search-box {
    height: 58px;
}

.top .search .search-box .search-input {
    height: 54px;
    width: 740px;
    line-height: 54px;
    font-size: 18px;
    padding-left: 25px;
}

.search .search-input {
    box-sizing: content-box;
}

.search .search-input {
    display: block;
    width: 526px;
    height: 40px;
    padding: 0 10px 0 20px;
    border: #11AA99 2px solid;
    color: #333;
    border-top-left-radius: 44px;
    border-bottom-left-radius: 44px;
    font-size: 14px;
    line-height: 40px;
}

.top .search .search-btn {
    height: 58px;
    line-height: 58px;
    width: 100px;
    font-size: 16px;
	padding-left: 10px;
	outline: none;
    border: none;
}

.search .search-btn {
    width: 95px;
    padding-left: 10px;
    text-align: center;
    background-color: #11AA99;
    line-height: 44px;
    height: 44px;
    cursor: pointer;
    border-top-right-radius: 44px;
    border-bottom-right-radius: 44px;
	display: flex;
    align-items: center;
    outline: none;
    border: none;
}

.search .search-btn i {
	width: 30px;
    margin-right: 5px;
    vertical-align: -1px;
	display: flex;
    align-items: center;
}

.search .search-btn span {
    color: #fff;
}

.top .rec {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 45px;
    height: 18px;
}
.rec {
    width: 615px;
    margin: 5px auto;
    height: 20px;
    overflow: hidden;
}

.rec a {
    color: #999;
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
}

.rec a:hover {
	color: #11AA99;
}

.category {
	padding: 0 52px 0 52px;
}

.category .title {
	color: #666; 
	font-size: 18px; 
	font-weight: bolder; 
	padding-bottom: 20px;
}

.category-name a {
	color: #666;
	font-size: 16px;
	margin-right: 32px;
line-height: 25px;
    border: 1px dashed #11aa99;
    border-radius: 10%;
    padding: 4px 10px 4px 10px;
    margin-bottom: 15px;
}

.category-name a:hover {
	color: #11AA99;
}

.hot-title {
	color: #666;
	font-size: 18px;
	font-weight: bolder;
	margin-top: 40px;
}

.hot-title span {
	width: 4px;
	height: 16px;
	background-color: #11AA99;
	margin-left: 6px;
	margin-right: 15px;
}

.content {
	background-color:#fff;
	padding: 1px 26px 30px;
	width: 1148px;
	margin:28px auto;
	box-sizing: content-box;
}

.over-width {
	width: 1180px;
}

.pic-list {
    width: 205px;
    /*height: 205px;*/
    overflow: hidden;
    border-radius: 5px;
    margin-right: 30px;
    margin-top: 30px;
    position: relative;
}

.pic-list .img a {
	width: 205px;
}

.pic-list .img a img {
	display: block;
	    border-radius: 5px;
}

.pic-list .list-info {
	background: url(../images/top-bg.png);
	height: 45px;
	width: 205px;
	position: absolute;
	top:-50px;
	left: 0;
	padding: 0 35px 0 45px;
	z-index:2;
	transition: all 0.2s;
}

.pic-list .list-info a{
	display: block;
	/*width:210px;*/
	line-height:40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	font-size:14px;
}

.pic-list:hover .list-info {
	top: 0;
}

.pic-list .list-info {
	padding: 0 36px 0 20px;
}

.hf-list {
    width: 1148px;
	/*height:100px;*/
    overflow: hidden;
    border-radius: 5px;
    margin-top: 30px;
    position: relative;
}

.hf-list .list-info {
	background: url(../images/top-bg.png);
	height: 45px;
	position: absolute;
	top:-50px;
	left: 0;
	padding: 0 35px 0 45px;
	z-index:2;
	transition: all 0.2s;
}

.hf-list .list-info a{
	display: block;
	width:1092px;
	line-height:40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	font-size:14px;
}

.hf-list:hover .list-info {
	top: 0;
}

.hf-list .list-info {
	padding: 0 36px 0 20px;
}
.logo-list {
    width: 206px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    float: left;
    margin-right: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.logo-list .list-info {
	background: url(../images/top-bg.png);
	height: 45px;
	position: absolute;
	top:-50px;
	left: 0;
	padding: 0 35px 0 45px;
	z-index:2;
	transition: all 0.2s;
}

.logo-list .list-info a{
	display: block;
	width:265px;
	line-height:40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	font-size:14px;
}

.logo-list:hover .list-info {
	top: 0;
}

.logo-list .list-info {
	padding: 0 36px 0 20px;
}
.charge {
	position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
	width: 28px;
	display: none;
}

footer {
	width: 100%;
    background: #2b3139;
    height: auto;
}

footer .bottom-logo {
	width:100px;
	display: block;
    margin: 0 auto;
    text-align: center;
	padding: 40px 0;
}

footer .copyright {
    height: 38px;
    background-color: #313740;
}

footer .copyright p {
    line-height: 38px;
    text-align: center;
    font-size: 12px;
    color: #6c7076;
}

footer .copyright p * {
    color: #6c7076;
}

/*搜索页*/
.top-bar {
    height: 35px;
    background-color: #f0f0f0;
    line-height: 35px;
}

.top-bar .slogan { 
	color: #8b8b8b;
	line-height:35px;
}

.top-bar a {
	color:#8b8b8b;
	margin-left:30px;
}

.top-bar a i {
	margin-right: 5px;
	color: #8b8b8b;
}

.top-bar a:hover i,.top-bar a:hover {
	color: #11AA99;
}

.top-bar .tit:hover i {
	background-position:-46px -10px;
}

.haeder {
    height: 130px;
    width: 100%;
    background-color: #fff;
}

.haeder .logo {
    width: 120px;
    margin-top: 45px;
}

.no-login {
    width: 60px;
    text-align: center;
    cursor: pointer;
	margin-top: 40px;
    margin-left: 15px;
}

.no-login i {
    display: inline-block;
    width: 25px;
}

.no-login span {
    color: #11AA99;
    font-size: 12px;
    display: inline-block;
    width: 60px;
    text-align: center;
}

.haeder .search-box {
    height: 44px;
}

.search-banner {
    width: 100%;
    height: auto;
    padding-top: 16px;
}

.search-category {
	padding-top: 1px;
    background-color: #fff;
    position: relative;
}

.search-result {
    width: 1140px;
    margin: 0 auto;
    height: 45px;
    line-height: 45px;
    color: #999;
}

.search-result span {
    color: #999;
    line-height: 45px;
    display: inline-block;
}

.search-result .clearfix {
    line-height: normal;
}

.search-result .result-num {
    color: #666;
    margin-left: 5px;
}

.search-result a{
    color: #999;
}

.search-condition {
    height: 26px;
    line-height: 26px;
    border: #11AA99 1px solid;
    color: #11AA99;
    border-radius: 2px;
    background-color: #f3fdf9;
    padding: 0 8px;
    margin: 8px 10px;
    overflow: hidden;
}

.search-result .result-num i a {
    color: #666;
}

.sub-category{
    overflow: hidden;
    position: relative;
    background-color: #fff;
    clear: both;
    height: 45px;
}

.sub-category .cate-title{
    width: 50px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    color: #999;
    background-color: #fff;
    margin-left: 28px;
}

.sub-category .right-title{
    width: 1110px;
    overflow: hidden;
    background-color: #fff;
    padding: 5px 0;
}

.sub-category a{
    color: #666;
    height: 35px;
    margin-right: 38px;
    line-height: 35px;
    display: inline-block;
}

.sub-category a:hover{
	color: #11AA99;
}

.relevant-rec {
    width: 1150px;
    margin: 0 auto 5px;
    height: 58px;
    line-height: 58px;
    overflow: hidden;
}

.relevant-rec a {
    margin-right: 20px;
    height: 26px;
    line-height: 24px;
    border-radius: 14px;
    border: 1px solid rgba(221,221,221,1);
    padding: 0 10px;
    font-size: 12px;
}

.relevant-rec span, .relevant-rec a {
    color: #999;
    display: inline-block;
}

.relevant-rec a:hover{ border-color: #11AA99; color: #11AA99; }

.dashed-line {
    border-bottom: #ebebeb 1px dashed;
    width: 100%;
}

/*导航悬浮*/
.fixed-top {
    position: fixed;
    left: 0;
    top:-70px;
    display:none;
    z-index: 5;
    width: 100%;
    background-color: #fff;
    height:64px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
}

.fixed-top .logo {
    width:90px;
    margin-top: 14px; 
    margin-right: 140px;

}

.fixed-top .logo img {
    width:100%;
}

.fixed-top .search {
    margin-top: 11px;
}

.fixed-top .no-login {
    width: 60px;
    text-align: center;
    cursor: pointer;
    margin-top: 11px;
    margin-left: 15px;
}

.block {
    display: block; 
    top: 0px;
}

@media screen and (max-width: 720px) {
    .w1200 {
		width: 90%;
		margin: 0 auto;
	}
	.top .search {
		width: 100%;
		margin: 42px 0;
	}
	.search-img {
		display: none;
	}
	.top .search .search-box {
		padding: 0 5%;
		width: 100%;
	}
	.top .search .search-box .search-input {
		width: 52%;
	}
	.top .search .search-btn {
		width: 35%;
	}
	.top .rec {
		padding: 0 10%;
		width: 100%;
	}
	.hot-title {
		margin-top: 105px;
	}
	.content {
		width: 83%;
	}
	.over-width {
		width: 100%;
	}
	.pic-list {
		width: 47%;
		margin-right: 5%;
	}
	.pic-list .img a {
		width: 100%;
		height: 100%;
	}
	.pic-list:nth-child(2n) {
		margin-right: 0px;
	}
	.hf-list {
		width: 100%;
		height: 100%;
		margin-bottom: 10px;
	}
	.charge {
		top: 13px;
		right: 13px;
	}
}

/*侧边悬浮*/
.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#11AA99;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{/*background:#D2D3D6;*/display:none;}
.suspension .a-top:hover{background:#11AA99;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.Statistics {
padding: 0px 13px;
    color: #fff;
    border-radius: 14px;
    background: #f53677;
    float: right;
}

.item{height:100%}