/*申明*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

button,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    border: 0;
    outline: 0;
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #f60;
}

.fl,
.left {
    float: left;
}

.fr,
.right {
    float: right !important;
}
.clear{clear: both;}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
ul{list-style: none;}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}

body {
    min-width: 1200px;
    font: 14px/1.5 "Microsoft YaHei", arial, simsun, sans-serif;
    color: #333;
    background: #f1f1f1/*#f9f9f9*/;
}

/*头部*/
.wrapper {
    margin: 0 auto;
    width: 1200px;
}
.header {
    height: 70px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}

.header .wrapper {
    *z-index: 100;
}

.header .logo {
    float: left; 
	height: 60px;
    width: 190px;
    margin-top: 5px;
}

.header .header_tab {
    float: left
}

.header .header_tab ul.top-nav li {
    float: left;
    line-height: 69px;
    text-align: center;
    padding: 0 15px;
    font-size: 15px
}

.header .header_tab ul.top-nav li:hover a {
    color: #0C91EB !important
}
.header .header_tab ul.top-nav li .on{
    color: #0C91EB !important;
    font-weight: bold;
}

.header .header-right {}

.search_boxs {
    float: right;
    width: 390px;
    height: 46px;
    margin-top: 14px;
    margin-bottom: 4px;
    position: relative
}

.search_boxs .index_search {
    width: 390px;
    height: 44px;
    border: 1px solid#0c91eb;
    border-radius: 2px
}

.search_boxs .index_search .type_select {
    display: inline-block;
    width: 80px;
    height: 44px;
    float: left;
    background: rgba(255, 255, 255, 0);
    position: relative;
    line-height: 30px;
    border-right: 1px solid #ddd;
    margin-left: 8px;
    margin-right: 8px
}

.search_boxs .index_search .type_select .select_item {
    cursor: pointer;
    padding-left: 10px;
    line-height: 44px
}

.search_boxs .index_search .type_select .select_item span {
    font-size: 14px;
    color: #000000;
    margin-right: 4px
}

.search_boxs .index_search .type_select .select_item i {
    transform: rotate(0deg);
    transform-origin: center center;
    display: inline-block;
    width: 14px;
    height: 8px;
    background: url('../image/index_sprit.png') -258px -52px;
    position: relative;
    top: -2px;
    right: -4px;
    transition: all .1s ease-in-out;
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out
}

.search_boxs .index_search .type_select .select_item i.active {
    transform: rotate(180deg);
    transform-origin: center center;
    width: 14px;
    height: 8px;
    background: url('../image/index_sprit.png') -258px -52px;
    position: relative;
    top: -2px;
    right: -4px;
    transition: all .1s ease-in-out;
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out
}

.search_boxs .index_search .type_select .hide_select {
    width: 80px;
    position: absolute;
    top: 44px;
    left: -9px;
    background: #fff;
    z-index: 99;
    text-align: center;
    display: none
}

.search_boxs .index_search .type_select .hide_select .select_item {
    padding-left: 0 !important;
    line-height: 26px
}

.search_boxs .index_search .type_select .hide_select .select_item:hover {
    background: #0c91eb
}

.search_boxs .index_search .type_select .hide_select .select_item:hover span {
    color: #FFFFFF
}

.search_boxs .index_search .search_icon {
    width: 67px;
    height: 44px;
    background: #0c91eb;
    float: left;
    position: relative;
    cursor: pointer;
}

.search_boxs .index_search .search_icon .icon_box {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    background: url('../images/so.png') no-repeat
}

.search_boxs .index_search .search_input {
    background: rgba(255, 255, 255, 0);
    height: 44px;
    border: none;
    float: left;
    width: 216px;
    font-size: 14px;
    color: #9AAAB7;
    padding-left: 10px
}

.search_boxs .index_search .search_btn a {
    float: left;
    width: 67px;
    height: 44px;
    background: #539E7C;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 0 27px 27px 0
}

.search_boxs .search_select {
    width: 234px;
    height: auto;
    background: #fff;
    min-height: 40px;
    border: 1px solid #DDDDDD;
    margin: 2px auto 0;
    border-radius: 4px;
    position: absolute;
    top: 44px;
    left: 80px;
    box-shadow: 4px 0 4px rgba(0, 0, 0, 0.08);
    z-index: 999999999;
    display: none
}

.search_boxs .search_select ul li {
    line-height: 26px;
    border-bottom: 1px dashed #DDDDDD;
    padding: 0 10px;
    cursor: pointer;
    font-size: 12px;
    color: #6e7880
}

.search_boxs .search_select ul li b {
    font-weight: 400
}

.search_boxs .search_select ul li span {
    font-size: 12px;
    float: right;
    margin-right: 10px;
    color: #AAAAAA
}

.search_boxs .search_select ul li:hover {
    background: #0C91EB;
    color: #ffffff
}

.zyl_list {
    position: absolute;
    display: none;
    top: 35px;
    right: 0;
    padding: 0;
    width: 380px;
    line-height: 20px;
    border: 1px solid #188eee;
    background-color: #fff;
    height: auto !important;
}

