@charset "utf-8";

/* CSS Document */
html,body,div,iframe,em,img,b,i,dl,dt,dd,ul,li,h1,h2,h3,p {
	font: 16px/20px "微软雅黑";
	font-weight: normal;
	list-style: none;
	font-style: normal;
	margin: 0px;
	padding: 0;
}
body,html {
	width: 100%;
	height: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,td {
	vertical-align: middle;
}

a:link {
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #3071F2;
}

a:hover {
	text-decoration: none;
	color: #3071F2;
}

:before,:after {
	content: "";
	position: absolute;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}

h2 {
	font-size: 20px;
	line-height: 30px;
}

h3 {
	font-size: 16px;
	line-height: 26px;
}

p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	text-align: justify;
	text-justify: inter-word;
}

button,input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%;
	outline: none;
	border: none;
}
.line-1{
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
}
.line-2{
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
}
.line-3{
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:3;
}
.tw {
	width: 100%;
	margin-top: 40px;
}

.w {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.bg{
	background: #F7F7F7;
}
.mb20{
	margin-bottom: 20px;
}
img {
	width: 100%;
	display: flex;
}

.pc {
	display: block;
}

.m {
	display: none;
}
.mtnav{
	display: none;
}
.eji_menu,.zix_menu{
	display: none;
}
.mtopmenu,.menupop{
	display: none;
}
.line {
	width: 100%;
	height: 30px;
	display: flex;
}

/*头部样式开始*/
.topnav {
	width: 100%;
	display: flex;
	background: #E6E6E6;
}
.topnav .w{
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.topnav .hy {
	display: flex;
	align-items: center;
	height: 40px;
	font-size: 18px;	
}
.hi {
	display: flex;
}
.hi .dl {	
	display: flex;
}
.hi .dl a {
	display: flex;
	align-items: center;
	height: 40px;
	margin: 0 20px;
	position: relative;
	padding-right: 20px;	
}
.hi .dl a i{
	width: 18px;
	margin-right: 5px;
}
.hi .dl a h2{
	font-size: 18px;
	color: #FF7700;
}
.hi .dl a:last-child h2{
	color: #3071F2;
}
.hi .dl a:last-child:before {
	content: "";
	position: absolute;
	left: -30px;
	top: 13px;
	width: 1px;
	height: 15px;
	background: #999;
}
.hi li {
	display: flex;
	margin-right: 10px;
	position: relative;	
	padding: 0 10px;
	border: solid 1px #E6E6E6;
	border-bottom: 0;
	cursor: pointer;
}
.hi li .tit {
	display: flex;
	align-items: center;
	height: 40px;
	position: relative;
	z-index: 5;
}
.hi li .tit h2 {
	font-size: 18px;
	color: #3071F2;
}
.hi li .tit i {
	margin-left: 5px;
	width: 10px;
}
.hi li .con {
	width: calc(100% - 20px);
	position: absolute;
	left: -1px;
	top: 40px;
	z-index: 8;
	visibility: hidden;
	border: solid 1px #E6E6E6;
	border-top: 0;
	background: #fff;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
}
.hi li .con a {
	width: 100%;
	line-height: 26px;
	font-size: 14px;
}
.hi li .con a:hover {
	font-weight: bold;
}
.hi li .con dl {
	width: 90px;
	padding: 20px;
	text-align: center;
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
}
.hi li .con dt {}
.hi li .con dd {
	width: 100%;
	text-align: center;
	color: #666;
}
.hi li .con dl:last-child {
	padding-left: 100rpx;
}
.hi li .ma {
	width: 300px;
	display: flex;
	left: -209px;
}
.hi li .ma:before {
	content: "";
	position: absolute;
	width: calc(100% - 86px);
	height: 1px;
	background: #ccc;
	left: 0;
	top: 0px;
}
.hi li:hover .con {
	visibility: visible;
}
.hi li .con:hover {
	background: #fff;
	border-color: #ccc;
}

.toplog{
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	padding-bottom: 10px;
}
.toplog .logo{
	display: flex;
}
.toplog .logo .bz{
	width: 149px;
}
.toplog .logo .city{
	display: flex;
	position: relative;
	margin-left: 20px;
	margin-top: 24px;
	z-index: 66;
}
.toplog .logo .city .tit{
	display: flex;
	align-items: center;
	height: 20px;
	padding: 10px;
	border: solid 1px #fff;
	cursor: pointer;
	position: relative;
	z-index: 3;
}
.toplog .logo .city .tit h2{
	font-size: 14px;
}
.toplog .logo .city .tit i{
	width: 10px;
	margin-left: 10px;
}
.toplog .logo .city .con{
	position: absolute;
	width: 260px;
	visibility: hidden;
	border: solid 1px #E6E6E6;
	background: #fff;
	border-radius: 0px 6px 6px 6px;
	top: 40px;
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.toplog .logo .city .con a{
	width: calc(50% - 20px);
	line-height: 30px;
	cursor: pointer;
}
.toplog .logo .city:hover .con {
	visibility: visible;
}
.toplog .logo .city:hover .tit {
	background: #fff;
	border-color: #E6E6E6;
	border-radius: 6px 6px 0px 0;
}
.toplog .logo .city .tit:before{
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background: #fff;
	z-index: 3;
}

.toplog .seach{}
.toplog .seach .hd{
	width: calc(100% - 2px);
	border: solid 1px #3071F2;
	display: flex;
	align-items: center;
	height: 40px;
	border-radius: 6px;
	font-size: 14px;
}
.toplog .seach .hd a{
	display: flex;
	align-items: center;
	height: 40px;
}
.toplog .seach .hd .lei{
	width: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	background: #EBF2FF;
	border-radius: 6px 0px 0 6px;
}
.toplog .seach .hd .lei h2{
	font-size: 14px;
}
.toplog .seach .hd .lei i{
	width: 10px;
	margin-left: 5px;
}
.toplog .seach .hd .sur{
	width: 330px;
	margin: 0 10px;
	color: #999;
}
.toplog .seach .hd .sos{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 100px;
	background: #3071F2;
	border-radius: 0px 6px 6px 0px;
}
.toplog .seach .hd .sos h2{
	color: #fff;
}
.toplog .seach .hd .sos i{
	width: 22px;
	margin-right: 10px;
}

.toplog .seach .bd{
	margin-top: 10px;
	display: flex;
}
.toplog .seach .bd a{
	margin-right: 15px;
}

.toplog .mall{
	display: flex;
}
.toplog .mall a{
	display: flex;
	align-items: center;
	height: 40px;
	position: relative;
	background: #EBF2FF;
	border-radius: 6px;
	padding: 0 20px;
}
.toplog .mall a:last-child{
	margin-left: 10px;
	background: #FF7700;
	color: #fff;
}
.toplog .mall a:last-child:hover{
	background: #FF4F00;
}
.toplog .mall i{
	width: 24px;
	margin-right: 10px;
}
.toplog .mall span{
	position: absolute;
	right: 2px;
	top: -5px;
	width: 16px;
	height: 16px;
	background: #fff;
	color: #FF4F00;
	font-size: 20rpx;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.toplog .mall h2{
	font-size: 16px
}
.toplog .mall .ico{
	display: flex;
	position: relative;
}


.daohang{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
/*商品分类*/
.daohang .menu{
	box-sizing: border-box;
	width: 300px;
	background: #3071F2;
	border-radius: 6px;
	padding: 15px 0;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	cursor: pointer;
}
.daohang .menu .mtit{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	padding: 0 15px;
	color: #fff;
	position: relative;
	z-index: 6;
}
.daohang .menu .mcon{
	width: 300px;
	margin: 25px 0 0 0;
	position: absolute;
	z-index: 888;
	background: #3071F2;
	border-radius: 0 0 6px 6px;
	display: none;
}
.daohang .menu:hover .mcon{
	display: block;
}
.daohang .menu .mcon .myi{
	padding: 0 0 15px 0;
}
.daohang .menu .mcon .myi .dl{
	box-sizing: border-box;
	padding: 0 15px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-top: 14px;
	padding-top: 15px;
}
.daohang .menu .mcon .myi .dl:before{
	left: 15px;
	top: 0px;
	width: calc(100% - 60rpx);
	height: 1px;
	background: rgb(255, 255, 255, .80);
}
.daohang .menu .mcon .myi .dl .dt{
	display: flex;
	align-self: flex-start;
	width: calc(100% - 10px);
	color: #fff;
	cursor: pointer;
}
.daohang .menu .mcon .myi .dl .dt .i{
	width: 20px;
	margin-right: 10px;
}
.daohang .menu .mcon .myi .dl .dt .xx{
	
}
.daohang .menu .mcon .myi .dl .dt .xx .bt{
	font-size: 18px;
	color: #fff;
}
.daohang .menu .mcon .myi .dl .dt .xx .sj{
	display: flex;
	margin-top: 5px;
}
.daohang .menu .mcon .myi .dl .dt .xx .sj a{
	font-size: 12px;
	margin-right: 10px;
	color: rgb(255, 255, 255, .80);
}
.daohang .menu .mcon .myi .dl .dt .xx .sj a:hover{
	color: #fff;
}
.daohang .menu .mcon .dd{
	width: 10px;
	display: flex;
	align-items: start;
	margin-top: 4px;
}

/*三级分类*/
.daohang .menu .merji{
	position: absolute;
	top: 20px;
	left: 298px;
	padding: 20px;
	padding-left: 10px;
	background: #fff;
	border: solid 2px #3071F2;
	width: 400px;
	height: calc(100% - 64px);
}

.daohang .menu .merji .pinp{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.daohang .menu .merji .pinp a{
	width: 140px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 2px;
	background: #E6E6E6;
	font-size: 12px;
	position: relative;
}
.daohang .menu .merji .pinp .tu{
	width: 140px;
}
.daohang .menu .merji .pinp .bt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 30px;
	padding: 0 5px;
}
.daohang .menu .merji .pinp .bt h2{
	font-size: 14px;
}
.daohang .menu .merji .pinp .bt i{
	width: 16px;
	height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 10px;
}
.daohang .menu .merji .pinp .bt img{
	width: 8px;
}

.daohang .menu .merji .guige{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.daohang .menu .merji .guige .sk{
	margin-top: 20px;
}
.daohang .menu .merji .guige .sk .eb{
	margin-left: 10px;
	font-weight: bold;
	border-bottom: solid 1px #E6E6E6;
	padding-bottom: 10px;
	color: #000;
}
.daohang .menu .merji .guige .sk .eh{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.daohang .menu .merji .guige .sk .eh a{
	display: flex;
	margin-left: 10px;
	color: #666;
	margin-top: 6px;
}
.daohang .menu .merji .guige .sk .eh a:hover{
	color: #3071F2;
}

/*一级分类*/
.daohang .navs{
	width: calc(100% - 350px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	background: #3071F2;
	border-radius: 6px;
	padding: 0 15px;
}
.daohang .navs a{
	font-size: 20px;
	color: rgb(255, 255, 255, .90);
	cursor: pointer;
	position: relative;
}
.daohang .navs a:hover:before{
	left: 50%;
	bottom: -7px;
	width: 30px;
	height: 3px;
	background: #fff;
	border-radius: 30px;
	margin-left: -16px;
}
.daohang .navs a:nth-child(1):before{
	display: none;
}
.daohang .navs a:hover{
	color: #fff;
	font-weight: bold;
}
.daohang .navs a.hom{
	color: #fff;
	font-weight: bold;
	background: url("https://jym.clxx.net/static/gtw/hmi.png") no-repeat left 1px;
	background-size: 18px;
	padding-left: 30px;
}
/*新闻头部*/
.zxhead{
	border-bottom: solid 1px #E6E6E6;
}
.zxhead .w{
	justify-content: space-between;
	padding: 30px 0 10px 0;
	position: relative;
}
.zxhead .logo {
    display: flex;
}

.zxhead .logo .bz {
	width: 149px;
    cursor: pointer;
}
.zxhead .logo .tx {
    display: flex;
    align-items: center;
    font-size: 30px;
    height: 65px;
    margin-left: 10px;
    color: #3071F2;
    font-weight: bold;
	margin-top: 5px;
}

.zxhead .newnav {
    display: flex;
	position: relative;
	z-index: 5;
}

.zxhead .newnav .li {
    margin: 0 20px;
    position: relative;
    cursor: pointer;
}

.zxhead .newnav .li:hover .bt {
    color: #3071F2;
}

.zxhead .newnav .li:hover .subnav {
    visibility: visible;
}

.zxhead .newnav .li .bt a{
    display: flex;
    align-items: center;
    height: 64px;
    font-size: 22px;
    font-weight: bold;
}

.zxhead .newnav .li .subnav {
    position: absolute;
    left: 0px;
    width: 130px;
    visibility: hidden;
}

.zxhead .newnav .li .subnav .hd {
    border: solid 1px #E6E6E6;
    border-top: solid 3px #3071F2;
    background: #fff;
    padding: 15px;
}

.zxhead .newnav .li .subnav .hd a {
    display: flex;
    align-items: center;
    height: 40px;
    cursor: pointer;
}

.zxhead .newnav a.on {
    color: #3071F2;
    font-weight: bold;
}

.zxhead .newnav a.on:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 5px;
    background: #3071F2;
}

.xseach {
    width: 350px;
    display: flex;
	height: 40px;
	background: #E6E6E6 url("../soh.png") no-repeat 15px center;
	background-size: 20px;
	margin-top: 15px;
	border-radius: 6px;
	position: relative;
}
.xseach .text{
	width: 220px;
	background: none;
	border: none;
	height: 38px;
	line-height: 38px;
	margin-left: 50px;
	font-size: 14px;
}
.xseach .submit{
	width:80px;
	background: #FF7700;
	border: none;
	color: #fff;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	border-radius: 0px 6px 6px 0px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
.xseach .submit:hover{
	background: #FFAA00;
}

/*商协会头部*/
.shhead{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.shhead .w{
	justify-content: space-between;
	padding: 30px 0;
}
.shhead .hd{
	display: flex;
}
.shhead .hd h2{
	font-size: 30px;
	font-weight: bold;
	margin-top: 22px;
	margin-left: 30px;
}
.shhead .snav{
	width: 100%;
	background: #3071F2;
}
.shhead .snav .w{
	padding: 0;
}
.shhead .snav a{
	line-height: 50px;
	font-size: 20px;
	color: rgba(255,255,255,.9);
}
.shhead .snav a:hover{
	color: #fff;
}
.shhead .snav a.cur{
	background: #5B92FF;
	padding: 0 20px;
	color: #fff;
}















/*底部样式开始*/
.foot{
	width: 100%;
	background: #F7F7F7;
	padding-bottom: 20px;
	position: relative;
}
.foot:before{
	width: 100%;
	height: 200px;
	left: 0;
	top: 70px;
	background:linear-gradient(to top,#F7F7F7,#EBF2FF);
}
.foot .bran{
	width: 100%;
	height: 75px;
	background: #3071F2;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.foot .w{
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 3;
}
.foot .bran .ul{
	display: flex;
	justify-content: space-between;
	width: calc(100% - 460px);
}
.foot .bran li {
	display: flex;
}
.foot .bran li .tu{
	width: 25px;
	margin-right: 5px;
	position: relative;
	top: 3px;
}
.foot .bran li .tx{
	color: #fff;
}
.foot .bran li .tx h2{
	font-weight: bold;
}
.foot .bran li .tx p{
	color: rgb(255, 255, 255, .80);
	font-size: 12px;
	margin-top: 5px;
}
.foot .bran .bd{
	font-size: 16px;
	font-weight: bold;
	padding: 0 20px;
	display: flex;
	align-items: center;
	height: 40px;
	background: rgb(255, 255, 255, .70);
	border: solid 1px #fff;
	border-radius: 30px;
	color: #3071F2;
	margin-top: 8px;
}

.foot .help{
	width: 100%;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
}
.foot .help .bz{
	width: 149px;
}
.foot .help .dh{
	display: flex;
	justify-content: space-between;
	width: 680px;
	align-items: start;
}
.foot .help .dh .li{
	display: flex;
	flex-wrap: wrap;
	width: 150px;
}
.foot .help .dh .li:last-child{
	width: 100px;
}
.foot .help .dh .li .hd{
	display: flex;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.foot .help .dh .li .bd{
	display: flex;
	flex-wrap: wrap;
}
.foot .help .dh .li .bd a{
	width: 100%;
	line-height: 36px;
	font-size: 14px;
}

.foot .help .lx{
	display: flex;
	flex-wrap: wrap;
	width: 350px;
	font-size: 14px;
}
.foot .help .lx .hd{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.foot .help .lx .dl{
	
}
.foot .help .lx .dl .dt{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.foot .help .lx .dl .dz{
	display: flex;
}
.foot .help .lx .dl p{
	line-height: 30px;
}
.foot .help .lx .dl i{
	width: 20px;
	margin-left: 10px;
	position: relative;
	top: 5px;
}
.foot .help .lx .ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 6px;
}
.foot .help .lx .ul li{
	width: calc(33% - 28px);
	text-align: center;
	background: #fff;
	padding: 5px;
	border-radius: 6px;
}
.foot .help .lx .ul li h2{
	line-height: 14px;
	font-size: 14px;
}


.foot .copy {
	width: 100%;
}
.foot .copy .w{
	border-top: solid 1px #ccc;
	padding-top: 20px;
}
.foot .copy .dt{
	 font-size: 12px;
	 line-height: 20px;
	 color: #666;
}
.foot .copy .dt .bq{
	 
}
.foot .copy .dt .ba{
	 display: flex;
	 margin-top: 5px;
}
.foot .copy .dt .ba i{
	 width: 18px;
	 position: relative;
	 top: 3px;
	 margin-right: 5px;
	 margin-left: 30px;
}
.foot .copy .dt .ba p{
	 
}
.foot .copy .dd{
	 display: flex;
}
.foot .copy .dd li{
	background: #fff;
	 border: solid 1px #E6E6E6;
	 padding: 10px;
	 display: flex;
	 align-items: center;
	 height: 30px;
	 margin-left: 20px;
}
.foot .copy .dd li i{
	 width: 30px;
	 margin-right: 10px;
}
.foot .copy .dd li h2{
	 font-size: 14px;
}