body {
  	background: none repeat scroll 0 0 rgb(0, 30, 34);
  }
nav {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	z-index: 500;
}
.top-nav {
	back ground: none repeat scroll 0 0 rgba(0, 30, 34, 0.85);
	
}
.marginR {
	margin-left:4%;
}
.top-nav ul {
	padding: 0;
}

.icon1x {
	display:none;
}
.logo {
	margin: 0;
	text-align: center;
	width: 100%;
}
.top-nav a {
	font-size: 0.8em;
	text-transform: uppercase;
}
.top-nav .logo a, .top-nav .logo.active-item a {
	color: #fff;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 0.6em;
}
.top-nav .logo a strong {
	font-size: 1.05em;
	font-weight: 800;
}
.top-nav {
	text-align: center;
}
.top-nav li a:hover, .top-nav li.active-item a, .top-nav .logo.active-item a:hover {
	background: none repeat scroll 0 0 #00464f;
}
.top-nav li.logo a, .top-nav li.logo.active-item a, .top-nav .logo {
	background: none repeat scroll 0 0 #2fcbe0;
}
nav ul li ul li {
	text-align: left;
}
.top-nav ul ul {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
}
.top-nav li ul li a {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
}
#fourth-block h2 {
	color: #fff;
}
#fourth-block p {
	color: #fff;
}
#first-block, #second-block, #third-block, #fourth-block {
	text-align: center;
	padding: 4.5em 0;
}
#carousel {
	background: #fff;
}
#first-block {
	background: #fff;
}
#second-block {
	back ground: none repeat scroll 0 0 rgba(0, 30, 34, 0.85);
}
#third-block {
	background: #fff;
}
#fourth-block {
	back ground: rgb(0, 30, 34);
}
footer {
	background: url('/img/bg.png');
	padding: 1.5em 0;
}
footer p, footer a:link, footer a:visited, footer a:hover {
	color: #fff;
}
.carousel-text {
	display: block;
	position: absolute;
	top: 25%;
	width: 100%;
	z-index: 999;
}
.carousel-text h2 {
	background: none repeat scroll 0 0 #fff;
	color: rgb(0, 30, 34);
	display: inline-block;
	padding: 0.3125em 0.625em;
	font-size: 2em;
}
.carousel-text p {
	back ground: none repeat scroll 0 0 rgba(0, 30, 34, 0.85);
	color: #fff;
	display: inline-block;
	font-size: 1.2em;
	padding: 0.625em 0.8em;
}
#first-block i {
	background: none repeat scroll 0 0 #2fcbe0;
	border-radius: 100px;
	color: #fff;
	display: block;
	line-height: 100px;
	margin: 0 auto;
	width: 100px;
}
section h2 {
	font-size:1.8em;
	font-weight: 300;
	margin: 0;
	text-transform: uppercase;
	line-height:46px;
}
p.subtitile {
	color: #999;
	margin: 0 0 3.5em;
}
section h3 {
	font-size: 0.9em;
	font-weight: 300;
	margin: 0.8em 0;
	text-transform: uppercase;
}
section p {
	font-size: 0.8em;
}
section h1 {
	color: #fff;
	font-size: 2.5em;
	font-weight: 300;
	text-transform: uppercase;
}
#second-block p {
	color: #fff;
}
a.button {
	background: none repeat scroll 0 0 #2fcbe0;
	border: 0 none;
	border-radius: 5px;
	color: rgb(0, 30, 34);
	font-size: 0.8em;
	font-weight: 600;
	padding: 0.625em;
	text-transform: uppercase;
}
#head {
	back ground: none repeat scroll 0 0 rgba(0, 30, 34, 0.85);
	padding: 9em 0 5em;
	text-align: center;
}
#content {
	back ground: none repeat scroll 0 0 #fff;
	padding: 5em 0;
	text-align: center;
	border-bottom: 1px solid #f0f0f0;
}
#content h2 {
	font-size: 1.5em;
	font-weight: 400;
	margin: 1em 0 0.3em;
	text-transform: none;
}
.content-block {
	back ground: none repeat scroll 0 0 rgb(0, 30, 34);
	padding: 2.5em;
	height: 11em;
}
.content-block h3 {
	color: #fff;
}
.content-block p {
	color: #fff;
}
#content.left-align {
	text-align: left;
}
#content.contact-page h2 {
	margin: 0 0 0.625em;
}
.contact-page p {
	font-size: 1em;
	font-style: normal;
}
.contact-page i {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
	border-radius: 100px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin: 0.3125em 0.3125em 0.3125em 0;
	text-align: center;
	width: 35px;
}
div.customform button {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
	border-radius: 5px;
	transition: background 0.20s linear 0s;
	-o-transition: background 0.20s linear 0s;
	-ms-transition: background 0.20s linear 0s;
	-moz-transition: background 0.20s linear 0s;
	-webkit-transition: background 0.20s linear 0s;
	background: none repeat scroll 0 0 #2fcbe0;
}
div.customform button:hover {
	background: none repeat scroll 0 0 #ddd;
	color:#000;
}
div.customform input, div.customform select, div.customform textarea {
	border-radius: 5px;
}
#map-block iframe {
	display: block;
}
.agree{width:100%;text-align:center; border-radius: 5px;
    transition: background 0.20s linear 0s;
    -o-transition: background 0.20s linear 0s;
    -ms-transition: background 0.20s linear 0s;
    -moz-transition: background 0.20s linear 0s;
    -webkit-transition: background 0.20s linear 0s;
    background: none repeat scroll 0 0 #889394;    line-height: 36px;
    height: 36px;}
