@import url("base.css"/*tpa=http://www.enphants.com/css/base.css*/);
@import url("reset.css"/*tpa=http://www.enphants.com/css/reset.css*/);
@charset "UTF-8";
html{
  position: relative;
  overflow-x: hidden;
}
#ver-sc,
#ver-tc {
  font: 14px/2 "Microsoft JhengHei", "Microsoft YaHei", Arial, Helvetica, Verdana, sans-serif;
  color: #0f0f0f;
  background: #fff;
  position: relative;
  min-width: 320px;
}
#ver-en {
  font: 14px/2 Arial, Helvetica, sans-serif, Verdana;
  color: #0f0f0f;
  background: #fff;
  min-width: 320px;
}
a {
  color: #0f0f0f;
  text-decoration: none;
  outline: none;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all 0.4s;
}
a:hover {
  color: #66a8bc;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:visited {
  text-decoration: none;
}
/*table,
tr,
td {
  border-collapse: collapse;
}*/
img {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  -ms-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
img {
  -webkit-transition: border .2s;
  -moz-transition: border .2s;
  -ms-transition: border .2s;
  transition: border .2s;
}
.clearfix:before,
.clearfix:after,
.top-link:before,
.top-link:after,
nav:before,
nav:after,
.pos ul:before,
.pos ul:after,
.brand-list-box ul:before,
.brand-list-box ul:after,
ul.report-list:before,
ul.report-list:after,
ul.sitemap-list:before,
ul.sitemap-list:after {
  display: table;
  content: " ";
}
.clearfix:after,
.top-link:after,
nav:after,
.pos ul:after,
.brand-list-box ul:after,
ul.report-list:after,
ul.sitemap-list:after {
  clear: both;
}
header {
  width: 100%;
  height: 104px;
  position: relative;
}
.logo {
  margin-top:8px;
  font-size: 0;
  position: absolute;
  width:194px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.logo img {
  max-width: 100%;
  max-height:90px;
}
.link-lan .quick-link {
  margin:13px 0 5px 0;
  font-size: 12px;
}
.link-lan .quick-link a {
  line-height: 1;
  color:#4e676c;
  font-size: 12px;
}
.link-lan .quick-link a:hover{color:#66a8bc}
.link-lan .lan {
  margin-top: 10px;
}
.link-lan .lan a {
  display: inline-block;
  color: #fff;
  font-size:12px!important;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  background-color: #9ee1f2;
  margin-left: 10px;
}
.link-lan .lan a:hover,
.link-lan .lan a.current {
  background-color: #66a8bc;
}
.link-lan .lan a:last-child {
  font-size: 16px;
}
.quick-link a {
  margin-right: 7px;
  margin-left: 7px;
  position: relative;
}
.quick-link a:not(:last-child)::after {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  position: absolute;
  right: -8px;
  bottom: 2px;
}
.menu-icon {
  display: none;
  text-align: right;
  margin-top: 14px;
  float: right;
}
.menu-icon img {
  cursor: pointer;
  max-width: 100%;
}
nav {
  margin-top: 20px;
}
nav > ul {
  border-top: 3px solid #9ee1f2;
}
nav > ul > li {
  padding: 0 35px;
  float: left;
  cursor: pointer;
}
nav > ul > li > a {
  /* height: 16px;
  display: block;
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-position: center; */
  color: #00afd2;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}

/* nav > ul > li:first-child > a {
  width: 83px;
  background-image: url(../c/img/about.png);
}
nav > ul > li:first-child:hover > a,
nav > ul > li:first-child.current > a {
  background-image: url(../c/img/about_h.png);
}
nav > ul > li:nth-child(2) > a {
  width: 66px;
  background-image: url(../c/img/gov.png);
}
nav > ul > li:nth-child(2):hover > a,
nav > ul > li:nth-child(2).current > a {
  background-image: url(../c/img/gov_h.png);
}
nav > ul > li:nth-child(3) > a {
  width: 84px;
  background-image: url(../c/img/ir.png);
}
nav > ul > li:nth-child(3):hover > a,
nav > ul > li:nth-child(3).current > a {
  background-image: url(../c/img/ir_h.png);
}
nav > ul > li:nth-child(4) > a {
  width: 100px;
  background-image: url(../c/img/csr.png);
}
nav > ul > li:nth-child(4):hover > a,
nav > ul > li:nth-child(4).current > a {
  background-image: url(../c/img/csr_h.png);
}
nav > ul > li:nth-child(5) > a {
  width:117px;
  background-image: url(../c/img/stakeholder.png);
}
nav > ul > li:nth-child(5):hover > a,
nav > ul > li:nth-child(5).current > a {
  background-image: url(../c/img/stakeholder_h.png);
}

nav > ul > li:last-child > a {
  width: 66px;
  background-image: url(../c/img/career.png);
}
nav > ul > li:last-child:hover > a,
nav > ul > li:last-child.current > a {
  background-image: url(../c/img/career_h.png);
} */



/* #ver-en nav > ul > li:first-child > a {
  width: 68px;
  background-image: url(../html/img/about.png);
}
#ver-en nav > ul > li:first-child:hover > a,
#ver-en nav > ul > li:first-child.current > a {
  background-image: url(../html/img/about_h.png);
}
#ver-en nav > ul > li:nth-child(2) > a {
  width: 166px;
  background-image: url(../html/img/gov.png);
}
#ver-en nav > ul > li:nth-child(2):hover > a,
#ver-en nav > ul > li:nth-child(2).current > a {
  background-image: url(../html/img/gov_h.png);
}
#ver-en nav > ul > li:nth-child(3) > a {
  width: 65px;
  background-image: url(../html/img/ir.png);
}
#ver-en nav > ul > li:nth-child(3):hover > a,
#ver-en nav > ul > li:nth-child(3).current > a {
  background-image: url(../html/img/ir_h.png);
}
#ver-en nav > ul > li:nth-child(4) > a {
  width: 34px;
  background-image: url(../html/img/csr.png);
}
#ver-en nav > ul > li:nth-child(4):hover > a,
#ver-en nav > ul > li:nth-child(4).current > a {
  background-image: url(../html/img/csr_h.png);
}
#ver-en nav > ul > li:nth-child(5) > a {
  width:88px;
  background-image: url(../html/img/stakeholder.png);
}
#ver-en nav > ul > li:nth-child(5):hover > a,
#ver-en nav > ul > li:nth-child(5).current > a {
  background-image: url(../html/img/stakeholder_h.png);
}

#ver-en nav > ul > li:last-child > a {
  width: 135px;
  background-image: url(../html/img/career.png);
}
#ver-en nav > ul > li:last-child:hover > a,
#ver-en nav > ul > li:last-child.current > a {
  background-image: url(../html/img/career_h.png);
} */



nav > ul > li:hover,
nav > ul > li.current {
  background-color: #9ee1f2;
}
nav > ul > li:hover a,
nav > ul > li.current a {
  color: #085666;
}
/*nav > ul > li:hover .subnav-wrap {
  display: block;
  height: 210px;
}*/
.nav-slide{
  display: none;
  height:190px;
  background-color: #e1faf3;
  border-bottom: 4px solid #8fdbc7;
}
.subnav-wrap {
  z-index: 10;
  display: none;
  /*height: 0;*/
  /*overflow: hidden;*/
  position: absolute;
  width: 100%;
  left: 0;
  padding-top: 10px;
  /*margin-top: 10px;*/
  /*margin-top: 0;*/
  /*margin-top: 6px;*/
  /*background-color: #e1faf3;*/
  /*border-top: 9px solid #fff;*/
  /*border-bottom: 4px solid #8fdbc7;*/
 /* transition: all .8s;*/
}
.subnav-wrap .subnav-box {
  position: relative;
  min-height: 175px;
  padding-top: 10px;

}
.subnav-wrap .nav-title {
  position: absolute;
  bottom: 16px;
  left: 250px;
}
.subnav-wrap ul.subnav {
  position: relative;
}
.subnav { padding-left:255px;}
#ver-en .subnav {  padding-left:212px;}

.subnav > li {
  float: left;
}
.subnav-list ol {
  display: table-cell;
}
.subnav > li:not(:last-child) {
  margin-right:80px;
}
ul.subnav-list > li {
  line-height: 1.3;
  padding: 3px 0;
}
ul.subnav-list > li > a {
  font-size: 16px;
  color: #66a8bc;
  font-weight: bold;
}
ul.subnav-list > li > a:hover {
  color: #196b55;
}
ul.subnav-list > li > ol > li {
  padding:2px 5px 2px 11px;
  background: url("nav_arrow.png"/*tpa=http://www.enphants.com/images/nav_arrow.png*/) no-repeat 2px 7px;
}
ul.subnav-list > li > ol > li > a {
  /* padding-left: 11px; */
  color:#196b55;
  /* background: url(../images/nav_arrow.png) no-repeat 2px center; */
}
ul.subnav-list > li > ol > li > a:hover{ color:#1ed2a3; text-decoration:underline;}
.nav-wrap {
  display: block;
  padding-left: 50%;
  position: absolute;
  top: 62px;
  width: 100%;
}
.nav-line {
  height: 3px;
  background-color: #9ee1f2;
}
.m-nav {
  display: none;
  width: 100%;
  padding: 20px;
  background-color: #66a8bc;
}
.m-nav dl dt:not(:first-of-type) {
  border-top: 1px solid #fff;
}
.m-nav dl dt > a {
  color: #fff;
  font-size: 18px;
  display: block;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
.m-nav dl dt > a:hover {
  color: #1895ff;
}
.m-nav dl dt + dd {
  display: none;
}
.m-nav dl dd {
  padding-bottom: 20px;
}
.m-nav dl dd ul > li > a {
  color: #000000;
  display: block;
  font-size: 16px;
  text-align: center;
  padding: 4px 0;
}
.m-nav dl dd ul > li > a:hover {
  color: #1895ff;
}
.m-nav dl dd ul > li ol {
  display: none;
}
.m-nav dl dd ul > li ol li a {
  color: #fff;
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 4px 0;
}
.m-nav dl dd ul > li ol li a:hover {
  color: #1895ff;
}
#banner {
  position: relative;
  width: 100%;
  height: 604px;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
.banner-list li {
  position: absolute;
  display: none;
  width: 100%;
  height: 604px;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
.banner-list li:first-child {
  background: url("banner1.jpg"/*tpa=http://www.enphants.com/images/banner1.jpg*/) no-repeat center top;
  background-size: cover;
}
.banner-list li:nth-child(2) {
  background: url("banner2.jpg"/*tpa=http://www.enphants.com/images/banner2.jpg*/) no-repeat center top;
  background-size: cover;
}
.banner-list li:last-child {
  background: url("banner3.jpg"/*tpa=http://www.enphants.com/images/banner3.jpg*/) no-repeat center top;
  background-size: cover;
}





.banner-list li.current {
  display: block;
}
.banner-btn {
  position: absolute;
  bottom: 25px;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner-btn li {
  width: 32px;
  height: 32px;
  float: left;
  background: url("banner_btn.png"/*tpa=http://www.enphants.com/images/banner_btn.png*/) no-repeat center;
}
.banner-btn li:hover,
.banner-btn li.current {
  background: url("banner_btn_h.png"/*tpa=http://www.enphants.com/images/banner_btn_h.png*/) no-repeat center;
}
.index-news {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 25px;
  background-color: #efedb6;
}
.index-news h1 {
  text-align: center;
  margin-bottom: 22px;
  font-size: 30px;
  color: #caab31;
  font-weight: bold;
}
.index-news-wrap {
  overflow: hidden;
  position: relative;
}
.index-news-wrap .news-next,
.index-news-wrap .news-prev {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 11px;
  transform: translateY(-50%);
}
.index-news-wrap .news-next img,
.index-news-wrap .news-prev img {
  max-width: 100%;
}
.index-news-wrap .news-next {
  right: 0;
}
.index-news-wrap .news-prev {
  left: 0;
}
ul.index-news-list{ min-height:230px;}
#ver-en ul.index-news-list{ min-height:276px;}
ul.index-news-list li {
  width: 25%;
  padding: 0 20px;
  float: left;
}
.type_year{ display:none;}

ul.index-news-list li > a {
  font-size: 16px;
  line-height:0.8;
}
.date {
  width: 120px;
  height: 120px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 8px;
  padding-top: 8px;
}
.date span {
  line-height: 1.2;
  display: block;
}
.date span:first-child {
  font-size: 60px;
}
.date span:last-child {
  font-size: 18px;
}
.index-brand {
  width: 100%;
  padding: 35px 0 25px 0;
  background-color: #cdebfa;
}
.index-brand h1 {
  font-size: 30px;
  font-weight: bold;
  color: #447c98;
  line-height:30px;
}
.pos {
  margin-top: 20px;
}
.pos ul li {
  float: left;
}
.pos ul li:first-child {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px dashed #447c98;
}
.pos ul li span {
  display: block;
  color: #447c98;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
.pos ul li span:first-child {
  font-size: 34px;
}
.pos ul li span:last-child {
  font-size: 16px;
}
.brand-list-box {
  overflow: hidden;
  /*padding: 0 25px;*/
  padding: 0 35px 0 25px;
}
.brand-list-box ul {
  width: 100%;
}
.brand-list-box ul li {
  float: left;
  margin-right: 6.6666666666667%;
}
.brand-list-box ul li img {
  max-width: 100%;
  box-shadow: 4px 5px 0 #92b8cc;
}
.brand-list-box ul li img:hover {
  box-shadow: 4px 5px 15px #92b8cc;
}
.brand-left {
  width: 20.2020202020202%;
  min-width: 190px;
}
.brand-right {
  /*width: 75.75757575757576%;*/
  width: 78.28282828282828%;
}
.brand-next,
.brand-prev {
  position: absolute;
  top: 50%;
  width: 11px;
  z-index: 1;
  cursor: pointer;
  transform: translateY(-50%);
}
.brand-next img,
.brand-prev img {
  max-width: 100%;
}
.brand-next {
  right: 0;
}
.brand-prev {
  left: 0;
}
.main-left,
.main-right {
  float: left;
}
.inner-banner {
  width: 100%;
  height: 276px;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
.inner-banner .inner-banner-title {
  padding-top: 180px;
  width: 392px;
  font-size: 45px;
  line-height: 1;
  margin-right: 20%;
  text-align: center !important;
  /* text-shadow: 1px 1px 1px #fff; */
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.about-banner .inner-banner-title,
.ir-banner .inner-banner-title,
.brand-banner .inner-banner-title{
  margin-right: 18%;
}
.inner-banner .inner-banner-title img {
  max-width: 100%;
}
#ver-en .gov-banner .inner-banner-title,
#ver-en .csr-banner .inner-banner-title,
#ver-en .career-banner .inner-banner-title {
  padding-top: 140px;
}
.about-banner {
  color: #fff;
  background: url("about_banner.jpg"/*tpa=http://www.enphants.com/images/about_banner.jpg*/) no-repeat right top;
  background-size: cover;
}
.gov-banner {
  color: #fff;
  background: url("gov_banner.jpg"/*tpa=http://www.enphants.com/images/gov_banner.jpg*/) no-repeat right top;
  background-size: cover;
}
.ir-banner {
  color: #fff;
  background: url("ir_banner.jpg"/*tpa=http://www.enphants.com/images/ir_banner.jpg*/) no-repeat right top;
  background-size: cover;
}
.csr-banner {
  color: #fff;
  background: url("csr_banner.jpg"/*tpa=http://www.enphants.com/images/csr_banner.jpg*/) no-repeat right top;
  background-size: cover;
}
.brand-banner {
  color: #fff;
  background: url("brand_banner.jpg"/*tpa=http://www.enphants.com/images/brand_banner.jpg*/) no-repeat right top;
  background-size: cover;
}
.career-banner {
  color: #fff;
  background: url("career_banner.jpg"/*tpa=http://www.enphants.com/images/career_banner.jpg*/) no-repeat right top;
  background-size: cover;
}
.sitemap-banner,
.privacy-banner {
  color: #fff;
  background: url("sitemap_banner.jpg"/*tpa=http://www.enphants.com/images/sitemap_banner.jpg*/) no-repeat center top;
  background-size: cover;
}
article {
  padding-top: 55px;
  padding-bottom: 55px;
  min-height: 380px;
}
article h1 {
  font-size: 28px;
  font-weight: bold;
  color: #0f3e65;
  margin-bottom: 25px;
}
article h1 > span {
  font-size: 20px;
}
article h2 {
  font-size: 16px;
  color: #00afd2;
  padding-top: 15px;

  margin-bottom: 20px;
}
article h3 {
  font-size: 16px;
  color: #00afd2;

  margin-bottom: 10px;
}
article p {
  margin-bottom: 25px;
}
article > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
article > *:last-child > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
article > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
article > section > *:first-child {
  line-height: 1.8;
  margin-top: 0;
  padding-top: 0;
}
article > section > *:first-child > *:first-child {
  /*line-height: 1.4;*/
  margin-top: 0;
  padding-top: 0;
}
.about-article h2 {
  font-style: italic;
  padding-top: 0;
  margin-bottom: 35px;
}
.about-article strong{
	font-size:18px;
	color:#011037;
}
ul.com-list li,
ul.about-list li {
  padding-left: 25px;
  margin-top: 2px;
  margin-bottom: 2px;
  background: url("arrow_left.png"/*tpa=http://www.enphants.com/images/arrow_left.png*/) no-repeat left 5px;
}
ul.com-list {
  margin-bottom: 35px;
}
.gov-gov table strong {color:#00afd2; font-size:16px;}


.gov-board table thead th:nth-child(1),
.gov-board table thead th:nth-child(2) {
  min-width: 65px;
}

.ir-profile table tbody tr td {
  border-top: 0;
  border-bottom: 1px solid #ddd;
}
.ir-profile table tbody tr td:last-child {
  width: 20%;
  min-width: 95px;
  text-align: right;
}
.ir-profile .table-list {
  margin-bottom: 25px;
}
.ir-profile .table-list table {
  width: 48%;
  margin-bottom: 15px;
}
.ir-report section{
  margin-bottom: 25px;
}
.ir-report section:last-child{
  margin-bottom: 0;
}
.ir-report table th,
.ir-report table td{
  width: 20%;
  text-align: center;
  vertical-align: middle !important;
}
.agm-pdf {
  margin-top: 25px;
}
.agm-table table thead tr th:first-child {
  width: 100px;
  min-width: 120px;
}
.agm-table table thead tr th:last-child {
  width: 75px;
  min-width: 50px;
  text-align: center;
}
.agm-table table tbody tr td:last-child {
  text-align: center;
}
.agm-table table tbody tr td:last-child a:hover {
  opacity: .8;
}
.fininfo-box table th,
.fininfo-box table td {
  text-align: center;
}
article .fininfo-box p {
  margin-top: 25px;
  margin-bottom: 15px;
}
.report-tab {
  font-size: 0;
}
.report-tab a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding: 5px 15px;
  margin-right: 8px;
  background-color: #9ee1f2;
}
.report-tab a:hover,
.report-tab a.current {
  background-color: #66a8bc;
}
ul.report-list {
  margin-top: 10px;
}
ul.report-list li {
  float: left;
  width: 22%;
  margin-right: 4%;
  text-align: center;
  margin-top: 15px;
}
ul.report-list li:nth-child(4n) {
  margin-right: 0;
}
ul.report-list li a {
  display: block;
  font-size: 0;
  position: relative;
}
ul.report-list li a img {
  width: 100%;
  max-width: 100%;
}
ul.report-list li a:hover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #9ee1f2 url("pdf_down.png"/*tpa=http://www.enphants.com/images/pdf_down.png*/) no-repeat center;
}
ul.report-list li span {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
}
.ir-announ table thead tr td:first-child {
  min-width: 150px;
  text-align: left;
}
.ir-announ table tbody tr td:first-child {

  text-align: left;
}
/*.table tbody tr:last-child td{border-bottom:2px;}*/
.ir-investor table thead tr th {
  vertical-align: middle;
}
.ir-investor table thead tr th:last-child,
.ir-investor table thead tr th:nth-last-child(2) {
  min-width: 65px;

}

/*.ir-investor table tbody tr td {
  vertical-align: middle;
}*/

.ir-information table tr th {
  vertical-align: middle;
}
.ir-information table tr th:first-child {
  min-width: 50px;
  text-align: center;
}
.ir-information table tr th:last-child {
  min-width: 80px;
}
.ir-information table tr td {
  vertical-align: middle;
}
.ir-information table tr td:first-child {
  text-align: center;
}
.iframe .IRTable th {
  background-color: #000 !important;
}
/*.table {
  padding-right: 28px;
  padding-left: 28px;
}*/

.table_award strong{ font-size:14px !important; color:#FFF !important; font-weight:normal !important;}
.table_award tr td{color:#272727;padding:10px 20px;border-bottom:4px solid #ffffff;border-right:4px solid #ffffff;}
.table_award > thead  td{
  color:#45a0b7;
	font-weight:bold;
	background-color:#ffffff;padding:5px 4px;
}
.table td{
	background-color:#cff0f8;
	color:#272727;
	padding:10px 20px;
	border-bottom:4px solid #ffffff; border-right:4px solid #ffffff;

}
.table > thead  td{
  color:#45a0b7;
	font-weight:bold;
	background-color:#ffffff;padding:5px 4px;
}
.table tbody tr td:nth-child(2){background-color:#7fc3d4;color:#ffffff;}
.table tbody tr td:nth-child(2) a{color:#ffffff;}
.table tbody tr td:nth-child(2) a:hover{color:#000000;}

.table tbody tr td span{ display:block; padding-bottom:5px;}
.table_o td{background-color:#ddedee;}
.table_o > thead  td{ color:#447d7f;}
.table_o tbody tr td:nth-child(2){background-color:#7bb5b7;color:#ffffff;}

.csr_table td{background-color:#ffffff;padding:10px 4px;border-bottom:1px solid #eeeeee !important; border-right:none}
.csr_table tbody tr td:nth-child(2){background-color:#ffffff; color:#272727;}



.year-table {

  padding-bottom: 8px;
  border-bottom: 1px solid #d5d5d5;
}
.year-table > span {
  display: block;
  float: left;
  font-size: 24px;
  color: #0f3e65;
  font-weight:bold;
  line-height: 34px !important;
}
.year-table > span:nth-of-type(2){
  margin-left: 25px;
}
.year-table > ul {
  float: right;
}
.year-table > ul > li {
  width: 135px;
  height: 31px;
  line-height: 31px;
  padding: 0 5px;
  margin-top: 3px;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  position: relative;
  background: url("table_year_arrow.png"/*tpa=http://www.enphants.com/images/table_year_arrow.png*/) no-repeat right center;
}
#ver-en .year-table > ul > li{ width:170px; margin-left:5px;}
#ver-en .year-table > ul .year-list > li { width: 168px;}
.year-table > ul > li > span {
  display: block;
}
.year-table > ul .year-list {
  display: none;
  position: absolute;
  top: 29px;
  left: -1px;
  background: #fff;
  border: 1px solid #d5d5d5;
}
.year-table > ul .year-list > li {
  width: 133px;
  padding: 5px;
  transition: all .5s;
}
.year-table > ul .year-list > li > a {
  display: block;
  width: 100%;
  line-height: 1.4;
}
.year-table > ul .year-list > li:hover {
  background: #9ee1f2;
  color: #fff;
}
.year-table > ul .year-list > li:hover a {
  color: #fff;
}
.year-table > ul > li:hover .year-list {
  display: block;
}
.file-list table thead tr th:not(:first-child) {
  width: 10%;
  min-width: 30px;
  text-align: center;
}
.file-list table tbody tr td:not(:first-child) {
  text-align: center;
}
.download .year-box{
  float: left;
}
.rss_link{
  background: url("rss_l.gif"/*tpa=http://www.enphants.com/images/rss_l.gif*/) no-repeat 0 center;
  padding: 0 0 0px 40px;
  margin: 0px 0 10px 0;
  display: block;
}
.inner_txt_box ol li {
  list-style-type: decimal;
  padding: 0px 0 10px 0;
}
.inner_txt_box ol{
  margin-left: 30px;
  margin-bottom: 15px;
}
.sitemap h2 {
  text-align: center;
  margin-bottom: 10px;
}
.sitemap h2 a {
  font-size: 20px;
  color: #00afd2;
  font-weight:bold;
}
ul.sitemap-list > li {
  width: 24%;
  margin-right: 3%;
  float: left;
  margin-top: 15px;
}
ul.sitemap-list > li:last-child {margin-right:0;width: 18%;}
ul.sitemap-list > li > a {font-weight:bold;
  font-size:20px;
  color: #00afd2;
  line-height: 20px;
}
ul.sitemap-list > li:last-child {
  margin-right: 0;
}
ul.sitemap-list > li > ul {
  margin-top:10px;
}
ul.sitemap-list > li > ul > li > a {
  font-size: 16px;
}
ul.sitemap-list > li > ul > li a { padding-top:10px; display:block; line-height:16px; padding:20px 0 0 0}
ul.sitemap-list > li ol li a { font-size:12px; padding:5px 0 0 0; display:block; line-height:20px;}
ul.sitemap-list > li ol {
  padding:5px 0 0 5px;
}
ul.sitemap-list > li ol li {
  padding-left:10px;
  background: url("nav_arrow.png"/*tpa=http://www.enphants.com/images/nav_arrow.png*/) no-repeat left 10px;
}
footer {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #e6e6e6;
}
.foot-top {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 13px;
  line-height: 1;
}
.foot-top a {
  padding-right: 15px;
  margin-right: 25px;
  font-size: 14px;
  font-weight: bold;
}
/*.foot-top a:first-child {
  background: url(../images/rss_icon.png) no-repeat right center;
}*/
.foot-top a:nth-child(1) {
  background: url("download_icon.png"/*tpa=http://www.enphants.com/images/download_icon.png*/) no-repeat right center;
}
.foot-top a:nth-child(2) {
    background: url("locate_icon.png"/*tpa=http://www.enphants.com/images/locate_icon.png*/) no-repeat right center;
}
.foot-top a:nth-child(3), .foot-top a:nth-child(4) { padding-right:0px;
}
.foot {
  line-height:1;
}




.table > thead.tab-com > tr > th{
	text-align:center;
	padding:5px;
}
.decimal{
	padding-left:20px;
	margin-bottom:25px;
}
.decimal li{
	list-style-type:decimal;
}

.brand-tit{
	color:#011037;
	font-size:18px;
	font-style:italic;
}
.brand-list li{
	overflow:hidden;
	display:table;
}
.brand-list li:last-child{
	margin-bottom:0
}
.brand-list li .img{
	/*float:left;*/
  display: table-cell;
  vertical-align: middle;
	/*width:265px;*/
	/*margin-right:10px;*/
	/*padding-right:14px;*/
  position: relative;
	background: #9ddee3 url("imgbg.png"/*tpa=http://www.enphants.com/images/imgbg.png*/) no-repeat right center;
}
.brand-list li .img::after{
  content: "";
  display: block;
  width: 14px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: -14px;
  margin-top: -8px;
  background: url("imgbg.png"/*tpa=http://www.enphants.com/images/imgbg.png*/) no-repeat center;
}
.brand-list li strong{
	padding:20px 10px;
	overflow:hidden;
	display:block;
	background:#9ddee3;
}
.brand-list li:first-child strong{
	padding-top:9px;
}
.brand-list li:last-child strong{
	padding-bottom:9px;
}
.brand-list li img{
	vertical-align:middle;
}
.brand-list li p{
	color:#011037;
	line-height:22px;
	margin-bottom:0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 28px;
	vertical-align:middle;
	display:table-cell;
}
.brand-list li:first-child p{
	padding-top:12px;
	vertical-align:top;
}
.brand-list li span{
	color:#5bb4ff;
	display:block;
}


.gov_policy td{line-height:16px;
	background-color:#cff0f8;
	padding:7px 20px;
}
.gov_policy thead td{
	color:#447d7f;
	font-weight:bold;
  padding:5px 4px;
	background-color:#ffffff;
}
.gov_policy tr td{

  border-right:4px solid #ffffff;
	border-bottom:4px solid #ffffff;
}
.gov_policy tbody tr td:first-child{background-color:#7fc3d4;color:#ffffff;}
.gov_policy tbody tr td:first-child a{color:#ffffff;}
.gov_policy tbody tr td:first-child a:hover{color:#272727;}


.gov_policy tbody tr td span{ display:block; padding-bottom:5px;}


.reports td{/*background-color:#f7e4e1;*/background-color:#e6afaa;}
.reports thead td{ color:#292929}
.reports tbody tr td:first-child{/*background-color:#e6afaa;color:#ffffff;*/background-color:#f7e4e1;color:#000;}

/*æ·»åŠ css 2015-12-11*/
.special td{ background-color:#7fc3d4;}
.special tbody tr td:first-child{ background-color:#cff0f8;}
.special tbody tr td:first-child a{ color:#000;}
/*
.brand-list li img{
	float:left;
	border:1px solid #ddd;
	cursor:pointer;
	margin-right:50px;
}
.brand-list li img:hover{
	border:1px solid #00afd2;
}
.licen-list li{
	float:left;
	margin:0 20px 20px 0;
	cursor:pointer;
	overflow:hidden;
}
.licen-list li img{
	border:1px solid #ddd;
}
.licen-list li img:hover{
	border:1px solid #00afd2;
}
.licen-list li:nth-child(5),
.licen-list li:nth-child(10),
.licen-list li:last-child{
	margin-right:0;
}
*/
.licen-list{
	/*height:100%;*/
	padding:16px 21px 0 21px;
	overflow:hidden;
	background:#f5f2bb;
}
.licen-last{
	background:#e5efd1;
}
.licen-list li{
	float:left;
	/*width:167px;*/
  width: 18%;
	height:161px;
	text-align:center;
	/*margin:0 28px 23px 0;*/
  margin-bottom: 23px;
  margin-right: 2.5%;

	overflow:hidden;
	/*display:table;*/
	border:1px solid #fff;
	background:#fff;
  display: table;
  table-layout: fixed;
}
/*.licen-list li:hover{
	border:1px solid #9ee1f2;
}
.licen-list li:nth-child(5n){
	margin-right:0;
}*/
.licen-list li.last{
  margin-right: 0;
}
.licen-list li:last-child{ margin-bottom:23px !important}

.licen-list li > div{
  width: inherit;
  height: inherit;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
}
.licen-list li img{
 /*max-width:170px;*/
  max-width: 100%;
  padding:10px;
  max-height:150px;
}
/*.licen-list .img-wrap{
  width: 100%;
  height: 100%;
}*/
@media screen and (-webkit-min-device-pixel-ratio:0) {.licen-list li img{
 max-width:100%;}
 }

.content-img img{
  display: block;
	max-width:100%;
}
.content-img a{
  display: block;
}

.org_tab{
	width:100%;
	max-width:100%;
}



/* æŠ•èµ„äººå…³ç³»æ¦‚è§ˆ */
h1.ir_tit{
	color:#011037;
	height:58px;
	line-height:58px;
	margin:32px 0 9px 0;
	font-size:34px;
	font-weight:bold;
}
.ir_box h3{
	color:#011037;
	height:34px;
	line-height:34px;
	font-size:24px;
	margin-bottom:10px;
	font-weight:bold;
}
.ir_box h3 a{
	color:#011037;
}
.ir_box h3 a:hover{
	color:#00afd2;
}
.ann_box{
	float:left;
	width:528px;
	margin-bottom:27px;
}
.ann_box li{
	width:100%;
	height:100%;
	line-height:20px;
	padding:13px 0;
	overflow:hidden;
	display:table;
	border-bottom:1px solid #80879b;
}
.ann_box li:last-child{
	border-bottom:none;
}
.ann_box li strong{
	width:156px;
	color:#7ab3d3;
	/*vertical-align:middle;*/
	display:table-cell;
	font-size:18px;
}
.ann_box li a{
	vertical-align:middle;
	display:table-cell;
}
.stock_box{
	float:right;
	width:426px;
	margin-bottom:50px;
	background:#BCE5F7;
}
.stock_box h3{
	margin:8px 0 11px 20px;
}
.share_box{
	float:left;
	width:528px;
	margin-bottom:7px;
}
.share_box h3, .report_box h3, .event_box h3{
	margin-bottom:10px;
}
.event_box{ margin:20px 0 40px 0}
.share_box h3 span{
	font-size:18px;
}
.report_box{
	float:right;
	width:426px;
	margin-bottom:7px;
}
.inner_table > thead > tr > th,
.inner_table > tbody > tr > td
{
	border-bottom:1px solid #80879b;
}
.inner_table tr:last-child td{
	border-bottom:none;
}
.inner_table tr th:last-child,
.inner_table tr td:last-child
{
	text-align:center;
}
.inner_table tr th:nth-child(3),
.inner_table tr td:nth-child(3)
{
	text-align:center;
	padding-right:45px;
}


.faq-list h3{
	margin-bottom:0;
	padding:15px 60px 15px 10px;
	color: #272727;
  background: #cff0f8 url("faqico_on.png"/*tpa=http://www.enphants.com/images/faqico_on.png*/) no-repeat right center;
	font-size:16px;
	line-height:1.4;
}
.faq-list p{
	padding:10px 0 10px 10px;
  display: block;
}
.faq-list li:last-child p{ padding-bottom:0;margin-bottom:0}


.faq-list p a{
	color:#196b55;
}
.faq-list p a:hover{
	color:#0f3e65;
}

/* 2015-11-20 */
.golbal-txt{
  color: #011037;
  font-size: 18px;
  font-style: italic;
}
.golbal-img-phone{
  display: none;
}

/* 2015-11-27 */
.index-news{
  background: url("index_news_bg.png"/*tpa=http://www.enphants.com/images/index_news_bg.png*/) center repeat-y;
}
.index-about,
.index-news-wrap{
  width: 50%;
}
.index-about{
  float: left;
  padding-right: 20px;
}
.index-news-wrap{
  float: right;
  padding-left: 20px;
}
.index-about h1{
  text-align: left;
  color: #ce9eb7;
}
.index-news h1{
  text-align: left;
}
.index-about h2{
  color: #ce9eb7;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.index-about h2 + p{
  margin-bottom:30px;
}
.index-about p{
  font-size: 16px;
  line-height: 24px;
}
.index-about p a{ font-size:14px;}

/*æ·»åŠ css 2015-12-11*/
.index-about p:last-child{ text-align:right;}

/*.index-about-wrap{
  padding-top: 80px;
  margin-top: -50px;
  background: url(../images/about_logo.png) no-repeat right top;
}*/
.index-news-wrap .news-prev{
  left: 20px;
}

.import-link{
  padding-top: 30px;
  padding-bottom: 30px;
}
.link-left{
  float: left;
}
.link-right{ float: right;}
/*#ver-en .link-right{ float: left;}*/

.link-right ul li{
  float: left;
  border: 1px solid #859d66;
}
#ver-en .link-right ul li:not(:last-child){margin-right:20px;}

.link-right ul li:not(:last-child){
  margin-right: 25px;
}
.link-right ul li:hover{ border: 1px solid #7fc3d4;
  background-color: #7fc3d4;
}
.link-right ul li a{
  display: block;
  line-height: 32px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-right: 20px;
  padding-left: 20px;
}
#ver-en .link-right ul li a{font-size: 16px;}
.link-right ul li a:hover{
	color:#ffffff;}
.link-right ul li a.fb span{
  /*padding-right: 50px;*/
  text-indent: -9999px;
  display: inline-block;
  width: 25px;
  line-height: 32px;
  margin-left: 3px;
  background: url("fb_icon.png"/*tpa=http://www.enphants.com/images/fb_icon.png*/) no-repeat center center;
}
.link-right ul li a.line span{
  /*padding-right: 50px;*/
  text-indent: -9999px;
  display: inline-block;
  width: 25px;
  line-height: 32px;
  margin-left: 3px;
  background: url("line_icon.png"/*tpa=http://www.enphants.com/images/line_icon.png*/) no-repeat center center;
}
.import-link h1{
  font-size: 30px;
  font-weight: bold;
  color: #859d66;
  line-height:32px;
}
.about-article{
  background-repeat: no-repeat;
  background-position: right 240px;
}
.about{
  padding-right: 292px;
  background-image: url("about_bg.png"/*tpa=http://www.enphants.com/images/about_bg.png*/);
  background-repeat: no-repeat;
  background-position: right 240px;
}
.ir-div-table{
  text-align: center;
}
.ir-div-table thead tr th{
  text-align: center;
}
.ir-div-table tbody tr td:nth-child(3){
  color: #fff;
  background-color: #7fc3d4;
}

.singer span{
  display: block;
}
a.a-link{
  color: #00afd2;
  text-decoration: underline;
}
a.a-link:hover{
  text-decoration: none;
}

a.more-link{
	font-weight:bold;
  text-decoration: underline;
}
a.more-link:hover{
  text-decoration: none;
}



.career-learn-table td{

	color:#272727;
	padding:10px 20px;
	border-bottom:4px solid #ffffff;border-right:4px solid #ffffff;
}
.career-learn-table thead tr td{ color:#ffffff;
  text-align: center ;
  vertical-align: middle;
}
.career-learn-table thead tr td:first-child{
  min-width: 80px;
}
.career-learn-table tbody tr td{padding:5px 4px;

  text-align: center;
  vertical-align: middle;

}
.career-learn-table tbody tr:first-child td:nth-child(3){
  min-width:100px;
}
.career-learn-table tbody tr:first-child td:nth-child(4){
  min-width:160px;
}
span.agm-year{
  display: block;
  font-size: 35px;
  color: #473d86;
  font-weight: bold;
}
.l-agm > a{
  display: table-cell;
  vertical-align: middle;
}
.l-agm img{ border:2px #d3d3d3 solid}
.l-agm img:hover{ border:2px #7fc3d4 solid}
.l-agm-info{
  display: table-cell;
  vertical-align: middle;
  padding-left: 14px;
}
.l-agm-info h3 a{
  font-size: 14px;
  color: #473d86;
}
.l-agm-info h3 a:hover{
  color: #66a8bc;
}
.l-agm-info span{
  display: block;
}

span.l-agm-size{
  display: inline-block;
  padding-right: 24px;
  background: url("agm_pdf_icon.png"/*tpa=http://www.enphants.com/images/agm_pdf_icon.png*/) no-repeat right center;
}

/* 2015-12-04 */
.career h1 span{
  display: block;
  font-size: 18px;
  font-style: italic;
  color: #011037;
  font-weight: normal;
  margin-top: 6px;
}
.career p span{
  display: block;
}
.employ-info{
  margin-top: 12px;
  /*padding-top: 22px !important;*/
  padding-right: 18px;
  padding-bottom: 22px !important;
  /*background-color: #e6e5f2;*/
  border-top: 1px solid #7fc3d4;
  border-bottom: 1px solid #7fc3d4;
}
.employ-info .left-img{
  font-size: 0;
  /*width: 150px;*/
}
/*.employ-info .left-img img{
  max-width: 150px;
}*/
/*.employ-info .left-img,
.employ-info .right-info{
  vertical-align: top;
  display: table-cell !important;
}*/
.employ-info .right-info h6{
  font-size: 44px;
  color: #7fc3d4;
  font-weight: bold;
  line-height: 1;
  padding-top: 6px;
  padding-bottom: 16px;
}
.employ-info .right-info h6 span{
  font-size: 36px;
  font-weight: bold;
  padding-left:10px;
}

#ver-en .employ-info .right-info h6{ font-size:36px;}
#ver-en .employ-info .right-info h6 span{  font-size:24px;}



.employ-info .right-info h6 + span{
  display: block;
  font-size: 18px;
  color: #6f62c7;
  margin-top: 18px;
}

.employ-info .right-info p{
  margin-bottom:10px;
  line-height: 20px;
  position: relative;
  padding-left: 18px;
}
.employ-info .right-info p::before{
  content: "";
  display: block;
  width: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #7fc3d4;
  position: absolute;
  top: 5px;
  left: 0;
}
span.work-year{
  float: right;
  font-size: 18px;
  color: #473d86;
  line-height: 1;
}
span.work-year i{
  font-style: normal;
  font-size: 30px;
}
.scroll-img{
  overflow-x: auto;
  text-align: center;
}
.scroll-img + *{
  margin-top: 8px;
}
.career-life p span{
  display: block;
}
.career-info{
  margin-top: 12px;
  padding-top: 22px !important;
  padding-right: 18px;
  padding-bottom: 22px !important;
  background-color: #e6e5f2;
}

.career-info .right-info h6{
  font-size: 30px;
  color: #473d86;
  font-weight: bold;
  line-height: 30px;

}
.career-info .right-info h6 span{
  font-size:22px;
  line-height:22px;
  font-weight: normal;
}
.career-info .right-info h6 + span{
  display: block;
  font-size: 18px;
  color: #6f62c7;
  line-height:22px;
    padding:20px 0 10px 0;
}
.career-info .right-info p{
  margin-bottom:0px;
  line-height:22px;
}
/*ul.team-list li:not(:first-child){
  margin-top: 18px;
}
ul.team-list li h6{
  font-size: 30px;
  font-weight: bold;
  color: #473d86;
  margin-bottom: 10px;
}
ul.team-list li h6 i{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}
ul.team-list li span{
  display: block;
}*/
.about-article .employ-info .right-info{
  width: 100%;
  /*padding-left: 18px;*/
}
.about-article .employ-info .right-info h6{
  margin-bottom: 8px;
}

/* 2015-12-08 */
.pad-banner {
  display: none;
  position: relative;
  width: 100%;
}
.pad-banner-list{ min-height:190px;}
.pad-banner-list li {
  position: absolute;
  display: none;
  width: 100%;
}
.pad-banner-list li img{
  display: block;
  max-width: 100%;
}
.pad-banner-list li.current {
  display: block;
}
.pad-banner-btn {
  position: absolute;
  bottom: 25px;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pad-banner-btn li {
  width: 32px;
  height: 32px;
  float: left;
  background: url("banner_btn.png"/*tpa=http://www.enphants.com/images/banner_btn.png*/) no-repeat center;
}
.pad-banner-btn li:hover,
.pad-banner-btn li.current {
  background: url("banner_btn_h.png"/*tpa=http://www.enphants.com/images/banner_btn_h.png*/) no-repeat center;
}
.table-scroll{
  overflow-x: auto;
}
.table-scroll table{
  min-width: 768px;
}
.bus-img{min-width:300px;
		max-width:300px;
	 display: table-cell;
    vertical-align: top;
	}
.p-left{ padding-right:20px; display: table-cell;
    vertical-align: top;}

	.scroll_top{

	position:fixed;

	bottom:0;

	right:5%;

	z-index:40;
	padding-top:15px;

	background: url("home.png"/*tpa=http://www.enphants.com/images/home.png*/) no-repeat center;

	width:53px;
	height:53px;

	text-align:center;

	color:#fff;

	font-size:14px;

	cursor:pointer;

	display:none;opacity:0.6

}

.scroll_top:hover{ opacity:1}

/* 2015-12-22 */
.csr-soc-txt,
.csr-soc-txt + .content-img{
  display: table-cell;
  vertical-align: top;
}
.csr-soc-txt + .content-img{
  /*min-width: 300px;*/
  width: 100%;
  /*padding-left: 18px;*/
}

/* 2015-12-29 */
.golbal-img{
  display: inline-block;
  position: relative;
}
.golbal-img-phone{
  position: relative;
}
a.zoom{
  position: absolute;
  padding-left: 25px;
  background: url("zoom.png"/*tpa=http://www.enphants.com/images/zoom.png*/) no-repeat left center;
}
.golbal-img .zoom{
	font-size: 12px;
  top: 52.47761194029851%;
  left: 61.2093023255814%;
}
.golbal-img-phone .zoom{
	font-size: 12px;
  top: 52.60824742268041%;
  left: 71.29455909943715%;

}
.taiwan-wrap{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(34,34,34,.7);
}
.taiwan-wrap .content-img{
  /*max-height: 60%;*/
  width: 80%;
  height:100%;
  position: absolute;
  left: 50%;
  top: 55%;
  text-align: center;
  -webkit-transform: translate(-50%,-45%);
  -moz-transform: translate(-50%,-45%);
  -ms-transform: translate(-50%,-45%);
  -o-transform: translate(-50%,-45%);
  transform: translate(-50%,-45%);
}
.taiwan-wrap .content-img img{
  display: inline-block;
  max-height: 100%;
}
.taiwan-wrap a.close{
  position: absolute;
  top: 0;
  right: 0%;
  color: #fff;
  opacity: .5;
}
.taiwan-wrap a.close:hover{
  opacity: .8;
}


ul.csr-gy-ul{
  position: relative;
  width: 100%;
  height: auto;
}
ul.csr-gy-ul li b{
  font-weight: bold;
}
ul.csr-gy-ul ul.com-list{
  padding-left: 20px;
}
ul.csr-gy-ul table{
	font-size:14px;
  border-top:1px solid #00afd2;
border-left:1px solid #00afd2;
  margin-bottom: 20px;
}
ul.csr-gy-ul table th,
ul.csr-gy-ul table td{
  padding:10px;
  border-right:1px solid #00afd2;
  border-bottom:1px solid #00afd2;
  width: 50%;
}
ul.csr-gy-ul .com-list li{ list-style: decimal;    margin-left: 20px;
    padding-left: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
	background:none;}

.bus-logo tr td img{
	max-height: 150px;
	max-width: 130px;
}
.web-an{
	margin: 10px 0 0 15px;
}
.web-an a{
	font-size: 16px;
	font-weight: bold;
	color: #0096dc;
}
.disc{
  padding-left:20px;
  margin-bottom:25px;
}
.disc li{
  list-style-type:disc;
}

.content-img{
  margin-bottom: 25px;
}
.content-img img{
  margin-right: auto;
  margin-left: auto;
}
.content-img p{
  text-align: center;
}
.table-wrap{
  margin-bottom: 25px;
}

.c-learn-table th{
  padding: 15px 8px;
  text-align: center;
  border: 1px solid #fff;
  vertical-align: middle;
  color:#ffffff;
}

.c-learn-table td{color:#000000;
  padding: 15px 8px;
  text-align: center;
  border: 1px solid #fff;
  vertical-align: middle;
}
.c-learn-table thead{	
  background-color: #5b9bd5;
}
.c-learn-table th:first-child{
  text-align: left;
}
.c-learn-table tbody tr:first-child{
  background-color: #d2deef;color:#ffffff;
}
.c-learn-table tbody td:first-child{
  background-color: #5b9bd5;color:#ffffff;
  text-align: left;
}
.c-learn-table tbody td:nth-child(2){
  background-color: #d2deef;
}
.c-learn-table tbody tr:nth-child(2) td:last-child,
.c-learn-table tbody tr:nth-child(4) td:nth-child(2),
.c-learn-table tbody tr:nth-child(4) td:nth-child(3){
  background-color: #eaeff7;
}
ul.img-list{
  margin-top: 25px;
  margin-bottom: 25px;
}
ul.img-list::after{
  content: "";
  display: table;
  clear: both;
}
ul.img-list li{
  margin-bottom: 12px;
}
ul.img-list li img{
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
ul.img-list li .inner-li{
  position: relative;
}
ul.img-list li .inner-li span{
  display: block;
  position: absolute;
  width: 100%;
  padding: 5px 10px;
  left: 0;
  bottom: 0px;
  color: #fff;
  background-color: rgba(0, 0, 0, .4);
}
.c-life-table td,
.c-life-table2 td{
  padding: 15px 8px;
  border: 1px solid #000;
}
.c-life-table tr:first-child td,
.c-life-table td:first-child,
.c-life-table2 td:first-child{
  background-color: #e2f0d9;
}
.c-life-table td:first-child,
.c-life-table2 td:first-child{
  min-width: 60px;
}
.c-life-table,
.c-life-table2,
.c-learn-table{
  border-collapse:collapse;
}
.coop-table td{
  padding: 15px 8px;
}
.q-list span{
  font-weight: bold;
}
ul.arr-list li{
  position: relative;
  padding-left: 18px;
  line-height: 20px;
  margin-bottom: 6px;
}
ul.arr-list li::before{
  content: "";
  display: block;
  width: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #7fc3d4;
  position: absolute;
  top: 5px;
  left: 0;
}
ul.heart-list li{
  margin-bottom: 25px;
  border-bottom: 1px solid #00afd2;
}
ul.heart-list li .inner-li h3 span{
  display: block;
  font-size: 14px;
}
ul.heart-list li .inner-li .h-img{
  /* width: 300px; */
  margin-bottom: 8px;
}
ul.heart-list li .inner-li .h-img img{
  display: block;
  max-width: 300px;
}
ul.heart-list li .inner-li h4{
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.map-wrap{
  width: 100%;
  height: 400px;
}
.map-wrap iframe{
  display: block;
}
ul.c-list{
  margin-top: 25px;
}
ul.c-list li{
  position: relative;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
ul.c-list li:first-child{
  background: url("c_icon1.jpg"/*tpa=http://www.enphants.com/images/c_icon1.jpg*/) no-repeat left center;
  background-size:45px auto;
}
ul.c-list li:nth-child(2){
  background: url("c_icon2.jpg"/*tpa=http://www.enphants.com/images/c_icon2.jpg*/) no-repeat left center;
  background-size: 45px auto;
}
ul.c-list li span{
  display: block;
  line-height: 20px;
}
ul.q-list li .q-detail p{
  display: table;
  width: 100%;
}
ul.q-list li .q-detail p span{
  display: table-cell;
  vertical-align: top;
}
ul.q-list li .q-detail p span:first-child{
  width: 30px;
  min-width: 30px;
}
.new-wrap{
  position: relative;
}
.new-wrap .new-img-box{
  margin-bottom: 25px;
}
.new-wrap .new-img-box img{
  display: block;
  width: 100%;
  margin:auto;
  max-width:380px;
}
.new-item .n-left{
  width: 160px;
  height: 160px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 18px;
  background-color: #5b9bd5;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.new-item{
  margin-bottom: 30px;
}
.new-item .n-left span{
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.new-item .arr-list{
  margin-top: 25px;
}
.gov_board {line-height: 1.42857143; border-top:1px solid #9a9a9a;border-left:1px solid #9a9a9a; }
.gov_board tr td{ border-right:1px solid #9a9a9a;border-bottom:1px solid #9a9a9a; padding:5px;}
.gov_board thead tr td{ background-color:#7fc3d4;border-right:1px solid #57909e; font-weight:bold;}
.gov_board tr td span{
  display: block;
}
.join-inner{
  position: relative;
}
.join-inner a{
  display: block;
  position: absolute;
  left: 2%;
  top: 27%;
  width: 15%;
  height: 75px;
}

/* .about-banner .inner-banner-title{
  text-align: left !important;
}
.gov-banner .inner-banner-title{
  text-align: left !important;
}
.brand-banner .inner-banner-title{
  text-align: right !important;
}
.career-banner .inner-banner-title{
  text-align: right !important;
} */