﻿
@media only screen and (max-width: 600px) {
	/* 在宽度小于等于600像素时应用的样式 */
	/* 这里可以设置移动端特定的样式 */
	/*容器的样式*/
	#middle-container {
		position: relative;
		top: 20px;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		left: 0;
	}
	.shangxinwen {
		width: 100%;
		border: 0px solid red;
		margin-top: 20px;
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.intoYuan {
		width: 90%;
		height: 160px;
		background-color: #57b6ff;
		border-radius: 5px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 30px;
		color: #fff;
		cursor: pointer;
	}
	.xinyou, .xinzhong, .xinzuo {
		width: 90%;
		float: left;
		background-color: whitesmoke;
		border-radius: 5px;
		padding: 5px 0;
		margin-top: 10px;
	}
}
  
@media only screen and (min-width: 601px) {
	/* 在宽度大于600像素时应用的样式 */
	/* 这里可以设置非移动端样式 */
	/*容器的样式*/
	#middle-container {
		position: relative;
		top: 0;
		width: 996px;
		height: 100%;
		margin: 0 auto;
		left: 0;
	}
	/*xin6个模块*/
	.shangxinwen {
		width: 996px;
		height: 210px;
		border: 0px solid red;
		margin-top: 20px;
		display: flex;
		align-items: center;
	}
	.intoYuan{
		width: 30%;
		height: 215px;
		background-color: #57b6ff;
		border-radius: 5px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 30px;
		color: #fff;
		cursor: pointer;
	}
	.xinyou,.xinzhong,.xinzuo {
		width: 30%;
		height: 210px;
		margin-left: 20px;
		float: left;
		background-color: whitesmoke;
		border-radius: 5px;
		padding: 5px 0;
	}
}

#middle-container li {
	list-style: none
}

/*企业家照片区域*/
#photo-show {
	position: relative;
	top: 0;
	left: 0;
	width: 996px;
	height: 473px;
	background: #fff
}

/*大图片*/
.photo01-img {
	position: absolute;
	width: 646px;
	height: 473px;
	;
	top: 0px;
	left: 0px;
	overflow: hidden
}

.photo01-img ul {
	position: absolute;
	width: 5000px;
	height: 473px;
	white-space: nowrap;
	/*文本不换行*/
	left: 0;
	padding: 0;
	background: #fff
}

.photo01-img ul li {
	float: left;
	height: 473px;
	width: 646px;
	margin: 0;
	padding: 0;
	vertical-align: top
}

.photo01-img ul li img {
	height: 473px;
	width: 646px;
	vertical-align: top
}

/*小图片*/
.photo-img-left01 {
	position: absolute;
	width: 173px;
	height: 157px;
	top: 0;
	left: 646px;
	border-top: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	overflow: hidden
}

.photo-img-left01 ul {
	position: absolute;
	height: 5000px;
	width: 173px;
	left: 0;
	top: 0;
	padding: 0;
	background: #fff
}

.photo-img-left01 ul li {
	display: inline;
	height: 159px;
	width: 173px;
	padding: 0px;
	margin: 0px
}

.photo-img-left01 ul li img {
	height: 159px;
	width: 173px;
}

.photo-img-left02 {
	position: absolute;
	width: 173px;
	height: 157px;
	top: 159px;
	left: 646px;
	border-top: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	overflow: hidden
}

.photo-img-left02 ul {
	position: absolute;
	width: 5000px;
	white-space: nowrap;
	padding: 0;
	background: #fff
}

.photo-img-left02 ul li {
	display: inline;
	float: left;
	height: 159px;
	padding: 0px;
	margin: 0px
}

.photo-img-left02 ul li img {
	height: 159px;
	width: 173px;
}

.photo-img-left03 {
	position: absolute;
	width: 173px;
	height: 157px;
	top: 318px;
	left: 646px;
	border-top: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	overflow: hidden
}

.photo-img-left03 ul {
	position: absolute;
	height: 5000px;
	width: 173px;
	left: 0;
	top: 0;
	padding: 0;
	background: #fff
}

.photo-img-left03 ul li {
	display: inline;
	float: left;
	height: 159px;
	width: 173px;
	padding: 0px;
	margin: 0px
}

.photo-img-left03 ul li img {
	height: 159px;
	width: 173px;
}

.photo-img-right01 {
	position: absolute;
	width: 173px;
	height: 157px;
	left: 821px;
	top: 0;
	border-top: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	overflow: hidden
}

.photo-img-right01 ul {
	position: absolute;
	width: 5000px;
	white-space: nowrap;
	padding: 0;
	background: #fff
}

