@charset "utf-8";

/* 小屏幕（平板，大于等于768px） */

@media (min-width:768px) and (max-width:992px) {

}

/* 中等屏幕（桌面显示器，大于等于992px） */

@media (min-width:992px) and (max-width:1200px) {

}

/* 中等屏幕（桌面显示器，大于等于1200px） */

@media (min-width:1200px) and (max-width:1500px) {

}
/*手机 小于等于768px */

@media (max-width:768px) {
	.wrap2 {
		width: 90%;
	}
	.wrap,
	.wrap3 {
		width: 90%;
	}
	.wrap4 {
		width: 100%!important;
	}
	.recruit {
		width: 74%;
	}
	.footer,
	.footer_en,
	.header .header_cover,
	.header .banner,
	.i_cover,
	.i_cup,
	.i-seat,
	.i_bottom,
	.i_service,
	.mk_banner,
	.pro-cup,
	.pro-cover,
	.market-banner,
	.market-cover,
	.market-bottom,
	.stra_banner {
		min-width: 100%;
	}
	/* 头部 =============================================================== */
	.header .banner {
		height: 144px;
	}
	.header .header_cover {
		height: 50px;
		line-height: 50px;
		background-repeat-y: repeat;
	}
	.header .header_cover .wrap2 {
		position: relative;
		top: 16px;
	}
	.mobile_header_wrap {
		width: 88%;
	}
	.navbar-toggle {
		display: block;
		float: right;
		width: 50px;
		height: 50px;
	}
	.navbar-toggle a {
		width: 50px;
	}
	.header .logo a,
	.navbar-toggle a {
		height: 50px;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
	}
	.navbar-toggle img {
		display: block;
		width: 100%;
		max-width: 25px;
		height: auto;
	}
	.header .header_cover .logo {
		position: relative;
		width: 28%;
		height: 50px;
		left: 5%;
		margin-top: 0;
	}
	.header .header_cover .logo img {
		width: 100%;
		height: auto;
		vertical-align: middle;
	}
	.header .header_cover ul {
		float: none;
		position: absolute;
		top: 50px;
		left: 0;
		margin-left: 0;
		z-index: 99;
		width: 100%;
		background: rgba(10, 10, 10, 0.75);
		overflow-x: visible;
		-webkit-overflow-scrolling: touch;
		border-top: 1px solid #060606;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
		display: none;
	}
	.header .header_cover ul li {
		float: none;
		width: 93%;
		height: 40px;
		line-height: 40px;
		padding-left: 25px;
		margin-left: 0;
		font-size: 14px;
	}
	.header .header_cover ul.navBoxEn li,
	.header .header_cover ul.navBoxEn li a {
		width: 100%;
	}
	.header .header_cover ul .headli {
		display: none;
	}
	.header .header_cover ul li a {
		display: block;
		width: 22%;
		height: 40px;
		line-height: 40px;
		text-align: left;
		color: #fff;
	}
	.header .header_cover ul li a:hover,
	.header .header_cover ul li.active a {
		background: none;
	}
	.header .header_cover ul li.active {
		background: rgba(202, 200, 200, 0.31);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf000000, endColorstr=#bf000000);
	}
	.header .header_cover .butnBox {
		right: 1px;
		top: 50px;
		bottom: inherit;
	}
	.header .header_cover .butnBox a {
		padding: 1px 8px;
		line-height: 1.5;
	}
	/* banner图  */
	.header .header_cup {
		margin-top: 80px;
		margin-left: 0;
	}
	.header .header_cup h2 {
		font-size: 18px;
		margin-bottom: 13px;
	}
	.header .header_cup h3 {
		font-size: 15px;
		margin-bottom: 15px;
		line-height: 1.3;
	}
	.header .header_cup h4 {
		font-size: 12px;
		margin-left: 0;
		line-height: 1.3;
	}
	/* 底部 ============================== */
	.footer {
		height: auto;
		padding: 8px 0;
		line-height: 1.5;
	}
	.footerText {
		line-height: 26px;
		padding-top: 4px;
	}
	/* 首页 ======================================================================================================================= */

	
}