.btn_ar{width:80%; margin:2em auto;}
.btn_ar button{width:48% !important;}
.btn_ar button.btn_cancel {background:#EA2525 !important;  margin-left: 4% !important;}
.btn_o{margin: 1em auto; width: 50%;}
._detail {position:absolute; right:10px; top:320px; font-size: 1em; color:#f00; font-weight:bold;}
._detail a{color:#f00 !important; text-decoration:underline !important;}
.con22 {top:520px !important;}
.idChkWrap {bo rder:2px solid #fff;}
.idChkWrap div{text-align:center; border:4px solid #2FCBE0; padding-top:10px; padding-bottom:10px; color:#fff;}
.idChkWrap h5 {margin-bottom:1em; font-weight:bold;}
.idChkWrap span {color:#2FCBE0;}
.checkWrap2{border-radius: 5px; margin-left: 10px;font-size: 0.8em;}
 .map1 { border:1px solid #fff; float:left; width:33.3%; text-align:center;background:#e0e0e0;}
/*.checkWrap2 .error_n span{background:#2FA7ED;}
.checkWrap2 .supplies span{background:#FF4C4C;}*/
.checkWrap2 .error_n span{background:#e0e0e0;}
.checkWrap2 .supplies span{background:#e0e0e0;}
.checkWrap2 .today_visit span{background:#EDD62F;}
.checkWrap2 .map1 div{padding:2em; border-bottom:2px solid #fff;font-size: 1.2em;font-weight: bold;color: #fff;}
.checkWrap2 .map1 span{display:block; padding:1em;}
.prob {float:right; padding:1em; color:#f00; font-size:1.2em;}
.search_map {
	position:absolute; right: 10px; top: 370px;
	   border: 1px solid #0a3c59;
   background: #3e779d;
   background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
   background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
   background: -moz-linear-gradient(top, #65a9d7, #3e779d);
   background: -ms-linear-gradient(top, #65a9d7, #3e779d);
   background: -o-linear-gradient(top, #65a9d7, #3e779d);
   background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%);
   padding: 10.5px 21px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #7ea4bd 0 1px 0;
   color: #ffffff;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;

}
.search_map2 {
	position:absolute; right: 10px; top: 485px;
	   border: 1px solid #0a3c59;
   background: #3e779d;
   background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
   background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
   background: -moz-linear-gradient(top, #65a9d7, #3e779d);
   background: -ms-linear-gradient(top, #65a9d7, #3e779d);
   background: -o-linear-gradient(top, #65a9d7, #3e779d);
   background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%);
   padding: 10.5px 21px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #7ea4bd 0 1px 0;
   color: #ffffff;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
}
.checkWrap2 .search1 {padding:1em;border:2px solid #fff; float:left; width:33.3%; text-align:center;background:#e0e0e0;}
.noticeWrap2 {width:99%; margin:0 auto; border:2px solid #fff; background:#e0e0e0;}
.noticeWrap2 li {padding:1em;  border-bottom: 2px solid #fff;}
.gridWrap {width:100%; margin:0 auto; border:0px solid #fff; background:#e0e0e0;}

/*map_add*/
.map_error1 th {width:30%;}
.map_error2 td {width:20%;}

/*error_Add*/
.color {border:none;}
.color .cyan {background:#009;}
.color .magen {background:#de36ca;}
.color .yell {background:#ff0;}
.color .black {background:#000;}

/*service center*/
.centerWrap2 {width:99%; margin:0 auto; border:2px solid #fff; background:#e0e0e0;}
.centerWrap2 ul {width:99%}
.centerWrap2 li {padding:1em; border-bottom: 2px solid #fff;}
.centerWrap2 ul li span {margin-left:0.5em; display:inline-block; vertical-align:middle;}
.centerWrap2 ul li span:first-child {widt h:40%;} 
.centerWrap2 ul li span:nth-child(2) {width:88px;}
.centerWrap2 ul li span:nth-child(3) {width:20px;}
.centerWrap2 ul li ul li span:first-child {wi dth:40%;} 
.centerWrap2 ul li ul li span:nth-child(2) {width:88px;}
.centerWrap2 ul li ul li span:nth-child(3) {width:20px;}
.q_more {position: absolute;right: 10px;top: 560px;font-size: 1.2em; color: #fff; font-weight:bold;}


/*question_inside*/
.noticeWrap3 {width:99%; margin:0 auto; background:#fff;}
.noticeWrap3 p{padding:1em; font-size:1em; font-weight:bold;}
.noticeWrap3 h4{padding:1em; font-weight:bold; color:#f00;}
.noticeWrap3 ul li {padding:0.6em;  bor der-bottom: 2px solid #fff;}
.ques h4 {padding:1em; color:#000; font-weight:bold;}	
.noticeWrap3 div img {margin:0 auto; width: 70%;}
/*question_write*/
.writeWrap2 {width:99%; margin:0 auto; border:2px solid #fff; background:#e0e0e0;}
.writeWrap2 ul {width:99%; list-style:none;}
.writerWrap2 li {border-bottom: 2px solid #fff; list-style:none; }
.writeWrap2 ul li span:first-child{display:inline-block; width:10%;text-align:left;}
.writeWrap2 ul li span:nth-child(2){display:inline-block; width:90%;}
.writeWrap2 ul li span {padding:0.8em;}
.writeWrap2 ul li:nth-child(2) span input {width:100%;}
.writeWrap2 ul li:nth-child(2) span:first-child{text-align:left; display:inline-block;}
.writeWrap2 ul li:nth-child(2) span:nth-child(2){display:inline-block; text-align:right;}
/*service_center oper*/
.oper_ex {color:#f00; font-weight:bold;}
.oper_ex p{padding-bottom: 2em; padding-left: 3em;}

.backButton{
    position: absolute;
    top: 90px;
    right: 80px;
    background: #fff;
    width: 60px;
    height: 40px;
    display: block;
    line-height: 40px;
    border-radius: 6px;
    text-indent: 15px;
	}
.iconLeft{
	font-size:2em;
	color:#2fcbe0;
}
@media screen and (max-width: 768px) {
  body {
  	background: none repeat scroll 0 0 rgb(0, 30, 34);
  }
  nav {
  	background: none repeat scroll 0 0 rgb(0, 30, 34);
  	line-height: 1em;
  	position: relative;
  }
  .top-nav {
  	text-align: left;
	margin:0;
  }
  .marginR {
	margin-left:0;
}
  .top-nav li {
  	line-height: 3em;
  }
.icon1x {
	display:inline-block;
}

  .top-nav .logo {
  	padding: 1.25em;
	width:80px;
  }
  .carousel-text h2 {
  	font-size: 1.3em;
  }
  .carousel-text p {
  	font-size: 1em;
  }
  ul.top-ul {
  	padding: 0;
  }
  ul.top-ul.right {
  	float: none;
  }
  footer {
  text-align: center;
  }
  footer .right {
  float: none;
  }
}

.backButton{
    top: 91px;
    right: 10px;
    width: 50px;
    height: 34px;
    line-height: 34px;
    border-radius: 6px;
    text-indent: 10px;
	}

.button_mapopen {
border: 1px solid #0a3c59;
   background: #54b0cc;
   background: -webkit-gradient(linear, left top, left bottom, from(#69dcff), to(#54b0cc));
   background: -webkit-linear-gradient(top, #69dcff, #54b0cc);
   background: -moz-linear-gradient(top, #69dcff, #54b0cc);
   background: -ms-linear-gradient(top, #69dcff, #54b0cc);
   background: -o-linear-gradient(top, #69dcff, #54b0cc);
   background-image: -ms-linear-gradient(top, #69dcff 0%, #54b0cc 100%);
   padding: 5px 10px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #7ea4bd 0 1px 0;
   color: #ffffff;
   font-size: 14px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   }

.details_font 
{
    font-size: 11px;
}


.gridWrapPcount {
    width: 100%;
    height: 300px;
    overflow-y: scroll;
}

.gridWrapPcount2 {
    width: 100%;
    overflow-y: scroll;
}
                
.tablePcount table {
	width:100%;
	margin:15px 0
	table-layout: fixed;
}
/*
.tablePcount thead {
    margin: -1px 0 0 -1px;
    width: 100%;
    display: table; 
    table-layout: fixed;
    position: absolute;
    background-color: #ffff1f;
}
*/
.tablePcount th {
	background-color:#E9F5FE;
	color:#1D5987
}

        
.tablePcount,.tablePcount th,.tablePcount td {
	font-size:0.8em;
	text-align:center;
	padding:4px;
	border:1px solid #B2CCFF;
	border-collapse:collapse
}