.photo-img-right01 ul li {
	display: inline;
	float: left;
	height: 159px;
	padding: 0px;
	margin: 0px
}

.photo-img-right01 ul li img {
	height: 159px;
	width: 173px;
}

.photo-img-right02 {
	position: absolute;
	width: 173px;
	height: 157px;
	top: 159px;
	left: 821px;
	border-top: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	overflow: hidden
}

.photo-img-right02 ul {
	position: absolute;
	height: 5000px;
	width: 173px;
	top: 0px;
	padding: 0;
	background: #fff
}

.photo-img-right02 ul li {
	display: inline;
	float: left;
	height: 159px;
	width: 173px;
	padding: 0px;
	margin: 0px
}

.photo-img-right02 ul li img {
	height: 159px;
	width: 173px;
}

.photo-img-right03 {
	position: absolute;
	width: 173px;
	height: 157px;
	top: 318px;
	left: 821px;
	border-top: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	overflow: hidden
}

.photo-img-right03 ul {
	position: absolute;
	width: 5000px;
	white-space: nowrap;
	padding: 0;
	background: #fff
}

.photo-img-right03 ul li {
	display: inline;
	float: left;
	height: 159px;
	padding: 0px;
	margin: 0px
}

.photo-img-right03 ul li img {
	height: 159px;
	width: 173px;
}

.photo-show-ctl {
	position: absolute;
	left: 997px;
	top: 20px
}

.photo-show-ctl a {
	display: block;
	margin-bottom: 5px
}

/*推荐企业和新闻样式*/
#company-and-news {
	position: relative;
	clear: both;
	width: 996px;
	margin: 20px 0 30px;
	overflow: hidden
}

/*推荐企业内容区*/
.show-company {
	float: left;
	width: 264px;
	height: 430px;
	margin-right: 20px;
	background: url(../images/zhuye/bg_sns.gif) no-repeat left top
}

.show-company h3 {
	padding-top: 15px;
	padding-left: 25px;
}

.show-company-content {
	width: 243px;
	margin: 0 auto;
	overflow: hidden;
	height: 330px;
	margin-top: 10px;
}

.show-company-content ul {
	margin-top: 15px;
	width: 200px;
	margin-left: 20px;
	padding: 0;
}

.show-company-content ul li {
	height: 30px;
	line-height: 30px;
	width: 240px;
	overflow:hidden;
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #9A9A9A;
}

.show-company-content ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #9A9A9A;
}

.show-company-content ul li a:hover {
	text-decoration: none;
	font-size: 14px;
	color: #000000;
}

/*推荐企业图片区*/
.show-company-pic {
	float: left;
	width: 199px;
	margin-right: 30px;
	overflow: hidden
}

.show-company-pic .show-company-pic01 {
	width: 199px;
	height: 214px;
}

.show-company-pic .show-company-pic01 p.header-pic {
	width: 199px;
	height: 215px;
	margin: 0 auto
}

.show-company-pic .show-company-pic02 {
	width: 199px;
	height: 200px;
	margin-top: 14px;
}

.show-company-pic .show-company-pic02 p.header-pic {
	width: 199px;
	height: 200px;
}

/*新闻区*/
.news-and-pic {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 483px;
	overflow: hidden
}

.news-and-pic .news-list-div {
	position: absolute;
	top: 0;
	right: 0;
	width: 483px;
	height: 90px;
}


.news-list thead th {
	height: 31px;
	border-style: none;
}

.news-list tbody td {
	height: 30px;
	color: #777;
	border-bottom: 1px solid #c6c6c6
}

.news-list tbody td a {
	color: #9A9A9A !important;
	text-decoration: none
}

.news-list tbody td a:hover {
	color: #000 !important;
	text-decoration: none
}

.news-list tbody td.last {
	border-bottom: 1px solid #000
}

/*图片区*/
.news-pic {
	position: absolute;
	margin-top: 20px;
	bottom: 0;
	overflow: hidden
}

.news-pic .btn {
	position: absolute;
	right: 6px;
	top: 6px;
	z-index: 10
}

.news-pic .news-pic-photo {
	width: 483px;
	height: 140px
}

.news-pic .news-pic-photo img {
	position: absolute;
	left: 0
}

/*底部图片区*/
.bottom-pic {
	position: relative;
	clear: both;
	width: 98%;
	height: 337px;
	display: flex;
}

.bottom-pic-left {
	float: left;
	width: 48%;
	height: 337px;
	background: url(../images/zhuye/bg_store.gif) no-repeat left top;
	overflow: hidden
}

