@charset "utf-8";
/* 公用 */
/* html {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,#grayscale");
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%); 
	 
} */
/* html{filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);}
html{filter: gray} */
/* img{
filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter     id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");     Firefox 10+, Firefox on Android
filter:gray; IE6-9
-webkit-filter:grayscale(100%); Chrome 19+, Safari 6+, Safari 6+ iOS
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);} */
 
body, fieldset, figure, form, h1, h2, h3, h4, ol, p, ul, li, dl, dd, dt
	{
	margin: 0;
	padding: 0;
	filter:Gray; 
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

body {
	background-color: #fff;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

ol, ul {
	list-style: outside none none
}

a {
	text-decoration: none;
}

a:hover {
	color: #e32249 !important;
}

a.regist_btn:hover {
	color: #fff !important;
}

img {
	display: block;
	border: 0 none;
}

div, figcaption, figure {
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

input, textarea {
	outline: 0;
	resize: none
}

.fl {
	float: left;
}

.fr {
	float: right !important;
}

.zise {
	color: #9900ff;
}

.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.mr10 {
	margin-right: 8px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt40 {
	margin-top: 40px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.bdr0 {
	border-right: 0 !important;
}

.bdb0 {
	border-bottom: 0 !important;
}

.block {
	display: block;
}

em, i, u {
	font-style: normal;
}

.clear {
	height: 0;
	clear: both;
	font-size: 0;
	overflow: hidden;
	visibility: hidden;
}
/* 头 */
.topbar {
	min-width: 100%;
	border-bottom: 1px solid #e6e6e6;
	line-height: 34px;
	height: 34px;
	font-size: 12px;
	background: #f7f7f7;
	position: relative;
	z-index: 999;
	color: #666;
}

.container {
	width: 1200px;
	margin: 0 auto;
	/*overflow: hidden;*/
	clear: both;
}

.header-con {
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	overflow: hidden;
}

.topbar .top-login {
	width: 540px;
	padding-left: 0;
}

.topbar .top-nav {
	padding-right: 0;
}

.topbar .top-login li {
	float: left;
	display: inline;
}

.topbar .dropdown {
	position: relative;
}

.topbar .dropdown-label {
	position: relative;
	cursor: default;
	padding: 0 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	zoom: 1;
	z-index: 100;
	height: 14px;
	line-height: 14px;
	margin-top: 10px;
}

.topbar .dropdown-label i {
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #333;
	font-size: 18px;
}

.topbar .top-login .label {
	padding: 0;
}

.topbar .top-login a {
	color: #666;
	text-decoration: none !important;
}

.topbar .top-nav li {
	float: left;
	background-position: 0 0;
}

.topbar .top-nav li:first-child {
	padding-left: 0;
	background-image: none;
}

.topbar .top-nav .label {
	padding: 0 12px;
}

.topbar .top-nav a {
	margin: 0;
	color: #666;
	text-decoration: none !important;
}

.header {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}

.site-logo {
	margin-top: 22px;
	overflow: hidden;
}

.site-logo img {
	display: block;
}

.site-search {
	float: left;
	width: 530px;
	margin-left: 80px;
	padding-top: 15px;
	font-size: 14px;
}

.site-search .search-top {
	height: 20px;
	padding-left: 10px;
	overflow: hidden;
}

.site-search .search-top li {
	float: left;
	color: #666;
	height: 14px;
	font-size: 12px;
	line-height: 14px;
	margin-right: 10px;
	padding-right: 10px;
	cursor: pointer;
	overflow: hidden;
	text-align: center;
}

.fengexian {
	border-right: 1px solid #ccc;
}
/*.main-nav {
	margin: 0;
	line-height: 45px;
	height: 45px;
	font-size: 16px;
	border-bottom:2px solid #de0430;
	position:relative;
	background-color:#fff;
}

.main-nav li {
	float: left;
	position: relative;
	padding: 0;
	line-height: 45px;
	height: 45px;
}

.main-nav li h2 {
	font-weight: normal;
	font-size: 16px;
}
.main-nav li a {
	display: block;
	padding: 0 20px;
	color: #333;
	text-decoration: none;
}
.main-nav li a:link, .main-nav li a:visited {
	color: #333;
	text-decoration: none;
}
.ng-nav-index {
   position: absolute;
    left: 50%;
    margin-left: -360px;
    width: 785px;
    height: 43px;
    line-height: 45px;
    overflow: hidden;
	
}
.ng-nav-index0{margin-left: -380px;background:#fff;width:720px;}
.main-nav .ng-nav-index0 li{width:120px; text-align:center;}
.main-nav .ng-nav-index0 li:nth-last-child(1){}
.main-nav .ng-nav-index0 li.homemr{background:url(../images/nav-js.png)}
.main-nav .ng-nav-index0 li.homemr a:hover{color:#fff !important;}
.main-nav .ng-nav-index0 li.homemr a{color:#fff;}
.main-nav .ng-nav-index0 li a{padding:0px;}
.main-nav .ng-nav-index0 li a:hover{color:#333 !important;}
.main-nav .ng-nav-index0 li.homemr a{color:#000;}
.index-sort {
   position: absolute;
    width: 220px;
    top: 0;
    left: 50%;
    margin-left: -600px;
	z-index: 100;
}
.index-all-hook {
    position: absolute;
    display: block;
    width: 220px;
    height: 45px;
    top: 0;
    line-height: 45px;
    background: #de0430;
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
	text-align:center;
}
.site-search .search-area .search-btn {
	float: left;
	width: 96px;
	height: 40px;
	border: 0 none;
	background: url(../images/index_search.png) no-repeat 18px center #de0430;
	background-size:20px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	border-radius:0 3px 3px 0;
	font-weight:bold;
	text-indent:20px;
}
.index-sort-list-box {
    position: absolute;
    top: 45px;
    left: 0;
    width: 220px;
    height: 344px;
}
.index-sort-list-box .nav-cover {
    position: absolute;
    width: 220px;
    height: 344px;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}
.index-sort-list-box .index-list {
    position: absolute;
    left: 0;
    top: 1px;
    height: 344px;
    width: 220px;
    z-index: 7677;
}
*/
.main-nav {
	margin: 0;
	line-height: 45px;
	height: 45px;
	font-size: 16px;
	border-bottom: 2px solid #de0430;
	/*position:relative;*/
	background-color: #fff;
}

.main-nav li {
	float: left;
	position: relative;
	padding: 0;
	line-height: 45px;
	height: 45px;
}

.main-nav li h2 {
	font-weight: normal;
	font-size: 16px;
}

.main-nav li a {
	display: block;
	padding: 0 20px;
	color: #333;
	text-decoration: none;
}

.main-nav li a:link, .main-nav li a:visited {
	color: #333;
	text-decoration: none;
}

.ng-nav-index {
	/* position: absolute;
    left: 50%;*/
	margin-left: 220px;
	width: 660px;
	float: left;
	height: 43px;
	line-height: 45px;
	overflow: hidden;
}

.main-nav .ng-nav-index0 li {
	width: 110px;
	text-align: center;
}

.main-nav .ng-nav-index0 li:nth-last-child(1) {
	
}

.main-nav .ng-nav-index0 li.homemr {
	background: url(../images/nav-js.png)
}
/*.main-nav .ng-nav-index0 li:hover{background:url(../image/nav-js.png)}*/
.main-nav .ng-nav-index0 li a:hover {
	color: #333 !important;
}

.main-nav .ng-nav-index0 li.homemr a {
	color: #000;
}

.main-nav .ng-nav-index0 li a {
	padding: 0px;
}

.index-sort {
	/* position:relative;*/
	position: absolute;
	width: 220px;
	/*top: 0;
    left: 50%;
    margin-left: -600px;*/
	z-index: 100;
	float: left;
}

.index-all-hook {
	/*position: absolute;*/
	display: block;
	width: 220px;
	height: 45px;
	/*top: 0;*/
	line-height: 45px;
	background: #de0430;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
}

.site-search .search-area .search-btn {
	float: left;
	width: 96px;
	height: 40px;
	border: 0 none;
	background: url(../images/index_search.png) no-repeat 18px center
		#de0430;
	background-size: 20px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	border-radius: 0 3px 3px 0;
	font-weight: bold;
	text-indent: 20px;
}

.index-sort-list-box {
	/*  position: absolute;*/
	top: 45px;
	left: 0;
	width: 220px;
	height: 344px;
}

.index-sort-list-box .nav-cover {
	position: absolute;
	width: 220px;
	height: 344px;
	top: 45px;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
}

.index-sort-list-box .index-list {
	position: absolute;
	left: 0;
	top: 45px;
	height: 344px;
	width: 220px;
	z-index: 7677;
}

.search-area {
	overflow: hidden;
}

.site-search .search-area .search-inpt {
	float: left;
	width: 412px;
	height: 36px;
	border: 2px solid #de0430;
	background: #fff;
	line-height: 36px;
	overflow: hidden;
	padding: 0 10px;
	outline: none;
	border-radius: 3px 0 0 3px;
	border-right: 0;
}

.site-search .keylist {
	height: 28px;
	line-height: 28px;
	padding-left: 8px;
	overflow: hidden;
	font-size: 12px;
}

.site-search .keylist li {
	float: left;
	margin-right: 8px;
}

.site-search .keylist li a {
	color: #666;
	text-decoration: none !important;
}

.dorpdown {
	float: left;
	width: 120px;
	margin-left: 50px;
	padding-top: 35px;
	font-size: 12px;
}

.cw-icon {
	width: 118px;
	height: 40px;
	border: 1px solid #E6E6E6;
	padding: 0 10px 0 30px;
	background: #F7F7F7;
	text-align: center;
	line-height: 40px;
	position: relative;
	cursor: default;
	zoom: 1;
}

.ci-left {
	top: 12px;
	left: 15px;
	width: 18px;
	height: 16px;
	background: url(../images/index_gwc.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	overflow: hidden;
}

.ci-right {
	top: 14px;
	right: 6px;
	width: 7px;
	height: 13px;
	overflow: hidden;
	font: 400 13px/13px simsun;
	color: #666;
	display: block;
	position: absolute;
}

.ci-count {
	position: absolute;
	top: -6px;
	left: 30px;
	display: inline-block;
	padding: 1px 2px;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	background-color: #de0430;
	border-radius: 7px 7px 7px 0;
	min-width: 12px;
	text-align: center;
	font-style: normal;
}
.ci-count1 {
	position: absolute;
	top: -6px;
	margin-left: -12px;
	display: inline-block;
	padding: 1px 2px;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	background-color: #de0430;
	border-radius: 7px 7px 7px 0;
	min-width: 12px;
	text-align: center;
	font-style: normal;
}
.erweima-con img {
	width: 80px;
	margin-top: 13px;
}

.cw-icon a {
	color: #666;
}

.hotline {
	float: right;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
}

.hotline i {
	float: left;
	display: block;
	margin-top: 14px;
	width: 16px;
	height: 20px;
	background: url(../images/index_hotline.png) no-repeat 0 0;
	margin-right: 5px;
}

.hotline span {
	padding: 0 5px 0 0;
	color: #333;
}

.hotline em {
	font-size: 18px;
	font-family: verdana;
	letter-spacing: -1px;
	color: #de0430;
}

.index-list li {
	position: relative;
	width: 200px;
	height: 39px;
	padding: 0 0 0 20px;
	line-height: 18px;
	padding-top: 9px;
}

.index-list li a {
	display: inline-block;
	vertical-align: middle;
	color: #FFF !important;
	text-decoration: none;
	font-size: 14px;
	padding: 0;
}

.index-list li p a {
	display: inline-block;
	vertical-align: middle;
	color: #fad2dd !important;
	text-decoration: none;
	font-size: 12px;
	padding: 0;
}

.red {
	color: #de0430 !important;
}
/* 尾 */
.pro-type {
	height: 90px;
	background-color: #e6e6e6;
	margin-top: 20px;
}

.pro-type-in li {
	float: left;
	width: 200px;
	height: 76px;
	position: relative;
}

.pro-type-in li img {
	width: 51px;
	height: 51px;
	position: absolute;
	top: 20px;
}

.pro-type-in li:nth-last-child(1) {
	
}

.pro-type-in li:nth-last-child(1) img {
	width: 115px;
	height: 42px;
}

.pro-type-in li a {
	display: inline-block;
	color: #000;
	line-height: 86px;
	text-indent: 62px;
	outline: none;
}

.pro-type-in li:nth-last-child(1) a {
	text-indent: 128px;
}

.foot {
	width: 100%;
	text-align: center;
	border-top: 1px solid #e6e6e6;
	background-color: #fff;
}

.foot a {
	color: #666;
}

.foot .ptb20 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.foot .copyright {
	width: 1200px;
	font-size: 12px;
	line-height: 28px;
	color: #666;
	overflow: hidden;
}

.foot-lomo {
	text-align: center;
	margin-top: 10px;
}

.foot-lomo img {
	display: inline;
}

.dhlink dl {
	border-right: 1px solid #e6e6e6;
	margin-left: 50px;
	line-height: 180%;
	margin-top: 15px;
	width: 249px;
	float: left;
	margin-bottom: 10px;
	text-align: left;
}

.dhlink dl dd {
	font-size: 12px;
}

.dhlinker-cen dl dt {
	margin-bottom: 6px;
	font-size: 16px;
}

.dhlink dl dt.fop-1 {
	background: url(../images/index_icon1.png) no-repeat left 50%;
	text-indent: 22px;
}

.dhlink dl dt.fop-2 {
	background: url(../images/index_icon2.png) no-repeat left 50%;
	text-indent: 22px;
}

.dhlink dl dt.fop-3 {
	background: url(../images/index_icon3.png) no-repeat left 50%;
	text-indent: 22px;
}

.dhlink dl dt.fop-4 {
	background: url(../images/index_icon4.png) no-repeat left 50%;
	text-indent: 22px;
}

.dhlink a {
	color: #666;
}

/***************下拉框***************/
.index-sort-list-box .sub-menu {
	/* display: none; */
	position: absolute;
	top: 45px;
	left: 220px;
	padding: 14px 20px;
	width: 680px;
	min-height: 344px;
	border-right: 1px solid #de0430;
	border-bottom: 1px solid #de0430;
	border-left: 1px solid #de0430;
	background: #fff;
	z-index: 4;
	font-size: 0;
}

.index-sort-list-box .sub-menu dt {
	position: relative;
	display: inline-block;
	width: 85px;
	vertical-align: top;
	text-align: right;
	font-weight: 700;
	line-height: 24px;
	padding-top: 6px;
	font-size: 12px;
}

.index-sort-list-box .sub-menu dt a {
	color: #666;
}

.index-sort-list-box .sub-menu dd {
	display: inline-block;
	vertical-align: top;
	width: 540px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 12px;
	line-height: 24px;
	padding: 6px 0 5px 0;
	margin-left: 10px;
}

.index-sort-list-box .sub-menu dd a {
	border-left: 1px solid #e6e6e6;
	padding: 0 9px 0 8px;
	white-space: nowrap;
	color: #666;
}

.index-list li:hover {
	background-color: #de0430;
}

.dorpdown-layer {
	display: none;
	position: absolute;
	line-height: 24px;
	top: 33px;
	background: #fff;
	border: 1px solid #e6e6e6;
	padding: 10px;
	width: 1200px;
	/*height:140px;*/
	right: 0;
	z-index: 1000;
}

.dorpdown-layer dl {
	float: left;
	width: 273px;
	padding-left: 20px;
	border-left: 1px solid #e6e6e6;
}

.dorpdown-layer dt {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 6px;
}

.dorpdown-layer .item {
	float: left;
	width: 100px;
}

.fore1 {
	border-left: 0 !important;
}

/*新banner8*/
.banner0 {
	width: 100%;
	height: 344px;
	display: flex;
	justify-content: center;
}

.swiper-container {
	width: 1920px;
	height: 344px;
	margin: 0 auto;
}

.banner1 {
	width: 1920px;
	margin: 0 auto;
}

.swiper-container img {
	width: 1920px;
	height: 344px;
	margin: 0 auto;
}

.banner0:after, .header:after {
	display: block;
	content: "/20";
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.banner0, .header {
	*zoom: 1;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/*  Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.con_one_3:after,.box-xx:after,.container:after{content:".";display:block;height:0px;clear:both;visibility:hidden;}
.box_1:after{content:".";height:0px;clear:both;visibility:hidden;}
#table_mapPopupscroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f5f5f5;
}
#table_mapPopupscroll::-webkit-scrollbar-thumb {
    background-color: #bcbcbc;
}
#table_mapPopupscroll::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}
.topbar .top-login a.newsbox{
	position: relative;
	margin-right:10px;
}
.topbar .top-login a.newsbox .ci-count1{
	position: absolute;
	top: -6px;
	display: inline-block;
	padding: 1px 2px;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	background-color: #de0430;
	border-radius: 7px 7px 7px 0;
	min-width: 12px;
	text-align: center;
	font-style: normal;
	left: 68px;
}
