/* Use :  url(../../img/top/s_img.png)  */
/* Main Background */
/* Green MENU , BUTTON, LABEL */
/* Gray TOP, CENTER , BOTTOM : background */
/* Gray text */

#top {

}


#top .banner {
  position: relative;
  background: url("../../img/top/top_bg.png") repeat-x top;
    height: 488px;
}
#top .banner .isBg {
  z-index: 100;
  position: relative;
}
#top .banner .alignCenter {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
}
#top .alignCenter img {
  width: 1200px;
  z-index: 999;
  position: relative;
}
#top .btn_inner {
  display: inline-block;
}
#top .btn_inner:hover {
  opacity: .5;
}
#top .blk01 {
  margin-bottom: 90px;
}
#top .blk01 .blktitle {
  margin-top: -15px;
  padding: 15px 0;
  position: relative;
  background: #158000;
  text-align: center;
}
#top .blk01 .blktitle:after {
  content: "";
  position: absolute;
  border-left: 67px solid transparent;
  border-right: 67px solid transparent;
  border-top: 45px solid #158000;
  bottom: 0;
  left: 50%;
  margin-left: -67px;
  margin-bottom: -45px;
}
#top .blk01 .inner {
  margin-top: 55px;
}
#top .blk01 .four_step {
  margin-bottom: 65px;
}
#top .blk02 {
  padding: 25px 0 0 0;
  margin-bottom: 60px;
  background: #eeeeee;
}
#top .blk02 .leftThumb {
  width: 26%;
  float: left;
  position: relative;
  z-index: 100;
}
#top .blk02 .leftThumb img {
  vertical-align: bottom;
  margin-top: -38px;
}
#top .blk02 .rightContent {
  width: 74%;
  float: right;
  padding-left: 20px;
}
#top .blk02 .bkltitle {
  background: #158000;
  padding: 12px 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
  margin-bottom: 15px;
}
#top .blk02 .bkltitle:before {
  content: "";
  position: absolute;
  left: -20%;
  height: 100%;
  top: 0;
  width: 20%;
  background: #158000;
}
#top .blk02 .bkltitle img {
  vertical-align: bottom;
}
#top .blk02 .bottomDesc strong {
  font-size: 20px;
  margin-bottom: 30px;
}
#top .blk02 .bottomDesc .list {
  margin-top: 30px;
}
#top .blk02 .bottomDesc .list li {
  margin-bottom: 15px;
}
#top .blk02 .bottomDesc .list li:last-child {
  margin-bottom: 0;
}
#top .blk02 .bottomDesc .list li .left {
  width: 25%;
  float: left;
}
#top .blk02 .bottomDesc .list li .right {
  border-radius: 5px;
  width: 75%;
  float: right;
  background: #fff;
  font-size: 16px;
  padding: 5px;
  line-height: 20px;
}
#top .blk02 .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#top .blk03 {
  margin-bottom: 30px;
}
#top .blk03 .left {
  width: 70%;
  padding: 0 38px 0 0;
  float: left;
}
#top .blk03 .right {
  max-width: 30%;
  float: left;
  padding: 0 22px;
}
#top .blk03 .right .sidebar_btn {
  display: block;
  width: 100%;
}
#top .blk03 .right .sidebar_btn img {
  width: 100%;
}
#top .blk03 .right .sidebar_btn:hover {
  opacity: 0.5;
}
#top .blk03 .wrapList {
  background: #f0f0e1;
  padding: 17px 13px;
  margin-bottom: 5px;
}
#top .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;
}
#top .blk03 .wrapList ul {
  padding-top: 18px;
  padding-left: 5px;
}
#top .blk03 .wrapList ul li a {
  font-size: 14px;
  color: #00698C;
  position: relative;
  padding-left: 12px;
}
#top .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;
}
#top .blk03 .wrapList ul li a:hover {
  opacity: .5;
}
#top .blk03 .inContent {
  font-size: 16px;
}
#top .blk03 .inContent h2 {
  background: #158000;
  padding: 12px 20px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 15px;
}
#top .blk03 .content01 {
  margin-bottom: 30px;
}
#top .blk03 .list {
  margin: 22px -22px 0 -22px;
}
#top .blk03 .list li {
  width: 50%;
  float: left;
  padding: 0 22px;
}
#top .blk03 .list h3 {
  font-size: 26px;
  line-height: 100%;
  margin-bottom: 20px;
  font-weight: 700;
}
#top .blk03 .content02 .topTitle {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 35px;
}
#top .blk03 .content02 .treeQestion li {
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
}
#top .blk03 .content02 .treeQestion li:last-child {
  border-bottom: none;
}
#top .blk03 .content02 .treeQestion .question {
  color: #111111;
  margin-bottom: 20px;
  padding-left: 45px;
  font-weight: 900;
  position: relative;
}
#top .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;
}
#top .blk03 .content02 .treeQestion .answer {
  color: #444444;
  padding-left: 45px;
  position: relative;
}
#top .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;
}
#top .blk04 {
  padding: 15px 0;
  background: #eeeeee;
}
#top .blk04 h2 {
  text-align: center;
  display: block;
  line-height: 100%;
  margin-bottom: 20px;
}
#top .blk04 .listInner {
  margin: 0 -17px;
}
#top .blk04 .listInner li {
  width: 25%;
  padding: 0 17px;
  float: left;
}
#top .blk04 .listInner li a {
  display: block;
  text-align: center;
  background: #fff;
  padding: 10px 8px 14px 8px;
  border-radius: 5px;
}
#top .blk04 .listInner li a .smalltxt {
  padding-bottom: 10px;
  display: inline-block;
}
#top .blk04 .listInner li a img {
  vertical-align: bottom;
  width: 100%;
}
#top .blk04 .listInner li a:hover {
  opacity: 0.5;
}
#top .blk04 .inTitle {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 5px;
  color: #096;
  font-weight:bold;
}
#top .blk04 .desc {
  margin: 10px 0;
  padding: 13px;
  background: #fff;
}
#top .blk04 .desc table {
  width: 100%;
}
#top .blk04 .desc table tr {
  width: 100%;
  margin-bottom: 5px;
}
#top .blk04 .desc table td {
  width: 25%;
  font-size: 14px;
  padding-bottom: 5px;
}
#top .blk04 .bottomDesc {
  font-size: 16px;
}

@media only screen and (max-width: 1024px) {
  #top .alignCenter img {
    width: 65%;
  }
}