.bottom-pic-left h3 {
	height: 169px;
	padding: 45px 0 0 25px
}

.bottom-pic-left p.btn {
	position: absolute;
	left: 206px;
	top: 256px
}

.bottom-pic-left .bottom-pic-left-text {
	position: absolute;
	left: 206px;
	top: 42px;
	width: 255px;
	height: 200px;
	overflow: hidden
}

.bottom-pic-left .bottom-pic-left-text ul {
	width: 215px;
	padding: 15px 20px;
}

.bottom-pic-left .bottom-pic-left-text ul li {
	padding: 4px 0;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}

.bottom-pic-left .bottom-pic-left-text ul li dl {
	width: 215px;
	overflow: hidden
}

.bottom-pic-left .bottom-pic-left-text ul li dt {
	float: left;
	width: 50px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #363a41;
	line-height: 20px;
	background: url(../images/zhuye/division4.gif) no-repeat right 50%
}

.bottom-pic-left .bottom-pic-left-text ul li dd {
	float: right;
	width: 165px;
	color: #363a41;
	line-height: 20px
}

.bottom-pic-left .bottom-pic-left-text ul li dd span.text {
	display: inline;
	width: 165px;
	font-size: 14px;
	padding-left: 10px;
	color: #ff6ea2;
	overflow: hidden
}

span.text a {
	color: #9A9A9A !important;
}

.bottom-pic-right {

	height: 337px;
	width: 48%;
	float: right;
	z-index: 10;
	overflow: hidden
}

.bottom-pic-right img {
	width: 483px;
	height: 337px;
	position: absolute;
	right: 0
}

/*品牌*/
#pinpai {
	width: 996px;
	height: 161px;
	margin-top: 10px;
}

#pinpai .header_bg {
	width: 100%;
	height: 41px;
	margin: 0;
	padding: 0;
	background: url(../images/zhuye/pinpai.jpg) no-repeat;
}

#pinpai .pic {
	height: 120px;
	width: 994px;
	border: 1px solid #000;
	border-top: 0;
}

#pinpai .pic ul {
	width: 100%;
	height: 120px;
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: white;
}

#pinpai .pic ul li {
	width: 149px;
	height: 105px;
	margin: 5px 7px;
	border: 0;
	float: left;
	background-color: #000;
}

#pinpai .pic ul li img {
	height: 105px;
	width: 149px;
}

/*底部*/
#footer {
	position: relative;
	/* top: 20px; */
	clear: both;
	width: 100%;
	height: 130px;
	margin-top: 3px;
	background: #ffffff;
	overflow: hidden;
	border-top: 20px solid #eee;
}

#footer .footerArea {
	position: relative;
	width: 690px;
	color: #FFF;
	font-size: 13px;
}

#footer .footerArea ul {
	height: 130px;
	padding-top: 23px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	overflow: hidden;
	/* margin-top: 20px; */
	display: flex;
    flex-direction: column;
    justify-content: center;
}

#footer .footerArea ul li.footer-list {
	display: inline;
	height: 25px;
	line-height: 25px;
	width: 660px;
	/* color: rgb(0, 0, 0); */
	color: #b5b5b7;
}

#footer .footerArea ul a {
	/* color: rgb(0, 0, 0); */
	color: #b5b5b7;
	text-decoration: none;
}

#footer .footerArea ul a:hover {
	color: #E8E0E0;
	font-size: 13px;
	text-decoration: none;
}



.shangxinwena {
	width: 996px;
	height: 210px;
	border: 0px solid red;
	margin-top: -10px;
	margin-bottom: 20px;
	display: flex;
}


/* .xinzuo {
	width: 317px;
	height: 210px;
	float: left;
	border: 0px solid #9EAAD2;
	background: url(xdh.jpg);
} */

/* .xinzhong {
	width: 316px;
	height: 210px;
	margin-left: 20px;
	float: left;
	border: 0px solid #9EAAD2;
	background: url(xdh.jpg);
} */



.xindaohang {
	height: 30px;
	line-height: 30px;
	padding-left: 25px;
	font-weight: 600;
	color: #363A41;
	border: 0px solid #888;
	margin-top: 5px;
}

.xindaohang a {
	color: #363A41;
	text-decoration: none;
}
.xindaohang span{
	color: #000 !important;
}
.xinneirong {
	padding: 1px 0px 1px 25px;
}

.xinneirong a {
	text-decoration: none;
	font-size: 14px;
	color: #686868;
}

.xinneirong a:hover {
	text-decoration: none;
	font-size: 14px;
	color: #000000;
}



#company-and-news table{
	width: 500px;
}