body {
	background: #F5F5F5;
}
.source_name{ text-align:center;}
.topbox {
	margin: auto;
	width: 100%;
	min-width: 1200px;
	height: auto;
	display: block;
	clear: both;
	background-color: #FFF;
}

.topbox .topbanner_all {
	border-bottom: 1px #ececec solid;
	/* float: left; */
	width: 100%;
	height: 35px;
	display: block;
	clear: both;
	background-color: #f9f9f9;
}

.topbanner {
	margin: 0 auto;
	width: 1200px;
	height: 35px;
	line-height: 35px;
}

.topbanner .topbanner_welcome {
	color: #6e6e6f;
}

.topbanner .locate {
	position: relative;
	top: -3px;
	float: left;
	line-height: 35px;
	font-size: 14px;
	font-family: "å¾®è½¯é›…é»‘";
	color: #666;
}

.topbanner .locate .locate_city {
	float: left;
}

.topbanner .locate .locate_city i {
	display: block;
	margin-top: 13px;
	background: url(../image/location_1.png) no-repeat;
	width: 10px;
	height: 13px;
	float: left;
}

.topbanner .locate #city {
	margin-left: 5px;
	float: left;
	line-height: 38px;
}

.topbanner .locate .tips_city_box {
	z-index: 10000;
	margin-top: 5px;
	float: left;
	margin-left: 10px;
	height: 30px;
	width: 80px;
	position: relative;
}

.topbanner .locate div.tips_city_box>a {
	left: -1px;
	cursor: default;
	position: relative;
	height: 14px;
	font-size: 12px;
	border-left: #CCC 1px solid;
	display: block;
	float: left;
	line-height: 14px;
	padding-left: 9px;
	margin-top: 8px;
	padding-right: 12px;
}

.topbanner .locate div.tips_city_box>a i {
	transition: transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	-webkit-transition: -webkit-transform 0.2s;
	-o-transition: -o-transform 0.2s;
	position: absolute;
	right: 0px;
	background: url(../image/down_1.png) no-repeat;
	width: 7px;
	height: 4px;
	top: 6px;
}

.topbanner .locate .tips_city_box:hover {
	box-shadow: 0 1px 3px rgba(2, 2, 2, 0.26);
	background-color: #ffffff;
}

.topbanner .locate .tips_city_box:hover>a {
	border-left: #CCC 1px solid;
	color: #1eb388;
}

.topbanner .locate .tips_city_box:hover>a i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

.topbanner .locate .tips_city {
	width: 172px;
	padding-left: 18px;
	padding-right: 18px;
	position: absolute;
	top: 30px;
	font-size: 12px;
	background-color: #ffffff;
	display: none;
}

.topbanner .locate .tips_city_box:hover .tips_city {
	display: block;
	box-shadow: 0 1px 3px rgba(2, 2, 2, 0.26);
}

.topbanner .locate .tips_city h5 {
	padding: 0px;
	font-weight: normal;
	color: #1eb388;
	font-size: 12px;
	padding: 0px;
	margin: 3px 0 0 0;
	line-height: 40px;
}

.topbanner .locate .tips_city ul {
	width: 196px;
}

.topbanner .locate .tips_city li {
	float: left;
	line-height: 10px;
	height: 10px;
	margin-bottom: 10px;
	min-width: 39px;
	margin-right: 10px;
	text-align: left;
}

.topbanner .locate .tips_city li a {
	border-bottom: 1px #ffffff solid;
	font-size: 12px;
	color: #666666;
}

.topbanner .locate .tips_city li a:hover {
	color: #1eb388;
	border-bottom: 1px #1eb388 solid;
}

.topbanner .locate .tips_city>a {
	line-height: 12px;
	color: #888888;
	font-size: 12px;
	padding-bottom: 14px;
	margin-top: 5px;
	text-align: right;
	display: block;
	float: right;
}

.topbanner .locate .tips_city>a:hover {
	color: #1eb388;
}

.topbanner .locate .tips_city em {
	background-color: #ffffff;
	display: block;
	height: 3px;
	width: 80px;
	position: absolute;
	top: -2px;
	left: 0px;
}

.transition200 {
	-moz-transition: background-color 0.2s, -moz-transform 0.2s;
	/* Firefox 4 */
	-webkit-transition: -webkit-background-color 0.2s, -webkit-transform 0.2s;
	/* Safari å’Œ Chrome */
	-o-transition: -o-background-color 0.2s, -o-transform 0.2s;
	/* Opera */
	transition: background-color 0.2s, transform 0.2s;
}

.topbanner .topbanner_right {
	width: auto;
	line-height: 30px;
	float: right;
	position: relative;
	top: -3px;
}

.topbanner .topbanner_right>a {
	float: left;
	width: auto;
	line-height: 15px;
	margin-top: 13px;
	margin-left: 10px;
	font-size: 12px;
	color: #6e6e6f;
	padding-right: 10px;
	border-right: #CCC 1px solid;
}

.topbanner .topbanner_right>a.index {
	color: #1eb388;
}

.topbanner .topbanner_right a.index i {
	background: url(../image/home_1.png) no-repeat;
	margin-right: 5px;
	width: 13px;
	height: 11px;
	display: inline-block;
}

.topbanner .topbanner_right a.orange {
	color: #e25d39;
}

.topbanner .topbanner_right a.login {
	border-right: none;
	padding-right: 8px;
}

.topbanner .topbanner_right em {
	float: left;
	width: auto;
	margin-left: 10px;
	font-size: 14px;
}

.topbanner .topbanner_right em.t_tel {
	background: url(../image/t_tel.jpg) left no-repeat;
	padding-left: 20px;
}

.topbanner .topbanner_right a:hover {
	color: #1eb388;
}

.topbanner .topbanner_right>a.index:hover {
	color: #1769aa !important;
}

.topbanner .topbanner_right .contact {
	z-index: 10000;
	margin-top: 5px;
	float: left;
	height: 30px;
	width: 100px;
	position: relative;
}

.topbanner .topbanner_right .contact>a {
	color: #eb5d43;
	margin-left: 30px;
	border-right: 0px;
	cursor: default;
	position: relative;
	height: 14px;
	font-size: 12px;
	display: block;
	float: left;
	line-height: 14px;
	margin-top: 8px;
	padding-right: 12px;
}

.topbanner .topbanner_right .contact>a i {
	position: absolute;
	right: 0px;
	background: url(../image/down_3.png) no-repeat;
	width: 9px;
	height: 5px;
	top: 5px;
}

.topbanner .topbanner_right .contact:hover>a i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

.topbanner .topbanner_right .contact {
	background: url(../image/user_1.png) no-repeat;
	background-position: 11px 7px;
}

.topbanner .topbanner_right .contact .contact_box {
	width: 223px;
	padding-left: 17px;
	padding-right: 17px;
	position: absolute;
	top: 30px;
	font-size: 12px;
	background-color: #ffffff;
	display: none;
}

.topbanner .topbanner_right .contact:hover .contact_box {
	display: block;
	box-shadow: 0 1px 3px rgba(2, 2, 2, 0.26);
}

.topbanner .topbanner_right .contact:hover {
	background-color: #ffffff;
	box-shadow: 0 1px 3px rgba(2, 2, 2, 0.26);
}

.topbanner .topbanner_right .contact .contact_box>em {
	background-color: #ffffff;
	left: -10px;
	display: block;
	height: 3px;
	width: 100px;
	position: absolute;
	top: -2px;
}

.topbanner .topbanner_right .contact .contact_box h5 {
	padding: 0px;
	font-weight: bold;
	color: #898989;
	font-size: 12px;
	padding: 0px;
	margin: 10px 0 14px 0;
	line-height: 12px;
	height: 12px;
}

.contact_box h5 a {
	color: #898989;
}

.topbanner .topbanner_right .contact .contact_box li {
	float: left;
	line-height: 10px;
	height: 10px;
	margin-bottom: 10px;
	min-width: 64.3px;
	margin-right: 10px;
	text-align: left;
}

.topbanner .topbanner_right .contact .contact_box li a {
	float: none;
	border-bottom: 1px #ffffff solid;
	font-size: 12px;
	color: #898989;
}

.topbanner .topbanner_right .contact .contact_box li a:hover {
	color: #1eb388;
	border-bottom: 1px #1eb388 solid;
}

.topbanner .topbanner_right .contact .contact_box ul {
	width: 243px;
}

.topbanner .topbanner_right .contact .contact_box .btn {
	background: url(../image/top_contact_icon01.png) no-repeat;
	background-position: 76px 6px;
	text-indent: 32px;
	margin: 10px auto 0 auto;
	display: block;
	text-align: center;
	background-color: #1eb388;
	color: #ffffff;
	width: 211px;
	height: 29px;
	line-height: 29px;
	padding: 0;
	font-size: 13px;
	border: none;
	border-radius: 0;
}

.topbanner .topbanner_right .contact .contact_box .btn:hover {
	background-color: #3e9ce5;
}

.topbanner .topbanner_right .contact .contact_box .phone {
	margin-left: 10px;
	margin-top: 13px;
	line-height: 20px;
	font-family: "å®‹ä½“";
	font-size: 16px;
	background-position: 47px center;
	background-color: #ffffff;
	color: #898989;
}

.topbanner .topbanner_right .contact .contact_box .phone .v001 {
	float: left;
	position: relative;
	top: 0px;
	left: -2px;
	width: 18px;
	height: 20px;
	background: url(../image/top_contact_phone.png) no-repeat;
}

.topbanner .topbanner_right .contact .contact_box .phone .v002 {
	float: left;
	margin-left: 3px;
}

.topbanner .topbanner_right .contact .contact_box .phone .v003 {
	float: left;
	font-size: 12px;
	margin-top: 2px;
}

.topbanner .topbanner_right .t002 {
	margin-left: 33px;
	padding-bottom: 18px;
	margin-top: 1px;
	line-height: 15px;
	font-size: 11px;
	color: #898989;
}

.topbanner .topbanner_right .t_phone {
	display: none;
	background: url(../image/top_contact_phone03.png) no-repeat;
	background-position: 12px 2px;
	padding-left: 31px;
	font-size: 14px;
	margin-left: 0px;
	border-left: #CCC 1px solid;
}

.topbanner .topbanner_right .t_login {
	float: left;
	width: auto;
	height: 25px;
	line-height: 15px;
	font-size: 14px;
	color: #6e6e6f;
	background: url(../image/t_tel.jpg) right 6px no-repeat;
	padding-right: 15px;
	margin-top: 7px;
	position: relative;
	cursor: pointer;
	z-index: 1001;
}

.topbanner .topbanner_right .t_login a {
	margin-top: 0;
}

.topbanner .topbanner_right .t_login:hover {
	background: url(../image/t_tel.jpg) right 6px no-repeat;
}

.topbanner_right .t_login .top_login {
	display: none;
}

.topbanner_right .t_login:hover .top_login {
	display: block;
	position: absolute;
	top: 22px;
	left: -10px;
	width: 100px;
	height: auto;
	border: #ddd 1px solid;
	background-color: #FFF;
}

.topbanner_right .t_login:hover .top_login a {
	float: left;
	width: 90px;
	height: auto;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 0;
	margin: 0;
	border-right: none;
}

.topbanner_right .t_login:hover .top_login a:hover {
	background-color: #eee;
}

.topbox .top {
	margin: auto;
	width: 1200px;
	height: 139px;
	display: block;
	clear: both;
	padding-bottom: 0;
	position: relative;
}

.topbox .top .logo {
	height: 112px;
	width: 230px;
	margin: 25px 0 0 0;
	float: left;
    background: url(../image/logo.png) no-repeat 40% 0%;
    background-size: 100% auto; 
}
.topbox .top .logo a {
    display:block;
    color: #4b4643;
    text-decoration: none;
    font-family: "微软雅黑";
    font-size: 13px;
    height: 112px;
	width: 230px;
}

.topbox .top .logo img {
	width: 230px;
	display: block;
}

.topbox .top .logo .txt {
	font-size: 14px;
	text-indent: -1px;
	text-align: center;
	color: #666;
	word-break: keep-all;
	letter-spacing: 5.6px;
	margin-top: 7px;
	line-height: 30px;
	margin-bottom: 12px;
	border-top: 1px #d9d9d9 solid;
}

/*.topbox .top .logo.newlogo{ width:215px; height:auto; margin:4px 0 0 0;} 
.topbox .top .logo.newlogo img{ height:125px;margin-left: -15px} 
*/
.topbox .top .top_center {
	width: 485px;
	height: auto;
	margin: 50px 0 0 74px;
	float: left;
}

.topbox .top .top_center .top_search {
	width: 657px;
	height: auto;
	line-height: 25px;
	position: relative;
	z-index: 1000
}

.topbox .top .top_center .top_search input {
	font-family: "å¾®è½¯é›…é»‘";
	font-size: 14px;
	float: left;
	width: 249px;
	height: 42px;
	line-height: 42px;
	margin: 0 0 0 0px;
	color: #666;
	padding: 0 10px 0 10px;
	border: #1eb388 1px solid;
	/* border-left: #1eb388 2px solid; */
	position: relative;
	z-index: 1002;
}
.top_search .b1 {
	float: left;
	position: relative;
	height: 42px;
	line-height: 42px;
	border: #1eb388 1px solid;
	border-right: 0;
	width: 100px;
	text-align: center;
	color: #999999;
	font-size: 14px;
	cursor: pointer;
}
.top_search .b1 span {
	position: relative;
	padding-right: 15px;
	display: inline-block;
	line-height: 42px;
}
.top_search .b1 span.active {
	color: #333333;
}
.top_search .b1 span:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
	border: 4px solid transparent;
	border-top: 5px solid #999999;
}
.top_search .b1 ul {
	position: absolute;
	top: 100%;
	line-height: 40px;
	border: #1eb388 1px solid;
	width: 100%;
	left: 0;
	background: #fff;
	color: #333333;
	margin-left: -1px;
	display: none;
}
.top_search .b1 ul li.active,
.top_search .b1 ul li:hover {
	background: #f5f5f5;
}
.topbox .top .top_center .top_search input:focus {
	outline: none;
}

.topbox .top .top_center .top_search .v001 {
	width: 16px;
	height: 16px;
	background: url(../image/search.png) 0 0px no-repeat;
	position: absolute;
	left: 12px;
	top: 16px;
	z-index: 1003;
}

.topbox .top .top_center .top_search a.pointer {
	float: left;
	width: 100px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-color: #1eb388;
	color: #FFF;
	font-size: 14px;
}

.topbox .top .hotsearch {
	overflow: hidden;
	float: left;
	width: 450px;
	line-height: 25px;
	color: #999;
	font-size: 12px;
	margin-top: 4px;
}

.topbox .top .hotsearch a {
	color: #999;
	padding-right: 10px;
	border-right: #CCC 1px solid;
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	display: block;
	float: left;
	padding-left: 10px;
}

.topbox .top .hotsearch a:first-child {
	padding-left: 0px;
}

.topbox .top .hotsearch a:last-child {
	border: none;
}

.topbox .top .hotsearch a:hover {
	color: #019eeb;
}

.topbox .top .top_user {
	float: right;
	margin-top: 51px;
	position: relative;
}

.topbox .top .top_user .btn {
	cursor: default;
	color: #666666;
	font-size: 14px;
	line-height: 40px;
	text-indent: 40px;
	background: url(/skin/mk/images/top_user_icon.png) 14px 10px no-repeat;
	width: 135px;
	height: 40px;
	border: 1px #ddd solid;
	border-radius: 2px;
	padding: 0;
}

.topbox .top .top_user .btn i {
	margin-right: 18px;
	margin-top: 16px;
	float: right;
	background: url(/skin/mk/images/top_user_icon01.png)no-repeat;
	width: 5px;
	height: 9px;
	display: block;
}

.topbox .top .top_user .dropdownbox {
	display: none;
	border: 1px #ddd solid;
	z-index: 10000;
	width: 269px;
	height: 285px;
	background-color: #ffffff;
	box-shadow: 0 1px 3px #c1c1c1;
	position: absolute;
	right: 0px;
	top: 40px;
}

