@charset "utf-8";
.container {
	float: left;
	width: 1180px;
	margin-top: 60px;
}
.container > section {
	padding: 0;
}
/*****************************/
/* Triangle and line */
/*****************************/

.tabs-style-linetriangle nav a {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	padding-bottom: 3px;
}

.tabs-style-linetriangle nav a span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1em;
}

.tabs-style-linetriangle nav li.tab-current a:after, 
.tabs-style-linetriangle nav li.tab-current a:before {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border: solid transparent;
	content: '';
	pointer-events: none;
}

.tabs-style-linetriangle nav li.tab-current a:after {
	margin-left: -10px;
	border-width: 10px;
	border-top-color: #ffffff;
}

.tabs-style-linetriangle nav li.tab-current a:before {
	margin-left: -11px;
	border-width: 11px;
	border-top-color: rgba(0,0,0,0.2);
}

@media screen and (max-width: 58em) {
	.tabs-style-linetriangle nav {
		font-size: 0.6em;
	}
}
/* Content */
.content-wrap {
	position: relative;
}

.content-wrap section {
	display: none;
	max-width: 1160px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	float: left;
}

.content-wrap section.content-current {
	display: block;
}




.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	font-weight: 300;
	font-size: 12pt;
}
.tabs nav {
text-align: center;
}
.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	max-width: 1180px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
}
.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	text-align: center;
	margin: 0;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
.content-wrap .product {
	width: 1160px;
}
.content-wrap .product .productlist1 {
	float: left;
	width: 480px;
	text-align: left;
	margin-left: 15px;
}
.content-wrap .product .productlist1  .map{
	width: 470px;
	float: left;
	height: 470px;
	overflow: hidden;
	margin-bottom: 10px;
}
.content-wrap .product .productlist1 .script {
	width: 470px;
}

.content-wrap .product .productlist2 {
	float: right;
	width: 660px;
	text-align: left;
}
.content-wrap .product .productlist2 ul li {
	float: left;
	width: 190px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 14px;
	background-color: #FFF;
}

.content-wrap  .product .productlist2 ul li .map  {
	height: 190px;
	width: 190px;
	overflow: hidden;
	margin-bottom: 10px;
	float: left;
}
.content-wrap .product .productlist2 ul li .script {
	font-size: 10pt;
	line-height: 20px;
	float: left;
	height: 55px;
	width: 180px;
	overflow: hidden;
	margin-right: 5px;
	margin-left: 5px;
}