/*首页推荐*/
.isgood-main {
    margin: 20px auto 0px auto;
    width: 1160px;
	background: #fff;
	padding: 20px 20px 0px 20px;
}
.isgood-main .title{
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #E5E5E5;
	position: relative;
}
.isgood-main .title p{
	font-size: 16px;
	font-weight: 500;
	float: left;
}
.isgood-main .title em{
	position: absolute;
	background: #4A92EC;
	height: 3px;
	width: 85px;
	display: block;
	bottom: 0px;
}
.isgood-main .title .tab{
	float: right;
}
.isgood-main .title .tab{
	list-style: none;
}
.isgood-main .title .tab li{display: inline-block;}
.isgood-main .title .tab .tablink {
	transition: background-color 0.3s; /* 平滑过渡效果 */  
	padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #4A92EC;
    border-radius: 2px;
	margin-left: 10px;
	background: #fff;
    color: #4A92EC;
}
.isgood-main .title .tab .tablink:hover {background-color: #4A92EC; color: #fff;}
.isgood-main .title .tab .tablink.active {background: #4A92EC; color: #fff;}

.tabcontent{display: none;border-top: none;padding: 20px 0 0 0;}  
.tabcontent.active {display: block;}
.tabcontent img{height:208px;width:153px;}
.tabcontent .tit{
	text-align: center;
	width:153px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.tabcontent li{
	display: inline-block;
	margin: 0 10px 15px 0;
	width:153px;
	overflow: hidden;
}
.isgood-main .title .tab .tablinka {
	transition: background-color 0.3s; /* 平滑过渡效果 */  
	padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #4A92EC;
    border-radius: 2px;
	margin-left: 10px;
	background: #fff;
    color: #4A92EC;
}
.isgood-main .title .tab .tablinka:hover {background-color: #4A92EC; color: #fff;}
.isgood-main .title .tab .tablinka.active {background: #4A92EC; color: #fff;}
.tabcontenta{display: none;border-top: none;padding: 20px 0 0 0;}  
.tabcontenta.active {display: block;}

/*首页点评*/
.isgood-main .title .more{
    text-align: center;
    display: block;
    color: #e6382f;
    border: 1px solid #e6382f;
    border-radius: 2px;
	float: right;
    padding: 5px 10px;
	margin-left: 10px;
}
.isgood-main .title .on{
    text-align: center;
    display: block;
    border: 1px solid #e6382f;
    border-radius: 2px;
	float: right;
    padding: 5px 10px;
	margin-left: 10px;
	color: #fff;
    background: #e6382f;
}
.isgood-main .title .more:hover {color: #fff;background: #e6382f;}

.isgood-main .yelp{padding: 15px 0;}
.isgood-main .yelp ul li{
	border: 1px solid #EFEFEF;
	border-radius: 2px;
	padding: 10px;
	margin-bottom: 15px;
}
.isgood-main .yelp ul li:hover{
    background-color: #fffdf9;
    color: #333;
    box-shadow: 0 0 5px #ccc;
}
.isgood-main .yelp .yelp-tit{
	padding-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	position: relative;
	line-height: 22px;
	font-weight: bold;
	height: 22px;
}

.isgood-main .yelp .yelp-tit em{
	position: absolute;
	background: #4A92EC;
	height: 22px;
	width: 3px;
	display: block;
	margin-right: 15px;
}
.isgood-main .yelp .yelp-tit p{
	padding-left: 8px;
	float: left;
	font-size: 16px;
}
.isgood-main .yelp .yelp-tit .bq{
	float: right;
}
.isgood-main .yelp .yelp-tit .bq a{
	text-align: center;
    color: #4A92EC;
    border: 1px solid #4A92EC;
    border-radius: 2px;
    float: right;
    padding: 2px 5px;
	font-weight: normal;
	margin-left:5px;
}
.isgood-main .yelp .yelp-tit .bq a:hover {
    color: #fff;
    background: #4A92EC;
}
.isgood-main .yelp .yelp-box{
	padding-top: 10px;
	position: relative;
}
.isgood-main .yelp .yelp-box .yelp-l a{
	color: #333;
}
.isgood-main .yelp .yelp-box .yelp-l img{height: 45px;width: 45px;}
.isgood-main .yelp .yelp-box .yelp-l .userimg{padding-right: 15px;}
.isgood-main .yelp .yelp-box .yelp-l em{
	font-size: 12px;
	padding: 2px 8px;
	border-radius: 10px;
	background: #EAF2FF;
	margin-left: 15px;
	color: #69A0FE;
	border: #B3CFFF 1px solid;
}
.isgood-main .yelp .yelp-box .yelp-l .stars {
	margin-top: 5px;
	display: block;
	font-size: 12px;
}
.isgood-main .yelp .yelp-box .yelp-l .cont{width: 92%;}
.isgood-main .yelp .yelp-box .yelp-l .star {
    --back: #e3e3e3;
    --front: #ffb300;
    --amt: 100%;
    background: linear-gradient(90deg, var(--front) 0%, var(--front) var(--amt), var(--back) var(--amt), var(--back) 100%);
    aspect-ratio: 32 / 30;
    width: 15px;
    clip-path: url(#starpath);
    transform: translateZ(0);
    display: inline-block;
	vertical-align: middle;
}
.isgood-main .yelp .yelp-box .yelp-l .yelp-con{
	padding: 5px 10px;
	width: 99%;
	line-height: 30px;
	background: #f6f6f6;
    border-radius: 5px;
    margin: 10px 0;
}
.isgood-main .yelp .yelp-box .yelp-l .yelp-con .yelp-img{
	padding-top: 10px;
}
.isgood-main .yelp .yelp-box .yelp-l .yelp-time{
	font-size: 12px;
	color: #666;
	line-height: 32px;
}
.isgood-main .yelp .yelp-box .yelp-bom{
	padding-left: 60px;
}
.isgood-main .yelp .yelp-box .yelp-bom .new-oprate{margin-left:5px;}
.isgood-main .yelp .yelp-box .yelp-bom .new-oprate a{color: #ffb300;}
.isgood-main .yelp .yelp-box .yelp-bom .new-oprate{
	text-align: center;
    color: #ffb300;
    border: 1px solid #ffb300;
    border-radius: 2px;
    float: right;
    padding: 4px 8px;
	font-weight: normal;
	white-space: nowrap;
	display: flex;
}
.isgood-main .yelp .yelp-box .yelp-bom .new-oprate:hover,.isgood-main .yelp .yelp-box .yelp-bom .new-oprate:hover a {
    color: #fff;
    background: #e6382f;
}
.isgood-main .yelp .yelp-box .yelp-bom .edit-btn:before {
	content: "";
	background-image:url(../images/edit.png);
	width:13px;
	height:13px;
	background-size:100% 100%;
	display: block;
	margin: 4px 6px 0 1px;
}
.isgood-main .yelp .yelp-box .yelp-bom .edit-btn:hover:before {
	content: "";
	background-image:url(../images/edit_hover.png);
	width:13px;
	height:13px;
	background-size:100% 100%;
	display: block;
	margin: 4px 6px 0 1px;
}
.isgood-main .yelp .yelp-box .yelp-bom .commit-btn:before {
	content: "";
	background-image:url(../images/commit.png);
	width:13px;
	height:13px;
	background-size:100% 100%;
	display: block;
	margin: 4px 6px 0 1px;
}
.isgood-main .yelp .yelp-box .yelp-bom .commit-btn:hover:before {
	content: "";
	background-image:url(../images/commit_hover.png);
	width:13px;
	height:13px;
	background-size:100% 100%;
	display: block;
	margin: 4px 6px 0 1px;
}


.isgood-main .yelp .yelp-box .yelp-bom .group+.group{
    margin-left: 30px;
}
.isgood-main .yelp .yelp-box .yelp-bom .group{
    display: flex;
    align-items: center;
    flex: 1;
}
.isgood-main .yelp .yelp-box .yelp-bom .dz{
	background: #EAF2FF;
	padding: 4px 8px;
	border: 1px solid #B3CFFF;
	border-radius: 10px;
	color: #689FFE;
	text-align: center;
	margin-right: 10px;
	white-space: nowrap;
	display: flex;
}
.isgood-main .yelp .yelp-box .yelp-bom .dz:hover,.isgood-main .yelp .yelp-box .yelp-bom .dz:hover a{
	color: #fff;
    background: #5291FD;
}
.isgood-main .yelp .yelp-box .yelp-bom .dz:before{
	content: "";
	background-image:url(../images/dz.png);
	width:13px;
	height:13px;
	background-size:100% 100%;
	display: block;
	margin: 4px 6px 0 1px;
}
.isgood-main .yelp .yelp-box .yelp-bom .dz:hover:before{
	content: "";
	background-image:url(../images/dz_hover.png);
	width:13px;
	height:13px;
	background-size:100% 100%;
	display: block;
	margin: 4px 6px 0 1px;
}
.isgood-main .yelp .yelp-box .yelp-r .txt{
	line-height: 30px;
}
/*底部*/
.footer{
	width: 100%;
	margin: 20px 0 0 0;
	background: #006FB4;
}
.footer .conet{
	border-bottom: 1px solid #92B8FE;
}
.footer .conet, .footer .copy{
	margin: 0 auto;
	padding: 40px 0 20px;
	width: 1200px;
	color: #fff;
}
.footer .copy{
	text-align: center;
	padding: 20px 0 20px;
}
.footer .copy p{
	line-height: 30px;
}
.footer .conet .wximg{
	float: left;
	padding-right: 40px;
	text-align: center;
}
.footer .conet .hb{float: right;}
.footer .conet .hb .link{
	margin-top: 10px;
}
.footer .conet .hb p{
    color: #fff;
    padding: 5px 10px;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
}
.footer .conet .hb a{
	float: left;
	display: block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 5px 10px;
	margin-right: 10px;
}
.footer .conet .hb a:hover{
    color: #333;
    background: #fff;
}
.container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    /* box-sizing: border-box; */
}