.topbox .top .top_user:hover .dropdownbox {
	display: block;
}

.topbox .top .top_user .dropdownbox em {
	background-color: #ffffff;
	display: block;
	height: 4px;
	width: 135px;
	position: absolute;
	top: -3px;
	right: 0px;
}

.topbox .top .top_user .dropdownbox .p01 {
	width: 233px;
	border-bottom: 1px #ddd solid;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
}

.topbox .top .top_user .dropdownbox .p01 a {
	width: 44px;
	height: 44px;
	width: 44px;
	height: 44px;
	margin-top: 14px;
	display: block;
	float: left;
	margin-left: 3px;
}

.topbox .top .top_user .dropdownbox .t01 {
	margin-top: 17px;
	float: left;
	color: #555555;
	width: 165px;
	margin-left: 8px;
}

.topbox .top .top_user .dropdownbox .t02 {
	float: left;
	color: #bfbfbf;
	width: 165px;
	margin-left: 8px;
}

.topbox .top .top_user .dropdownbox .p {
	display: block;
	color: #555555;
	font-size: 14px;
	width: 233px;
	line-height: 37px;
	margin: auto;
}

.topbox .top .top_user .dropdownbox .p i {
	float: right;
}

.topbox .top .top_user .dropdownbox .p:hover span,
.topbox .top .top_user .dropdownbox .p:hover i {
	color: #019eeb;
}

.topbox .top .top_user .dropdownbox .p02 {
	margin-top: 11px;
}

.topbox .top .c01 {
	float: right;
	margin-top: 43px;
	margin-right: 25px;
}

.topbox .top .c01 .d01 .e01 {
	float: left;
	width: 33px;
	height: 31px;
	top: 0px;
	background: url(../image/sprite.png) -72px -200px no-repeat;
}

.topbox .top .c01 .d01 .e02 {
	float: left;
	line-height: 31px;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	/* margin-left: 10px; */
	font-family: MicrosoftYaHei-Bold;
}

.topbox .top .c01 .d02 {
	font-size: 14px;
	margin-top: 5px;
	color: #666666;
	/* margin-left: 28px; */
}

.top_search .search_tips {
	width: 370px;
    background-color: #ffffff;
    top: 44px;
    position: absolute;
    border: 1px #c5c5c5 solid;
    left: 0px;
    z-index: 1001;
}

