@charset "UTF-8";
/*====================================================================================
■02.TOP PAGE 
====================================================================================*/
.banner {
  background: url(../images/bgbanner.png) no-repeat center top;
  height: 531px; }

.main_page {
  line-height: normal; }
  .main_page section {
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding-top: 40px; }
  .main_page h3.tittop {
    text-align: center;
    color: #444;
    position: relative; }
    .main_page h3.tittop span {
      font-size: 26px;
      font-weight: bold;
      text-align: center;
      background: #fff;
      display: inline-block;
      z-index: 9999;
      position: relative;
      padding: 0 20px;
      margin: 0 auto; }
    .main_page h3.tittop:after {
      content: "";
      position: absolute;
      background: #000;
      left: 0;
      top: 50%;
      margin-top: -1;
      width: 100%;
      height: 1px; }
  .main_page .flexcol1 {
    width: 284px; }
    .main_page .flexcol1 .tit {
      background: #02a437;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      padding: 10px;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .main_page .flexcol1 .tit p {
        background: #fff;
        border-radius: 4px;
        width: 20px;
        height: 20px;
        line-height: 22px;
        text-align: center;
        color: #02a437;
        font-weight: bold;
        font-size: 14px;
        margin-right: 5px; }
      .main_page .flexcol1 .tit h3 {
        font-size: 14px;
        color: #fff;
        line-height: 1.3;
        font-weight: bold;
        text-align: left; }
    .main_page .flexcol1 .imghover {
      width: 284px;
      height: 127px;
      overflow: hidden;
      margin-bottom: 10px; }
      .main_page .flexcol1 .imghover img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        overflow: hidden;
        -webkit-transition: all 0.3;
        -o-transition: all 0.3;
        transition: all 0.3; }
    .main_page .flexcol1 .zoom img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
      -webkit-transition: all 0.3;
      -o-transition: all 0.3;
      transition: all 0.3; }

.btnpage {
  width: 210px;
  margin: 0 auto;
  height: 35px;
  position: relative;
  border: 2px solid #006c59;
  border-radius: 30px;
  margin-top: 15px;
  text-align: center; }
  .btnpage i {
    position: absolute;
    right: 15px;
    top: 9px; }
  .btnpage a {
    text-decoration: none;
    color: #006c59;
    display: block;
    line-height: 34px; }
  .btnpage:hover {
    background: #006c59; }
    .btnpage:hover a {
      color: #fff; }

.bgsection {
  background: url(../images/bgsection.jpg) no-repeat center top;
  margin-top: 50px;
  padding: 40px 0 50px;
  line-height: normal; }
  .bgsection .btnpage {
    display: inline-block;
    border: 2px solid #fff;
    margin-top: 40px; }
    .bgsection .btnpage a {
      color: #fff; }
  .bgsection .blockright {
    width: 500px;
    margin-left: 500px; }
  .bgsection .btnlink {
    height: 49px;
    width: 160px;
    border-radius: 7px;
    position: relative; }
    .bgsection .btnlink:after {
      content: "\f105";
      position: absolute;
      right: 10px;
      font-size: 16px;
      top: 50%;
      margin-top: -8px;
      font-family: FontAwesome;
      color: #00816a; }
    .bgsection .btnlink:before {
      content: "";
      position: absolute;
      background: #006c59;
      left: 0px;
      top: 0%;
      width: 111px;
      height: 100%;
      -webkit-transition-timing-function: ease-in;
      -o-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      -webkit-transform: translateX(-111px);
      -ms-transform: translateX(-111px);
      transform: translateX(-111px);
      opacity: 0;
      z-index: -1;
      border-top-right-radius: 7px;
      border-bottom-right-radius: 7px; }
    .bgsection .btnlink a {
      color: #00816a;
      text-decoration: none;
      font-weight: bold;
      font-size: 13px;
      padding-left: 60px;
      height: 49px;
      width: 160px;
      display: block;
      line-height: 1.2;
      padding-top: 10px;
      position: relative;
      z-index: 99; }
    .bgsection .btnlink:hover a {
      color: #fff; }
    .bgsection .btnlink:hover:before {
      -webkit-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      -webkit-transform: translateX(49px);
      -ms-transform: translateX(49px);
      transform: translateX(49px);
      opacity: 1;
      z-index: 0; }
    .bgsection .btnlink:hover:after {
      color: #fff; }
  .bgsection .iconcar {
    background: #fff url(../common_img/icon_car.png) no-repeat left top; }
  .bgsection .icontom {
    background: #fff url(../common_img/icon_contom.png) no-repeat left top; }
  .bgsection .iconclear {
    background: #fff url(../common_img/icon_clear.png) no-repeat left top; }
  .bgsection .iconper {
    background: #fff url(../common_img/icon_person.png) no-repeat left top; }
  .bgsection .iconblock {
    background: #fff url(../common_img/icon_block.png) no-repeat left top; }
  .bgsection .iconlocal {
    background: #fff url(../common_img/icon_local.png) no-repeat left top; }
  .bgsection .iconhem {
    background: #fff url(../common_img/icon_hem.png) no-repeat left top; }
    .bgsection .iconhouse {
    background: #fff url(../common_img/icon_house.png) no-repeat left top; }
  .bgsection .block2 {
    margin-top: 130px; }
    .bgsection .block2 .blockright {
      margin-left: 0; }
    .bgsection .block2 .btnlink {
      border: 1px solid #006c59;
      width: 48%;
      margin-bottom: 15px; }
      .bgsection .block2 .btnlink a {
        padding-top: 17px;
        width: 240px; }
      .bgsection .block2 .btnlink:before {
        width: 191px;
        -webkit-transform: translateX(-191px);
        -ms-transform: translateX(-191px);
        transform: translateX(-191px);
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
      .bgsection .block2 .btnlink:hover:before {
        -webkit-transform: translateX(49px);
        -ms-transform: translateX(49px);
        transform: translateX(49px);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
  .bgsection .iconlogo {
    background: url(../images/logocontent.png) no-repeat left top;
    padding-left: 70px;
    height: 65px;
    padding-top: 12px;
    margin-top: 05px; }
  .bgsection .btnbrn {
    position: relative;
    line-height: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .bgsection .btnbrn span {
      position: absolute;
      bottom: 16px;
      left: 0;
      width: 100%;
      display: block;
      color: #fff;
      margin: 0 auto;
      text-align: center;
      padding-left: 30px; }
    .bgsection .btnbrn img:hover {
      opacity: 1; }
    .bgsection .btnbrn:hover {
      opacity: 0.7; }

.bggray {
  background: #f2f2f2; }

.newtop {
  padding: 20px 0; }
  .newtop article {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .newtop .titnews {
    border-right: 1px solid #ccc;
    width: 160px;
    padding: 20px 0; }
    .newtop .titnews .btnpage {
      display: inline-block;
      width: 110px;
      border: 2px solid #006c59;
      height: 30px; }
      .newtop .titnews .btnpage a {
        height: 30px;
        line-height: 28px; }
      .newtop .titnews .btnpage i {
        top: 6px;
        right: 7px; }
  .newtop .infonews {
    font-size: 13px;
    height: 100px;
    width: 840px;
    padding: 10px 0;
    overflow-y: scroll;
    padding-left: 60px;
    line-height: normal; }
    .newtop .infonews dl {
      margin-bottom: 12px; }
    .newtop .infonews dt {
      width: 100px; }
    .newtop .infonews dd {
      width: 640px; }
