@charset "utf-8";

/*框架预览 CSS*/
.mkeBody {
	background: #121212;
}

.mkeHeadBox {
	padding: 30px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
	color: #fff;
	text-align: center;
	overflow: hidden;
	border-bottom: 3px solid #666;
	box-shadow: inset 0 -2px 3px #000000;
	letter-spacing: 1px;
	font: 26px/26px "微软雅黑";
}

.mkeFooterBox {
	padding: 25px 10px;
	text-overflow: ellipsis;
	margin: 0;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	overflow: hidden;
	border-top: 3px solid #666;
	box-shadow: inset 0 2px 3px #000000;
}

.mkeContentBox {
	background: #fff;
	padding: 50px 0 50px 0
}

.mkeContentBox:after {
	height: 0;
	clear: both;
}

.mkeFooterBox p,
.mkeFooterBox div {
	padding: 0;
	margin: 0;
	line-height: 26px;
	font-size: 14px;
}

.mkeFooterBox a {
	color: #fff;
	white-space: nowrap
}

.mkeButton {
	background: #F36;
	display: inline-block;
	text-decoration: none;
	width: 102px;
	border-radius: 0.3em;
	transition: all 0.3s ease
}

.mkeButton:hover {
	background: #FF1550;
}

.mkeURL {
	font-size: 24px;
}

.mkeFooterBox .mKeBannerAD {
	width: 728px;
	height: 90px;
	margin: 18px auto 0;
}

.mkeFooterBox .mSmallKeBannerAD {
	display: none;
}

@media only screen and (max-width:900px) {
	.mkeButton {
		display: block;
		margin: 8px auto 0;
	}
}

@media only screen and (max-width:767px) {
	.mkeHeadBox {
		font-size: 18px;
		padding: 15px 10px;
	}

	.mkeFooterBox p,
	.mkeFooterBox div {
		line-height: 24px;
		font-size: 12px;
	}

	.mkeURL {
		font-size: 22px;
	}

	.mkeFooterBox .mKeBannerAD {
		display: none;
	}

	.mkeFooterBox .mSmallKeBannerAD {
		width: 300px;
		height: 250px;
		margin: 18px auto 0;
		display: block;
	}
}

/*End*/

/*主要CSS*/
body {
	background: url(../images/bg.jpg)repeat;
}

.box_1 {
	width: 360px;
	height: 350px;
	margin: 0px auto;
	position: relative;
	/*相对定位*/
	cursor: pointer;
	/*手指形状*/
}

.info {
	width: 360px;
	height: 350px;
	background-color: #fff;
	position: relative;
	/*相对定位*/
}

.info .sm_img {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	/*圆形*/
	border: 0px solid #fff;
	position: absolute;
	/*移动元素 绝对定位*/
	left: 100px;
	top: 70px;
	background: url(../images/化妆事业部.png)center center;
	transition: all .5s;
	/*延迟*/
	opacity: 1;
	/*透明度*/
}

.info .sm_img1 {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	/*圆形*/
	border: 0px solid #fff;
	position: absolute;
	/*移动元素 绝对定位*/
	left: 100px;
	top: 70px;
	background: url(../images/生活事业部.png)center center;
	transition: all .5s;
	/*延迟*/
	opacity: 1;
	/*透明度*/
}

.info .sm_img2 {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	/*圆形*/
	border: 0px solid #fff;
	position: absolute;
	/*移动元素 绝对定位*/
	left: 100px;
	top: 70px;
	background: url(../images/钢铁事业部.png)center center;
	transition: all .5s;
	/*延迟*/
	opacity: 1;
	/*透明度*/
}

.info .sm_img3 {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	/*圆形*/
	border: 0px solid #fff;
	position: absolute;
	/*移动元素 绝对定位*/
	left: 100px;
	top: 70px;
	background: url(../images/半导体事业部.png)center center;
	transition: all .5s;
	/*延迟*/
	opacity: 1;
	/*透明度*/
}

.ingo_fm {
	width: 260px;
	/* height:252px; */
	height: 300px;
	border: 0px solid #ccccff;
	background-color: #57b0e1;
	position: absolute;
	/*移动元素 绝对定位*/
	left: 50px;
	/* top:39px; */
	top: 0px;
	opacity: 0;
	/*透明度*/
	transition: all .5s;
	/*延迟*/
	transform: scale(1.5);
	/*放大1.5倍*/
}

.ingo_fm h3 {
	width: auto;
	height: auto;
	text-align: center;
	line-height: 160px;
	font: 24px/18px 'microsoft yahei';
	color: #fff;
	padding: 10px;
	margin: 62px 10px 0 10px;
	display: block;
	/*块集元素*/
	background-color: ;
}

.mar_bor {
	width: 160px;
	height: 160px;
	background-color: #fff;
	position: absolute;
	/*移动元素 绝对定位*/
	left: 30px;
	top: 30px;
	transform: scale(1.6);
	/*放大1.5倍*/
	opacity: 0;
	/*透明度*/
	border-radius: 50%;
	/*圆形*/
	transition: all .7s;
	/*延迟*/
}

/*鼠标经过*/
.box_1:hover .sm_img {
	transform: scale(0);
	/*放大0倍*/
	border: 100px solid #fff;
	opacity: 1;
	/*透明度*/
	position: absolute;
	/*移动元素 绝对定位*/
	left: -70px;
	top: -70px;
}

.box_1:hover .ingo_fm {
	opacity: 0.9;
	/*透明度*/
	transform: scale(1);
	/*放大1.5倍*/
}

.box_1:hover .mar_bor {
	opacity: 0.5;
	/*透明度*/
	width: 135px;
	height: 135px;
	position: absolute;
	/*移动元素 绝对定位*/
	left: 42px;
	top: 42px;
}

.page-menu-title h3 {
	padding-left: 15px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
}

.attract-menu {
	width: 250px;
	padding: 35px 0 40px;
}

.page-menu-title {
	background: #25a8e0;
}

.page-menu-title h3 {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 15px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	margin: 0;
}

.page-menu-content {
	padding: 10px 0 25px;
}

.page-menu-content ul {
	padding: 0 15px;
}

.page-menu-content ul li {
	position: relative;
	border-bottom: 1px solid #e6e6e6;
	list-style: none;
}

.page-menu-content ul li.current a {
	color: #25a8e0;
}

.page-menu-content ul li.current i {
	background-image: url(../images/page-menu-c.gif);
}

.page-menu-content ul li a {
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 10px;
	line-height: normal;
	color: #4d4d4d;
	font-size: 14px;
}

.attract_con {
	width: 840px;
	padding: 35px 0 40px;
	float: right;
}

.page-menu-content ul li i {
	display: block;
	width: 7px;
	height: 7px;
	overflow: hidden;
	position: absolute;
	top: 17px;
	right: 0;
	_right: 15px;
	background: url(../images/page-menu.gif) no-repeat 0 0;
}

.att_banner {
	width: 100%;
}

.att_banner img {
	display: block;
	width: 100%;
}

.hocolor {
	color: #25a8e0;
}

.product_img {
	height: 400px
}

.navbar-nav li a {
	font-size: 16px;
}

a.tt {
	font-size: 16px;
}

.product_tit {
	width: 100%;
	padding: 0px 15px 10px;
}

.product_tit h4 {
	color: #25a8e0;
	border-bottom: 1px solid #25a8e0;
	padding: 0px 0 10px;
}