@charset "utf-8";
/* contents
=================================================================== */
#mainCatch{
	color: #fff;
}
#mainCatch h2{
	margin: 0;
	padding: 0;
	font-size: 48px;
}
#mainCatch p{
	margin-bottom: 30px;
}
#mainCatch .inner{
	padding: 120px 60px 0;
}

#mainCatch .inner h2{
	text-shadow:
		-1px -1px rgba(255,255,255,.8),
		1px -1px rgba(255,255,255,.8),
		-1px 1px rgba(255,255,255,.8),
		1px 1px rgba(255,255,255,.8);
}
.slide1{
	height: 100%;
	background: url(../img/img_slide01.jpg) center top / cover no-repeat;
	background: url(../img/img_slide01.jpg) center top no-repeat\9;
}
#mainCatch .slide1 .inner{
	color: #333333;
	padding-top: 170px;
	/*text-shadow:
		-1px -1px #ffffff,
		1px -1px #ffffff,
		-1px 1px #ffffff,
		1px 1px #ffffff;*/
}
.slide2{
	height: 100%;
	background: url(../img/img_slide02.jpg) center top / cover no-repeat;
	background: url(../img/img_slide02.jpg) center top no-repeat\9;
}
#mainCatch .slide2 .inner{
	color: #333333;
	padding-top: 170px;
}
.slide3{
	height: 100%;
	background: url(../img/img_slide03.jpg) center top / cover no-repeat;
	background: url(../img/img_slide03.jpg) center top no-repeat\9;
}
#mainCatch .slide3 .inner{
	color: #333333;
	padding-top: 170px;
	text-align: right;
}
#mainCatch .slide{
	height: 500px;
}

/* products, about */
#topAbout .link{
	width: 280px;
	padding: 5px 10px;
	color: #fff;
	background: #1b82c8;
	background: rgba(27, 130, 200, .8);
	position: absolute;
	bottom: 0;
}
#topAbout .link i{
	margin-top: 8px;
	float: right;
}

#products .head,
#region .head,
#news .head{
	margin-top: 20px;
}

#topAbout{
	margin-top: 40px;
}


/* region */
.map{
	width: 700px;
	height: 320px;
	background: url(../img/bg_worldmap01.jpg) no-repeat;
	float: left;
	position: relative;
}
.map li{
	position: absolute;
}
.map li.map1{
	top: 112px;
	left: 505px;
}
.map li.map2{
	top: 200px;
	left: 532px;
}
.map li.map3{
	top: 92px;
	left: 56px;
}
.map li.map4{
	top: 221px;
	left: 143px;
}
.map li.map5{
	top: 89px;
	left: 293px;
}
.map li.map6{
	top: 159px;
	left: 402px;
}
.map li.map7{
	top: 196px;
	left: 313px;
}
.map li a{
	width: 123px;
	height: 19px;
	padding: 6px;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
	color: #fff;
	background: url(../img/btn_worldmap01_no.png) no-repeat;
	display: block;
}
.map li a:hover{ background: url(../img/btn_worldmap01_on.png) no-repeat; }
.map li a i{
	font-size: 12px;
	vertical-align: middle;
}

.regionSelect{
	width: 240px;
	float: right;
}

.regionSelect li{
	border-bottom: 1px solid #fff;
	background: url(../img/bg_selectRegion01.jpg) 0 0 repeat-x;
	position: relative;
}
.regionSelect li a{
	padding: 0 10px;
	line-height: 45.71428571px;
	color: #fff;
	display: block;
	position: relative;
}
.regionSelect li a i{
	top: 50%;
	right: 10px;
	margin-top: -6px;
	position: absolute;
}

/* support */
.spBox{
	width: 50%;
	background: #888888;
	float: left;
}
.spBox h3{
	font-size: 18px;
}
.spBox a{
	color: #fff;
	display: block;
	position: relative;
	overflow: hidden;
}
.spBox .text,
.spBox .pic{
	width: 50%;
	float: left;
	position: relative;
	overflow: hidden;
}
.spBox a .pic:before{
	content: '';
	width: 10px;
	height: 20px;
	top: 50%;
	left: 0;
	margin-top: -10px;
	background: url(../img/bg_spBox_vec01.png) no-repeat;
	position: absolute;
	z-index: 10000;
}
.spBox .text .inner{
	padding: 20px;
}
.spBox .text .inner p,
.spBox .text .inner b{
	font-size: 12px;
}
.spBox .text .inner p{
	margin-bottom: 20px;
}


/* news */
#topNews .pic{
	width: 100%;
}
#topNews .date{
	margin: 5px 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #666666;
}
#topNews .title{
	margin: 5px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #333333;
}
#topNews span{
	margin: 5px 0;
	padding: 3px 5px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background: #888888;
	display: inline-block;
}

#news .btnWrap{
	margin-top: 60px;
}


/* sidebar
=================================================================== */