.top_search .search_tips .recent_search span,
.top_search .search_tips .jg_hspanot_search span,
.top_search .search_tips .tj_hot_search span {
	display: block;
	float: left;
	width: 95px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

.top_search .search_tips ul {
	display: block;
	float: left;
	width: 268px;
	padding-left: 5px;
}

.top_search .search_tips .recent_search ul li,
.top_search .search_tips .jg_hspanot_search ul li,
.top_search .search_tips .tj_hot_search ul li {
	cursor: pointer;
	float: left;
	width: 87px;
	margin-left: 5px;
	color: #666666;
	margin-right: 16px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.top_search .search_tips ul li:hover {
	color: #019eeb;
}

.top_search .recent_search {
	margin-top: 25px;
	margin-bottom: 15px;
}

.top_search .recent_search span,
.top_search .recent_search li {
	line-height: 20px;
}

.top_search .jg_hspanot_search {
	margin-top: 20px;
	margin-bottom: 15px;
}

.top_search .tj_hot_search {
	margin-top: 20px;
	margin-bottom: 15px;
}

.top_search .word_result ul {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

.top_search .word_result ul li {
	;
	border-top: 1px #e4e4e4 solid;
	line-height: 35px;
	padding: 0 15px
}

.top_search .word_result ul li:first-child {
	border-top: none;
	line-height: 35px;
	padding-top: 0px;
}

.top_search .word_result li span {
	display: block;
	cursor: pointer;
	float: left;
	font-size: 14px;
	color: #000000;
	line-height: 33px;
}

.top_search .word_result li i {
	display: block;
	float: right;
	font-size: 12px;
	color: #777777;
}

.top_search .word_result li em {
	float: right;
	color: #777777;
	margin-left: 15px;
}

.top_search .word_result ul li:after {
	content: "";
	display: table;
	clear: both;
}

.top_search .word_result ul li:hover em,
.top_search .word_result ul li:hover span,
.top_search .word_result ul li:hover i {
	color: #019eeb;
}

.top_search .word_result ul li:hover {
	background: #f9f9f9;
}

.top_search .word_result ul li>a {
	display: block;
	width: 339px;
	text-align: left;
}

.top_search .word_result ul li>a:after {
	content: "";
	display: table;
	clear: both;
}

.topbox .nav {
	margin: auto;
	width: 100%;
	height: 48px;
	position: relative;
	z-index: 999;
}

.topbox .nav .nav_all {
	margin: auto;
	width: 1200px;
	position: relative;
}

.topbox .nav .nav_body {
	float: left;
	width: 960px;
	height: 40px;
}

.topbox .nav .nav_body>li {
	float: left;
	min-width: 120px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}

.topbox .nav .nav_body>li a {
	padding-bottom: 3px;
	margin: auto;
	width: auto;
	height: 43px;
	position: relative;
	z-index: 3;
	display: block;
	color: #555555;
	font-size: 17px;
	position: relative;
}

.topbox .nav .nav_body>li a.line:before {
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 0px;
	top: 12px;
	width: 1px;
	background-color: #cecece;
}

.topbox .nav .nav_body>li:last-child a.line:before {
	display: none;
}

.topbox .nav .nav_body>li a.nav_kktc:before {
	content: none;
}

.topbox .nav .nav_body>li a.nav_tc:before {
	content: none;
}

.topbox .nav .nav_body>li.p_kktc {
	position: relative;
}

.topbox .nav .nav_body>li.p_kktc:before {
	content: "";
	display: table;
	width: 27px;
	height: 16px;
	background: url(/skin/mk/images/hot.png);
	position: absolute;
	right: 29px;
	top: -7px;
}

.topbox .nav .nav_body>li.nav_dz {
	width: 100px;
}

.topbox .nav .nav_body>li.nav_tips {
	float: left;
	position: relative;
	z-index: 99;
}

.topbox .nav .nav_body>li a.trigon i {
	background: url(../image/down_2.png) no-repeat;
	-moz-transition: background-color 0.2s, -moz-transform 0.2s;
	/* Firefox 4 */
	-webkit-transition: -webkit-background-color 0.2s, -webkit-transform 0.2s;
	/* Safari å’Œ Chrome */
	-o-transition: -o-background-color 0.2s, -o-transform 0.2s;
	/* Opera */
	transition: background-color 0.2s, transform 0.2s;
	width: 9px;
	height: 5px;
	position: absolute;
	right: 10px;
	top: 19px;
}

.topbox .nav .nav_body>li a.trigon:hover i {
	display: none transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

.topbox .nav .nav_body>li.nav_tips ul {
	display: none;
	/* margin-top: -5px; */
}

.topbox .nav .nav_body>li.nav_tips:hover ul {
	display: block;
	position: absolute;
	top: 100%;
	left: 22px;
	width: 101px;
	height: auto;
	padding-bottom: 0;
	border: #eee 1px solid;
	z-index: 99;
	background-color: #FFF;
}

.topbox .nav .nav_body>li.nav_tips:hover ul li {
	width: 101px;
	height: 30px;
	line-height: 30px;
	padding: 0;
}

.topbox .nav .nav_body>li.nav_tips:hover ul li a {
	float: left;
	width: 86px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding: 0 0 0 15px;
	text-align: left;
}

.topbox .nav .nav_body>li.nav_tips:hover ul li a:hover {
	background-color: #eee;
	color: #6e6e6f;
}

.topbox .nav .nav_body .nav-on {
	/* font-weight: 600; */
	color: #1eb388;
}

.topbox .nav .nav_body a:hover {
	color: #1eb388;
	/* font-weight: 600; */
}

.topbox .nav .menu_body {
	float: left;
	width: 240px;
	height: 48px;
}

.topbox .nav .menu_body .nav_service {
	float: left;
	width: 240px;
	height: auto;
}

.topbox .nav .menu_body .nav_service a {
	position: relative;
	font-size: 18px;
	float: left;
	width: 100%;
	line-height: 48px;
	text-align: center;
	background-color: #1eb388;
	color: #FFF;
}

.topbox .nav .menu_body .nav_service a .v001 {
	position: absolute;
	left: 32px;
	width: 20px;
	height: 14px;
	top: 18px;
	background: url(../image/sprite.png) no-repeat;
}

.menu {
	margin: 0px auto;
	float: left;
	width: 1100px;
	height: auto;
	font-size: 11px;
	position: relative;
	z-index: 999;
	height: 404px;
	width: 240px;
}

.menu>ul {
	position: absolute;
	width: 239px;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: #fff;
}

.menu>ul>li {
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: #F5F5F5 1px solid;
	border-right: #F5F5F5 1px solid;
}

.menu>ul>li.hover {
	border-right: 0;
}

.menu>ul>li:last-child {
	border-bottom: 0;
}

.menu>ul>li.hover {
	background-color: #ffffff;
}

.menu>ul>li>div {
	padding-top: 20px;
	position: relative;
	-moz-transition: left 0.4s;
	/* Firefox 4 */
	-webkit-transition: left 0.4s;
	/* Safari å’Œ Chrome */
	-o-transition: left 0.4s;
	/* Opera */
	transition: left 0.4s;
	left: 0px;
	background: url(../image/right_2.png) no-repeat right center;
}

.menu>ul>li.hover>div {
	/* border-color: #ffffff;
	left: 21px; */
}

.menu>ul>li>div {
	/* width: 189px; */
	position: relative;
	height: 80px;
	margin-right: 20px;
	/* border-bottom: #57ABEA 1px solid; */
	margin-left: 20px;
}

.banner_box {
	height: 400px;
}

.menu.hover .menu_content {
	width: 535px;
}

.menu>ul>li .icon {
	width: 26px;
	height: 25px;
	float: left;
}

.menu>ul>li .title {
	width: 163px;
	position: relative;
	float: left;
	color: #000;
	font-size: 16px;
	line-height: 24px;
}

.menu>ul>li ul {
	display: block;
	float: left;
	width: 180px;
	/* padding-left: 30px; */
	/* height: 12px; */
	padding-top: 5px;
}

.menu>ul>li li {
	float: left;
	display: block;
}

.menu>ul>li li>a {
	font-size: 14px;
	color: #999;
	margin-right: 12px;
}

.menu>ul>li img {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}

.menu>ul>li .oh {
	overflow: hidden;
}

.menu>ul>li.hover .title i {
	display: block;
}

.menu .menu_content {
	overflow: hidden;
	-moz-transition: width 0.2s;
	/* Firefox 4 */
	-webkit-transition: width 0.2s;
	/* Safari å’Œ Chrome */
	-o-transition: width 0.2s;
	/* Opera */
	transition: width 0.2s;
	width: 0px;
	height: 403px;
	background-color: #ffffff;
	position: absolute;
	left: 239px;
	border-top: 1px solid #f5f5f5;
}

.menu .menu_content>div {
	border-right: 1px solid #F5F5F5;
	padding: 14px 30px 0 30px;
	height: 100%;
}

.menu .menu_content h4 {
	color: #333333;
	font-size: 16px;
}

.menu .menu_content .mc_top {
	height: 34px;
}

.menu .menu_content .mc_top a {
	color: #999999;
	font-size: 14px;
}

.menu .menu_content li {
	width: 210px;
	height: 68px;
	line-height: 68px;
	background-color: #fff;
	color: #333333;
	font-size: 14px;
	border-radius: 2px;
	margin-bottom: 18px;
	border: solid 1px #f5f5f5;
}
.menu .menu_content li a {
    display: block;
}
.menu .menu_content li:hover {
    border: 1px solid #1eb388;    
}
.menu .menu_content li img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 12px;
}

.menu .menu_content>div>ul {
	width: 100%;
	display: block;
}

.menu .menu_content>div>ul>li {
	float: left;
	background-color: #74acd8;
	margin-right: 10px;
}

.menu .menu_content>div>ul>li div {
	display: block;
	margin-left: 11px;
	float: right;
	background-color: #248bdd;
}

.menu .menu_content>div>ul>li i {
	display: block;
	float: right;
	width: 23px;
	height: 24px;
	background: url(/skin/mk/images/menu_content_icon.png) center center no-repeat;
}

.menu .menu_content>div>ul>li span {
	display: block;
	float: left;
	line-height: 24px;
	font-size: 14px;
	color: #ffffff;
	padding-left: 10px;
}

.menu .menu_content>div>ul>li:hover i {
	background-color: #0387c9;
}

.menu .menu_content>div>ul>li:hover {
	background-color: #109ee3;
}

.menu .menu_content_ul {
	margin-top: 20px;
}

.menu .menu_content_ul h5 {
	display: block;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 14px;
	color: #555555;
}

.menu .menu_content_ul>div {
	float: left;
	width: 544px;
	margin-left: 9px;
	padding-bottom: 2px;
	padding-top: 4px;
	border-bottom: 1px #ddd solid;
}

.menu .menu_content_ul ul {
	width: 556px;
}

.menu .menu_content_ul ul li {
	margin-bottom: 17px;
	color: #5e5e5e;
	line-height: 20px;
	float: left;
	font-size: 14px;
}

.menu .menu_content_ul ul li a {
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	border-left: 1px #ddd solid;
	height: 14px;
	line-height: 14px;
}

.menu .menu_content_ul ul li a:hover {
	color: #038dcd;
}

.menu .menu_content_ul:last-child>div {
	border-bottom: none;
}

.nav_all .banner_r_box {
	position: absolute;
	right: 0px;
	width: 240px;
	height: 394px;
	top: 58px;
}

.banner_r_box .awrap {
	position: relative;
	width: 100%;
	height: 100%;
}

.banner_r_box .a1 {
	width: 100%;
	height: 205px;
	background: #fff;
	display: table;
}

.banner_r_box .a1_1 {
	text-align: center;
	color: #999999;
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
}

.banner_r_box .a1_1 p {
	margin: 4px 0 20px;
}

.banner_r_box .a1_1 a {
	display: inline-block;
	color: #333333;
	font-size: 16px;
	width: 180px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color: #fff;
	border-radius: 20px;
	border: solid 1px #e5e5e5;
}

.banner_r_box .a1_1 a:hover {
	color: #1eb388;
	border: solid 1px #1eb388;
}

.banner_r_box .a1_2 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.banner_r_box .a1_2 p {
	margin: 8px 0 20px;
	font-size: 14px;
	color: #999999;
}

.banner_r_box .a1_2 ul {
	color: #666666;
	font-size: 14px;
	overflow: hidden;
	padding: 0 10px;
}

.banner_r_box .a1_2 li {
	float: left;
	width: 33.33%;
}

.banner_r_box .a1_2 div {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

.banner_r_box .a1_2 div img {
	width: 100%;
	height: 100%;
}

.banner_r_box .a1_2 li img {
	display: block;
	margin: 0 auto 4px;
}

.banner_r_box .a2 {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	color: #999999;
	font-size: 14px;
	background: #fff;
	padding: 22px 0 21px;
} 

.banner_r_box .a2 img{ width:106px; height:104px;}
.menu .menu_content_ul ul li.closest {
	border-left: none;
	margin-top: -6px;
	padding: 6px;
	cursor: pointer;
}

.menu .menu_content_ul ul li.closest:hover {
	background-color: #019eeb;
}

.menu .menu_content_ul ul li.closest:hover a {
	color: #ffffff;
}

.menu .menu_content_ul ul li.closest a {
	padding: 0px;
	border-left: none;
}

.unslider_banner li {
	width: 269px;
	height: 252px;
	float: left;
}

.unslider_banner .li01 {
	width: 269px;
	height: 252px;
}

.unslider_banner .li02 {
	width: 269px;
	height: 252px;
}

.banner_croud_wrap {
	width: 1200px;
	margin: 10px auto 0;
}

.banner_croud {
	width: 700px;
	height: 394px;
	margin-left: 250px;
	background-color: #ffffff;
}

.banner_croud img {
	width: 100%;
	height: 100%;
}

.banner_croud .swiper-button-prev {
	background: url(../image/left_1.png) no-repeat;
	width: 30px;
	height: 64px;
	left: 0;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.banner_croud .swiper-button-next {
	background: url(../image/right_1.png) no-repeat;
	width: 30px;
	height: 64px;
	right: 0;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.banner_croud .swiper-button-prev:hover,
.banner_croud .swiper-button-next:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.banner_croud .swiper-pagination-bullet {
	opacity: 0.6;
}

.banner_croud .swiper-pagination-bullet-active {
	opacity: 1;
}

.bz_wrap {
	background: #fff;
	width: 1200px;
	margin: 10px auto 20px;
	height: 140px;
	display: table;
	text-align: center;
	font-size: 0;
}

.bz_wrap ul {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}

.bz_wrap li {
	display: inline-block;
	width: 12.5%;
	color: #657570;
	font-size: 14px;
}

.con_body {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}

.indexImgList_1 {
	overflow: hidden;
	margin-bottom: 40px;
}

.indexImgList_1 ul {
	width: 1220px;
}

.indexImgList_1 li {
	float: left;
	width: 285px;
	height: 168px;
	margin-right: 20px;
	-moz-transition: -moz-transform 0.2s;
	/* Firefox 4 */
	-webkit-transition: -webkit-transform 0.2s;
	/* Safari å’Œ Chrome */
	-o-transition: -o-transform 0.2s;
	/* Opera */
	transition: transform 0.2s;
}

.indexImgList_1 li img {
	width: 100%;
	height: 100%;
}

.indexImgList_1 li:hover {
	transform: scale(0.95, 0.95);
	-moz-transform: scale(0.95, 0.95);
	/* Firefox 4 */
	-webkit-transform: scale(0.95, 0.95);
	/* Safari and Chrome */
	-o-transform: scale(0.95, 0.95);
	/* Opera */
}

.common_title1 {
	margin-bottom: 10px;
}

.common_title1 h2 {
	color: #333333;
	font-size: 18px;
}

.common_title1 .list_1 a {
	color: #333333;
	font-size: 14px;
	margin-left: 48px;
}

.common_title1 .list_1 .active,
.common_title1 .list_1 a:hover {
	color: #1eb388;
	font-weight: bold;
}

.common_title1 .list_1 .more1 {
	border-left: 1px solid #bdbdbd;
	padding: 0 15px 0 30px;
	margin-left: 30px;
	background: url(../image/right_3.png) no-repeat right center;
}

.common_con1 .left1 {
	float: left;
	position: relative;
	width: 240px;
	height: 589px;
	margin-right: 10px;
	background: url(../image/bg_1.png) no-repeat;
	background-size: 100% 100%;
}

.common_con1 .left11 {
	height: 650px;
	background: url(../image/bg_2.png) no-repeat;
	background-size: 100% 100%;
}

.common_con1 .left1 img {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
}

.common_con1 .right1 {
	float: right;
	width: 950px;
}

.common_con1 .a1 {
	width: 1102px;
}

.common_con1 .a1 .now {
	font-size: 26px;
	color: #ff4e00;
	font-weight: bold;
	margin-right: 4px;
}

.common_con1 .a1 .now i {
	font-size: 18px;
	font-style: normal;
}

.common_con1 .a1 .old {
	color: #b3b3b3;
	font-size: 12px;
	text-decoration: line-through;
}

.common_con1 .a1 .sale {
	color: #999999;
	font-size: 12px;
}

.common_con1 .a1 .sale a {
	width: 60px;
	height: 25px;
	line-height: 25px;
	display: block;
	margin-top: 5px;
	background-color: #ff4e00;
	border-radius: 3px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}

.common_con1 .a1>li {
	float: left;
	width: 290px;
	padding: 10px;
	background: #fff;
	margin-right: 10px;
	margin-bottom: 16px;
	position: relative;
	transition: top 0.2s, box-shadow 0.4s;
	-moz-transition: top 0.2s, box-shadow 0.4s;
	/* Firefox 4 */
	-webkit-transition: top 0.2s, box-shadow 0.4s;
	/* Safari å’Œ Chrome */
	-o-transition: top 0.2s, box-shadow 0.4s;
	/* Opera */
	top: 0px;
	box-shadow: 0 0px 0px 0 rgba(255, 255, 255, 0), 0 0px 0px 0 rgba(255, 255, 255, 0);
}

.common_item1 {
	margin-bottom: 24px;
}

.common_con1 .a1>li:hover {
	top: -8px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.common_con1 .a1 .mark {
	position: absolute;
	z-index: 6;
}

.common_con1 .a1 .img {
	position: relative;
	height: 185px;
	overflow: hidden;
}

.common_con1 .a1 .img img {
	width: 100%;
	height: 100%;
}

.common_con1 .a1 .img p {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	text-indent: 14px;
	color: #fff;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.6);
}

.color_red {
	color: #eb5d43 !important;
}
.common_con1 .a1 h2 {
	color: #555555;
	color: #555555;
	margin: 8px 0;
    font-size: 15px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.common_con1 .a1 h2 a {
	color: #555555;
	color: #555555;
	margin: 8px 0;
    font-size: 15px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.common_con1 .a1 .address {
	color: #999797;
	font-size: 14px;
	margin-bottom: 8px;
}

.common_con1 .a2 {
	width: 1212px;
}

.common_con1 .a2_1 {
	background: #fff;
	width: 352px;
	padding: 26px 20px 0;
	margin-right: 12px;
	font-size: 0;
}

.common_con1 .a2_1 h2 {
	font-weight: normal;
	color: #333333;
	font-size: 18px;
}

.common_con1 .a2_1 img {
	margin: 20px 0 16px;
}

.common_con1 .a2_1 a {
	font-size: 14px;
	color: #999999;
	display: block;
	margin-bottom: 18px;
}

.common_con1 .a2_1 a:hover .text,
.common_con1 .a2_1 a:hover {
	color: #1eb388;
}

.common_con1 .a2_1 a:hover i {
	background: #1eb388;
}

.common_con1 .a2_1 .text {
	position: relative;
	padding-left: 10px;
	width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666666;
}

.common_con1 .a2_1 i {
	width: 4px;
	height: 4px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0;
	background: #666666;
	border-radius: 50%;
}


.foot_tab ol li {
	float: left;
	font-size: 16px;
	color: #6e6e6f;
	cursor: pointer;
	margin-right: 60px;
}

.foot_tab ol li:hover,
.foot_tab ol .active {
	color: #1eb388;
}

.foot_tab ol {
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}

.foot_tab ul {
	overflow: hidden;
	padding-top: 13px;
	margin-bottom: 34px;
	display: none;
}

.foot_tab ul li {
	float: left;
	width: 98px;
	height: auto;
	line-height: 28px;
	margin: 0 20px 0 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.foot2 {
	background: #121c19;
}

.foot2_wrap {
	width: 1454px;
	margin: 0 auto;
	color: #e6e6e6;
	padding: 34px 0 60px;
}

.foot2_top {
	border-bottom: 1px solid #3e3e3e;
	margin-bottom: 26px;
	font-size: 16px;
	padding-bottom: 20px;
}

.foot2_top .b1 {
	float: left;
}

.foot2_top .b1 p {
	margin-bottom: 22px;
}

.foot2_top .fl .b1 {
	margin-right: 150px;
}

.foot2_top .fr .b1:last-child {
	margin-left: 80px;
}

.foot2_top .fr .b1 span {
	color: #ffffff;
	font-size: 12px;
	display: block;
	margin-bottom: 4px;
	padding-left: 6px;
}

.foot2_top .fl {
	margin-left: 128px;
}

.foot2_top .b1 a {
	display: block;
	color: #e6e6e6;
	font-size: 16px;
	margin-bottom: 8px;
}

.foot2_top .img {
	width: 103px;
	height: 103px;
	padding: 6px;
	background: #fff;
}

.foot2_top .img img {
	width: 100%;
	height: 100%;
	display: block;
}

.foot2_top .b1 a:hover {
	color: #fff;
}

.foot2_bottom {
	text-align: center;
}

.foot2_bottom p {
	color: #e6e6e6;
	font-size: 12px;
	line-height: 24px;
	margin-top: 10px;
}

.location_bg {
	float: left;
	width: 100%;
	height: 40px;
}

.location {
	width: 1200px;
	color: #666;
	height: 30px;
	line-height: 30px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 0 8px 0;
	font-size: 12px;
}

.location i {
	float: left;
	width: 15px;
	height: 18px;
	background: url(../image/home_2.png) no-repeat;
	margin: 9px 0 0 0;
}

.location a {
	margin: 0 3px;
	font-size: 12px;
	color: #666;
}

.location b {
	float: left;
	/* padding: 0 5px; */
	font-weight: normal;
	font-size: 14px;
	color: #666;
}

.location span {
	/*float: left;*/
	color: #666;
	font-size: 14px;
}

.content {
	min-width: 1200px;
	/* background-color: #fff; */
	padding-bottom: 20px;
	color: #555;
}

.content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.list_jg {
	margin: auto;
	width: 1200px;
	height: auto;
}

.list_jg_left {
	width: 930px;
	height: auto;
	/* background: #fff; */
}

.jg_right {
	width: 255px;
	height: auto;
	margin-top: 5px;
}

.jg_right .MEC {
	margin-top: 10px;
	float: right;
	width: 260px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	padding-bottom: 20px;
}

.jg_right .MEC .title {
	height: 48px;
	border-bottom: 1px solid #e6e6e6;
	width: 240px;
	margin-left: 9px;
	line-height: 48px;
	font-size: 16px;
	color: #000000;
}

.jg_right .MEC .title img {
	vertical-align: middle;
	margin-left: 11px;
}

.jg_right .MEC .title a {
	float: left;
	display: block;
	width: 50%;
	line-height: 46px;
	text-align: center;
	color: #555555;
	font-size: 16px;
	cursor: pointer;
}

.jg_right .MEC .title a.active {
	color: #008cd6;
	border-bottom: 3px solid #008cd6;
}

.jg_right .MEC .MECList {
	padding: 0 20px 0 20px;
}

.jg_right .MEC .MECList .ListBox {
	margin-top: 20px;
}

.jg_right .MEC .MECList .ListBox .imgBox {
	position: relative;
	height: 150px;
}

.jg_right .MEC .MECList .ListBox .imgBox img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.jg_right .MEC .MECList .ListBox .imgBox p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 34px;
	background: rgba(51, 51, 51, .8);
	color: #ffffff;
}

.jg_right .MEC .MECList .ListBox .imgBox p i {
	width: 150px;
	padding-left: 20px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.jg_right .MEC .MECList .ListBox .MEC_hp {
	overflow: hidden;
	padding: 10px 0;
}

.jg_right .MEC .MECList .ListBox .MEC_hp .MEC_Lx {
	float: left;
	font-size: 14px;
	color: #999999;
}

.jg_right .MEC .MECList .ListBox .MEC_hp .MYD {
	float: right;
	font-size: 14px;
	color: #999999;
}

.jg_right .MEC .MECList .ListBox .MEC_hp .MYD em {
	color: #ed6d34;
}

.jg_right .MEC .MECList .ListBox .MEC_hp .left {
	float: right;
	/*display: inline-block;*/
	display: none;
	width: 25px;
	height: 20px;
	background: url("/skin/mk/images/jgdetailjuan03.png") no-repeat center;
	vertical-align: top;
}

.jg_right .MEC .MECList .ListBox .MEC_hp .right {
	float: right;
	/*display: inline-block;*/
	display: none;
	width: 5px;
	height: 20px;
	background: url("/skin/mk/images/jgdetailjuan04.png") no-repeat center;
	vertical-align: top;
}

.jg_right .MEC .MECList .ListBox .MEC_hp .shen {
	float: right;
	/*display: inline-block;*/
	display: none;
	line-height: 18px;
	box-sizing: border-box;
	border-top: 1px solid #eb5b41;
	border-bottom: 1px solid #eb5b41;
	font-size: 12px;
	color: #eb5b41;
	padding: 0 4px;
	vertical-align: top;
}


.jg_right .MEC .MECList .ListBox .MEC_hp .MEC_HPL i {
	font-size: 14px;
	color: #ed6d34;
}

.jg_right .MEC .MECList .ListBox .MEC_GL {
	overflow: hidden;
}

.jg_right .MEC .MECList .ListBox .MEC_GL .MEC_LC {
	float: left;
	font-size: 12px;
	color: #999999;
}

.jg_right .MEC .MECList .ListBox .MEC_GL .MEC_LC i {
	font-size: 14px;
	color: #ed6d34;
}

.jg_right .MEC .MECList .ListBox .MEC_GL .MEC_Money {
	float: right;
	font-size: 14px;
	color: #999999;
}

.jg_right .MEC .MECList .ListBox .MEC_GL .MEC_Money i {
	color: #ed6d34;
}


.jg_detail_right {
	width: 280px;
	height: auto;
	margin-top: 0px;
}

.jg_detailabout {
	margin-bottom: 10px;
}

.jg_right_ad {
	width: 283px;
	height: 283px;
	border: #eee 1px solid;
	-webkit-box-shadow: 3px 3px 3px #eee;
	box-shadow: 3px 3px 3px #eee;
}

.jg_right_body {
	box-shadow: 2px 2px 3px 0 rgba(231, 231, 231, 0.2), 2px 2px 3px 0 rgba(92, 92, 92, 0.2);
	width: 283px;
	height: auto;
	margin-top: 10px;
	border: #eee 1px solid;
}

.jg_right_body .jg_title {
	width: 100%;
	height: 30px;
	line-height: 22px;
	padding: 8px 0 0 0;
}

.jg_right_body .jg_title h3 {
	font-size: 16px;
	color: #4b4643;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 12px;
}

.jg_right_body ul {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 16px;
	margin-top: 5px;
}

.jg_right_body ul li {
	float: left;
	width: 275px;
	height: auto;
	padding: 8px 0 0 9px;
}

.jg_right_body ul li:hover {
	background-color: #eee;
}

.jg_right_body ul li i {
	float: left;
	width: 100px;
	height: auto;
}

.jg_right_body ul li i img {
	width: 100px;
	height: 75px;
}

.jg_right_body ul li dl {
	float: left;
	width: 158px;
	height: auto;
	line-height: 20px;
	margin: 0 0 0 10px;
}

.jg_right_body ul li dl dt {
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
}

.jg_right_body ul li dl dt a {
	font-size: 12px;
	color: #4b4643;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.jg_right_body ul li dl dt a:hover {
	color: #019eeb;
}

.jg_right_body ul li dl dd {
	float: left;
	width: 100%;
	height: auto;
	margin: 3px 0 0 0;
	font-size: 12px;
	color: #999;
}

.jg_right_body ul li dl dd em {
	float: left;
	width: auto;
	font-size: 12px;
	color: #4b4643;
}

.jg_right_body ul li dl dd em b {
	color: #4b4643;
	font-weight: normal;
}

.jg_right_body ul li dl dd span {
	float: right;
	width: auto;
	font-size: 14px;
	color: #999;
	margin-right: 3px;
}

.jg_right_body ul li dl dd span b {
	font-size: 14px;
	color: #eb5b41;
	font-weight: normal;
	margin-right: 5px;
}

.mapmodel {
	position: fixed;
	top: 0;
	z-index: 9999999;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000);
	display: none;
}

.mapmodel .mapmodelbody {
	position: absolute;
	display: block;
	left: 50%;
	width: 720px;
	top: 50%;
	padding: 10px;
	margin-top: -250px;
	margin-left: -360px;
	height: 500px;
	background-color: #fff;
	box-sizing: border-box;
}

.mapmodel.lookroad .mapmodelbody {
	width: 880px;
	margin-left: -440px;
}

.mapmodel .mapmodelbody:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.mapmodelbody>a.colsebtn {
	position: absolute;
	right: -25px;
	top: -1px;
	color: #fff;
	padding: 3px 8px;
	background-color: rgba(0, 0, 0, .5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000);
}

.mapmodelbody .baidumapout .baidumap {
	width: 100%;
	height: 100%;
}

.mapmodelbody .searchresult {
	float: left;
	width: 250px;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #cedaef;
	border-left: none;
}

.lookroad .mapmodelbody .searchresult {
	width: 310px;
	overflow-y: auto;
}

.mapmodelbody .mapinput {
	position: absolute;
	top: 5px;
	left: 24px;
	/* width: 400px;*/
	/*height: 40px;*/
}

.mapmodelbody .mapinput input {
	display: inline-block;
	height: 40px;
	border: 1px solid #1fa5e7;
	width: 340px;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 10px;
	float: left;
}

.mapmodelbody .mapinput input:focus {
	outline: 0;
	border-color: #019eeb;
}

.mapmodelbody .mapinput .mapseachbtn {
	display: inline-block;
	height: 40px;
	width: 60px;
	background: #019eeb url("../image/search.png")no-repeat center center;
	vertical-align: top;
}

.mapmodelbody .searchresult>p {
	margin-top: 10px;
	text-align: center;
	color: #333;
	font-size: 16px;
}

.mapmodelbody .searchresult ul {
	height: 360px;
	padding: 10px 20px;
	margin: 20px 0;
	overflow: auto;
	box-sizing: border-box;
	position: relative;
}

.mapmodelbody .searchresult ul li {
	border-left: 1px solid #DBDBDB;
	position: relative;
	padding: 0 5px 10px 10px;
	box-sizing: border-box;
	cursor: pointer;
}

.mapmodelbody .searchresult ul li p.titlename {
	font-size: 14px;
	color: #999;
}

.mapmodelbody .searchresult ul li p {
	font-size: 12px;
	padding: 0 0 3px 10px;
	color: #ccc;
}

.mapmodelbody .searchresult ul li span {
	position: absolute;
	background-color: #eb5b41;
	color: #fff;
	padding: 2px 6px;
	border-radius: 11px;
	top: 0;
	left: -11px;
	z-index: 999999;
}

.mapmodelbody .searchresult ul li.active span {
	background-color: #eb5b41;
}

.mapmodelbody .searchresult ul li.active p.titlename {
	color: #eb5b41;
}

.mapmodelbody .searchresult ul li.active p {
	color: #FBC3B9;
}

.mapmodelbody .searchresult ul li.noborderleft {
	border-left: none;
}

.mapmodelbody .searchresult div.mapctrl a {
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background-color: #019eeb;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	margin-left: 20px;
}

.mapmodelbody .searchresult div.mapctrl a.colsebtn {
	background-color: #999;
	color: #333;
}

.lookroad .layoutborder {
	min-height: 100%;
	border-left: 1px solid #cedaef;
}

.lookroad .mapyyinfo {
	padding-bottom: 5px;
}

.lookroad .mapyyinfo p {
	font-size: 13px;
	color: #666;
	padding: 4px 10px 0;
	line-height: 20px;
}

.lookroad .mapyyinfo p.mapyyname {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.lookroad .roadtype {
	overflow: hidden;
	border-top: 1px solid #cedaef;
}

.lookroad .roadtype span {
	float: left;
	width: 60%;
	background: url("../image/icon_gps2.png") no-repeat 10px center;
	box-sizing: border-box;
	padding: 10px 0 10px 30px;
	cursor: pointer;
}

.lookroad .roadtype span:first-child {
	width: 40%;
}

.lookroad .roadtype span.active,
.lookroad .roadtype span:hover {
	background-color: #cedaef;
}

.lookroad .roadinput {
	border-top: 1px solid #cedaef;
	padding: 10px 10px;
	height: 28px;
}

.lookroad .roadinput input {
	width: 101px;
	border: 1px solid #cedaef;
	outline: 0;
	height: 25px;
	padding: 0 5px;
	margin-left: 5px;
	float: left;
}

.lookroad .roadinput input:focus {
	border-color: #cedaef;
}

.lookroad .roadinput span {
	display: block;
	float: left;
	line-height: 25px;
}

.lookroad .roadinput p {
	text-align: center;
	width: 125px;
	float: left;
	position: relative;
	top: -1px;
}

.lookroad .roadinput b {
	margin-left: 10px;
	width: 50px;
	text-align: left;
	display: inline-block;
	line-height: 25px;
	font-weight: normal;
	border: 1px solid #cedaef;
	position: relative;
	top: 1px;
	cursor: pointer;
	text-align: center;
}

.lookroad .roadinput b:hover {
	background-color: #dbdbdb;
}

.lookroad .roadinput b.typecar {}

.lookroad .maproadresult {
	border-top: 1px solid #cedaef;
	/*display:none;*/
}

.tangram-suggestion-main {
	z-index: 9999999;
	width: 250px !important;
}

.select_box {
	width: 1200px;
	height: auto;
	margin-top: 5px;
}


.color_green {
	color: #1eb388 !important;
}

.select dl {
	float: left;
	width: 1160px;
	height: auto;
	line-height: 45px;
	border-bottom: 1px solid #eee;
	padding: 0 20px 0 20px;
	position: relative;
}

.select dl.no_line {
	border-bottom: none;
}

.select dl dt {
	float: left;
	margin-right: 35px;
	height: auto;
	font-size: 14px;
	color: #999999;
	/* font-weight: 600; */
}

.select dl dd {
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
}

.select dl dd.all {
	width: 66px;
}

.select dl dd.all a {
	width: auto;
	font-size: 14px;
	color: #fff;
	padding: 2px 5px;
	background-color: #dbdbdb;
}

.select dl dd.all a:hover {
	background-color: #019eeb;
}

.select dl dd.type_add {
	width: 950px;
	height: 45px;
	overflow: hidden;
}

.nohidden {
	overflow: inherit !important;
}

.mapblock .selectmapbtn {
	display: inline-block;
	line-height: 24px;
	color: #fff;
	background-color: #f28123;
	padding: 0 5px;
	border-radius: 5px;
}

.mapblock .selectmapbtn span {
	display: inline-block;
	width: 13px;
	height: 17px;
	background: url("/skin/mk/images/icon_gps1.png") no-repeat left center;
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 5px;
}

.mapblock .haschoose {
	display: inline-block;
	/*border:1px solid #019eeb;*/
	line-height: 24px;
	cursor: pointer;
}

.mapblock .haschoose b {
	display: inline-block;
	border: 1px solid #019eeb;
	line-height: 24px;
	padding: 0 5px 0 25px;
	font-weight: normal;
	background: url("../image/icon_gps2.png") no-repeat 5px center;
	color: #019eeb;
}

.mapblock .haschoose .colsegps {
	display: inline-block;
	padding: 0 10px;
	background-color: #019eeb;
	background: url(/skin/mk/images/del_hover.png) center no-repeat;
	border: 1px solid #019eeb;
	border-left: none;
}

.select dl dd.type_add i {
	cursor: pointer;
	margin-left: 5px;
	color: #f28123;
	display: inline-block;
	width: 45px;
	height: 21px;
	line-height: 26px;
	text-align: center;
}

.select dl dd.type_add>ul {
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
}

.select dl dd.type_add>ul>li {
	float: left;
	width: 100px;
	height: auto;
	/* margin: 0 0 0 5px; */
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.classify .tcselect dl dd.type_add>ul>li {
	margin: 0;
}

.select dl dd.type_add>ul>li>a {
	width: auto;
	font-size: 14px;
	color: #333;
	padding: 2px 5px;
}

/*.classify .tcselect dl dd.type_add>ul>li>a{padding-left:0;}*/
.select dl dd.type_add>ul>li>a:hover {
	background-color: #1eb388;
	color: #FFF;
	border-radius: 2px;
}

.select dl dd.type_add>ul>li>a.cur {
	background-color: #1eb388;
	color: #FFF;
	border-radius: 2px;
}

.select dl dd.all a.cur {
	background-color: #1eb388;
	color: #FFF;
	border-radius: 2px;
}
.select dl dd.more1,
.select dl dd.more {
	float: right;
	vertical-align: top;
	cursor: pointer;
	width: 43px;
	color: #999999;
	font-size: 14px;
}
.select dl dd.more1 i,
.select dl dd.more i {
	width: 11px;
	height: 6px;
	display: inline-block;
	background: url(../image/down_3.png) no-repeat;
	background-size: 8px;
	margin-left: 4px;
	line-height: 6px;
	vertical-align: middle;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.select dl dd.more1.down i,
.select dl dd.more.down i {
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	/* Firefox 4 */
	-webkit-transform: rotate(180deg);
	/* Safari and Chrome */
	-o-transform: rotate(180deg);
	/* Opera */
}

.select dl.condition dd.all {
	width: 95px;
}

.select dl.condition dd.all a {
	background-color: #FFF;
	color: #6e6e6f;
	padding: 0;
	padding-left: 0px;
}

.select dl.condition dd.all a:hover {
	color: #019eeb;
}

.select dl.condition dd.type_add {
	width: auto;
	height: auto;
	padding-bottom: 6px;
}

.select dl.condition dd.type_add>ul>li {
	overflow: visible;
	white-space: normal;
	width: auto;
	height: 26px;
	line-height: 24px;
	margin: 11px 15px 0 0;
	background-color: #fff;
	color: #019eeb;
	display: inline-block;
}

.select dl.condition dd.type_add>ul>li>a {
	float: left;
	display: inline-block;
	padding: 0 10px;
	background-color: #019eeb;
	background: url(/skin/mk/images/del_hover.png) center no-repeat;
	border: 1px solid #019eeb;
	border-left: none;
	vertical-align: top;
}

.select dl.condition dd.type_add .selectlist {
	position: relative;
	display: inline-block;
	cursor: pointer;
	float: left;
}

.select dl.condition dd.type_add .selectlist b {
	display: inline-block;
	padding: 0 5px;
	border: 1px solid #019eeb;
	position: relative;
	z-index: 5;
}

.select dl.condition dd.type_add .selectlist b:after {
	content: "";
	display: table;
	width: 1px;
	height: 1px;
	background-color: #019eeb;
	position: absolute;
	top: 24px;
	left: -1px;
}

.select dl.condition dd.type_add .selectlist.filter span {
	display: inline-block;
	background: url(/skin/mk/images/grouptips.png) no-repeat 0px 0px;
	width: 8px;
	height: 5px;
	overflow: hidden;
	margin-left: 5px;
	vertical-align: middle;
}

.select dl.condition dd .selectlist ul {
	position: absolute;
	padding: 5px 0;
	z-index: 4;
	top: 100%;
	left: 0;
	width: 350px;
	margin-top: -1px;
	border: 1px solid #019eeb;
	background-color: #fff;
	overflow: hidden;
	display: none;
}

.select dl.condition dd .selectlist.filter:hover b {
	border-bottom-color: #fff;
}

.select dl.condition dd .selectlist.filter:hover span {
	background-position: 0px -5px;
}

.select dl.condition dd .selectlist ul li {
	display: inline-block;
	padding: 0 0 0 10px;
	margin: 10px 10px 10px 5px;
	border-left: 1px solid #dbdbdb;
	line-height: 1;
	margin-left: -1px;
}

.select dl.condition dd .selectlist ul li:hover a {
	color: #019eeb;
}

.select dl.condition dd .selectlist ul li.noborderr {
	border-right: none;
}

.select dl.condition dd .selectlist ul li a {
	color: #555555;
	display: inline-block;
	font-size: 14px;
}

.select dl.condition .selectlist.filter:hover ul {
	display: block;
}

.select dl.condition .sreachword input {
	vertical-align: top;
	height: 24px;
	border: 1px solid #dbdbdb;
	padding-right: 30px;
	padding-left: 5px;
	outline: 0;
	width: 118px;
}

.select dl.condition .sreachword input:focus {
	border-color: #019eeb;
}

.select dl.condition .sreachword a {
	display: inline-block;
	width: 25px;
	height: 26px;
	background: url(../image/t_tel.jpg) no-repeat center center;
	margin-left: -25px;
}

.select_more {
	width: 905px;
	height: auto;
}

.select_more em {
	float: left;
	width: 57px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background-color: #999;
	color: #FFF;
	font-size: 12px;
	margin-left: 460px;
}

.select_more em:hover {
	cursor: pointer;
}

#rmtj_jg dd.type_add>ul>li {
	width: auto;
	padding-right: 30px;
	float: left;
	height: auto;
	/* margin: 0 0 0 5px; */
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 30px;
}

.sequence2 {
	font-size: 14px;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	border-bottom: 1px solid #F5F5F5;
}

.sequence2 ul {
	float: left;
	color: #666666;
}

.sequence2 ul li {
	margin-right: 40px;
	float: left;
	cursor: pointer;
}

.sequence2 ul li.active,
.sequence2 ul li:hover {
	/* font-weight: 600; */
	color: #1eb388;
}

.sequence2 p {
	float: right;
	color: #666666;
	font-size: 14px;
}

.sequence2 p b {
	font-weight: normal;
	color: #ff4e00;
}

.jq_list {
	padding: 30px 20px;
	background: #fff;
}

.jq_list li {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.jq_list li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.jq_list .img {
	float: left;
	width: 218px;
	height: 158px;
	border-radius: 4px;
	position: relative;
	margin-right: 20px;
	overflow: hidden;
	border: solid 1px #fafafa;
}

.jq_list .img>img {
	width: 100%;
	height: 100%;
	display: block;
}

.jq_list .img .mark {
	position: absolute;
	top: 0;
	left: 6px;
}

.jq_list .con {
	overflow: hidden;
	line-height: initial;
}

.jq_list .title h2 {
	color: #666666;
	font-weight: 600;
	font-size: 16px;
	float: left;
	max-width: 290px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
	.jq_list .title h2 s {text-decoration: none;}
	.jq_list .title h2 i { font-style:normal;}

.jq_list .title .fl span {
	font-weight: normal;
	float: left;
	width: 27px;
	height: 17px;
	background-color: #52d5af;
	border-radius: 9px;
	line-height: 17px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	margin-left: 8px;
	margin-top: 4px;
}

.jq_list .title p {
	font-size: 14px;
	color: #666666;
}

.jq_list .title p span {
	margin-left: 12px;
}

.jq_list .title {
	margin: 2px 0 20px;
}

.jq_list .content {
	color: #666666;
	font-size: 14px;
	width: 100%;
	min-width: 0;
	margin-bottom: 0;
    padding-bottom: 0;
}

.jq_list .content .a02 {
	text-align: center;
}

.jq_list .content .price {
	color: #ff4e00;
	font-size: 16px;
	margin-bottom: 10px;
}

.jq_list .content .price b {
	font-size: 30px;
}

.check_btn {
	display: inline-block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	background-color: #1eb388;
	border-radius: 3px;
}

.jq_list .content .aimg {
	display: inline-block;
	width: 18px;
	vertical-align: middle;
}

.jq_list .content em {
	font-style: normal;
	width: 1px;
	height: 10px;
	background-color: #cbcbcb;
	display: inline-block;
	margin: 0 10px;
}

.jq_list .content .b01 {
	margin-bottom: 10px;
}

.jq_list .content .b01 span {
	display: inline-block;
	max-width: 340px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

.jq_list .content .b01:last-child {
	margin-bottom: 0;
}

.jq_list .content .amap {
	margin-left: 14px;
}

.select_left {
	background: #fff;
}

.compage {
	text-align: center;
	margin: 40px 0 20px;
	font-size: 0;
}
.compage li{ display:inline-block}

.compage span,
.compage a {
	display: inline-block;
	font-size: 14px;
	color: #666666;
	height: 36px;
	line-height: 36px;
}

.compage a {
	background-color: #d6d6d6;
	border-radius: 3px;
	min-width: 24px;
	margin-right: 8px;
	padding: 0 6px;
}

.compage a:hover,
.compage .active a{
	background-color: #1eb388;
	color: #fff;
}

.list_jg_right {
	float: right;
	width: 260px;
	position: relative;
}

.right_list1 {
	background: #fff;
	padding: 10px 0 0 0;
	margin-bottom: 10px;
}

.right_list1 .img {
	height: 150px;
	position: relative;
	margin-bottom: 10px;
}

.right_list1 .img img {
	width: 100%;
	height: 100%;
}

.right_list1 .img p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 34px;
	background: rgba(51, 51, 51, .8);
	color: #ffffff;
}

.right_list1 .img p i {
	width: 150px;
	padding-left: 20px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-style: normal;
}
.right_list1 .img p i a {
    font: 12px/1.5 'Microsoft YaHei', '宋体', Tahoma, Arial, sans-serif;
    color:#ffffff;
}

.right_list1 .title {
	height: 48px;
	border-bottom: 1px solid #e6e6e6;
	width: 240px;
	margin-left: 9px;
	line-height: 48px;
	font-size: 16px;
	color: #000000;
	margin-bottom: 20px;
}

.right_list1 .title ul {
	padding: 0 8px;
	display: block;
}

.right_list1 .title li {
	float: left;
	padding-bottom: 20px;
	color: #666666;
	font-size: 16px;
	cursor: pointer;
	margin-right: 16px;
	height: 26px;
}

.right_list1 .title li.active {
	color: #1eb388;
	border-bottom: 2px solid #1eb388;
}

.right_list1 .title li:last-child {
	margin-right: 0;
}

.right_list1 .title img {
	vertical-align: middle;
}

.right_list1 ul {
	padding: 0 20px 0 20px;
}

.right_list1 .ulwrap ul {
	display: none;
}

.right_list1 .con p {
	margin: 0 0 10px;
	font-size: 14px;
	color: #999999;
}

.right_list1 .con .others {
	font-size: 12px;
	color: #999999;
}

.right_list1 .con .others2 {
	font-size: 14px;
	color: #999999;
	margin-bottom: 6px;
}

.right_list1 .con .others2:last-child {
	margin-bottom: 0;
}

.right_list1 .con .others2 b {
	font-weight: normal;
	color: #666;
}

.right_list1 .con .others2 label {
	font-size: 12px;
}

.right_list1 .con .others2 span,
.right_list1 .con .others span {
	font-size: 14px;
	color: #ed6d34;
}

.right_list1 .con .others b {
	font-weight: normal;
	margin-left: 2px;
}

.right_list1 li {
	padding-bottom: 20px;
}

.right_list2 {
	margin-bottom: 10px;
	padding-bottom: 20px;
	background: #fff;
}

.right_list2 li {
	line-height: 40px;
}

.right_list2 .title {
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
	border-bottom: 1px solid #f0f0f0;
	color: #333333;
	font-size: 16px;
	margin-bottom: 20px;
}

.right_list2 .myscroll {
	height: 250px;
	overflow: hidden;
}

.right_list2 a {
	font-size: 14px;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	color: #333333;
}

.right_list2 a * {
	float: left;
}

.right_list2 a span {
	color: #1eb388;
}

.right_list2 a p {
	margin: 0 6px;
}

.right_list2 a b {
	font-weight: normal;
	width: 50px;
	float: right;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.right_list2 ul {
	padding: 0 20px;
}

.right_list3 {
	background: #fff;
	padding: 20px 10px;
}

.right_list3 .title {
	font-size: 18px;
	font-weight: normal;
	color: #4b4643;
}

.right_list3 ul {
	margin-top: 10px;
}

.right_list3 li {
	color: #666666;
	height: 30px;
	overflow: hidden;
	text-indent: 13px;
	transition: height 0.3s;
	-moz-transition: height 0.3s;
	-webkit-transition: height 0.3s;
	-o-transition: height 0.3s;
}

.right_list3 li>a {
	display: block;
	position: relative;
	overflow: hidden;
	line-height: 30px;
	height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666666;
}

.right_list3 li>a:after {
	position: absolute;
	top: 14px;
	content: "";
	display: block;
	background-image: url(../image/kkxt_li_icon.png);
	width: 4px;
	height: 4px;
}

.right_list3 .detail_box {
	margin-top: 10px;
	border-bottom: 1px #ebebeb solid;
	overflow: hidden;
}

.right_list3 div.detail_box>a {
	overflow: hidden;
	width: 96px;
	height: 72px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	display: block;
}

.right_list3 img {
	width: 96px;
	height: 72px;
	display: block;
}

.right_list3 li p {
	float: left;
	width: 134px;
	color: #666666;
	text-indent: 26px;
	font-size: 13px;
}

.right_list3 a:hover {
	color: #019eeb;
}

.right_list3 .detail_box a {
	color: #019eeb;
}

.right_list3 li.cur {
	height: 123px;
}

.right_list3 li.cur:hover {
	color: #019eeb;
}

.right_list3 li.cur:hover a {
	color: #019eeb;
}

.right_list3 li>a:hover:after {
	background-position: 0px 4px;
}

.right_list3 li.cur {
	height: 123px;
}

.jg_top {
	width: 1200px;
	margin: 0 auto;
	padding: 18px 0;
}

.jg_top .nav {
	height: auto;
	width: auto;
}

.jg_top .nav .nav_body {
	height: auto;
}

.jg_top .nav .nav_body>li a {
	height: auto;
}

.jg_top .logo1 img {
	display: block;
}

.main_container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.pannel_box1 {
	background: #fff;
	padding: 20px 30px 30px;
}

.pannel_box1 h1 {
	color: #333333;
	font-size: 28px;
	line-height: initial;
	margin-bottom: 16px;
}

.pannel_box1 .mark_list li {
	float: left;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #1eb388;
	font-size: 14px;
	margin-right: 10px;
	background-color: #ffffff;
	border-radius: 2px;
	border: solid 1px #b0ecdb;
    padding: 0 12px;
}

.pannel_box1 .num_list {
	margin-top: 20px;
}

.pannel_box1 .num_list li {
	float: left;
	color: #999999;
	font-size: 14px;
	margin-right: 58px;
}

.pannel_box1 .num_list b {
	display: block;
	font-weight: normal;
	color: #666666;
	font-size: 20px;
	margin-top: 4px;
}

.tab_1 {
	background: #fff;
	height: 60px;
	line-height: 60px;
	padding: 0 30px;
	border-top: 1px solid #F5F5F5;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.tab_1.fixed {
	position: fixed;
    top: 0;
    width: 930px;
    z-index: 88888;
    border-bottom: 1px solid #f5f5f5;
}
.tab_1 li {
	float: left;
	position: relative;
	cursor: pointer;
	margin-right: 44px;
	color: #333333;
	font-size: 16px;
}

.tab_1 li:after {
	content: '';
	position: absolute;
	width: 34px;
	height: 2px;
	background-color: #1eb388;
	bottom: 0;
	left: 50%;
	margin-left: -17px;
	display: none;
}

.tab_1 li:hover,
.tab_1 li.active {
	color: #1eb388;
}

.tab_1 li:hover:after,
.tab_1 li.active:after {
	display: block;
}

.tab_2 {
	background: #fff;
	height: 60px;
	line-height: 60px;
	padding: 0 30px;
	border-top: 1px solid #F5F5F5;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.tab_2.fixed {
	position: fixed;
    top: 0;
    width: 930px;
    z-index: 88888;
    border-bottom: 1px solid #f5f5f5;
}
.tab_2 li {
	float: left;
	position: relative;
	cursor: pointer;
	margin-right: 44px;
	color: #333333;
	font-size: 16px;
}

.tab_2 li:after {
	content: '';
	position: absolute;
	width: 34px;
	height: 2px;
	background-color: #1eb388;
	bottom: 0;
	left: 50%;
	margin-left: -17px;
	display: none;
}

.tab_2 li:hover,
.tab_2 li.active {
	color: #1eb388;
}

.tab_2 li:hover:after,
.tab_2 li.active:after {
	display: block;
}

.jginfo_m {
	padding: 30px;
	background: #fff;
	margin-bottom: 20px;
}

.jginfo_m_lunbo {
	width: 386px;
	margin-right: 20px;
}

.tc_detail .jginfo_m_lunbo {
	width: 400px;
}

.jginfo_m_lunbo img {
	width: 100%;
	display: block;
}

.jginfo_m_lunbo_top {
	margin-bottom: 10px;
}

.jginfo_m_lunbo_top img {
	height: 250px;
}

.tc_detail .jginfo_m_lunbo_top img {
	height: 300px;
}

.jginfo_m_lunbo_bottom img {
	height: 88px;
}

.jginfo_m_lunbo_bottom .swiper-slide-active {
	border: solid 2px #1eb388;
}

.jginfo_m_lunbo_bottom .next,
.jginfo_m_lunbo_bottom .prev {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	z-index: 10;
}

.jginfo_m_lunbo_bottom .next {
	right: 5px;
	background: url(../image/right_4.png) no-repeat;
}

.jginfo_m_lunbo_bottom .prev {
	left: 5px;
	background: url(../image/left_2.png) no-repeat;
}

.jginfo_m .a1 {
	color: #999999;
	font-size: 14px;
	line-height: 22px;
	float: left;
}

.jginfo_m .a1 dl {
	overflow: hidden;
	margin-bottom: 10px;
}

.jginfo_m .a1 dt {
	float: left;
}

.jginfo_m .a1 dd {
	float: left;
	width: 312px;
	word-break: break-all;
	color: #666666;
}

.jginfo_m .a1 dd a {
	color: #1eb388;
	margin-left: 6px;
}

.mydate_wrap {
	width: 318px;
	font-size: 14px;
}

.mydate_wrap .bar {
	padding: 0 50px;
	height: 38px;
	line-height: 38px;
	color: #333;
	font-size: 14px;
	text-align: center;
	position: relative;
	border: 1px solid #F5F5F5;
}

.mydate_wrap .bar a {
	position: absolute;
	width: 6px;
	height: 12px;
	top: 50%;
	margin-top: -6px;
	padding: 0 10px;
}

.mydate_wrap .date_next {
	background: url(../image/right_3.png) no-repeat center;
	background-size: 100% 100%;
	right: 50px;
	background-origin: content-box;
}

.mydate_wrap .date_prev {
	background: url(../image/left_3.png) no-repeat center;
	background-size: 100% 100%;
	left: 50px;
	background-origin: content-box;
}

.mydate_wrap .date_text {
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #ff4e00;
	border-right: 1px solid #F5F5F5;
	border-left: 1px solid #F5F5F5;
}

.mydate_wrap table {
	width: 100%;
	color: #333;
	border-collapse: collapse;
	cursor: pointer;
}

.mydate_wrap th,
.mydate_wrap td {
	border: 1px solid #F5F5F5;
	text-align: center;
	height: 38px;
}

.mydate_wrap td {
	font-weight: 600;
	color: #cccccc;
}

.mydate_wrap td.can {
	color: #1eb388;
}

.jg_detail .section02 .section02TJLB {
	padding: 17px 20px;
	overflow: hidden;
	padding-bottom: 12px;
	background: #fff;
}

.jg_detail .section02 .section02TJLB .title {
	float: left;
	font-size: 14px;
	color: #999999;
	padding: 6px 0;
	margin-right: 20px;
}

.jg_detail .section02 .section02TJLB .allTJLBBtn {
	float: left;
	/* width: 664px; */
	font-size: 14px;
	overflow: hidden;
	position: relative;
	padding-left: 86px;
	margin-top: 2px;
	height: 35px;
}

.jg_detail .section02 .section02TJLB .allTJLBBtn a:first-child {
	position: absolute;
	left: 18px;
	min-width: 39px;
}

.jg_detail .section02 .section02TJLB .allTJLBBtn .TJLBBtn {
	float: left;
	margin-left: 0px;
	display: block;
	padding: 0px;
	background-color: #ffffff;
	color: #333;
	font-size: 14px;
	border-radius: 3px;
	cursor: pointer;
	width: auto;
	text-align: left;
	/*min-width: 100px;*/
	box-sizing: border-box;
}

.jg_detail .section02 .section02TJLB .allTJLBBtn .active span {
	border: 1px solid #b0ecdb;
	color: #1eb388;
	display: block;
	float: left;
}

.jg_detail .section02 .section02TJLB .allTJLBBtn span {
	padding:0 10px;
	line-height: 26px;
	border-radius: 3px;
	border: 1px solid #ffffff;
}

.jg_detail .section02 .section02TJLB .allTJLBBtn .TJLBBtn:hover {
	color: #1eb388;
}

.jg_detail .section02 .jg_listtitle {
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	background-color: #fff;
	color: #666666;
	font-size: 14px;
}

.jg_detail .section02 .jg_listtitle>div {
	float: left;
}

.jg_detail .section02 .jg_listtitle div.title1 {
	width: 150px;
}

.jg_detail .section02 .jg_listtitle div.title2 {
	width: 390px;
}

.jg_detail .section02 .jg_listtitle div.title3 {
	width: 188px;
}

.list_compare .img {
	position: relative;
	width: 134px;
	height: 99.25px;
	background-color: #f2f2f2;
	margin-right: 20px;
}

.list_compare .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.list_compare {
	background: #fff;
	padding: 30px;
	margin-bottom: 20px;
}

.list_compare .img p {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #1eb388;
	border-radius: 12px 12px 0px 0px;
}

.list_compare .con {
	overflow: hidden;
}

.list_compare .top h6 {
	color: #333333;
	font-size: 18px;
	margin-bottom: 16px;
}

.list_compare .top dl {
	overflow: hidden;
	color: #666666;
	margin-bottom: 16px;
	font-size: 14px;
}

.list_compare .top dd {
	float: left;
}

.list_compare .top dt {
	color: #999;
	float: left;
}

.list_compare .top .price {
	color: #999999;
	font-size: 14px;
}

.list_compare .top .price span {
	color: #ff4e00;
	font-size: 18px;
	margin-right: 6px;
}

.list_compare .top {
	margin-bottom: 10px;
}

.list_compare .top .price b {
	font-size: 24px;
	font-weight: normal;
}

.list_compare .top .toggle {
	text-align: right;
	margin-top: 6px;
	color: #999999;
	font-size: 14px;
	cursor: pointer;
}

.list_compare .top .toggle img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.list_compare .active .toggle img {
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.list_compare ul {
	display: none;
}

.list_compare li {
	overflow: hidden;
	margin-bottom: 30px;
	padding-top: 30px;
	border-top: dashed 1px #e5e5e5;
}

.list_compare li .b1 {
	float: left;
	width: 344px;
	margin-right: 64px;
}

.list_compare li .b2 {
	float: left;
}

.list_compare li .b2 span {
	color: #ff4e00;
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
}

.list_compare li .b2 b {
	font-weight: normal;
	font-size: 24px;
}

.list_compare .aitem {
	border-bottom: solid 1px #f0f0f0;
	margin-bottom: 30px;
}

.list_compare .aitem:last-child {
	margin-bottom: 0;
}

.list_compare li .b2 p {
	color: #b3b3b3;
	font-size: 14px;
	text-decoration: line-through;
}

.list_compare li .b3 {
	float: right;
	text-align: right;
}

.list_compare li h6 {
	color: #333333;
	font-size: 14px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list_compare .mark_list {
	overflow: hidden;
}

.list_compare .mark_list span {
	float: left;
	height: 26px;
	line-height: 26px;
	background-color: #fff;
	padding: 0 10px;
	color: #666666;
	font-size: 14px;
	margin-right: 10px;
	border-radius: 2px;
	border: solid 1px #e5e5e5;
    margin-bottom: 10px;
}

.list_compare li .b3 .check_btn {
	width: 86px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}

.list_compare li .b3 p {
	color: #999999;
	font-size: 14px;
	margin-top: 10px;
}

.jgm {
	background: #fff;
	overflow: hidden;
	padding: 30px;
	margin-bottom: 20px;
}

.jglocation {
	padding: 30px;
	background: #fff;
	margin-bottom: 20px;
	color: #333333;
}

.jglocation h4 {
	font-size: 18px;
	margin-bottom: 14px;
}

.jglocation .p {
	font-size: 16px;
}

.jg_detail_show03 .mapmodel {
	position: relative !important;
	background-color: #ffffff;
}

.mapmodel {
	position: fixed;
	top: 0;
	z-index: 9999999;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000);
	display: none;
}

.jg_detail_Map .mapmodel .mapmodelbody {
	width: 100%;
	position: relative;
	margin: 0px;
	left: 0px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	padding-top: 20px;
}

.mapmodelbody>a.colsebtn {
	position: absolute;
	right: -25px;
	top: -1px;
	color: #fff;
	padding: 3px 8px;
	background-color: rgba(0, 0, 0, .5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000);
}

.jg_detail_show03 .mapmodelbody>a.colsebtn {
	display: none;
}

.mapmodelbody .baidumapout {
	float: left;
	width: 496px;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #cedaef;
	position: relative;
}

.jg_detail_show03 .lookroad .mapmodelbody .searchresult {
	float: right;
	width: 360px;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #cedaef;
	border-left: none;
	overflow-y: auto;
}

.lookroad .layoutborder {
	min-height: 100%;
	border-left: 1px solid #cedaef;
}

.lookroad .mapyyinfo {
	padding-bottom: 5px;
}

.lookroad .mapyyinfo p.mapyyname {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	padding: 4px 10px 0;
	line-height: 20px;
}

.pl01 {
	padding: 30px;
	background: #fff;
	margin-bottom: 10px;
}

.pl01 h4 {
	line-height: initial;
	color: #333333;
	font-size: 18px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 38px;
}

.pl01 h4 span {
	font-weight: normal;
	color: #1eb388;
	font-size: 14px;
}

.pl01 .con {
	padding: 0 157px 34px;
	margin-bottom: 30px;
	border-bottom: dashed 2px #f0f0f0;
}

.pl01 .b1 {
	float: left;
	text-align: center;
	color: #666666;
	font-size: 14px;
	margin-right: 120px;
}

.pl01 .b1 span {
	font-size: 50px;
	color: #1eb388;
	font-weight: bold;
}

.pl01 .b2 {
	float: left;
	width: 1px;
	height: 68px;
	margin-top: 20px;
	background-color: #d7d7d7;
}

.pl01 .b3 {
	float: right;
}

.pl01 .b3 li {
	overflow: hidden;
	margin-bottom: 20px;
	color: #666666;
	font-size: 14px;
}

.pl01 .b3 li:last-child {
	margin-bottom: 0;
}

.pl01 .b3 li img {
	margin-right: 4px;
	display: inline-block;
}

.pl01 .b3 li .c1 {
	font-size: 0;
	margin: 0 40px 0 20px;
	display: inline-block;
}

.pl01 .b3 li b {
	font-weight: normal;
	color: #ff4e00;
}

.pl01>ul {
	overflow: hidden;
}

.pl01>ul li {
	float: left;
	min-width: 89px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #666666;
	font-size: 14px;
	padding: 0 10px;
	background-color: #f5f5f5;
	border-radius: 2px;
	cursor: pointer;
	margin: 0 20px 10px 0;
}

.pl01>ul li.active,
.pl01>ul li:hover {
	color: #ffffff;
	background-color: #1eb388;
}
.pl01 > ul li.active a,
.pl01 > ul li:hover a {
    color: #fff;
}
.pl02 {
	padding: 30px;
	background: #fff;
	font-size: 14px;
}
#jgjj {
    line-height: 30px;
}

.pl02 ol {
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f0f0f0;
}

.pl02 ol li {
	float: left;
	color: #666666;
	margin-right: 35px;
	cursor: pointer;
}

.pl02 ol li.active,
.pl02 ol li:hover {
	color: #1eb388;
}

.item_new01 {
	overflow: hidden;
	padding-bottom: 24px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 30px;
}

.item_new01 .img01 {
	float: left;
	margin-right: 14px;
}

.item_new01 .content01 {
	overflow: hidden;
}

.item_new01 .top01 {
	overflow: hidden;
}

.item_new01 .top01 .left01 {
	float: left;
	max-width: 670px;
}

.item_new01 .time01 {
	float: right;
	color: #999999;
	font-size: 14px;
}

.item_new01 .top02 {
	overflow: hidden;
}

.item_new01 .top02>div {
	float: left;
}

.item_new01 .name01 {
	color: #333333;
	font-size: 16px;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 18px;
}

.item_new01 .pf01 {
	color: #ff4e00;
	font-size: 14px;
	margin-left: 12px;
}

.item_new01 .name02 {
	color: #999999;
	font-size: 14px;
	margin: 10px 0 24px;
}

.item_new01 .text01 {
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	margin-bottom: 14px;
}

.item_new01 .more01 {
	text-decoration: none;
	color: #1eb388;
}

.imglist01 {
	overflow: hidden;
	margin-bottom: 24px;
}

.imglist01>img {
	float: left;
	width: 160px;
	height: 120px;
	margin-right: 20px;
	cursor: pointer;
}

.hf01 {
	height: 54px;
	line-height: 54px;
	padding: 0 20px;
	color: #333333;
	font-size: 14px;
	margin-bottom: 24px;
	background-color: #f5f5f5;
}

.bottom01 {
	overflow: hidden;
}

.bottom01 .left01 {
	float: left;
	color: #999999;
	font-size: 14px;
}

.bottom01 .left01 img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 4px;
}

.bottom01 .right01 {
	float: right;
	color: #666666;
	font-size: 14px;
    width: auto;
}

.bottom01 .right01 span {
	margin-left: 40px;
	cursor: pointer;
}

.bottom01 .right01 img {
	display: inline-block;
	vertical-align: -1px;
	margin-right: 6px;
}

.list_new02 .item_new01 {
	border-bottom: 0;
	padding-top: 20px;
}

.right_list4 {
	background: #fff;
	margin-bottom: 10px;
	padding: 10px 0 0 0;
}

.right_list4 ul li {
	padding: 20px 0px;
	margin-left: 14px;
	margin-right: 14px;
	overflow: hidden;
	border-bottom: 2px dashed #eee;
}

.right_list4 ul a {
	display: block;
}

.right_list4 ul li i {
	float: left;
	position: relative;
	margin-right: 10px;
}

.right_list4 ul li i img {
	width: 100px;
	height: 72px;
	display: block;
}

.right_list4 ul li dl {
	overflow: hidden;
	height: 72px;
	line-height: 20px;
	margin: 0;
}

.right_list4 ul li dl dt {
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.right_list4 ul li dl dt a {
	font-size: 15px;
	color: #666;
	font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.right_list4 ul li dl dd {
	float: left;
	width: 100%;
	height: auto;
	margin: 6px 0 0 0;
	font-size: 12px;
	color: #999;
}

.right_list4 ul li dl dd b {
	font-size: 16px;
	color: #eb5b41;
	margin-right: 10px;
}

.right_list4 ul li dl dd s {
	margin-left: 0;
}

.right_list4 ul li:last-child {
	border-bottom: none;
}

.right_list4 .title {
	height: 48px;
	border-bottom: 1px solid #e6e6e6;
	width: 240px;
	margin-left: 9px;
	line-height: 48px;
	font-size: 16px;
	color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.right_list4 .title img {
	vertical-align: middle;
}

.sequence3 i {
	display: inline-block;
	width: 9px;
	height: 5px;
	vertical-align: middle;
	background: url(../image/down_3.png) no-repeat;
	background-size: 100% 100%;
	margin-left: 10px;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.sequence3 .active i {
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.tc_list {
	background: #fff;
	width: 921px;
	padding: 20px 12px;
}

.tc_list li {
	margin: 0 15px 20px 0;
	padding: 10px 12px 0;
	width: 266px;
	border: #EEEEEE 1px solid;
	float: left;
	transition: top 0.2s, box-shadow 0.4s;
	-moz-transition: top 0.2s, box-shadow 0.4s;
	-webkit-transition: top 0.2s, box-shadow 0.4s;
	-o-transition: top 0.2s, box-shadow 0.4s;
	position: relative;
	top: 0;
}

.tc_list li:hover {
	top: -8px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.tc_list .img {
	position: relative;
}

.tc_list .img img {
	display: block;
	width: 100%;
	height: 200px;
}

.tc_list .mark_list {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.tc_list .mark_list i {
	float: left;
	width: 40px;
	font-style: normal;
	text-align: center;
	height: 32px;
	z-index: 3;
	margin-right: 3px;
	line-height: 25px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
}

.dazhe {
	background: url(../image/dazhe.png) no-repeat;
	background-size: 100% 100%;
}

.checkreport {
	background: url(../image/selfsurvice.png) no-repeat;
	background-size: 100% 100%;
}

.tc_list h4 {
	font-size: 15px;
	color: #666;
	font-weight: bold;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-top: 6px;
	line-height: 28px;
}

.tc_list .p2 a,
.tc_list .p2 {
	color: #666;
	font-size: 12px;
	line-height: 28px;
}

.tc_list .p2 div {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 200px;
}

.tc_list .p3 {
	line-height: 28px;
	color: #999;
	font-size: 12px;
}

.tc_list .p3 span {
	color: #eb5b41;
}

.tc_list .p3 strong {
	font-size: 20px;
}

.tc_jg_info {
	float: right;
	width: 226px;
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	padding: 0 0 0 20px;
	border-left: 1px solid #f0f0f0;
}

.tc_jg_info .img {
	height: 166px;
	margin-bottom: 20px;
}

.tc_jg_info .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.tc_jg_info h4 {
	color: #333333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.tc_jg_info .bi {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
}

.tc_jg_info .bi:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.tc_all_wrap {
	float: left;
	width: 450px;
	color: #999999;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
}

.tc_all_wrap h1 {
	color: #333333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 14px;
}

.tc_all_wrap .b1 {
	margin-bottom: 16px;
}

.tc_all_wrap .b2 {
	padding: 24px 20px;
	background-color: #f5f5f5;
	margin-bottom: 16px;
}

.tc_all_wrap .b2 .d1 {
	display: inline-block;
}

.tc_all_wrap .b2 .fr {
	text-align: center;
	margin-top: 12px;
}

.tc_all_wrap .nowprice {
	color: #ff4e00;
	font-size: 18px;
	margin-right: 6px;
}

.tc_all_wrap .nowprice b {
	font-size: 30px;
}

.tc_all_wrap .b2 .num {
	background-color: #ff763a;
	color: #ffffff;
	padding: 2px 6px;
	position: relative;
	top: -6px;
}

.tc_all_wrap .b2 .num:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -6px;
	border: 6px solid transparent;
	border-bottom-color: #ff763a;
}

.tc_all_wrap .b2 .c1 {
	margin-bottom: 10px;
}

.tc_all_wrap .b3 {
	margin-bottom: 16px;
}

.tc_all_wrap .b3 .c1 {
	color: #333333;
	border: solid 2px #ff4e00;
	padding: 4px 12px 4px 10px;
	cursor: pointer;
	background: url(../image/gou.png) no-repeat right bottom;
}

.tc_all_wrap .b3 .c3 {
	cursor: pointer;
	color: #1eb388;
}

.tc_all_wrap .b4 {
	padding-bottom: 16px;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 16px;
}

.tc_all_wrap .b4 ul {
	display: inline-block;
	vertical-align: top;
}

.tc_all_wrap .b4 li {
	padding-left: 28px;
	margin-bottom: 6px;
	background: url(../image/gou2.png) no-repeat 0 center;
}

.tc_all_wrap .b4 li:last-child {
	margin-bottom: 0;
}

.tc_all_wrap .b5 {
	margin-bottom: 16px;
}

.tc_all_wrap .b5 .c1 {
	display: inline-block;
	width: 316px;
	cursor: pointer;
	height: 28px;
	padding-left: 12px;
	padding-right: 6px;
	background: #fff url(../image/time.png) no-repeat right center;
	background-origin: content-box;
	border: solid 1px #e5e5e5;
	line-height: 28px;
}

.tc_all_wrap .b6 {
	margin-bottom: 16px;
}

.tc_all_wrap .b6 .c1 {
	display: inline-block;
	width: 336px;
	vertical-align: middle;
}

.numbar {
	position: relative;
	width: 63px;
	height: 40px;
}

.numbar input {
	width: 44px;
	height: 38px;
	line-height: 38px;
	background-color: #fff;
	text-indent: 10px;
	color: #333333;
	border: solid 1px #e5e5e5;
	border-right: 0;
	outline: none;
}

.numbar a {
	position: absolute;
	width: 17px;
	height: 18px;
	right: 0;
	border: solid 1px #e5e5e5;
}

.numbar .cut {
	bottom: 0;
	background: url(../image/cut.png) no-repeat center;
}

.numbar .add {
	background: url(../image/add.png) no-repeat center;
}

.tc_all_wrap .b6 .d1 span {
	width: 106px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background-color: #ff4e00;
	display: inline-block;
	margin-left: 16px;
	cursor: pointer;
}

.tc_all_wrap .b6 .d1 .car {
	background-color: #ffb899;
	color: #ff4e00;
}

.tc_all_wrap .b7 ul {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}

.tc_all_wrap .b7 li {
	float: left;
	margin-right: 20px;
}

.tc_all_wrap .b7 li:last-child {
	margin-right: 0;
}

.tc_all_wrap .b7 img {
	vertical-align: middle;
	margin-right: 6px;
}

.zj_box {
	margin-bottom: 10px;
	background: #fff;
	padding: 32px 32px 38px 32px;
}

.zj_box .img {
	float: left;
}

.zj_box .con {
	overflow: hidden;
	padding-left: 20px;
}

.zj_box h4 {
	color: #1eb388;
	font-size: 20px;
	margin: 10px 0 14px;
}

.zj_box p {
	background-color: #f5f5f5;
	padding: 20px;
	color: #666666;
	font-size: 14px;
	line-height: 22px;
	position: relative;
}

.zj_box p:before {
	content: '';
	position: absolute;
	top: 0;
	left: -8px;
	border: 8px solid transparent;
	border-top-color: #f5f5f5;
}

.bac-center {
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	height: 55px;
	line-height: 40px;
	background: url(../image/f2.png) 0 0 repeat-x;
}

.bac-left {
	height: 55px;
	background: url(../image/f1.png) 0 0 no-repeat;
}

.bac-right {
	background: url(../image/f3.png) right 0 no-repeat;
	height: 55px;
	padding: 0 44px 0 40px;
}

.box_mark_wrap {
	background: #fff;
	padding: 20px 30px;
	margin-bottom: 10px;
}

.box_mark_wrap .bac-center {
	left: -40px;
	position: relative;
}

.jb_list li {
	float: left;
	width: 20%;
	height: 140px;
	text-align: center;
	box-sizing: border-box;
}

.jb_list li div.imgdiv {
	height: 40px;
	position: relative;
	line-height: 40px;
}

.jb_list li h6 {
	margin: 8px 0;
	color: #555;
	margin-bottom: 10px;
	font-size: 14px;
}

.jb_list li p i {
	height: 33px;
	overflow: hidden;
	display: inline-block;
	width: 150px;
	font-size: 12px;
	color: #999;
	word-break: break-all;
	font-style: normal;
}

/*tipboxæ’ä»¶æ ·å¼*/
.kktipbox {
	position: absolute;
	z-index: 190000;
	border-radius: 5px;
	display: none;
	max-width: 300px;
	left: -35000px;
	background-color: #ffffff;
	min-height: 20px;
	text-align: left;
	padding: 10px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	-moz-transition: -moz-transform 0.2s;
	/* Firefox 4 */
	-webkit-transition: -webkit-transform 0.2s;
	/* Safari å’Œ Chrome */
	-o-transition: -o-transform 0.2s;
	/* Opera */
	transition: transform 0.2s;
}

.kktipbox_point_box {
	position: absolute;
}

.kktipbox_point {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	display: block;
	z-index: 1900000;
	transition: transform 0.2s;
	-moz-transition: transform 0.2s;
	/* Firefox 4 */
	-webkit-transition: transform 0.2s;
	/* Safari å’Œ Chrome */
	-o-transition: transform 0.2s;
	/* Opera */
}

.kktipbox_point_right {
	top: 50%;
	line-height: 0px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #ffffff;
	overflow: hidden;
}

.kktipbox_point_bottom {
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #ffffff;
	overflow: hidden;
	margin-top: 0px;
}

.kktipbox_point_box .kktipbox_point_right,
.kktipbox_right {
	transform: translate(10px, 0px);
	-ms-transform: translate(10px, 0px);
	/* IE 9 */
	-webkit-transform: translate(10px, 0px);
	/* Safari and Chrome */
	-o-transform: translate(10px, 0px);
	/* Opera */
	-moz-transform: translate(10px, 0px);
	/* Firefox */
}

.kktipbox_point_box .kktipbox_point_bottom,
.kktipbox_bottom {
	transform: translate(0px, 10px);
	-ms-transform: translate(0px, 10px);
	/* IE 9 */
	-webkit-transform: translate(0px, 10px);
	/* Safari and Chrome */
	-o-transform: translate(0px, 10px);
	/* Opera */
	-moz-transform: translate(0px, 10px);
	/* Firefox */
}

.kktipbox_point_box .kktipbox_point_top,
.kktipbox_top {
	transform: translate(0px, -10px);
	-ms-transform: translate(0px, -10px);
	/* IE 9 */
	-webkit-transform: translate(0px, -10px);
	/* Safari and Chrome */
	-o-transform: translate(0px, -10px);
	/* Opera */
	-moz-transform: translate(0px, -10px);
	/* Firefox */
}

.kktipbox_point_box .kktipbox_point_left,
.kktipbox_left {
	transform: translate(-10px, 0px);
	-ms-transform: translate(-10px, 0px);
	/* IE 9 */
	-webkit-transform: translate(-10px, 0px);
	/* Safari and Chrome */
	-o-transform: translate(-10px, 0px);
	/* Opera */
	-moz-transform: translate(-10px, 0px);
	/* Firefox */
}

.kktipbox_point_box.active .kktipbox_point {
	transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	/* IE 9 */
	-webkit-transform: translate(0px, 0px);
	/* Safari and Chrome */
	-o-transform: translate(0px, 0px);
	/* Opera */
	-moz-transform: translate(0px, 0px);
	/* Firefox */
}

.kktipbox.active {
	transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	/* IE 9 */
	-webkit-transform: translate(0px, 0px);
	/* Safari and Chrome */
	-o-transform: translate(0px, 0px);
	/* Opera */
	-moz-transform: translate(0px, 0px);
	/* Firefox */
}

/*tipboxæ’ä»¶æ ·å¼ end*/
.kktipbox_point_bottom {
	border: 0px;
	width: 19px;
	height: 10px;
	background-image: url(/skin/mk/images/tipbox_point_right03.png);
	background-repeat: no-repeat;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.kktipbox_point_top {
	border: 0px;
	width: 19px;
	height: 10px;
	background-image: url(/skin/mk/images/tipbox_point_right04.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -9.5px;
}

.kktipbox_point_left {
	border: 0px;
	width: 10px;
	height: 19px;
	background-image: url(/skin/mk/images/tipbox_point_right05.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: 0px;
}

#tc_detail_calender .selectdata .kktipbox {
	border: 1px #a5a5a5 solid;
}
.kktipbox_point_right { border: 0px; width: 10px; height: 19px; background-image: url(../image/tipbox_point_right02.png); }
.kktipbox { border: 1px #a5a5a5 solid; font-size: 12px; top: 155px\9; left: -152px\9;}
.kktipbox_point_box { position: absolute; top: 139.5px\9; }
/*tipboxæ’ä»¶æ ·å¼ end*/
.box_tjmx {
	font-size: 14px;
	color: #666666;
}
.box_tjmx .ptext {
	margin-bottom: 20px;
}
.box_tjmx table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}
.box_tjmx table tr,
.box_tjmx table td,
.box_tjmx table th {
	border: solid 1px #ebebeb;
}
.box_tjmx table th {
	text-align: center;
	height: 40px;
}
.box_tjmx .oneline {
	background-color: #fafafa;
}
.box_tjmx .oneline th {
	color: #1eb388;
}
.box_tjmx table td {
	line-height: 22px;
	padding: 20px 14px;
}
.box_tjmx .a1 {
	border: solid 1px #ebebeb;
	padding: 30px 40px;
}
.box_tjmx .a1 h4 {
	font-size: 18px;
	color: #323333;
	margin-bottom: 20px;
}
.box_tjmx .a1 h4 span {
	font-weight: normal;
}
.box_tjmx .a1 h4 b {
	color: #ff4e00;
	font-weight: normal;
}
.box_tjmx .a1 dt,
.box_tjmx .a1 dd {
	width: 376px;
	border: solid 1px #ebebeb;
	text-align: center;
}
.box_tjmx .a1 h5 {
	height: 62px;
	line-height: 62px;
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 30px;
	background-color: #1eb388;
}
.box_tjmx .a1 .img {
	height: 104px;
	margin-bottom: 24px;
}
.box_tjmx .a1 h6 {
	padding: 0 40px 20px;
	margin: 0 10px 10px;
	color: #333333;
	font-weight: normal;
	font-size: 16px;
	height: 50px;
	border-bottom: 1px solid #ebebeb;
}
.box_tjmx .a1 h6 b {
	color: #ff4e00;
	font-weight: normal;
}
.box_tjmx .a1 p {
	color: #999999;
	padding: 0 20px 20px;
}
.box_tjpaq {
	color: #666666;
	font-size: 14px;
	line-height: 26px;
}
.box_tjpaq .a1 {
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #F5F5F5;
}
.box_tjpaq .a2 h4 {
	font-size: 16px;
	margin-bottom: 20px;
}
.right_list5 {
	background: #fff;
}
.right_list5 .title {
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
	color: #333333;
	font-size: 16px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 26px;
}
.right_list5 ul {
	padding: 0 20px;
}
.right_list5 li {
	position: relative;
	padding-left: 40px;
	margin-left: 31px;
	padding-bottom: 30px;
	margin-bottom: 4px;
}
.right_list5 li:last-child:before {
	display: none;
}
.right_list5 li:before {
	content: '';
	position: absolute;
	left: 0;
	z-index: 1;
	height: 100%;
	width: 1px;
	background: #1eb388;
}
.right_list5 li .img {
	position: absolute;
	left: -31px;
	top: 0;
	z-index: 20;
	background: #fff;
}
.right_list5 li .con {
	overflow: hidden;
}
.right_list5 h4 {
	color: #333333;
	font-size: 16px;
	margin-bottom: 4px;
	font-weight: normal;
}
.right_list5 p {
	color: #999999;
	font-size: 14px;
}
.right_list5 p b {
	font-weight: normal;
	color: #ed6123;
}
.right_list5 .con {
	position: relative;
}
.wrap_jklist .jklist {
	background: #fff;
	margin-bottom: 10px;
	padding: 20px;
	overflow: hidden;
}
.wrap_jklist h4 {
	color: #1eb388;
	font-size: 18px;
	padding-bottom: 14px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f5f5f5;
}
.wrap_jklist h5 a {
	color: #333;
	font-size: 16px;
}
.wrap_jklist h5 {
	font-weight: normal;
	color: #333333;
	font-size: 16px;
	margin-bottom: 10px;
}
.wrap_jklist h5 span {
	color: #1eb388;
}
.wrap_jklist .jkcon {
	overflow: hidden;
}
.wrap_jklist .jkcon a {
	float: left;
	width: 25%;
	line-height: 28px;
	color: #666;
	font-size: 14px;
}
.wrap_jklist h5 a:hover,
.wrap_jklist .jkcon a:hover {
	color: #1eb388;
}
.wrap_jklist .b1 {
	padding-bottom: 20px;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 20px;
}
.wrap_jklist .b1:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.right_list_sy {
	background: #fff;
	width: 100%;
	padding: 30px 10px 30px 28px;
    box-sizing: border-box;
}
.right_list_sy.fixed {
	position: fixed;
	top: 10px;
	width: 260px;
}
.right_list_sy .b1 {
	margin-bottom: 40px;
}
.right_list_sy .b1 li {
	padding-bottom: 32px;
	border-left: 1px solid #1eb388;
	color: #333333;
	font-size: 16px;
	cursor: pointer;
}
.right_list_sy .b1 li:last-child {
	padding-bottom: 0;
}
.right_list_sy .b1 p {	
	position: relative;	
	text-indent: 32px;
	padding-left: 14px;
	height: 30px;
	line-height: 30px;	
}
.right_list_sy .b1 p:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	margin-top: -7px;
	border-radius: 50%;
	background: #1eb388;
	left: -7px;
	border: 3px solid #fff;
}
.right_list_sy .b1 span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}
.right_list_sy .b1 span:before {
	content: '';
	position: absolute;
	left: -15px;
	top: 0;
	border: 15px solid #fff;
	border-right-color: #1eb388;
	display: none;
}
.right_list_sy .b1 li:hover span,
.right_list_sy .b1 li.active span {
	background-color: #1eb388;
	color: #fff;
}
.right_list_sy .b1 li:hover span:before,
.right_list_sy .b1 li.active span:before {
	display: block;
}
.right_list_sy .b1 li:hover p:before,
.right_list_sy .b1 li.active p:before {
	background-color: #fff;
	border-color: #1eb388;
}
.right_list_sy .b1 h5,
.right_list_sy .b2 h5 {
	color: #333333;
	font-size: 18px;
	margin-bottom: 10px;
}
.right_list_sy .b2 a {
	display: block;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}
.right_list_sy .b2 a:hover {
	color: #1eb388;
}
.sy_content_wrap {
	background: #fff;
	padding: 30px 0 40px;
}
.sy_content_wrap h1 {
	text-align: center;
	color: #333333;
	font-size: 22px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 30px;
	padding-bottom: 26px;
	border-bottom: 1px solid #f5f5f5;
}
.sy_content_wrap .p2 {
	margin: 0 50px 30px;
	padding: 20px 30px;
	background-color: #f0faf7;
	color: #666666;
	font-size: 14px;
}
.sy_content_wrap .p2 span {
	color: #333;
}
.sy_content_wrap .img {
	text-align: center;
	margin-bottom: 60px;
}
.sy_content_wrap .img img {
	display: inline-block;
}
.sy_content_wrap .b1 h2 {
	margin-left: 50px;
	color: #333333;
	font-size: 22px;
	margin-bottom: 20px;
    display: inline-block;
    /*cursor: pointer;*/
}
.sy_content_wrap .b1 h2:hover {
    text-decoration: underline;
}
.sy_content_wrap .b1 {
	margin-bottom: 50px;
    background: url(../image/c_1.png) no-repeat 0 4px;
}
.sy_content_wrap .b1 .c1 {
	padding: 0 50px;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}
.sy_content_wrap .b1 .c1 p {
	margin-bottom: 30px;
}
.sy_content_wrap .b1 .c2 {
	padding: 0 50px;
}
.sy_content_wrap .b1 .c2 a {
	float: left;
	width: 25%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #4ecda8;
	font-size: 14px;
	line-height: 30px;
}
.bkxq_text {
	padding: 0 50px;
	margin-bottom: 50px;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}
.jgm h4 {
	font-size: 18px;
    margin-bottom: 14px;
}
.select dl dd.type_jgtj>ul>li {
	margin-right: 48px;
}
.hide_ul_tab {
	position: absolute;
	width: 1146px;
	box-shadow: 0px 0px 18px 0px 
		rgba(18, 14, 65, 0.14);
	background: #fff;
	z-index: 10;
	color: #333333;
	font-size: 14px;
	line-height: initial;
	top: 42px;
	left: 28px;
	display: none;
}
.hide_ul_tab .hd {
	padding: 20px 24px 10px;
}
.hide_ul_tab .hi {
	float: left;
	margin-right: 22px;
	padding: 0 0 8px 0;
	cursor: pointer;
	border-bottom: 2px solid #fff;
}
.hide_ul_tab .hi.active {
	color: #1eb388;
	border-bottom: 2px solid #1eb388;
}
.hide_ul_tab .bd {
	border-top: 1px solid #f5f5f5;
	padding: 10px 20px;
}
.hide_ul_tab .bi {
	display: none;
}
.hide_ul_tab .bi>span {
	float: left;
	width: 25%;
	margin-bottom: 22px;
}
.hide_ul_tab .bi>span a {
	display: block;
	margin-right: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hide_ul_tab .bi > span a:hover {
    color: #1eb388;   
}
#model_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
    z-index: 3000000000;
}
.fade.animate {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.model_box_content {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -moz-transition: transform 0s ease-out;
    -moz-transform: translate(0,0%);
}
#tc_detail_calender .close {
    width: 24px;
    height: 24px;
    background: url(../image/calender_close.png) no-repeat;
    position: absolute;
    right: -12px;
    top: -12px;
}
#tc_detail_calender .mydate_wrap {
    width: 476px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 44px;
}
.show_pup_date {
    cursor: pointer;
}
#tc_detail_calender {
    position: relative;
    width: 507px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    background-color: #ffffff;
    padding-bottom: 44px;
}

/* 2019-12-13 add by max  start*/
.kkxt_left {
    border: 1px #ebebeb solid;
    padding: 20px;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 10px;
}
.kkxt_left .box_1 {
	float: left;
    width: 400px;
    height: 300px;
    overflow: hidden;
    position: relative;
    background: #000;
}
.kkxt_left .box_1 .bd {
	position: relative;
}
.kkxt_left .box_1 .bd li {
	width: 400px;
	height: 300px;
	position: relative;
}
.kkxt_left .box_1 .bd img {
	width: 100%;
	height: 100%;
	transition: transform 0.5s,-ms-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    -o-transition: -o-transform 0.5s;
}
.kkxt_left .box_1 .bd img:hover {
	transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
}
.kkxt_left .box_1 .bd p {
	position: absolute;
	bottom: 0px;
    width: 400px;
    left: 0px;
    height: 50px;
    display: inline-block;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    line-height: 50px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 15px;
}
.kkxt_left .box_1 .hd {
	position: absolute;
    width: 100px;
    height: 15px;
    padding: 5px 10px;
    right: 5px;
    bottom: 10px;
    text-align: right;
	font-size: 0;
}
.kkxt_left .box_1 .hd li {
	display: inline-block;
	border-radius: 50%;
    width: 8px;
    height: 8px;
    font-size: 0;
    margin-left: 8px;
    cursor: pointer;
    background: #fff;
	opacity: 0.4;
}
.kkxt_left .box_1 .hd li.on {
	opacity: 1;
}
.kkxt_left .box_2 {
	float: left;
    margin-left: 30px;
	width: 420px;
	height: 300px;
}
.kkxt_left .box_2 .h {
    color: #4c4c4c;
	margin-bottom: 4px;
}
.kkxt_left .box_2 .h a {
    font-size: 18px;
    font-weight: bold;
    color: #4c4c4c;
}
.kkxt_left .box_2 ul li {
    width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    list-style: none;
    padding-left: 2px;
    line-height: 40px;
    color: #666666;
}
.kkxt_left .box_2 ul li a {
    color: #333333;
    font-size: 14px;
}
.kkxt_left .box_2 a:hover {
	color: #4ecda8;
	text-decoration: underline;
}
.wrap_jklist h4 a {
	font-weight: normal;
	color: #999999;
	font-size: 13px;
	float: right;
}
.wrap_jklist h4 a:hover {
	color: #4ecda8;
}
.article-info {
    /* padding: 20px; */
}
.article-info li {
    display: inline-block;
    height: 29px;
    line-height: 29px;
}
.article-info li a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 330px;
}
.article-info li:hover a,
.article-info li:hover {
	color: #4ecda8;
}
.article-info li span {
    float: right;
    margin-left: 20px;
}
.article-info li:nth-child(2n+2) {
    margin-left: 30px;
}
.marklist1 a {
	color: #666666;
    font-size: 14px;
	margin-bottom: 11px;
    text-align: center;
    float: left;
    min-width: 66px;
    height: 22px;
    line-height: 21px;
    margin-left: 17px;
    margin-right: 17px;
}
.marklist1 li {
    cursor: pointer;
    margin-bottom: 11px;
    text-align: center;
    float: left;
    min-width: 66px;
    height: 22px;
    line-height: 21px;
    margin-right: 17px;
}
.marklist1 li:hover {
	background-color:#4ecda8;
}
.marklist1 li:hover a {
	color: #fff;
}
.kkxt_right_banner {
    -webkit-box-shadow: 1px 1px 3px #eaeaea;
    box-shadow: 1px 1px 3px #eaeaea;
    padding: 7px;
    border: 1px #ebebeb solid;
	background-color: #fff;
	margin-bottom: 10px;
}
.kkxt_right_banner img {
	display: block;
	width: 100%;
}
.right_list_img {
	background: #fff;
	margin-bottom: 10px;
	border: #EEEEEE 1px solid;
}
.right_list_img .title {
    height: 52px;
    line-height: 62px;
	font-size: 18px;
	color: #000000;
	padding-left: 20px;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
}
.right_list_img li {
	padding: 10px 0;
	margin: 0 14px;
	border-bottom: 2px dashed #eee;
}
.right_list_img li:last-child {
	border-bottom: 0;
}
.right_list_hotjg {
	margin-bottom: 10px;
	background: #fff;
	border: #eee 1px solid;
	padding-bottom: 20px;
}
.right_list_hotjg .title {
	padding: 14px 12px;
	font-size: 16px;
    color: #4b4643;
}
.right_list_hotjg ul li {
    padding: 8px 0 0 9px;
	float: left;
}
.right_list_hotjg ul li i {
    float: left;
    width: 100px;
    height: auto;
	margin-right: 10px;
}
.right_list_hotjg ul li i img {
    width: 100px;
    height: 75px;
}
.right_list_hotjg ul li dl {
    overflow: hidden;
    height: auto;
    line-height: 20px;
	padding-right: 10px;
}
.right_list_hotjg ul li dl dt {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.right_list_hotjg ul li dl dd {
    float: left;
    width: 100%;
    height: auto;
    margin: 3px 0 0 0;
    font-size: 12px;
    color: #999;
}
.right_list_hotjg ul {
	overflow: hidden;
}
.right_list_hotjg ul li dl dd span {
    float: right;
    width: auto;
    font-size: 14px;
    color: #999;
    margin-right: 3px;
}
.right_list_hotjg ul li dl dd span b {
    font-size: 14px;
    color: #eb5b41;
    font-weight: normal;
    margin-right: 5px;
}
.right_list_hotjg ul li dl dd em {
    float: left;
    width: auto;
    font-size: 12px;
    color: #4b4643;
	font-style: normal;
}
.right_list_hotjg ul li dl dd em b {
    color: #4b4643;
    font-weight: normal;
}
.right_list_hottc {
	margin-bottom: 10px;
	background: #fff;
	border: #EEEEEE 1px solid;
}
.right_list_hottc .title {
	height: 52px;
    line-height: 62px;
    font-size: 18px;
    color: #000000;
    padding-left: 20px;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
}
.right_list_hottc .img {
	margin-right: 10px;
	float: left;
}
.right_list_hottc .img img {
	width: 100px;
	height: 80px;
}
.right_list_hottc ul {
	padding: 20px 0 10px 10px;
}
.right_list_hottc ul li {
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 2px dashed #eee;
}
.right_list_hottc ul li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.right_list_hottc .con {
	overflow: hidden;
}
.right_list_hottc .con_title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	font-size: 15px;
    color: #666;
}
.right_list_hottc .con_title:hover {
	color: #4ECDA8;
}
.right_list_hottc .price {
	font-size: 12px;
    color: #999;
}
.right_list_hottc .price b {
	font-size: 16px;
    color: #eb5b41;
    margin-right: 10px;
}
.right_list_hottc .price s {
	font-size: 12px;
    color: #999;
}
.right_list_hottc .num {
	font-size: 12px;
    color: #999;
}
.tjzn_wrap {
	background: #fff;
	border: 1px #ebebeb solid;
	padding-bottom: 20px;
}
.tjzn_wrap .a1 h3 {
	font-size: 18px;
    color: #666666;
    padding-left: 15px;
	height: 59px;
    line-height: 59px;
    background-color: #fff;
	border-bottom: 1px #ebebeb solid;
}
.tjzn_wrap .a1 .more a {
	color: #4ECDA8;
}
.tjzn_wrap .a1 .more a:hover {
	background: #fff;
	color: #4ECDA8;
}
.tjzn_wrap .a1 ul {
	padding-top: 26px;
    padding-bottom: 15px;
}
.tjzn_wrap .a1 li {
    cursor: pointer;
    margin-bottom: 11px;
    text-align: center;
    float: left;
    min-width: 66px;
    margin-left: 19px;
    margin-right: 14px;
}
.tjzn_wrap .a1 li a {
    color: #666666;
    display: inline-block;
    padding: 0 8px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
.tjzn_wrap .a1 li a:hover {
	color: #fff;
	background: #4ecda8;
}
.tjzn_wrap .boxlist_li {
    padding: 30px 20px 30px 20px;
    position: relative;
    display: block;
}
.tjzn_wrap .boxlist_li .imgbox {
    width: 200px;
    height: 150px;
    float: left;
	margin-right: 20px;
}
.tjzn_wrap .boxlist_li .imgbox img {
    width: 200px;
    height: 150px;
}
.tjzn_wrap .boxlist_li .txtbox {
    overflow: hidden;   
    position: relative;
    height: 150px;
}
.tjzn_wrap .boxlist_li i {
    position: absolute;
    height: 1px;
    width: 888px;
    background-color: #ebebeb;
    top: 0px;
    left: 20px;
}
.tjzn_wrap .boxlist_li .txt01 {
	overflow: hidden;
}
.tjzn_wrap .boxlist_li .txt01 h3 a {
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    color: #333333;
    display: block;
    float: left;
}
.tjzn_wrap .boxlist_li .txt01 span {
    height: 18px;
    line-height: 18px;
    display: block;
    float: right;
    font-size: 14px;
    color: #999999;
}
.tjzn_wrap .boxlist_li .txt02 {
    padding-right: 5px;
    color: #999999;
    margin-top: 20px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}
.tjzn_wrap .boxlist_li .txt02 a {
    color: #4ECDA8;
}
.tjzn_wrap .boxlist_li .txt03 {
    height: 24px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.tjzn_wrap .boxlist_li .txt03 .tag {
    float: left;
}
.tjzn_wrap .boxlist_li .txt03 span {
    display: block;
    float: left;
    margin-right: 5px;
    font-size: 14px;
    color: #666666;
    height: 20px;
    line-height: 20px;
}
.tjzn_wrap .boxlist_li .txt03 ul {
    float: left;
    width: 400px;
    height: 20px;
    overflow: hidden;
}
.tjzn_wrap .boxlist_li .txt03 .tag li {
    float: left;
    margin-right: 8px;
    color: #666666;
}
.tjzn_wrap .boxlist_li .txt03 .tag li a {
    color: #666666;
    display: block;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}
.tjzn_wrap .boxlist_li .txt03 .tag li a:hover {
    color: #ffffff;
    background-color: #4ECDA8;
    border-color: #4ECDA8;
}
.tjzn_wrap .boxlist_li .txt03 .share {
    padding-right: 10px;
    float: right;
    height: 24px;
    position: relative;	
	font-size: 13px;
}
.share a {
    margin-left: 15px;
    display: block;
    float: left;
    width: 24px;
    height: 24px;
}
.tjzn_wrap .boxlist_li .txt03 .share a.shareicon {
    background: url(../image/kkxt_list_share.png) no-repeat 0 center;
    width: 60px;
    text-indent: 28px;
    line-height: 24px;
	margin-left: 15px;
    float: left;
    height: 24px;
	color: #999999;
}
.sina_share {
    background: url(../image/kkxt_list_sina_share.png) no-repeat 0 center;
}
.sina_share:hover {
    background: url(../image/kkxt_list_sina_share_a.png) no-repeat 0 center;
}
.qqzone_share {
    background: url(../image/kkxt_list_qqzone_share.png) no-repeat 0 center;
}
.qqzone_share:hover {
    background: url(../image/kkxt_list_qqzone_share_a.png) no-repeat 0 center;
}
.weixin_share {
    background: url(../image/kkxt_list_weixin_share.png) no-repeat 0 center;
}
.weixin_share:hover {
    background: url(../image/kkxt_list_weixin_share_a.png) no-repeat 0 center;
}
.tjlc_wraps {
	background: #fff;
	padding: 0 20px 20px;
}
.tjlc_wraps h1 {
	font-size: 26px;
    color: #333333;
    text-align: center;
    padding-top: 30px;
}
.tjlc_wraps .article_header {
    padding-bottom: 5px;
    width: 100%;
    margin-top: 35px;
    border-bottom: 1px #ebebeb solid;
	color: #999999;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
	overflow: hidden;
}
.tjlc_wraps .article_header>div {
	display: inline-block;
}
.tjlc_wraps .article_header .tag {
    float: right;
}
.tjlc_wraps .tag>span {
	float: left;
	height: 19px;
    line-height: 20px;
}
.tjlc_wraps .tag>ul {
	float: left;
}
.tjlc_wraps .tag li {
    float: left;
    margin-left: 8px;
}
.tjlc_wraps .tag li a {
    color: #999999;
    display: block;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
.tjlc_wraps .tag li a:hover {
	background: #4ECDA8;
	color: #fff;
}
.tjlc_wraps .txt_top {
    line-height: 24px;
    margin-top: 20px;
    padding: 30px 20px 30px 20px;
    background-color: #efefef;
    color: #666666;
	font-size: 13px;
}
.tjlc_wraps .txt, .tjlc_wraps .txt p, .tjlc_wraps .txt a, .tjlc_wraps .txt td {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-top: 20px;
}
.tjlc_wraps .txt{font-size: 16px;}
.tjlc_wraps .txt p{
    font-size: 16px;
    line-height: 24px;
    text-indent: 32px;
    color: #333333;
    margin-top: 20px;
}
.tjlc_wraps .txt p img{ margin:0 auto; display:block; max-width:740px;}
.tjlc_wraps .share_wrap .share {
	float: right;
	padding-top: 25px;
}
.tjlc_wraps .share_wrap .share span {
	float: left;
	height: 24px;
	line-height: 25px;
	font-size: 13px;
}
.tjlc_wraps .sina_share {
	margin-left: 0;
}
.tjlc_wraps .recomment {
    margin-top: 40px;
}
.tjlc_wraps .recomment .tittle {
    width: 100%;
    border-bottom: 1px #ebebeb solid;
}
.tjlc_wraps .recomment h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    border-bottom: 1px #4ECDA8 solid;
    color: #4ECDA8;
    display: block;
    float: left;
    padding-bottom: 15px;
    position: relative;
    top: 1px;
}
.tjlc_wraps .recomment_box {
    padding-top: 20px;
}
.rmtjzx_listbox {
    float: left;
    margin-right: 13px;
    border: 1px solid #e6e6e6;
}
.rmtjzx_listbox:last-child {
    margin-right: 0px;
}
.rmtjzx_listbox .imgbox {
    position: relative;
    height: 169px;
    width: 280px;
    overflow: hidden;
}
.rmtjzx_listbox .imgbox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.rmtjzx_listbox .MEC_hp {
    overflow: hidden;
    padding: 15px 10px 10px 10px;
}
.rmtjzx_listbox .MEC_hp .MEC_MC {
    float: left;
    font-size: 16px;
    color: #000000;
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}
.rmtjzx_listbox .MEC_hp .MEC_Money {
    float: right;
    font-size: 14px;
    color: #999999;
    width: 100px;
    text-align: right;
}
.rmtjzx_listbox .MEC_hp .MEC_MC a {
    font-size: 16px;
}
.rmtjzx_listbox .MEC_hp .MEC_Money i {
    font-size: 12px;
    color: #ed6d34;
	font-style: normal;
}
.rmtjzx_listbox .MEC_hp .MEC_Money i span {
    font-size: 16px;
    font-weight: bold;
}
.rmtjzx_listbox .MEC_GL {
    overflow: hidden;
    padding: 0px 10px 10px 10px;
    font-size: 14px;
}
.rmtjzx_listbox .MEC_GL .MEC_TC {
    float: left;
    font-size: 14px;
    color: #999999;
}
.rmtjzx_listbox .MEC_GL .MEC_TC i {
    color: #ed6d34;
	font-style: normal;
}
.rmtjzx_listbox .MEC_GL .MEC_Btn a {
    float: right;
    font-size: 14px;
    color: #ffffff;
    background-color: #4ECDA8;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}
.tjlc_wraps .shengming {
    margin-top: 20px;
    padding: 15px 20px 15px 20px;
    background-color: #ffffff;
    border: 1px solid #F0F0F0;
	font-size: 12px;
    color: #555555;
}
.tjlc_wraps .shengming img {
	display: block;
}
.tjlc_wraps .otherarticle {
    margin-top: 20px;
    padding: 30px 20px 30px 20px;
    background-color: #efefef;
    color: #666666;
	overflow: hidden;
}
.tjlc_wraps .otherarticle a {
    color: #666666;
}
.tjlc_wraps .otherarticle a:hover {
	color: #4ECDA8;
}
.tjlc_wraps .otherarticle .pre {
    float: left;
    width: 45%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tjlc_wraps .otherarticle .next {
    float: left;
    width: 45%;
    display: block;
    padding-left: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tjlc_wraps .recomment ul {
    width: 1100px;
}
.tjlc_wraps .recomment ul li {
    float: left;
    color: #666666;
    cursor: pointer;
    font-size: 14px;
    line-height: 29px;
    margin-right: 106px;
}
.tjlc_wraps .recomment ul a {
	display: block;
	overflow: hidden;
	color: #666666;
}
.tjlc_wraps .recomment ul a:hover {
	color: #4ECDA8;
}
.tjlc_wraps .recomment ul li p {
    width: 285px;  
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tjlc_wraps .recomment ul li span {
    display: block;
    float: right;
}


.set-details-body{padding:25px 0;font-size:13px;line-height:1.6;word-wrap:break-word}
.set-details-body blockquote{font-style:italic;font-family:Georgia,Times,"Times New Roman",serif;padding:2px 0;border-style:solid;border-color:#ccc;border-width:0}
.set-details-body .cke_contents_ltr blockquote{padding-left:20px;padding-right:8px;border-left-width:5px}
.set-details-body .cke_contents_rtl blockquote{padding-left:8px;padding-right:20px;border-right-width:5px}
.set-details-body dl,.set-details-body ol,.set-details-body ul{padding:0 40px}
.set-details-body p{display:block;-webkit-margin-before:1em;margin-block-start:1em;-webkit-margin-after:1em;margin-block-end:1em;-webkit-margin-start:0;-moz-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;-moz-margin-end:0;margin-inline-end:0}
.set-details-body hr{border:0;border-top:1px solid #ccc}
.set-details-body img.right{border:1px solid #ccc;float:right;margin-left:15px;padding:5px}
.set-details-body img.left{border:1px solid #ccc;float:left;margin-right:15px;padding:5px}
.set-details-body pre{white-space:pre-wrap;word-wrap:break-word;-moz-tab-size:4;tab-size:4}
.set-details-body .marker{background-color:#ff0}
.set-details-body span[lang]{font-style:italic}
.set-details-body figure{text-align:center;border:solid 1px #ccc;border-radius:2px;background:rgba(0,0,0,.05);padding:10px;margin:10px 20px;display:inline-block}
.set-details-body figure>figcaption{text-align:center;display:block}
.set-details-body figure>img{padding:1px;margin:1px;border:none;outline:1px solid #0782c1}
.set_details_one{padding:10px 0 0 27px;background-color:#fff}
.set_details_one div p{color:#999;font-size:12px}
.set_details_one div em{color:#333}
.set_details_one div.details_one_row_left{width:65%;line-height:30px;float:left;font-size:14px;box-sizing:border-box}
.set_details_one div.details_one_row_right{width:35%;float:left;line-height:30px;font-size:14px;box-sizing:border-box}
.set_details_one div.details_one::after{clear:both;content:'.';display:block;height:0;visibility:hidden}

.set-details-body{ padding:10px 0;}
.set-details-body img{width:100% !important; height:auto !important;}


em, i {
    font-style: normal;
}