/* Use :  url(../../img/top/s_img.png)  */
/* Main Background */
/* Green MENU , BUTTON, LABEL */
/* Gray TOP, CENTER , BOTTOM : background */
/* Gray text */
#page .banner {
  height: 135px;
  width: 100%;
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
  overflow: hidden;
}

#page .banner h1{
	color: #063;
	font-size: 42px !important;
	font-weight:bold;
	border-radius: 6px;
}


#page .banner .container {
  margin-top: -105px;
}
#page .blk03 {
  margin-bottom: 30px;
}
#page .blk03 .left {
  width: 70%;
  padding: 0 38px 0 0;
  float: left;
}
#page .blk03 .right {
  max-width: 30%;
  float: left;
  padding: 0 22px;
}
#page .blk03 .right .sidebar_btn {
  display: block;
  width: 100%;
}
#page .blk03 .right .sidebar_btn img {
  width: 100%;
}
#page .blk03 .right .sidebar_btn:hover {
  opacity: 0.5;
}
#page .blk03 .wrapList {
  background: #f0f0e1;
  padding: 17px 13px;
  margin-bottom: 5px;
}
#page .blk03 .wrapList h3 {
  padding-left: 5px;
  font-size: 18px;
  line-height: 100%;
  font-weight: 800;
  color: #333333;
  border-bottom: 1px solid #d7cca8;
  padding-bottom: 8px;
}
#page .blk03 .wrapList ul {
  padding-top: 18px;
  padding-left: 5px;
}
#page .blk03 .wrapList ul li a {
  font-size: 14px;
  color: #00698C;
  position: relative;
  padding-left: 12px;
}
#page .blk03 .wrapList ul li a:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 8px solid #00698C;
  border-bottom: 7px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -1px;
}
#page .blk03 .wrapList ul li a:hover {
  opacity: .5;
}
#page .blk03 .inContent {
  font-size: 16px;
}
#page .blk03 .inContent h2 {
  background: #158000;
  padding: 8px 20px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 15px;
  color: #FFF;
  font-size: 22px !important;
  font-weight: bold;
}

#page .blk03 .inContent h5 {
  background: #333;
  padding: 8px 20px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 15px;
  color: #FFF;
  font-size: 22px !important;
  font-weight: bold;
}


#page .blk03 .content01 {
  margin-bottom: 30px;
}
#page .blk03 .list {
  margin: 22px -22px 0 -22px;
}
#page .blk03 .list li {
  width: 50%;
  float: left;
  padding: 0 22px;
}
#page .blk03 .list h3 {
  font-size: 26px;
  line-height: 100%;
  margin-bottom: 20px;
  font-weight: 700;
}
#page .blk03 .content02 .topTitle {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 35px;
}
#page .blk03 .content02 .treeQestion li {
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
}
#page .blk03 .content02 .treeQestion li:last-child {
  border-bottom: none;
}
#page .blk03 .content02 .treeQestion .question {
  color: #111111;
  margin-bottom: 20px;
  padding-left: 45px;
  position: relative;
}
#page .blk03 .content02 .treeQestion .question:before {
  content: "";
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 2px;
  background: url("../../img/top/qa.png") no-repeat top;
}
#page .blk03 .content02 .treeQestion .answer {
  color: #444444;
  padding-left: 45px;
  position: relative;
}
#page .blk03 .content02 .treeQestion .answer:before {
  content: "";
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  left: 0;
  margin-top: -10px;
  top: 50%;
  background: url("../../img/top/qa.png") no-repeat bottom;
}
#page .wrap {
  margin-bottom: 105px;
}

@media only screen and (max-width: 1024px) {
  /* #page .banner {
  	height:auto;
  	.container{
  		margin-top: -50px;
  		img{
  			width:250px;
  		}
  	}
  } */
}
