@charset "utf-8";
/* CSS Document */
.showtbimg{
	width: 100%;
	clear: both;
	float: left;
	display: none;
}
.showtbimg img{
	max-width:100%;
    width: auto;
	height: auto;
}
.titlearea{
	clear: both;
	width: 250px;
	margin-top: 80px;
	margin-left: auto;
	position: relative;
	margin-right: auto;
}
.location{
	clear: both;
	float: left;
	width: 90%;
	background-color: #003261;
	padding-top: 8px;
	padding-right: 5%;
	padding-bottom: 8px;
	padding-left: 5%;
	text-align: right;
	font-size: 1em;
	color: #73a2ad;
}
.location li{
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}
.location .now{
	color: #FFF;
}
.info{
	clear: both;
	float: left;
	width: 100%;
	color: #d7121d;
	font-size: 1.25em;
	line-height: 2em;
	margin-top: 50px;
	margin-bottom: 50px;
}
.bred{
	color: #b88083;
}
.pro {
	clear: both;
	float: left;
	height: auto;
	width: 100%;
}
.pro li{
	float: left;
	width: 40%;
	margin-right: 5%;
	margin-left: 5%;
	padding-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	text-align: center;
	margin-bottom: 80px;
}
.pro li h1{
	font-size: 1.563em;
	color: #000;
	clear: both;
	float: left;
	width: 100%;
}
.pro li .pic{
	clear: both;
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.pro li p{
	font-size: 1.125em;
	color: #818181;
	clear: both;
	float: left;
	width: 100%;
}
.pro li div{
	font-size: 1.125em;
	color: #818181;
	clear: both;
	float: left;
	width: 100%;
	text-align: left;
}

/*==========================================================tab*/
.tableblock{
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.tabblock{
	clear: both;
	float: left;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 100px;
}
.abgne_tab {
	clear: both;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;

}
ul.tabs {
	width: 100%;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
	background-color: #FFF;
	clear: both;
	float: left;
}
ul.tabs li {
	float: left;
	height: auto;
	line-height: 31px;
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.125em;
	color: #666666;
	text-align: center;
	width: 20%;
	background-image: url(../png/tabactive.png),url(../jpg/divided.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: center 150px,right center;
}
ul.tabs li:last-child {
	background-image: url(../png/tabactive.png),url(../png/0.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center 150px,right center;
}
ul.tabs li a {
	display: block;
	padding: 0 20px;
	color: #269acb;
	text-decoration: none;
	font-weight: bold;
}
ul.tabs li a:hover {
	color: #1B6C8F;
}
ul.tabs li.active  {
	background-image: url(../png/tabactive.png),url(../jpg/divided.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: center bottom,right center;
	font-weight: bold;
}
ul.tabs li:last-child.active  {
	background-image: url(../png/tabactive.png),url(../png/0.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center bottom,right center;
	font-weight: bold;
}
ul.tabs li.active a{color: #000;}
ul.tabs li.active a:hover {
	background: #fff;
}
div.tab_container {
	clear: left;
	width: 100%;
	height:auto;
	background: #fff;
	color:#545353;
}
div.tab_container .tab_content {
	padding-top: 50px;
	padding-right: 5%;
	padding-bottom: 50px;
	padding-left: 5%;
}
div.tab_container .tab_content h2 {
	margin: 0 0 20px;
}
div.tab_container ol {
	 list-style-position: inside;
}
div.tab_container ol li{
	counter-increment: item;
	clear: both;
	float: left;
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: none;
	line-height: 28px;
	padding-left:35px;
	position: relative;
}
div.tab_container ol li:before{
	content: counter(item);
	width: 28px;
	text-align: center;
	display: inline-block;
	background-image: url(../dot.html);
	background-repeat: no-repeat;
	margin-right: 10px;
	position: absolute;
	left: 0px;
   }
.contitem{
	font-size: 1.563em;
	color: #FFF;
	text-decoration: none;
	background-color: #269acb;
	clear: both;
	float: left;
	width: 90%;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 5px;
	padding-right: 5%;
	padding-bottom: 5px;
	padding-left: 5%;
	font-weight: bold;
	border:none 5px #000000;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.protb{
	clear: both;
	float: left;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 1.25em;
}
.protb td{
	border: 1px solid #d0d0d0;
	padding: 5px;
}
.protb thead{
	color: #003261;
	font-weight: bold;
}
.protb tbody{
	color: #3c3c3c;
}
/*RESPONSIVE=============================================*/
@media screen  and (max-width: 1400px) {
.abgne_tab{
	width: 100%;
	clear: both;
	float: left;
}
ul.tabs li {
	font-size: 1em;

}
@media screen  and (max-width: 800px) {
.contitem{
	font-size: 1.1em;}
.tableblock{display:none;}
.showtbimg{
	display: block;
}
.titlearea{
	margin-top: 50px;
}
ul.tabs li {
	line-height: 20px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	color: #666666;
	text-align: center;
	width: auto;
	background-image: url(../png/0.png),url(../png/0.png);
	border: 1px solid #CCC;
	margin-right: 2px;
	margin-left: 2px;
	display: block;
	
}
ul.tabs li.active  {
	background-image: url(../png/0.png),url(../png/0.png);
	font-weight: bold;
	border: 1px solid #000000;
}

ul.tabs {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
}
div.tab_container .tab_content {
	padding-top: 10px;
	padding-right: 5%;
	padding-bottom: 10px;
	padding-left: 5%;
}
.protb{
	font-size: 1em;
}
}
@media screen  and (max-width: 500px) {
.pro li{
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
}
.location{
	width: 100%;
	margin-right: 0%;
	margin-left: -5%;
}
}
